:root {
    --primary: #003751;
    --secondary: #eae462;
}

.height-100{
    height: 100vh;
}
.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-200 {
    margin-bottom: 200px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
}

header>nav {
    position: relative;
    overflow: hidden;
}

header>nav::before {
    transform: scale3d(1.02, 1.2, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 78px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2rem;
    -webkit-backdrop-filter: blur(45px);
    backdrop-filter: blur(45px);
    transition: opacity .45s cubic-bezier(0.165, 0.84, 0.44, 1), transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 0;
    border-radius: 10px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.absolute-bottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 9;
}

.absolute-bottom span {
    padding: 0 70px 20px 10px;
    /* background: var(--secondary); */
    color: var(--primary);
    width: 300px;
    min-width: 255px;
    text-align: left;
    line-height: 1.4;
}
.fz-18{
    font-size: 18px !important;
    line-height: 1.7 !important;
}
.crop {
    position: absolute;
    bottom: -118px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.card--sticky h2.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* Si quieres que se lea de abajo hacia arriba */
    display: flex;
    padding: 0px 15px 0px 0px;
}

.card--sticky img.Container {
    position: absolute;
    top: 30px;
    left: 20px;
    margin: auto;
    width: 60px;
    height: 80px;
}

 
.card--sticky {
    display: sticky;

}
.card-content>div{
    border-left: 1px solid gray;
}
.card--sticky .card-content {
    position: relative;
    display: flex;
    min-height: 550px;
        gap: 40px
}

.card--sticky .card-content div p {
    text-align: left;
    padding: 25px 80px 0px 40px;
}

.card--sticky.cs-2 {
    padding-left: 110px;
}

.card--sticky.cs-2 .card-content {
    background: #eee
}

.card--sticky.cs-3 {
    padding-left: 220px;
}
.card--sticky.cs-4 {
    padding-left: 330px;
}

.card--sticky.cs-3 .card-content {
    background: #557C85
}
.card--sticky.cs-4 .card-content {
    background: #eee
}

.wifi--cards {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.wifi--cards * {
    font-family: "Alumni Sans";
}

.wifi--cards>a {
    background: #fff;
    padding: 20px;
    color: black !important;
    border-radius: 20px;
    width: 33.33%;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.wifi--cards>a.wc-1>img {
    position: absolute;
    z-index: 0;
    bottom: 0px;
    right: 0;
    width: 75%;
}
a.wc-2 .wifi--card--content {
    z-index: 9;
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 10px 10px;
    width: 100%;
}
.wifi--cards>a.wc-2:hover img{
    transform: scale(1.1);
}
.wifi--cards>a.wc-2>img {
    position: absolute;
    z-index: 0;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wifi--cards>a.wc-1 {
    background: var(--secondary);
    height: 440px;
    min-width: 40%;
    z-index: 3;
    position: relative;
}

.wifi--cards>a .hyperlink>span {
    background: var(--primary);
    border-radius: 100%;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.wifi--cards>a .hyperlink {
    width: 100%;
    display: flex;
    border-top: 1px solid #eee;
    color: var(--primary);
    font-weight: 800 !important;
    font-family: "Alumni Sans";
    font-size: 22px;
    align-items: center;
    gap: 10px;
    padding-top: 10px
}

.wifi--cards>a.wc-1 .wifi--card--content h4 {
    margin-bottom: 10px
}

.wifi--cards>a.wc-1 .wifi--card--content {
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
}

.wifi--card--content>span {
    color: #868686;
    font-size: 20px;
    line-height: 1;
    margin-bottom: -2px;
    position: relative;
    display: block;
}

.wifi--cards>a.wc-2 {
    background: #D0D0D0;
    height: 350px;

}

.text-black {
    color: black !important
}

.text-primary {
    color: var(--primary) !important
}

.wifi--cards>a:not(.wc-1) .hyperlink {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-flex !important;
    width: auto !important;
}

.wifi--cards>a.wc-3 {
    background: #2B9D8E !important;
    height: 200px;
}

.wifi--cards>a.wc-3:hover h4,
.wifi--cards>a.wc-2:hover h4,
.wifi--cards>a.wc-2:hover span.text-black {
    transform: scale(1.09);

}

.wifi--cards>a.wc-2:hover {
    background: #fff;
}

/* .wifi--cards>a.wc-3:hover{
                background: linear-gradient(41deg,rgba(43, 157, 142, 1) 0%, rgba(221, 221, 221, 1) 100%) !important;
            } */
.wifi--cards span:not(.circleIcon),
.wifi--cards h4 {
    transform-origin: left center !important;
}

.wifi--cards * {
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}


.wc-3 {
    position: relative;
    background: white;
    transition: background 0.3s ease;
    overflow: hidden;
    z-index: 1;
}

.wc-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(41deg, rgba(43, 157, 142, 1) 0%, rgba(221, 221, 221, 1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.wc-1:hover img {
    transform: scale(1.2);
}

.wc-3:hover::before {
    opacity: 1;
}

.hyperlink span {
    transform: rotate(-45deg)
}

.wifi--cards>a:hover .circleIcon {
    transform: rotate(0deg)
}

.tagg {
    background: var(--primary);
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px
}

.bigbutton {
    color: white !important;
    background: #2B9D8E;
    display: flex;
    align-items: flex-end;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    border-radius: 20px;
    padding: 0px 0px 10px 20px;
    font-family: "Alumni Sans";
    height: 90px;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.bigbutton:hover span.bigbutton--circle {
    transform: rotate(0deg);
}

.bigbutton:hover {
    background: #30af9e;
}

.bigbutton span.bigbutton--circle {
    background: var(--primary);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    right: 20px;
    bottom: 26px;
    transform: rotate(-45deg);
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.photopredica img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.photopredica {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.givebutton {
    background: var(--secondary);
    padding: 40px 0px 270px 40px;
    border-radius: 20px;
    position: relative;
    color: black !important;
    display: block;
    overflow: hidden;
}

.givebutton span.text {
    display: block;
    width: 80%;
    font-size: 18px;
    transform-origin: left center !important;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.givebutton:hover span.text,
.givebutton:hover .big {
    transform: scale(1.05);
}

.givebutton:hover .bigbutton--circle {
    transform: rotate(0deg);
}

.givebutton .bigbutton--circle {
    background: var(--primary);
    border-radius: 100%;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate(-45deg);
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.col-center {
    margin: auto;
    float: none;
}

.givebutton .big {
    font-size: 340px;
    line-height: 1;
    color: var(--primary);
    position: absolute;
    bottom: -88px;
    left: 35px;
    font-weight: 800;
    font-family: "Alumni Sans";
    transform-origin: left center !important;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hero--give p {
    font-size: 20px;
    margin-bottom: 40px;
}

.mb--20 {
    bottom: -20px !important
}

.hero--give {
    text-align: left !important;
    align-items: flex-end;
    gap: 40px;
}

.hero--give h3 {
    text-transform: uppercase;
    font-size: 7rem;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: .7;
}

.hero--give h1 {
    text-transform: uppercase;
    font-size: 20rem;
    font-weight: 800;
    line-height: .63;
    margin-bottom: 10px;
    color: var(--secondary)
}

.accordion-style1 .panel-heading i {
    color: black !important
}

.panel-title {
    font-family: 'Alumni Sans', sans-serif !important;
    font-size: 28px !important;
    color: #000 !important;
    font-weight: 700 !important;
}

.border-radius-20 {
    border-radius: 20px
}
.text-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    height: 190px !important;
}

.indicator {
    width: 30px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.indicator.active {
    background-color: var(--secondary);
    width: 50px;
}

.text-secondary {
    color: var(--secondary) !important;
}

.special-hero {
    padding: 0;
    /* width: calc(100% - 30px); */
    margin: auto;
    /* border-radius: 0px 0px 30px 30px; */
}
.light-color {
    background: white !important;
    color: var(--primary) !important;
    font-size: 61px;
    align-items: center;
}

.bigbutton.light-color span.bigbutton--circle {
    background: var(--primary);
    border-radius: 100%;
    width: 56px;
    height: 56px;
    padding: 5px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.bigbutton.light-color:hover {
    font-size: 68px;
    color: #E4D862 !important;
    background: #F9F396 !important;
}
.team--cards li.t-card {
    width: calc(100% / 6);
    position: relative;
    overflow: hidden;
}

.team--cards li.t-card:hover img {
    filter: grayscale(0%);
}

.team--cards li.t-card img {
    width: 100%;
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.team--cards li.t-card aside {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: white;
}

.team--cards aside p {
    margin-bottom: 0;
    font-style: italic;
}

.team--cards aside h5 {
    margin-bottom: 0;
}

.team--cards {
    gap: 20px;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    width: calc(33% * 4);
    /* transform: translateX(-30%); */
}
.cards--section {
    padding: 50px 0px;
}
.main--menu *,
.main--menu,
nav * {
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

nav.navbar.bootsnav ul.nav>li>a.open--menu:hover {
    background-color: hsl(0deg 0% 100% / 50%) !important;
}

nav.active.navbar.bootsnav ul.nav>li>a.open--menu span:first-child {
    transform: rotate(45deg);
    top: 5px;
}

nav.active.navbar.bootsnav ul.nav>li>a.open--menu span {
    background: black !important
}

nav.active.navbar.bootsnav ul.nav>li>a.open--menu span:last-child {
    transform: rotate(-45deg);
    top: -2px;
}

nav.navbar.bootsnav ul.nav>li>a.open--menu {
    background-color: hsl(0deg 0% 100% / 29%) !important;
    border: 1px solid #909090;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    align-items: center;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    top: 15px;
    position: relative;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.thegapo>div{
    max-width: calc(33% - 21px);
}
.thegapo>div:hover *{
    color: white;
}
.thegapo>div:hover{
    background-color: #003751;
}
nav.navbar.bootsnav ul.nav>li>a.open--menu span {
    position: relative;
    width: 25px;
    height: 2px;
    background: #fff;
}

.main--menu.active {
    transform: translateY(0vh) !important;
    z-index: 99 !important;
}

.main--menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 9;
    padding: 140px 50px 80px 50px !important;
    transform: translateY(-50vh)
}

.menu-items li {
    padding: 0px 0;
}

.menu-items li a {
    font-family: "Alumni Sans" !important;
    text-transform: uppercase;
    color: var(--primary);
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.menu-items li a:hover {
    color: #B7B7B7
}

.menu-items {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}

nav.active.navbar.navbar-default ul.nav>li>a {
    color: var(--primary);
}

nav .logoblack {
    position: absolute;
    opacity: 0;
    left: 0;
}

nav.active .logoblack {
    opacity: 1 !important
}

nav.active .logowhite {
    opacity: 0;
}

nav {
    border-bottom: 1px solid transparent !important;
}

nav.active {
    border-bottom: 1px solid #e5e5e5 !important;
}

/*? < !-- CSS para el efecto de tarjetas flotantes --> */
.stories-section {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.stories180 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    z-index: 0;
}

/* Contenedor para las tarjetas flotantes */
.floating-cards-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Estilos de tarjeta base */
.card-story {
    width: 300px;
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    z-index: 1;
    opacity: 0;
}

.card-story.with-depth {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 0;
    transform: scale(0.9);
}

.card-story img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    display: block;
}

.card-story .-content {
    padding: 25px;
}

/* Estilos para el texto */
.card-story h5 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.card-story i {
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 15px;
}

.card-story p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Efecto hover */
.card-story:hover {
    transform: translateY(-5px) rotateX(2deg);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.3);
    z-index: 20;
}

/* Tarjetas sin imagen */
.card-story.no-image {
    background: rgba(40, 95, 135, 0.2);
}
/*? < !-- CSS para el efecto de tarjetas flotantes --> */


/*? <!-- CSS para el mosaico de testimonios usando flexbox --> */
    .section-mod.bg-white {
        background-color: #f8f9fa;
        padding: 80px 0;
        position: relative;
    }
    
    .mosaic-container {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    
    .mosaic-column {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 15px;
        min-width: calc(25% - 15px);
    }
    
    .card-static {
        background-color: #fff;
        border-radius: 15px;
        border:1px solid #e0e0e0;
        overflow: hidden;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        margin-bottom: 0;
    }
    
    .card-static:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    }
    
    .card-static.with-image {
        padding: 0;
    }
    
    .card-static.with-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .card-static.with-image .card-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        color: #fff;
    }
    
    .card-static.with-text {
        background-color: #fff;
    }
    
    .card-static h4 {
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    .card-static .location {
        font-style: italic;
        font-size: 0.85rem;
        margin-bottom: 10px;
        opacity: 0.8;
    }
    
    .card-static p {
        font-size: 0.95rem;
        line-height: 1.4;
        margin: 0;
    }
    
    /* Alturas de tarjetas */
    .card-static.height-1 {
        height: 150px;
    }
    
    .card-static.height-2 {
        height: 250px;
    }
    
    .card-static.height-3 {
        height: 300px;
    }
    
    .card-static.height-4 {
        height: 400px;
    }
    
    .section-title {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .section-title h2 {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
    
    .section-title .highlight {
        color: #d4af37; /* Color dorado para "YOUR" */
    }
    
    .testimonial-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 15px;
        right: 15px;
        background-color: #0a2744;
        color: white;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        transition: all 0.3s ease;
    }
    
    .testimonial-link:hover {
        transform: scale(1.1);
    }
/*? <!-- CSS para el mosaico de testimonios usando flexbox -->*/


.team--cards.testi div.picture {
    width: calc(100% - 10px);
    height: 165px;
    background: #D1DEDA;
    overflow: initial;
    position: relative;
    margin: 5px auto;
    border-radius: 28px 28px 0px 0px;
    display: flex;
    justify-content: center;
}

.team--cards.testi li.t-card aside {
    color: black !important
}

.team--cards.testi li.t-card {
    overflow: initial;
    background: white;
    border-radius: 30px;

}

.team--cards.testi li.t-card aside:before {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: white;
}

.team--cards.testi li.t-card {
    width: calc(100% / 5);
}

.team--cards.testi li.t-card aside h5 {
    position: relative;
    z-index: 2
}

.team--cards.testi li.t-card aside {
    position: relative;
}

.team--cards.testi li.t-card:hover img {
    transform: scale(1.1) translateY(-10px);
}

.team--cards.testi li.t-card img {
    filter: grayscale(0%);
    width: 85%;
    position: absolute;
    bottom: 0%;
    object-fit: cover;
}



.text-container {
    position: relative;
    height: 80px;
    overflow: hidden;
    margin-bottom: 20px;
}

.text-secondary {
    color: #f7d046;
    font-weight: 800;
}

.rotate-word {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.7s ease-out, opacity 0.7s ease-out;
}

.rotate-word.active {
    opacity: 1;
    transform: translateY(0);
}

.rotate-word.exit {
    opacity: 0;
    transform: translateY(-30px);
}

.indicators {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.indicator {
    width: 30px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background-color: #f7d046;
    width: 50px;
}


#story-form * {
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* Estilos base */
.share-story-container {
    position: relative;
    font-family: 'Arial', sans-serif;
    max-width: 1200px;
    margin: 50px auto;
}

/* Contenedor principal (común para ambas vistas) */
.share-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
}

/* Estilos para la vista de botón */
.card-button-view {
    padding: 30px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share-story-container:hover .card-button-view {
    background: #ffffc0
}

.card-button-view * {
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.card-button-view:hover h2 span.text-black {
    color: #e8df72 !important
}

.card-button-view:hover h2 {
    font-size: 3.9rem;
}

.card-button-view h2 {
    font-size: 3.5rem;
    font-weight: 900;
    margin: 0;
}

.text-black {
    color: #000;
}

.text-gold {
    color: #d4af37;
}

.arrow-icon {
    background-color: #0a2744;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.card-form-view textarea,
.card-form-view input {
    margin-bottom: 0px !important;
    font-size: 1.3rem !important;
    font-weight: 800;
    font-family: 'Alumni Sans' !important;
    height: 100%;
}

.card-button-view:hover .arrow-icon {
    transform: rotate(45deg);
}

/* Estilos para la vista del formulario */
.card-form-view {
    padding: 40px;
    display: none;
    /* Oculto inicialmente */
}

.card-form-view h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.story-textarea {
    flex: 2;
}

.send-button-container {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    color: #333;
    background-color: #f9f9f9;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #aaa;
    font-weight: 800;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #d4af37;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
}

.checkbox-container input[type="checkbox"] {
    width: auto;
    margin-top: 2px;
}

.checkbox-container label {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
}

.send-button {
    background-color: #4EB39D;
    color: var(--primary);
    font-family: 'alumni sans';
    border: none;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 1.95rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    transition-duration: 0.7s !important;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
    position: relative;
}

.send-button:hover .button-icon {
    transform: rotate(45deg);
}

.send-button:hover {
    background-color: #3c9d8a;
}

.button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    position: absolute;
}

.close-form-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-form-btn:hover {
    color: #000;
}

/* Estados para la transformación */
.share-card.expanded {
    height: auto;
}
 .shareyourstory,
 .shareyourstory * {
     transition-duration: 0.7s;
     transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
 }

 .shareyourstory {
     position: absolute;
     top: 80px;
     left: 0;
     right: 0;
     margin: auto;
     width: max-content;
     z-index: 9;
     font-size: 28px;
     font-weight: 700;
     display: flex;
     gap: 10px;
 }

 .shareyourstory:hover {
     transform: scale(.9)
 }

 .shareyourstory:hover img {
     transform: rotate(0deg) !important
 }

 .shareyourstory .txt {
     font-family: "Alumni Sans";
     color: white !important;
     background: #557C85;
     padding: 10px 30px;
     border-radius: 35px;
 }

 .shareyourstory .circle img {
     width: 50px;
     transform: rotate(-45deg);
 }

 .shareyourstory .circle {
     background: #557C85;
     width: 64px;
     height: 64px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
 }
 .hero--content {
     position: relative;
     width: 100%;
     height: 100%;
 }

 .hero--content>div {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     transition: opacity 1s ease, transform 1s ease;
     z-index: 1;
 }

 .hero--content>div.active {
     opacity: 1;
     z-index: 2;
 }

 .hero--content>div.exit {
     opacity: 0;
     transform: scale(0.95);
 }

 .hero--content img,
 .hero--content video {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 div.footer {
     height: 100vh;
     pointer-events: none;
 }
.cointfoot{
    width: 50%;
    position: absolute;
    right: 0;
}
 footer {
    position: relative;
     height: 100vh;
     width: 100%;
     bottom: 0;
     padding: 120px 0px;
     z-index: 9;
     background-color: var(--primary);
 }

 .footer--menu {
     display: flex;
     padding: 0;
     margin: 0;
     list-style: none;
     flex-wrap: wrap;
 }
 .footer--menu li{
    width: 40%;
 }
 .footer--menu li a:hover {
     color: var(--secondary);
 }

 .footer--menu li a {
     color: white;
     font-family: "Alumni Sans";
     font-size: 22px;
     font-weight: 500;
     text-decoration: none;
     display: inline-block;
     text-transform: capitalize
 }

 .floating--footer {
    position: absolute;
    bottom: 58px;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
 }

 .signature {
     position: absolute;
     left: 0;
     right: 0;
     margin: auto;
     bottom: 0;
     background: var(--primary);
     padding: 20px 15px;
     z-index: 9;
     color: white;
 }
.fz-22{
    font-size: 22px !important;
}
 .fz-12 {
     font-size: 12px !important
 }

 .schedule-container {
     padding: 60px 0;
     color: white;
 }

 .schedule-header {
     text-align: center;
     margin-bottom: 60px;
 }

 .header-logo {
     max-width: 300px;
     margin-bottom: 20px;
 }

 .tagline {
     font-family: 'Alumni Sans', sans-serif;
     font-size: 22px;
     letter-spacing: 1px;
     position: relative;
 }

 .tagline:before {
     content: '';
     display: block;
     width: 60px;
     height: 60px;
     background-color: transparent;
     border-left: 3px solid var(--secondary);
     border-bottom: 3px solid var(--secondary);
     transform: rotate(-45deg);
     position: absolute;
     top: -20px;
     left: 50%;
     margin-left: -30px;
 }

 .schedule-grid {
     display: flex;
     border-top: 1px solid rgba(255, 255, 255, 0.1);
 }

 .schedule-intro,
 .day-column {
     padding: 30px 15px;
     position: relative;
 }
 .day-column h2:before{
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     display: block;
     width: 0%;
     height: 100%;
     background: #dd3e3e;
        transition-duration: 0.7s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
 }
 .day-column:hover h2:before{
    width: 100%;
 }

 .schedule-intro {
     flex: 0 0 25%;
     border-right: 1px solid rgba(255, 255, 255, 0.1);
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .schedule-intro h3 {
     font-size: 24px;
     margin-bottom: 10px;
     color: #fff;
 }

 .intro-tagline {
     font-style: italic;
     font-size: 18px;
     color: rgba(255, 255, 255, 0.7);
 }

 .day-column:hover{
    background-color: #02405c;
 }
 .day-column {
    background-color: transparent;
        flex: 1;
     border-right: 1px solid rgba(255, 255, 255, 0.1);
     display: flex;
     flex-direction: column;
        transition-duration: 0.7s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
 }

 .day-column:last-child {
     border-right: none;
 }

 .day-header {
     text-align: center;
     margin-bottom: 30px;
 }

 .day-header h2 span{
    position: relative;
    z-index: 1;
 }
 .day-header h2 {
     font-family: 'Alumni Sans', sans-serif;
     font-size: 42px;
     font-weight: 700;
     margin: 0;
     color: #fff;
     position: relative;
 }

 .day-header p {
     font-size: 16px;
     color: #dd3e3e;
     margin: 0;
 }

 .time-slots {
     flex-grow: 1;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }

 .time-slot {
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 10px 0;
 }

 .time-slot p {
     font-size: 22px;
     font-weight: 700;
     margin: 0 10px 0 0;
 }

 .calendar-icon {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 24px;
     height: 24px;
     border: 1px solid rgba(255, 255, 255, 0.5);
     border-radius: 3px;
 }

 .calendar-icon i {
     font-size: 12px;
     color: rgba(255, 255, 255, 0.8);
 }
 

 .pastor-section {
     padding: 80px 0;
     background-color: #f0f5f3;
     border-radius: 20px;
     margin: 30px 0;
     overflow: hidden;
     position: relative;
 }

 .pastor-heading {
     margin-bottom: 30px;
 }

 .title {
     font-size: 60px;
     font-weight: 900;
     color: #000;
     font-family: 'Alumni Sans', sans-serif;
     margin: 0;
     line-height: 1;
 }

 .names {
     color: var(--primary);
     font-size: 40px;
     margin-left: 15px;
     font-weight: 400;
 }

 .pastor-content {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     padding: 0 40px;
 }

 .pastor-text {
     flex: 1;
     padding-right: 40px;
     min-width: 300px;
 }

 .pastor-text p {
     font-size: 18px;
     line-height: 1.6;
     color: #333;
     margin-bottom: 20px;
 }

 .pastor-image {
     flex: 1;
     min-width: 300px;
     max-width: 550px;
     position: relative;
 }

 .pastor-image img {
     width: 100%;
     height: auto;
     border-radius: 15px;
     display: block;
 }

 .pastor-buttons {
     display: flex;
     align-items: center;
     margin-top: 30px;
 }

 .btn-meet-us {
     background-color: #557C85;
     color: white;
     font-family: 'Alumni Sans', sans-serif;
     font-size: 18px;
     font-weight: 700;
     padding: 12px 24px;
     border-radius: 30px;
     text-decoration: none;
     display: inline-block;
     transition: all 0.3s ease;
     letter-spacing: 1px;
     margin-right: 15px;
 }

 .btn-meet-us:hover {
     background-color: #446873;
     transform: translateY(-2px);
     color: white;
     text-decoration: none;
 }

 .btn-arrow {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 42px;
     height: 42px;
     background-color: #557C85;
     border-radius: 50%;
     color: white;
     transition: all 0.3s ease;
 }

 .btn-arrow:hover {
     transform: rotate(45deg);
     background-color: #446873;
     color: white;
 }
 
 .lineParent {
     overflow: hidden;
     position: relative
 }
 #pinCardsHome .content__paragraph2 .char {
     opacity: 0;
     transform: translateY(100px);
     display: inline-block
 }
 
.wow{
    visibility: hidden;
}
 #pinCardsHome .card--sticky.cs-2 {
     transform: translateY(-577px)
 }

 #pinCardsHome .card--sticky.cs-3 {
     transform: translateY(-1154px)
 }
 #pinCardsHome .card--sticky.cs-4 {
     transform: translateY(-1731px)
 }

 #pinCardsHome {
     height: 200vh;
 }
 #runpastor span.before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     margin: auto;
     transform: scale(1);
     width: 100%;
     height: 100%;
     background-color: #f0f5f3;
 }
 #thuderAboutsection-2 {
     transform: translateY(-625px)
 }

 #thuderAboutsection-3 {
     transform: translateY(-1190px);
     z-index: 99;
 }

 #thuderAboutsection {
     height: 120vh;
     overflow: hidden;
 }
 .bg-pastel {
     background: #DE6E64;
 }

 .bg-success {
     background: #2B9D8E;
 }

 #pinCardsMinistries1 .card--sticky.cs-2 {
     transform: translateY(-578px)
 }

 #pinCardsMinistries1 .card--sticky.cs-3 {
     transform: translateY(-1155px)
 }

 #pinCardsMinistries1 {
     height: 200vh;
 }

 #pinCardsMinistries2 .card--sticky.cs-2 {
     transform: translateY(-578px)
 }

 #pinCardsMinistries2 .card--sticky.cs-3 {
     transform: translateY(-1155px)
 }

 #pinCardsMinistries2 {
     height: 200vh;
 }

 #pinCardsMinistries3 .card--sticky.cs-2 {
     transform: translateY(-578px)
 }

 #pinCardsMinistries3 .card--sticky.cs-3 {
     transform: translateY(-1155px)
 }

 #pinCardsMinistries3 {
     height: 200vh;
 }