.banner-container{
    width: 100%;
    position: relative;
}

.banner-img{
    position: relative;
    width: 100%;
}

.banner-container::after{
    content: '';
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 5vw;
    aspect-ratio: 1/1;
    background-image: url('/res/img/common/1150-25-12-2-Flecha.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: bottom 0.5s ease;
}

.banner-container:hover::after{
    bottom: 2%;
}

.banner-title{
    position: absolute;
    left: 0;
    bottom: 20%;
    text-align: center;
    width: 100%;
    padding: 0 15%;
    margin: 0;
    color: white;
    font-size: 2rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.banner-subtitle{
    font-size: 1.75rem;
}

.intro-container{
    width: 100%;
    padding: 3rem 7.5% 0;
}

.intro-p{
    font-size: 0.9rem;
    line-height: 1.35em;
    text-align: center;
    padding: 2rem 2.5%;
}

.intro-content{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.intro-img-container{
    display: flex;
    gap: 4%;
}

.intro-img-left,
.intro-img-right{
    width: 48%;
}

.intro-img-left{
    padding-top: 10vw;
}

.intro-img-right{
    padding-bottom: 10vw;
}

.intro-data-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-data-title{
   background-color: white;
   transform: translateY(-55%);
   margin: 0;
   width: 80%;
   padding: 2.25rem 2.5%;
   color: var(--primary-color);
   border-radius: 2.5vw;
   font-size: 1.20rem;
   text-align: center;
   box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}

.intro-data-p{
    transform: translateY(-50%);
    font-size: 0.9rem;
    line-height: 1.35em;
    text-align: justify;
}

.mid-banner{
    width: 100%;
    position: relative;
}

.mid-banner-title{
    position: absolute;
    top: 15vw;
    left: 0;
    width: 100%;
    padding: 0 20%;
    color: white;
    font-size: 8vw;
    text-align: center;
    margin: 0;
}

.our-approach{
    width: 100%;
    padding: 4rem 10%;
    font-size: 0.9rem;
    line-height: 1.35em;
    text-align: center;
    margin: 0;
}

.team-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-title{
    width: 100%;
    padding: 3rem 26%;
    font-size: 0.9rem;
    line-height: 1.35em;
    text-align: center;
    color: var(--primary-color);
    background-color: var(--secondary-background-color);
    margin: 0;
}

.team-imgs-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 3rem 10%;
}

.team-img-container{
    position: relative;
    width: 100%;
}

.team-img-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    width: 100%;
    margin: 0;
    padding: 1rem 20%;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.35em;
    transition: opacity 0.5s ease;
    z-index: 2;
}

.team-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.team-img-blue{
    transition: opacity 0.5s ease;
    z-index: 2;
}

.team-img-container:hover > .team-img-title{
    opacity: 0;
}

.team-img-container:hover > .team-img-blue{
    opacity: 0;
}

.faqs-container{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding: 5rem 10%;
}

.faqs-top-left{
    width: 100%;
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-left-radius: 15vw;
}

.faqs-title{
    font-size: 2.25rem;
    color: white;
    text-align: center;
    margin: 0;
    padding: 1.5rem 0 0;
}

.faqs-arrow{
    width: 3rem;
    aspect-ratio: 1/1;
    transform: rotate(90deg) translateX(40%);
    transition: transform 0.5s ease;
    margin-top: -0.5rem;
}

.faqs-top-left:hover > .faqs-arrow{
    transform: rotate(90deg) translateX(60%);
}

.faqs-top-right,
.faqs-bottom-left,
.faqs-bottom-right{
    background-color: var(--secondary-background-color);
    padding: 2rem 10%;
    border-top-right-radius: 25vw;
}

.faqs-subtitle{
    color: var(--primary-color);
    padding-left: 10%;
    position: relative;
}

.faqs-subtitle::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
    width: 2rem;
    aspect-ratio: 1/2;
    background-image: url('/res/img/common/1150-25-12-2-Gotita.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.faqs-p{
    font-size: 0.9rem;
    line-height: 1.35em;
    padding-left: 10%;
}

.form-container{
    width: 100%;
    background-image: url(/res/img/index/1150-25-12-2-Contact-YASO-Responsive.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 5%;
    border-top-left-radius: 25vw;
    border-top-right-radius: 25vw;
}

.form-title{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 2.25rem;
    margin: 0;
    padding: 4rem 0 2rem;
}

.form{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 2rem;
    padding: 0 5vw;
}

.form-subtitle{
    color: white;
    text-align: center;
    font-size: 1.5rem;
}

.form > input{
    width: 100%;
    font-size: 1rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    padding: 0.5rem 1rem;
    font-weight: bold;
}

.form > input::placeholder{
    color: rgba(255, 255, 255, 0.8);
}

.form > button{
    padding: 0.5rem 1.5rem;
    border-radius: 3rem;
    border: none;
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
    margin: 1rem 0;
    transition: color 0.5s ease, background-color 0.5s ease;
}

.form > button:hover{
    background-color: white;
    color: var(--primary-color);
}

@media (width >= 1024px) {
    .banner-title {
        font-size: 3rem;
    }

    .banner-subtitle {
        font-size: 2.75rem;
    }

    .banner-container:hover::after {
        bottom: 1.5%;
    }

    .banner-container::after {
        bottom: 3.5%;
        width: 2.5vw;
    }

    .intro-container {
        padding: 5rem 7.5%;
    }

    .intro-p {
        font-size: 1.15rem;
        padding: 2rem 15%;
    }

    .intro-content {
        flex-direction: row;
        padding-top: 2.5rem;
        align-items: center;
    }

    .intro-img-container {
        width: 55%;
        margin-right: -5%;
    }

    .intro-img-left {
        padding-top: 5.5vw;
    }

    .intro-img-right {
        padding-bottom: 5.5vw;
    }

    .intro-data-container {
        width: 55%;
        align-items: center;
        margin-left: -5%;
    }

    .intro-data-title {
        transform: translateY(0);
        width: 100%;
        padding: 5rem 10%;
        border-radius: 1.5vw;
        font-size: 2.5rem;
        text-align: left;
    }

    .intro-data-p {
        transform: translateY(0);
        font-size: 1.15rem;
        padding-left: 22%;
        text-align: justify;
    }

    .mid-banner-title {
        top: 8vw;
        width: 40%;
        padding: 0 10%;
        font-size: 3vw;
        text-align: left;
    }

    .our-approach {
        padding: 5rem 20%;
        font-size: 1.15rem;
    }

    .team-title {
        padding: 4rem 35%;
        font-size: 1.15rem;
    }

    .team-imgs-container {
        flex-direction: row;
        padding: 4rem 10%;
    }

    .faqs-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 3rem 10% 5rem;
    }

    .faqs-top-left {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 10%;
        border-top-left-radius: 7vw;
    }

    .faqs-title {
        font-size: 2.5rem;
        text-align: left;
        padding: 0 0 0 5%;
    }

    .faqs-arrow {
        width: 4rem;
        transform: translateX(40%);
        transition: transform 0.5s ease;
        margin-top: 1rem;
    }

    .faqs-top-left:hover > .faqs-arrow{
        transform: translateX(60%);
    }

    .faqs-top-right, .faqs-bottom-left, .faqs-bottom-right {
        padding: 2rem 10%;
        border-top-right-radius: 0;
    }

    .faqs-top-right{
        border-top-right-radius: 7vw;
    }

    .faqs-bottom-left{
        border-bottom-left-radius: 7vw;
    }

    .faqs-bottom-right{
        border-bottom-right-radius: 7vw;
    }

    .faqs-subtitle {
        font-size: 1.25rem;
    }

    .faqs-p {
        font-size: 1.1rem;
    }

    .form-container {
        width: 80%;
        margin: 0 10%;
        background-image: url(/res/img/index/1150-25-12-2-Contact-YASO.webp);
        padding: 5rem 5% 3rem;
        border-top-left-radius: 7vw;
        border-top-right-radius: 7vw;
        display: flex;
        align-items: center;
    }

    .form-title {
        text-align: left;
        font-size: 2.4rem;
        line-height: 1.35em;
        padding: 0;
    }

    .form {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 1.5rem;
        padding: 0 5vw;
    }

    .form-subtitle {
        font-size: 1.75rem;
        text-align: left;
        margin: 0;
    }
}