/* Themify Customize Styling */
#headerwrap {	
	background-color: transparent; 
}
body #site-logo a img {		width: 150px; 
}
#main-nav a {	
	padding-top: 15px;
	padding-bottom: 15px;	font-weight:normal;
	text-transform:uppercase; 
}
#main-nav-wrap #main-nav .current_page_item a, #main-nav .current-menu-item a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {	
	color: #0062ff; 
}
#main-nav-wrap #main-nav .current_page_item a:hover,  #main-nav .current-menu-item a:hover {	
	color: #0062ff; 
}
#footer-logo a img {		width: 200px; 
}
#footer {	
	color: #ffffff; 
}
#footer a {	
	color: #fff204; 
}
#footer a:hover {	
	color: #8cc53f; 
}
@media screen and (max-width: 1280px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
#footer-logo a img {		width: 200px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
#footer-logo a img {		width: 200px; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
#footer-logo a img {		width: 200px; 
}
 }
/* Themify Custom CSS */
#footerwrap {background: linear-gradient(#00ABF8, #0000FF);}

.menu-item-835 { border: 2px solid; border-radius: 5px;}

.menu-item-835 a {color: white;}

/* Barra de Rolagem */

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/* ------------- */