.elementor-8904 .elementor-element.elementor-element-2dd46e76{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-8904 .elementor-element.elementor-element-2dd46e76:not(.elementor-motion-effects-element-type-background), .elementor-8904 .elementor-element.elementor-element-2dd46e76 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d6cea4e );}.elementor-8904 .elementor-element.elementor-element-31cea5c9 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-8904 .elementor-element.elementor-element-31cea5c9 .elementor-heading-title{font-family:"Area Regular", Sans-serif;font-size:3em;font-weight:600;text-transform:uppercase;}.elementor-8904 .elementor-element.elementor-element-31cea5c9.elementor-widget-heading .elementor-heading-title, .elementor-8904 .elementor-element.elementor-element-31cea5c9.elementor-widget-heading .elementor-heading-title.elementor-heading-title a{color:var( --e-global-color-text );}.elementor-8904 .elementor-element.elementor-element-04a9938{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-8904 .elementor-element.elementor-element-31cea5c9 .elementor-heading-title{font-size:2.5em;}}@media(max-width:767px){.elementor-8904 .elementor-element.elementor-element-31cea5c9 .elementor-heading-title{font-size:2.2em;}}/* Start custom CSS for text-editor, class: .elementor-element-eb2eddd *//* Contenedor del widget de texto */
.elementor-widget-text-editor .elementor-widget-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Texto general */
.elementor-widget-text-editor {
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.7;
    color: #444;
    font-size: 15px;
}

/* Títulos principales */
.elementor-widget-text-editor h2 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #111;
    border-left: 4px solid #2b6cb0;
    padding-left: 12px;
}

/* Subtítulos */
.elementor-widget-text-editor h3 {
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #2b6cb0;
}

/* Párrafos */
.elementor-widget-text-editor p {
    margin-bottom: 12px;
}

/* Listas */
.elementor-widget-text-editor ul {
    margin: 10px 0 20px 20px;
    padding: 0;
}

.elementor-widget-text-editor ul li {
    margin-bottom: 8px;
}

/* Separadores */
.elementor-widget-text-editor hr {
    border: none;
    height: 1px;
    background: #e5e5e5;
    margin: 30px 0;
}

/* Links */
.elementor-widget-text-editor a {
    color: #2b6cb0;
    text-decoration: none;
}

.elementor-widget-text-editor a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .elementor-widget-text-editor .elementor-widget-container {
        padding: 20px;
    }

    .elementor-widget-text-editor {
        font-size: 14px;
    }

    .elementor-widget-text-editor h2 {
        font-size: 20px;
    }

    .elementor-widget-text-editor h3 {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS */.custom-cookie-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Area Regular", Sans-serif;
}
.custom-cookie-table th {
    background-color: #f8f8f8;
    color: #333;
    font-weight: bold;
    text-align: left;
    padding: 12px;
    border-bottom: 2px solid #ddd;
    white-space: nowrap;
}
/* Ajuste de proporciones para Tablets */
.custom-cookie-table th:nth-child(1) { width: 20%; }
.custom-cookie-table th:nth-child(2) { width: 15%; }
.custom-cookie-table th:nth-child(3) { width: 15%; }
.custom-cookie-table th:nth-child(4) { width: 50%; }

.custom-cookie-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}
.custom-cookie-table tr:hover {
    background-color: #f9f9f9;
}

/* Media Query para Tablets y Móviles */
@media screen and (max-width: 1024px) {
    .custom-cookie-table {
        font-size: 13px;
    }
    .custom-cookie-table td, .custom-cookie-table th {
        padding: 8px;
    }
}
@media screen and (max-width: 768px) {
    .custom-cookie-table {
        min-width: 700px; /* Fuerza el scroll horizontal en móviles para evitar amontonamiento */
    }
}/* End custom CSS */