@font-face {
    font-family: 'Neo Sans Std';
    src:url('../fonts/NeoSansStd-Bold.woff2') format('woff2'),
       url('../fonts/NeoSansStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Std';
    src:url('../fonts/NeoSansStd-BoldItalic.woff2') format('woff2'),
       url('../fonts/NeoSansStd-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Std';
    src:url('../fonts/NeoSansStd-Italic.woff2') format('woff2'),
       url('../fonts/NeoSansStd-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Std';
    src:url('../fonts/NeoSansStd-Light.woff2') format('woff2'),
       url('../fonts/NeoSansStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Std';
    src:url('../fonts/NeoSansStd-LightItalic.woff2') format('woff2'),
       url('../fonts/NeoSansStd-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Std';
    src:url('../fonts/NeoSansStd-Medium.woff2') format('woff2'),
       url('../fonts/NeoSansStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Std';
    src:url('../fonts/NeoSansStd-MediumItalic.woff2') format('woff2'),
       url('../fonts/NeoSansStd-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Std';
    src:url('../fonts/NeoSansStd-Regular.woff2') format('woff2'),
       url('../fonts/NeoSansStd-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 
body{
     font-family: 'Neo Sans Std'!important;
    
}

p{color: #606060!important;
font-size: 20px!important;}

/* Botones de Categorías (Grises) */
.btn-categoria {
    display: flex!important;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    background-color: #f6f6f6;
    color: #999999;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 300;
    text-align: center;
    padding: 15px;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.btn-categoria:hover {
    background-color: #e9ecef;
    color: #005BAC;
}

/* Asegura el comportamiento interactivo del navegador */
.buttons-nav {
    overflow: hidden; /* Evita que las imágenes se salgan en los hovers */
    cursor: pointer;  /* Muestra la mano en todo el recuadro */
    transition: all 0.3s ease;
}

/* Opcional: Un pequeño efecto visual premium para que el usuario note el click */
.buttons-nav:hover {
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.02); /* Sutil oscurecimiento */
}

.buttons-nav .image img {
    transition: transform 0.4s ease;
}

.buttons-nav:hover .image img {
    transform: scale(1.03); /* Ligero zoom a la foto al pasar el cursor */
}   

/* Estilos específicos para la sección del pie de página */
.footer-links-list a:hover {
    color: #005BAC !important;
    text-decoration: underline !important;
}

.social-icon-box {
    width: 32px;
    height: 32px;
    background-color: #f0f2f5;
    color: #8a96a3;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.social-icon-box:hover {
    background-color: #005BAC;
    color: #ffffff;
}

/* Modificadores de WPForms interno para el input de una sola línea */
.footer-input-line .wpforms-container,
.footer-input-line form {
    margin: 0 !important;
    padding: 0 !important;
}

.footer-input-line input[type="email"] {
    border: none !important;
    padding: 0 !important;
    font-size: 16px;
    color: #777;
    background: transparent !important;
}

.footer-input-line input[type="email"]:focus {
    outline: none !important;
    box-shadow: none !important;
}


    .notice-single-content.entry-content.text-secondary.fs-5.lh-base.pt-2 {
    max-width: 900px;
    margin: 0 auto;
} 


/* =========================================================================
   ESTILOS GENERALES: PÁGINA DE CONTACTO NEUSOFT
   ========================================================================= */

/* Campos de entrada transparentes con borde fino */
.custom-contact-input {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    padding: 0.85rem 1.1rem !important;
    font-size: 0.95rem !important;
}

/* Color del texto sugerido (placeholder) */
.custom-contact-input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 300;
}

/* Efecto focus al escribir */
.custom-contact-input:focus {
    border-color: #4cc3c4 !important;
    box-shadow: 0 0 8px rgba(76, 195, 196, 0.4) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

/* Animaciones de redes sociales encima del mapa */
.redes-sociales-contacto-bar a {
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}
.redes-sociales-contacto-bar a:hover {
    color: #4cc3c4 !important;
    transform: scale(1.18);
}

/* =========================================================================
   BOTÓN FLOTANTE MULTI-PAÍS DE WHATSAPP INTERACTIVO
   ========================================================================= */
.whatsapp-global-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* El botón circular principal */
.whatsapp-trigger-btn {
    width: 60px;
    height: 60px;
    background-color: #25D366; /* Verde oficial WhatsApp */
    border: none;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease;
}

.whatsapp-trigger-btn:hover {
    transform: scale(1.08);
    background-color: #20ba5a;
}

/* Rotación del icono si el menú está activo */
.whatsapp-trigger-btn.active {
    transform: rotate(135deg);
    background-color: #dc3545; /* Pasa a color rojo de cerrar */
}

/* Menú de selección de países */
.whatsapp-countries-menu {
    position: absolute;
    bottom: 75px;
    right: 0;
    width: 250px;
    background-color: white;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 91, 172, 0.1);
    
    /* Estado oculto con animación descendente */
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
}

.whatsapp-countries-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wa-menu-header {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    background-color: #005BAC !important; /* Tu azul corporativo */
}

/* Items de cada país */
.wa-country-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 20px;
    color: #333333 !important;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.wa-country-item:last-child {
    border-bottom: none;
}

.wa-country-item img {
    width: 28px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.wa-country-item:hover {
    background-color: #f4f9f5;
    color: #7ec5a3!important; /* El texto pasa al verde de WA en hover */
}

/* Ajustes adaptables para móviles */
@media (max-width: 767.98px) {
    .contactanos-pagina-section h2 {
        font-size: 1.9rem !important;
        text-align: center;
    }
    .contactanos-pagina-section p {
        text-align: center;
    }
    .idiomas-wrapper {
        position: relative !important;
        margin-bottom: 20px !important; 
        justify-content: center;
        top: unset !important;
        end: unset !important;
    }
    .redes-sociales-contacto-bar {
        min-width: 100% !important;
        border-radius: 0 !important;
    }
} 


/* =========================================================================
   ESTILOS COMPATIBLES PARA WPFORMS (PÁGINA DE CONTACTO)
   ========================================================================= */

/* Forzar el diseño transparente y bordes finos en los campos de WPForms */
.formulario-contacto-neusoft .wpforms-field input,
.formulario-contacto-neusoft .wpforms-field textarea {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    padding: 0.85rem 1.1rem !important;
    font-size: 0.95rem !important;
    width: 100% !important;
}

/* Placeholders en WPForms */
.formulario-contacto-neusoft .wpforms-field input::placeholder,
.formulario-contacto-neusoft .wpforms-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 300;
}

/* Focus en WPForms */
.formulario-contacto-neusoft .wpforms-field input:focus,
.formulario-contacto-neusoft .wpforms-field textarea:focus {
    border-color: #4cc3c4 !important;
    box-shadow: 0 0 8px rgba(76, 195, 196, 0.4) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

/* El contenedor de cada campo para eliminar márgenes extra de WPForms */
.formulario-contacto-neusoft .wpforms-field {
    padding: 0 !important;
    margin-bottom: 1rem !important;
}

/* Convertir el botón nativo de WPForms al estilo del mockup */
.formulario-contacto-neusoft .wpforms-submit-container {
    text-align: right !important;
    padding: 0 !important;
}

.formulario-contacto-neusoft button.wpforms-submit {
    background: transparent !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    padding: 0.5rem 3rem !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    border-radius: 5px !important;
    transition: all 0.3s ease !important;
}

.formulario-contacto-neusoft button.wpforms-submit:hover {
    background-color: #ffffff !important;
    color: #0b4c8c !important;
}

/* Pequeño truco para inyectar la flecha (→) después del texto del botón de WPForms */
.formulario-contacto-neusoft button.wpforms-submit::after {
    content: " →";
    font-weight: bold;
    display: inline-block;
    margin-left: 8px;
    transition: transform 0.2s ease;
}

.formulario-contacto-neusoft button.wpforms-submit:hover::after {
    transform: translateX(3px);
}