/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2025 | 00:26:35 */
/*** Inicia AVSYS - Divi basics ***/

/* Forzar menu movil */
/* @media only screen and ( max-width: 1280px ) {
#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 on Movil */
@media only screen and (max-width: 767px) {
    body header img#logo {
        max-width: 80% !important;
        max-height: 80% !important;
        height: auto !important;
        width: auto !important;
    }
}

/* Top Menu Hover */
#top-menu-nav #top-menu a:hover,
#mobile_menu_slide a:hover,
.et-fixed-header #top-menu a:hover {
	color: #009ddc !important;
    opacity: 1;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    color: #009ddc; 
    opacity:1;
}

/* Menu Hamburger Movil */
@media only screen and (max-width: 980px)  {
	#et-top-navigation span.mobile_menu_bar:before, 
	#et-top-navigation span.mobile_menu_bar:after {
		color: #ffffff !important;
	}
  
   .mobile_nav.opened .mobile_menu_bar:before {
        content: '\4d';  /* Cambia el menu a X cuando está abierto */
    }
}

/* Fix Preguntas Frecuentes - Acordeon - Activar JS */
/* .et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\e04f";
} */

/* Boton de descarga personalizado */
/* Botón base */
.av-descargar-pdf {
  display: inline-block;
  padding: 0.4em 2em;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #005cb9;
  border-radius: 25px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

/* Hover */
.av-descargar-pdf:hover {
  background-color: #004890;;
  color: #ffffff;
}

/* Icono al inicio */
.av-descargar-pdf::before {
  font-family: 'FontAwesome';
  content:'\f1c1';
  margin-right: 0.5em;
  color: #ffffff;
}




/* Centrar Footer */
#footer-info {
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
	width: 100%;
}

/* Ajuste Top Arrow - Botones Whats y Tel */
.et_pb_scroll_top.et-pb-icon {
    bottom: 15px;
}

@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: 15px;
    }
}

/* Color link e-mail footer */
#footer-info a {
	color: #ffffff;
}

#footer-info a:hover {
	color: #009ddc;
    opacity: 1;
}
