.elementor-25 .elementor-element.elementor-element-89db7fe{--display:flex;--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-25 .elementor-element.elementor-element-74783ef{--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;--border-radius:20px 20px 20px 20px;--margin-top:30px;--margin-bottom:30px;--margin-left:130px;--margin-right:130px;}.elementor-25 .elementor-element.elementor-element-74783ef:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-74783ef > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://fundacionbuenpastor.cl/wp-content/uploads/2026/07/articles-85005_imagen_02.thumb_i_lateral.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-25 .elementor-element.elementor-element-74783ef.e-con{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-25 .elementor-element.elementor-element-04d3b20 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-weight:600;font-style:oblique;color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-74f4227 *//* Importación de tipografías originales */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,500&display=swap');

/* ====== ESTRUCTURA DEL BANNER ====== */
.fbp-hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #252525;
    font-family: 'Inter', sans-serif;
}

.fbp-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://www.monumentos.gob.cl/sites/default/files/styles/16x9_grande/public/image-monumentos/mh_00092_2017_av_030.jpg?h=dbe15cdc&itok=F7-qHJBi');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax CSS */
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.fbp-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(37, 37, 37, 0.9) 0%, rgba(37, 37, 37, 0.6) 50%, rgba(37, 37, 37, 0.3) 100%);
}

.fbp-hero-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-top: 3rem;
}

/* Responsividad Desktop */
@media (min-width: 1024px) {
    .fbp-hero-container {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 48px;
        margin-top: 5rem;
    }
}

/* ====== TEXTOS Y TIPOGRAFÍA ====== */
.fbp-hero-content {
    max-width: 48rem;
    color: #ffffff;
    text-align: center;
}

@media (min-width: 1024px) {
    .fbp-hero-content { text-align: left; }
}

.fbp-subtitle-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.fbp-line {
    width: 32px;
    height: 1px;
    background-color: #f6df83;
}

.fbp-subtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #f6df83;
    text-transform: uppercase;
}

.fbp-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 32px;
}

@media (min-width: 768px) { .fbp-title { font-size: 4.5rem; } }
@media (min-width: 1024px) { .fbp-title { font-size: 5.5rem; } }

.fbp-highlight {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.6));
    -webkit-background-clip: text;
    color: transparent;
    font-style: italic;
    font-weight: 500;
}

.fbp-desc {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    max-width: 36rem;
    margin: 0 auto 48px auto;
    line-height: 1.625;
}

@media (min-width: 1024px) {
    .fbp-desc { margin: 0 0 48px 0; font-size: 1.25rem; }
}

/* ====== BOTÓN PRINCIPAL ====== */
.fbp-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0345bf;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    z-index: 1;
    transition: color 0.3s ease;
}

.fbp-btn::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #044cd0;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: -1;
}
.fbp-btn:hover::after { transform: translateY(0); }
.fbp-btn i { transition: transform 0.3s ease; }
.fbp-btn:hover i { transform: translateY(4px); color: #ffffff;}
.fbp-btn:hover { color: #ffffff; }

/* ====== BOTÓN DE VIDEO ====== */
.fbp-video-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 24px;
}

@media (min-width: 1024px) { .fbp-video-wrapper { margin-top: 0; } }

.fbp-play-circle {
    position: relative;
    width: 96px; height: 96px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(8px);
    transition: all 0.5s ease;
}

@media (min-width: 768px) {
    .fbp-play-circle { width: 128px; height: 128px; }
}

.fbp-video-wrapper:hover .fbp-play-circle { background-color: rgba(255, 255, 255, 0.1); }

.fbp-play-ping {
    position: absolute; inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    animation: fbpPing 3s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes fbpPing {
    75%, 100% { transform: scale(1.5); opacity: 0; }
}

.fbp-play-icon {
    width: 56px; height: 56px;
    background-color: #ffffff;
    color: #0345bf;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    padding-left: 4px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
    font-size: 1.25rem;
}

@media (min-width: 768px) {
    .fbp-play-icon { width: 80px; height: 80px; font-size: 1.875rem; }
}

.fbp-video-wrapper:hover .fbp-play-icon {
    transform: scale(1.1);
    background-color: #0345bf;
    color: #ffffff;
}

.fbp-video-label {
    color: #ffffff;
    margin-top: 24px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.3s ease;
}
@media (min-width: 768px) { .fbp-video-label { font-size: 12px; } }
.fbp-video-wrapper:hover .fbp-video-label { color: #f6df83; }

/* ====== SCROLL INDICADOR ====== */
.fbp-scroll-indicator {
    position: absolute;
    bottom: 40px; left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.5);
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    animation: fbpBounce 2s infinite;
}
.fbp-scroll-indicator span { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; }

@keyframes fbpBounce {
    0%, 100% { transform: translate(-50%, -25%); animation-timing-function: cubic-bezier(0.8,0,1,1); }
    50% { transform: translate(-50%, 0); animation-timing-function: cubic-bezier(0,0,0.2,1); }
}

/* ====== ANIMACIÓN DE REVELADO ====== */
.fbp-reveal-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.fbp-reveal-up.is-visible { opacity: 1; transform: translateY(0); }


/* ====== MODAL DE VIDEO YOUTUBE ====== */
.fbp-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background-color: rgba(37, 37, 37, 0.95);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.fbp-modal.is-active {
    opacity: 1;
    pointer-events: auto;
}

.fbp-modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: transparent;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 100000;
}

.fbp-modal-close:hover {
    background-color: #0345bf;
    border-color: #0345bf;
    transform: scale(1.1);
}

.fbp-modal-content {
    width: 100%;
    max-width: 1024px;
    transform: scale(0.95);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.fbp-modal.is-active .fbp-modal-content {
    transform: scale(1);
}

.fbp-video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    background-color: #000;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.fbp-video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}/* End custom CSS */