/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2025 | 19:20:52 */
/*** 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;
}

/* Fix Preguntas Frecuentes - Acordeon - Activar JS */
/* .et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\e04f";
} */

/* 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;
}

/* Menu Badge -- Nuevo */
.av-menubadge {
    position: relative; /* Necesario para posicionar ::after */
}

.av-menubadge::after {
    background-color: #e02b20;
    border-radius: 3px;
    color: #ffffff;
    content: ''; /* Este será reemplazado si usas clases adicionales */
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 3px 8px;
    position: absolute;
    top: -21px; /* Punto y coma agregado */
    /*right: 0;*/
	left: 3px;
}

.av-menubadge--new::after {
    content: 'En línea'; /* Punto y coma corregido */
}

/* Estilo para dispositivos móviles */
@media (max-width: 768px) { /* Aplica cambios en pantallas menores a 768px */
    .av-menubadge::after {
        top: 50%; /* Centrado vertical */
        right: 0; /* Posición al lado derecho */
        left: auto; /* Anula el valor de 'left' */
        transform: translateY(-50%); /* Centrado exacto con desplazamiento */
    }
}


@media only screen and (min-width:321px) and (max-width:1199px) {
	.et_pb_section_0 {
	position: relative;
    top: 0;
    }

.et_pb_section_0:hover {
	position: relative;
    top: 0;
    }
}