:root {
        --Medici-Colors-1: #FFFFFF;
        --Medici-Colors-2: #E0E0E0;
        --Medici-Colors-3: #D3D3D3;
        --Medici-Colors-4: #708089;
        --Medici-Colors-5: #0B1634;
        --Medici-Colors-6: #1255F4;
}

/* About Us */
.aboutUs .banner {
        background: linear-gradient(90deg, #0B1634 0.04%, rgba(11, 22, 52, 0.00) 64.92%), url(../assets/imgs/woman-smile.png);
        color: var(--Medici-Colors-1);
        height: 53vw;
        min-height: 749px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
}

.aboutUs .banner .text-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
        justify-content: center;
        max-width: 1120px;
        width: 100%;
        margin: 56px;
        
}

.aboutUs .banner .text-container h1 {
        font-size: 40px;
        font-weight: 400;
        line-height: 48px;
        max-width: 533px;
}

.aboutUs .banner .text-container h1 span {
        font-weight: 800;
}

.aboutUs .banner .text-container p {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        max-width: 533px;
}

.aboutUs .banner .text-container p span {
        font-weight: 800;
}

.aboutUs .ourMission {
        background-image: url(../assets/imgs/background-our-mission.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: var(--Medici-Colors-1);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 59vw;
        min-height: 854px;
        padding: 56px;
}

.aboutUs .ourMission .content {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 100%;
        max-width: 1120px;
}

.aboutUs .ourMission .content .header-box {
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: 568px;
}

.aboutUs .ourMission .content .header-box h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
}

.aboutUs .ourMission .content .header-box .text-box {
        display: flex;
        flex-direction: column;
        gap: 16px;
}

.aboutUs .ourMission .content .header-box .text-box p {
        font-size: 14px;
        text-align: justify;
        font-weight: 300;
        line-height: 20px;
}

.aboutUs .ourMission .content .header-box .text-box p span {
        font-weight: 800;
}

.aboutUs .ourMission .content .our-values {
        display: flex;
        flex-direction: column;
        gap: 12px;
}

.aboutUs .ourMission .content .our-values h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
}

.aboutUs .ourMission .content .our-values p {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
}

.aboutUs .ourMission .content .our-values .cards {
        display: flex;
        flex-direction: column;
        gap: 12px;
}

.aboutUs .ourMission .content .our-values .cards .card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        background-color: rgba(18, 85, 244, 0.70);
        padding: 16px 31px;
        border-radius: 14px;
        height: 100%;
}

.aboutUs .ourMission .content .our-values .cards .card h2 {
        font-size: 16px;
        font-weight: 800;
        line-height: 24px; 
}

.aboutUs .ourMission .content .our-values .cards .card p {
        font-size: 12px;
        font-weight: 300;
        line-height: 16px; 
        text-align: justify;
}

.aboutUs .ourMission .content .our-values .cards .glide__arrows {
        display: none;
}

.aboutUs .team {
        display: flex;
        justify-content: center;
        background-color: var(--Medici-Colors-5);
        padding: 64px 56px;
        color: var(--Medici-Colors-1);
}

.aboutUs .team .container {
        width: 100%;
        max-width: 720px;
}

.aboutUs .team .container .header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 24px;
        margin-bottom: 80px;
}

.aboutUs .team .container .header h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
        text-align: center;
}

.aboutUs .team .container .header p {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        text-align: justify;
        max-width: 529px;
}

.aboutUs .team .container .cards {
        display: flex;
        flex-direction: column;
        gap: 40px;
}

.aboutUs .team .container .cards .card {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
}

.aboutUs .team .container .cards .card .description {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-top: 32px;
        margin-bottom: 20px;
}

.aboutUs .team .container .cards .card .description .position {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
}

.aboutUs .team .container .cards .card .description .position .title {
        font-size: 16px;
        font-weight: 800;
        line-height: 24px;
        background-color: var(--Medici-Colors-6);
        padding: 2px 8px;
        border-radius: 4px;
}

.aboutUs .team .container .cards .card .description .position .text {
        font-size: 12px;
        font-weight: 300;
        line-height: 16px;
}

.aboutUs .team .container .cards .card .description h2 {
        font-size: 24px;
        font-weight: 800;
        line-height: 30px;
        text-align: center;
}

.aboutUs .team .container .cards .card .description p {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        text-align: justify;
}

.aboutUs .team .container .cards .card a {
        margin: auto;
        margin-bottom: 0px;
}

.aboutUs .team .container .cards .card a img {
        opacity: 0.9;
}

.aboutUs .team .container .cards .card a img:hover {
        opacity: 1;
}

.aboutUs .team .container .cards .glide__arrows {
        display: none;
}

.aboutUs .team .container .cards button:hover {
        background-color: var(--Medici-Colors-4);
}

.aboutUs .process {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background-image: url('../assets/imgs/background-about-us-process.png');
        background-size: cover;
        background-position-x: 71%;
        height: 20vw;
        min-height: 296px;
        padding: 56px;
        color: var(--Medici-Colors-1);
}

.aboutUs .process h1 {
        font-size: 24px;
        font-weight: 800;
        line-height: 30px;
        text-align: center;
}

.aboutUs .process p {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        text-align: justify;
        max-width: 792px;
}

/* Responsivo */
@media (max-width: 479px) {
        .aboutUs .banner .text-container h1 {
                font-size: 24px;
                line-height: 30px;
        }

        .aboutUs .banner .text-container p {
                font-size: 14px;
                line-height: 20px;
        }

        .aboutUs .ourMission {
                background-image: url(../assets/imgs/background-our-mission-mobile.png);
                min-height: 1001px;
                align-items: flex-end;
        }

        .aboutUs .ourMission .content .header-box h1 {
                font-size: 24px;
                line-height: 30px;
                align-self: center;
        }

        .aboutUs .ourMission .content .our-values h1 {
                font-size: 24px;
                line-height: 30px;
                align-self: center;
        }

        .aboutUs .team .container .header h1 {
                font-size: 24px;
                line-height: 30px;
        }
}
    
@media (max-width: 767px) {
        .aboutUs .banner {
                background: linear-gradient(90deg, #0b1634a8 0%, rgba(11, 22, 52, 0.00) 64.92%), url(../assets/imgs/woman-smile.png);
                align-items: flex-end;
                background-position: 54%;
        }

        .aboutUs .banner .text-container {
                margin: 32px 16px;
                gap: 8px;
        }

        .aboutUs .ourMission {
                padding: 32px 16px;
        }

        .aboutUs .team {
                padding: 32px 16px;
        }

        .aboutUs .process {
                padding: 44px 16px;
        }
}
    
@media (max-width: 1024px) {
        .aboutUs .ourMission .content .our-values .cards .glide__arrows {
                display: flex;
        }

        .aboutUs .team .container .cards .glide__arrows {
                display: flex;
        }
}

@media (max-width: 1279px) {}

@media (max-width: 1354px) {}