/* CSS LANDING Extremas */
body {
    background-color: #FAFCFF !important;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

/* Hero Section Styles */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    position: relative;
    text-align: center;
    color: white;
    padding: 20px;
    isolation: isolate; /* Creates stacking context for blend mode */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-title-wrapper {
    position: relative;
    display: inline-block;
}

/* Filled text with blend mode */
.hero-title-fill {
    font-size: clamp(3rem, 12vw, 9rem);
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: white;
    mix-blend-mode: difference;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

/* Stroke text overlay */
.hero-title-stroke {
    position: absolute;
    top: 0;
    left: 0;
    font-size: clamp(3rem, 12vw, 9rem);
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #ffffff;
    -webkit-text-stroke: 5px white;
    text-stroke: 2px white;
    white-space: nowrap;
    pointer-events: none;
    mix-blend-mode: soft-light;
    z-index: 2;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.75rem);
    font-weight: 700;
    margin-top: 1.5rem;
    line-height: 1.4;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
    color: white;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: #222238;
    background-color: #eaebebc7;
    border: none;
    border-radius: 0;
    z-index: 999999;
}
.footer-fnd{
    margin-top: -60px;
    height: 490px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}
.suscribete h4{
    font-size:54px;
    font-weight:600;
    color:#4F5863;
}
.nombre-extrema{
    font-size:54px;
    font-weight:600;
    color:#fff;
    text-transform: uppercase;
}
.btn-suscribete{
    background-color: #FF0000;
    color:#fff!important;
    font-weight: bold;
    font-size: 30px;
    padding: 5px 20px;
    text-transform: uppercase;
    text-decoration: none;
}
.foto-persona{
    /* width: -webkit-fill-available; */
}
.nav-link{
    width: 130px;
    height: 125px;
    margin-right: 0!important;
}
.nav-pills .nav-link {
    border-radius:0px;
    border: 0!important;
    color: #fff;
}
.principio {
    border-radius: 20px 0 0 0!important;
}
.final{
    border-radius:0 20px 0 0!important;
}
.nav-link img{
    width: 60px;
}
.nav-link.active::after {
    display: none!important;
}
.nav-superior{
    width: max-content;
}
.slide h5{
    font-size:24px;
    font-weight:700;
    color:#222222;
    margin-top:60px;
}
.slide p{
    color:#8391A9;
    font-weight:200;
}
.slide img{
    border-radius:10px 0 0 10px;
}
.flechas{
    position: absolute;
    right: 50px;
    z-index: 10;
    margin-top: -100px;
}
.flechas a{
    border: 2px solid #4290de;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
}
.sin-margen{
    margin-left:-15px;
}
.titulo-destacado{
    font-size:54px;
    font-weight:600;
    text-transform: uppercase;
}
.zona{
    border-left: 7px solid #fff;
    text-align: left;
    padding-left: 5px;
    margin-left: 14px;
    margin-top: 40px;
    margin-bottom: 50px;
    
}
.zona h5, .zona h4{
    color: #fff;
    font-weight: 600;
}
.zona h4{
    font-size:40px;
    line-height: 29px;
}
.zona h5{
    font-size:30px;
}
.flotante{
    margin-top: -125px;
    z-index: 9;
    position: relative;
}
.mt-80{
    margin-top:80px;
}
.mt-160{
    margin-top:160px;
}
.mt-95{
    margin-top:95px;
}
.mt-60{
    margin-top:60px;
}
.mt-160{
    margin-top:120px;
}
.mt-65{
    margin-top:65px;
}
.pt-80{
    padding-top:80px;
}
.pt-160{
    padding-top:160px;
}
.pt-95{
    padding-top:95px!important;
}
.pt-60{
    padding-top:60px;
}
.pt-160{
    padding-top:120px;
}
.pt-65{
    padding-top:65px;
}
.pb-60{
    padding-bottom: 60px
}
.embed-responsive {
    position:inherit;
    display: inherit;
    width: -webkit-fill-available;
    padding: 0;
    overflow:inherit ;
}

/* Responsive adjustments for hero */
@media (max-width: 768px) {
    .hero-section {
        min-height: 500px;
    }

    .hero-title-stroke {
        -webkit-text-stroke: 1px white;
        text-stroke: 1px white;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .flotante {
        margin-top:0;
        z-index:0;
        position:inherit;
        margin: 0;
        padding: 0;
    }

    .nav-link {
        width: 100%;
        height: 75px;
        margin-right: 0!important;
        display: inline-flex;
        
    }
    .nav-link img{
        margin-right: 20px;
    }
    .nav-pills{
        display: inline-grid;
        width: 100%;
    }
    .principio {
        border-radius:0!important;
    }
    .final{
        border-radius:0!important;
    }
    .nav-pills .nav-link {
        padding-left: 70px;
        font-size: 20px;
    }
    .foto-persona {
        width: -webkit-fill-available;
        margin-top: 90px;
    }
    .nombre-extrema {
        font-size: 40px;
    }
    .foto-ajustable{
        width: -webkit-fill-available;
    }
    .flechas {
        margin-top: -1px;
        width: 100%;
        padding: 20px 0;
        position: initial;
    }
    .slide img {
        border-radius: 10px 10px  0 0;
    }
    .slide{
        border-radius: 10px 10px 0 0!important;
    }
    .titulo-destacado {
        font-size: 35px;
        text-align: center;
    }
    .footer-fnd {
        margin-top: 0;
        height: 200px;
    }
    .embed-responsive{
        height:400px!important;
    }
    .pt-60 {
        padding-top:40px;
    }
    .pt-80 {
        padding-top: 40px;
    }
    .mt-80 {
        margin-top: 60px;
    }
    .mt-160 {
        margin-top: 30px;
    }
    .mt-60 {
        margin-top: 20px;
    }
    .caja-slider{
        padding: 0 15px;
    }
    .sin-margen {
        margin-left: 0;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    

}

@media(min-width: 991px) and (max-width: 1199px) {

}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 21px;
    padding: 11px 28px;
    text-transform: uppercase;
    transition: .2s;
    background-color:#fe6565; 
    border: 1px solid #fe6565;
    border-radius: 10px;
    color: #fff;
    font-family: "Poppins",sans-serif;
    text-align: center
}
