/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 22 2026 | 04:01:48 */
/*** 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;
} */

/* WPML Selector */
.wpml-ls-native {
    font-weight: normal;
	color: #586876;
}

/* WPML Ajustar tamaño de TM */
.av-suptm::after {
    content: "™";
    font-size: 0.45em;
    vertical-align: super;
    margin-left: 1px;
    line-height: 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: #982990 !important;
	}
  
   .mobile_nav.opened .mobile_menu_bar:before {
        content: '\4d';  /* Cambia el menu a X cuando está abierto */
    }
}

/* Links de fichas descargables en PDF */
.av-pdf-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #982990; /* Color del link */
    font-size: 16px;
    margin: 15px 0; /* Espaciado entre los enlaces */
    position: relative; /* Relativo al pseudo-elemento */
}

.av-pdf-link::before {
    content: '';
    display: block;
    width: 42px; /* Mantiene proporción en escritorio */
    height: 50px;
    background-image: url('https://staging.neus.co/wp-content/uploads/2024/11/icon-pdf-download.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px; /* Espaciado entre la imagen y el texto */
    flex-shrink: 0; /* Evita que la imagen se reduzca */
}

.av-pdf-link span {
    text-align: left;
    line-height: 1.2; /* Espaciado del texto */
    word-wrap: break-word;
    overflow-wrap: break-word;
    flex: 1; /* Permite que el texto ocupe el espacio disponible */
}

.av-pdf-link:hover {
    color: #982990; /* Conserva el color en hover */
    text-decoration: underline; /* Agrega el subrayado */
}

/* Previene el encimado */
.av-pdf-link + .av-pdf-link {
    margin-top: 15px; /* Separación entre los links */
}

/* Estilo para dispositivos móviles */
@media (max-width: 768px) {
    .av-pdf-link::before {
        width: 35px; /* Tamaño fijo para móviles */
        height: 42px;
    }
    .av-pdf-link {
        font-size: 16px; /* Ajuste de tamaño de texto */
    }
}

/* Estilo para Exponente */
sup {
    font-size: 0.75em; /* Ajusta el tamaño del texto */
    vertical-align: top; /* Alinea verticalmente hacia la parte superior */
    position: relative;
    top: -0.2em; /* Ajusta la posición vertical */
}

/* 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: #982990 !important;
    opacity: 1;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    color: #d60270; 
    opacity:1;
}

#top-menu li a {
    line-height: 1.1em;
}

/* Personalización de Tabs */
/* Quita fodo gris abajo del tab */
ul.et_pb_tabs_controls {
    background-color: #ffffff;
}

/* Borde de la tabla de datos wpData Tables*/
.entry-content table:not(.variations) {
  border: 1px solid #ffffff;
}

/* Centrar Tabs */
.et_pb_tabs_controls li {
    float: none !important;
    display: inline-block !important;
    margin-bottom: -6px;
}
.et_pb_tabs_controls {
    text-align: center;
}


/* Fix Preguntas Frecuentes - Acordeon - Activar JS */
/* .et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\e04f";
} */

/* evita que cualquier contenedor recorte */
.et_pb_module, 
.et_pb_text, 
.et_pb_text_inner, 
.et_pb_row, 
.et_pb_section {
    overflow: visible !important;
}

/* fuerza a TODOS los contenedores padres a NO recortar */
#main-content .et_pb_section,
#main-content .et_pb_row,
#main-content .et_pb_column,
#main-content .et_pb_module,
#main-content .et_pb_text,
#main-content .et_pb_text_inner {
    overflow: visible !important;
}

/* 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;
    }
}

/* Evitar recorte en cualquier contenedor Divi que envuelve el módulo */
.et_pb_section,
.et_pb_row,
.et_pb_column,
.et_pb_module,
.et_pb_code,
.et_pb_code_inner {
    overflow: visible !important;
}

/* Banda texto libra */
#libra-band {
    overflow: visible !important;
    white-space: nowrap !important;
    width: max-content !important;
    display: flex !important;
    gap: 10px;
}

/* Estilos de los spans */
#libra-band span {
    font-size: 68px !important;
	font-weight: 300 !important;
	word-spacing: 80px !important;
    color: rgba(255,255,255,0.2);
}

#libra-band span.solid {
    color: rgba(255,255,255,255);
}

#libra-band span::after {
    content: " ";
    display: inline-block;
    width: 44px; /* Aumenta o reduce según el espacio que quieras */
}


/* Ajustes para celular banda libra*/
@media (max-width: 768px) {

    /* Contenedor */
    #libra-band {
        gap: 6px !important;
    }

    /* Spans */
    #libra-band span {
        font-size: 34px !important; /* Más pequeño para móvil */
        word-spacing: 30px !important; 
    }

    #libra-band span::after {
        width: 20px !important; /* Ajusta la separación entre palabras */
    }
}

/* Color link e-mail footer */
#footer-info a {
	color: #ffffff;
}

#footer-info a:hover {
	color: #d60270;
    opacity: 1;
}
