.elementor-175950 .elementor-element.elementor-element-f168fb5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-175950 .elementor-element.elementor-element-31ea897{--display:flex;--justify-content:space-around;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}#elementor-popup-modal-175950 .dialog-widget-content{background-color:var( --e-global-color-secondary );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-175950{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-175950 .dialog-message{width:800px;height:auto;}#elementor-popup-modal-175950 .dialog-close-button{display:flex;top:10px;font-size:25px;}body:not(.rtl) #elementor-popup-modal-175950 .dialog-close-button{right:10px;}body.rtl #elementor-popup-modal-175950 .dialog-close-button{left:10px;}/* Start custom CSS *//* --- 1. TIPOGRAFÍAS --- */
/* Título Principal */
#elementor-popup-modal-175950 h2 {
    font-family: 'Futura Maxi CG Bold', sans-serif;
    font-weight: normal; /* Lo dejamos normal asumiendo que la fuente ya es Bold por defecto */
    font-size: 32px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--e-global-color-899f2dd);
    
}

/* Textos Generales (Párrafo y Checkboxes) */
#elementor-popup-modal-175950 p, 
#elementor-popup-modal-175950 .cookie-text {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    color: #000;
}

#elementor-popup-modal-175950 p {
    font-size: 16px;
    line-height: 1;
}


/* --- 2. CHECKBOXES PERSONALIZADOS --- */
/* Oculta el checkbox genérico del navegador */
#elementor-popup-modal-175950 .cookie-label input[type="checkbox"] {
    display: none;
}

/* Contenedor de cada opción */
#elementor-popup-modal-175950 .cookie-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

/* Crea el cuadrito cuadrado estilo Glocal */
#elementor-popup-modal-175950 .cookie-label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--e-global-color-899f2dd);
    margin-right: 15px;
    margin-top: 2px;
    background-color: transparent;
    transition: all 0.2s;
    flex-shrink: 0; /* Evita que el cuadrito se aplaste si el texto es muy largo */
}

/* Cuando el checkbox está seleccionado (Palomita) */
#elementor-popup-modal-175950 .cookie-label:has(input:checked)::before {
    background-color: var(--e-global-color-899f2dd);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Estilos de los textos dentro de las opciones */
#elementor-popup-modal-175950 .cookie-text strong {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
}

#elementor-popup-modal-175950 .cookie-text span {
    display: block;
    font-size: 14px;
    line-height: 1.3;
}


/* --- 3. BOTONES --- */
#elementor-popup-modal-175950 .cookie-buttons {
    margin-top: 30px;
}

#elementor-popup-modal-175950 .cookie-btn {
    width: 100%;
    padding: 16px;
    margin-bottom: 10px;
    border: 2px solid var(--e-global-color-899f2dd);
    background: transparent;
    color: var(--e-global-color-899f2dd);
    /* Aplicamos Futura a los botones */
    font-family: 'Futura Maxi CG Bold', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

#elementor-popup-modal-175950 .cookie-btn.black-btn {
    background: var(--e-global-color-899f2dd);
    color: #fff;
}

#elementor-popup-modal-175950 .cookie-btn:hover {
    opacity: 0.8;
}/* End custom CSS */