.elementor-236 .elementor-element.elementor-element-279a3879{--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;--padding-top:15px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-236 .elementor-element.elementor-element-279a3879:not(.elementor-motion-effects-element-type-background), .elementor-236 .elementor-element.elementor-element-279a3879 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-236 .elementor-element.elementor-element-6528a397{--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;--justify-content:flex-start;--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-236 .elementor-element.elementor-element-240dbc82{--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;--justify-content:center;--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-236 .elementor-element.elementor-element-1b98d661{--display:flex;--min-height:0px;--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;--justify-content:center;}.elementor-236 .elementor-element.elementor-element-1b98d661:not(.elementor-motion-effects-element-type-background), .elementor-236 .elementor-element.elementor-element-1b98d661 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-236 .elementor-element.elementor-element-279a3879{--content-width:1140px;}.elementor-236 .elementor-element.elementor-element-6528a397{--width:100%;}.elementor-236 .elementor-element.elementor-element-240dbc82{--width:17%;}.elementor-236 .elementor-element.elementor-element-1b98d661{--content-width:1140px;}}/* Start custom CSS for html, class: .elementor-element-39f751f */.footer-bottom {
    text-align: center;
    font-family: inherit !important;
    color: #ffffff; /* Texto blanco base */
    padding: 20px;
    font-size: 0.9rem;
}

.footer-bottom p {
    margin: 0;
    color: #ffffff !important;
    font-family: inherit !important;
}

.footer-bottom a {
    color: #ffffff !important; /* Enlace blanco */
    text-decoration: underline !important;
    font-weight: 600;
    transition: 0.3s;
}

.footer-bottom a:hover {
    color: #AFD454 !important; /* Color acento al pasar el mouse */
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-2ae94bb2 */.views-counter {
    font-family: inherit !important; 
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
    
    margin: 0 !important;
    padding: 0 !important;
    
    /* Nueva línea para asegurar transparencia */
    background: transparent !important;
    border: none !important;
}

.views-counter strong {
    font-family: inherit !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 600 !important;
    
    /* Forzamos la eliminación del fondo blanco */
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ad9431c *//* ==================== BARRA PROTECCIÓN DE DATOS (ESTILOS GLOBALES) ==================== */

.banner-proteccion-datos {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Fondo: #1E1C1F */
    background: #1E1C1F !important; 
    color: #ffffff !important; 
    padding: 16px 20px;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.3);
    z-index: 99999;
    font-size: 15px;
    line-height: 1.5;
    font-family: inherit !important;
}

.banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    font-family: inherit !important;
}

.banner-content p {
    margin: 0;
    flex: 1;
    font-family: inherit !important;
}

/* ==================== BOTÓN (Color Acento: #AFD454) ==================== */
.btn-aceptar-banner {
    /* Fondo: #AFD454, Texto: #1E1C1F (para que contraste bien) */
    background: #AFD454 !important; 
    color: #1E1C1F !important;
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-family: inherit !important;
}

.btn-aceptar-banner:hover {
    background: #9bc245 !important; /* Un tono un poco más oscuro al pasar el mouse */
    transform: translateY(-2px);
}

/* ==================== ENLACE (Color Acento: #AFD454) ==================== */
.banner-content a {
    color: #AFD454 !important; 
    text-decoration: underline !important;
    font-weight: 600;
    font-family: inherit !important;
}

.banner-content a:hover {
    color: #9bc245 !important;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 768px) {
    .banner-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}/* End custom CSS */