.elementor-12 .elementor-element.elementor-element-1b1c27a{--display:flex;--min-height:80vh;--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;--overlay-opacity:0.87;}.elementor-12 .elementor-element.elementor-element-1b1c27a:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-1b1c27a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sparkleshine.wstudiio.com/wp-content/uploads/2026/04/hero.webp");background-position:center center;background-repeat:no-repeat;}.elementor-12 .elementor-element.elementor-element-1b1c27a::before, .elementor-12 .elementor-element.elementor-element-1b1c27a > .elementor-background-video-container::before, .elementor-12 .elementor-element.elementor-element-1b1c27a > .e-con-inner > .elementor-background-video-container::before, .elementor-12 .elementor-element.elementor-element-1b1c27a > .elementor-background-slideshow::before, .elementor-12 .elementor-element.elementor-element-1b1c27a > .e-con-inner > .elementor-background-slideshow::before, .elementor-12 .elementor-element.elementor-element-1b1c27a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(259deg, #FFFFFF82 47%, #FFFFFF 57%);}.elementor-12 .elementor-element.elementor-element-0b691e2{--display:flex;--min-height:48vh;--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;}.elementor-12 .elementor-element.elementor-element-0f3c96c{--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;}.elementor-12 .elementor-element.elementor-element-4908190{--display:flex;}.elementor-12 .elementor-element.elementor-element-6a7f6c9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cbdc909 *//* Usamos el ID como ancla para que el CSS solo aplique aquí */
#sw-seccion-santuario.sw-hero-wrapper {
    --sw-azul: #000c2a;
    --sw-menta: #a7f3d0;
    --sw-menta-texto: #065f46;
    --sw-gris-btn: #f9fafb;
    --sw-texto-p: #1f2937;
    
    width: 100%;
    min-height: 80vh; 
    display: flex;
    align-items: center;
    
    /* CAMBIO CLAVE: Fondo transparente */
    background: transparent !important; 
    
    font-family: 'Montserrat', sans-serif;
    padding: 80px 0;
    margin: 0;
    box-sizing: border-box;
    border: none; /* Asegura que no haya bordes molestos */
}

/* El resto del código se mantiene igual para el aislamiento */
#sw-seccion-santuario * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;
}

#sw-seccion-santuario .sw-hero-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 25px;
    width: 100%;
}

#sw-seccion-santuario .sw-hero-content {
    max-width: 600px;
}

#sw-seccion-santuario .sw-hero-badge {
    display: inline-block;
    background-color: var(--sw-menta);
    color: var(--sw-menta-texto);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

#sw-seccion-santuario .sw-hero-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    color: var(--sw-azul);
    line-height: 1.1;
    margin-bottom: 25px;
}

#sw-seccion-santuario .sw-hero-description {
    font-size: 18px;
    color: var(--sw-texto-p);
    line-height: 1.6;
    margin-bottom: 35px;
}

#sw-seccion-santuario .sw-hero-btns-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

#sw-seccion-santuario .sw-hero-btn {
    padding: 16px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sw-seccion-santuario .sw-btn-primary {
    background-color: var(--sw-azul);
    color: #ffffff !important;
}

#sw-seccion-santuario .sw-btn-secondary {
    background-color: var(--sw-gris-btn);
    color: var(--sw-azul) !important;
    border: 1px solid #e2e8f0;
}

#sw-seccion-santuario .sw-play-icon {
    margin-right: 8px;
    font-size: 12px;
}

/* Responsividad aislada */
@media (max-width: 768px) {
    #sw-seccion-santuario.sw-hero-wrapper {
        text-align: center;
        padding: 50px 0;
    }
    #sw-seccion-santuario .sw-hero-content {
        margin: 0 auto;
    }
    #sw-seccion-santuario .sw-hero-btns-group {
        justify-content: center;
    }
    #sw-seccion-santuario .sw-hero-btn {
        width: 100%;
    }
}/* End custom CSS */