/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2021 | 06:36:11 */
/*** Inicia AVSYS - Divi basics ***/

/* AVSYS header + espacio */
/*.et_pb_menu .et-menu>li {
    padding-left: 25px;
    padding-right: 25px;
}*/

/* Forzar menu movil */
@media only screen and ( max-width: 1200px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}

/* Esconde carrito woocommerce en menú de Divi */
.et-cart-info { 
	display:none; 
}

/* Elimina la linea debajo del header */
/*header#main-header.et-fixed-header, #main-header {
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}*/

/* Esconder reCaptcha - Divi */
body.et_pb_recaptcha_enabled .grecaptcha-badge {
    visibility: hidden !important;
}

/* Fix Logo */
@media (max-width: 980px) {
     #logo {max-height: 80% !important;}
}

/* Top Menu Hover */
#top-menu-nav > ul > li > a:hover {
    color: #009ddc;
	opacity: 1;
}

/* Color Menu Nivel 2 y 3*/
#top-menu-nav #top-menu a,
#mobile_menu_slide a { 
    color: #000000 !important; 
}

#top-menu-nav #top-menu a:hover,
#mobile_menu_slide a:hover { 
    color: #009ddc !important; 
    opacity:1 !important;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    color: #009ddc !important; 
    opacity:1 !important;
}

/* Efecto de zoom en testimoniales */
.av-testimonial {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;  
}

.av-testimonial:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* Preguntas Frecuentes - Acordeon */
/*.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\e04f";
}*/

/* Centrar Footer */
#footer-info {
	text-align: center;
	width: 100%;
}

/* Ajuste Top Arrow - Botones Whats y Tel */
.et_pb_scroll_top.et-pb-icon {
    bottom: 18px;
}

@media (max-width:700px) {
.et_pb_scroll_top.et-pb-icon {
    bottom: 145px;
}
}

/* Fix botones de Celular - Botones Whats y Tel */
@media (max-width:700px) {
  #footer-info {
	padding-bottom: 50px;
}
}

/* Color link e-mail footer */
#footer-info a {
	color: #ffffff;
}

#footer-info a:hover {
	color: #009ddc;
    opacity: 1;
}
/*** Termina AVSYS - Divi basics ***/