/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1766366004
Updated: 2025-12-22 02:13:24

*/

/* ============================================
   POPUP DISTRIBUIDORES - Estilos generales
   ============================================ */

/*.distribuidor-box {
    position: relative;
}

.distribuidor-box .popup-distribuidor {
    width: 320px !important;
    box-shadow: 0 0 30px rgba(0, 61, 166, 0.15);
    padding: 20px;
    margin: 0;
    border-radius: 30px 30px 30px 0px;
    position: absolute;
    bottom: 10px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    z-index: 99;
    background: white;
}*/

/* Estilos para computadora: hover */
/*@media (min-width: 768px) {
    .distribuidor-box:hover .popup-distribuidor {
        opacity: 1;
        visibility: visible;
    }
}*/

/* Estilos para móviles */
/*@media (max-width: 767px) {
    .popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        z-index: 9998; 
    }
    
    .popup-overlay.active {
        opacity: 1;
        visibility: visible;
    }*/
    
    /* Popup - DEBE estar encima del overlay */
    /*.popup-distribuidor {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) scale(0.95) !important;
        width: 90% !important;
        max-width: 350px !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
        z-index: 9999 !important;
        background: white !important;
        border-radius: 20px !important;
        padding: 20px !important;
        box-shadow: 0 0 30px rgba(0, 61, 166, 0.15) !important;
    }*/
    
    /* Clase activa para mostrar */
    /*.popup-distribuidor.active {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translate(-50%, -50%) scale(1) !important;
    }*/
    
    /* Botón cerrar - DEBE estar dentro del popup pero con z-index más alto */
    /*.popup-close-btn {
        position: absolute !important;
        top: 10px !important;
        right: 15px !important;
        width: 30px !important;
        height: 30px !important;
        background: #f0f0f0 !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 20px !important;
        font-weight: bold !important;
        cursor: pointer !important;
        z-index: 10000 !important;
        border: none !important;
        outline: none !important;
        color: #333 !important;
    }
    
    .popup-close-btn:hover {
        background: #e0e0e0 !important;
    }*/
    
    /* Bloquear scroll cuando popup está activo */
    /*body.popup-active {
        overflow: hidden !important;
        position: fixed;
        width: 100%;
        height: 100%;
    }*/
    
    /* Asegurar que los países sean clickeables en móviles */
    /*.distribuidor-country {
        cursor: pointer !important;
    }*/
    
    /* Estilos adicionales para contenido móvil */
    /*.popup-distribuidor ul {
        margin: 0;
        padding: 0;
    }
    
    .popup-distribuidor li {
        list-style: none;
        margin: 0;
        padding: 5px 0;
    }
}*/

/* ============================================
   Estilos para el contenido del popup
   ============================================ */

/*.distribuidor-country {}

.popup-distribuidor ul {
    margin: 0;
    padding: 0 0 0 0px;
}

.popup-distribuidor li {
    margin: 0;
    padding: 0 0 0 0px;
    list-style: none;
}

li.title-distribuidor {
    background: var(--e-global-color-primary);
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 10px;
}

li.title-country {
    background: var(--e-global-color-ba6e67a);
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 5px;
}

li.logo-box {
    text-align: center;
}

li.logo-box img {
    height: 80px;
    margin: 15px 0;
}

li.ico-social {
    padding: 5px 20px 5px 0px;
}
*/
/* CODIGO ANTIGUO FINAL*/
/*
li.title-distribuidor {
    background: var(--e-global-color-primary);
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 10px;
    font-weight: bold;
}

li.title-country {
    background: var(--e-global-color-ba6e67a);
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 5px;
    color: white;
}

li.logo-box {
    text-align: center;
    margin: 10px 0;
}

li.logo-box img {
    height: 80px;
    margin: 10px auto;
    display: block;
}

li.lista-distribuidor {
    border-bottom: 2px solid #e8ebed;
    padding: 8px 0 8px 40px !important;
    position: relative;
    margin: 5px 0;
}

li.ico-social {
    padding: 8px 0 !important;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
*/
/* Estilos para los íconos */
/*.ico-whatsapp:before,
.ico-email:before,
.ico-phone:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ico-whatsapp:before {
    background-image: url(images/ico-whatsapp.png);
}

.ico-email:before {
    background-image: url(images/ico-email.png);
}

.ico-phone:before {
    background-image: url(images/ico-phone.png);
}
*/
/* Ajustes para móviles en el contenido */
/*@media (max-width: 767px) {
    li.title-distribuidor {
        font-size: 16px;
        padding: 8px 15px;
    }
    
    li.title-country {
        font-size: 18px;
        padding: 8px 15px;
    }
    
    li.logo-box img {
        height: 60px;
    }
    
    li.lista-distribuidor {
        font-size: 14px;
        padding: 8px 0 8px 35px !important;
    }
    
    .ico-whatsapp:before,
    .ico-email:before,
    .ico-phone:before {
        width: 25px;
        height: 25px;
    }
}*/