.elementor-791 .elementor-element.elementor-element-bbbb509{--display:flex;--min-height:0px;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-791 .elementor-element.elementor-element-bbbb509:not(.elementor-motion-effects-element-type-background), .elementor-791 .elementor-element.elementor-element-bbbb509 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-791 .elementor-element.elementor-element-bbbb509.e-con{--align-self:center;--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-791 .elementor-element.elementor-element-bbbb509{--width:100.31%;}}/* Start custom CSS for html, class: .elementor-element-2918096 */:root {
    --azul-mountain: #1870B4; 
    --naranja-mountain: #ff9800;
}

/* 1. CONTENEDOR PRINCIPAL */
.newsletter-wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* 2. COLUMNA IZQUIERDA (Foto Marcos) */
.columna-marcos-hero {
    flex: 0 0 50%;
    height: 100%;
    background-image: url('https://www.mountainbarcelona.com/wp-content/uploads/2024/03/fotoMarcosDeLaFuente_compressed.jpg');
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    padding: 60px;
    box-sizing: border-box;
}

/* RECUADRO NEGRO AL 20% */
.overlay-texto-hero {
    background-color: rgba(0, 0, 0, 0.50) !important; 
    color: #ffffff;
    padding: 35px;
    border-radius: 12px;
    text-align: center;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.titulo-hero {
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.1;
    margin-bottom: 10px;
    color: #ffffff;
    text-shadow: 0px 2px 10px rgba(0,0,0,0.4);
}

/* 3. COLUMNA DERECHA (Formulario) */
.newsletter-col-right {
    flex: 0 0 50%;
    height: 100%;
    background-color: var(--azul-mountain); 
    padding: 150px 50px 60px 50px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow-y: auto;
}

.newsletter-title {
    color: #ffffff !important;
    text-align: center;
    font-size: clamp(20px, 3vw, 28px);
    margin: 25px 0;
    line-height: 1.3;
    font-weight: 700;
}

.naranja {
    color: var(--naranja-mountain) !important;
}

/* 4. FORMULARIO */
#mc_embed_signup { 
    width: 100%; 
    max-width: 450px; 
}

.mc-field-group label { 
    color: #ffffff !important; 
    margin-bottom: 8px; 
    display: block;
    font-weight: 500;
}

.mc-field-group input {
    width: 100%;
    padding: 18px;
    border-radius: 8px;
    border: none;
    margin-bottom: 20px;
    font-size: 16px;
}

.btn-newsletter {
    background-color: var(--naranja-mountain) !important;
    color: #ffffff !important;
    width: 100%;
    padding: 20px;
    font-weight: 800;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    transition: 0.3s;
}

/* 5. ICONOS DEL PIE (CORREGIDOS) */
.newsletter-footer-img { 
    margin-top: 40px; 
    width: 100%;
    text-align: center;
}

.newsletter-footer-img img {
    max-width: 100%;
    height: auto;
    /* Hemos quitado el filtro 'invert' que los hacía invisibles */
    filter: brightness(1.1); 
    opacity: 1;
}

/* 6. RESPONSIVE */
@media (max-width: 1024px) {
    .newsletter-wrapper {
        flex-direction: column;
        height: auto;
    }
    .columna-marcos-hero, .newsletter-col-right {
        flex: 0 0 100%;
        width: 100%;
        height: auto;
        min-height: 80vh;
    }
    .newsletter-col-right {
        padding: 60px 20px;
    }
}/* End custom CSS */