.paginaSobre{
    padding-top: 50px;
    overflow-x: clip;
}

.heroSobre{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10%;
    margin-left: 10%;
    position: relative;
}

.heroSobre img{
    width: min(600px, 48vw);
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    z-index: 5;
    top: 40px;
}

.divHeroSobre h1{
    line-height: 70px;
}

.institucional{
    margin-bottom: -50px;
    letter-spacing: 3px;
    font-weight: 600;
    color: var(--color-accent);
    line-height: 80px;
}

.divHeroSobre h1{
    font-family: 'Poppins-medium';
    font-size: 60px;
    letter-spacing: 2px;
}

.mondialleSobre {
    text-align: center;
    letter-spacing: 2px;
    font-size: 70px;
    font-family: var(--font-display);
    font-weight: lighter;
    color: white;
}

.textoIntro{
    margin-right: 20px;
    font-size: 20px;
    color: var(--color-text-dark);
    font-family: var(--font-medium);
    position: relative;
    z-index: 5;
}

.cirBlur3{
    position: absolute;
    width: 1100px;
    height: 500px;
    border-radius: 50%;
    background: rgba(227, 227, 227, 0.9);
    filter: blur(90px);
    right: -160px;
    top: 320px;
    z-index: 0;
}

.divPrincipal{
    padding-top: 240px;
    margin-top: 30px;
}

.textProposito{
    background-color: rgba(216, 216, 216, 0.764);
    width: 100%;

}

.textProposito p{
    color: var(--color-text-dark);
    padding: 35px 20% 35px 20%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.propMondialle{
    font-family: var(--font-display);
    font-weight: lighter;
    font-size: 25px;
}

.prop01,
.prop02,
.prop03{
    font-family: var(--font-medium);
    font-style: italic;
    letter-spacing: 0.5px;
}

.divPorque{
    display: flex;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 120px;

}

.divPorque img{
    width: min(600px, 45vw);
    height: 650px;
    object-fit: cover;
    border-radius: 20px;
}

.textPorque{
    color: var(--color-text-dark);
    margin-left: 40px;
    margin-top: -30px;
}

.textPorque h2{
    font-family: 'Poppins-bold';
    font-size: 45px;
}

.textPorque p{
    font-family: var(--font-medium);
    font-size: 20px;
    margin-top: -20px;
    margin-bottom: 40px;
}

.listaPorque{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-left: 20px;
}

.textPorque span{
    font-family: var(--font-medium);
    font-weight: 600;
    font-size: 23px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.fa-circle-check{
    font-size: 28px;
    flex-shrink: 0;
}

.citacao{
    color: var(--color-text-dark);
    text-align: center;
    padding: 60px 0px 50px 0px;
    line-height: 20px;
}

.citacao h3{
    font-family: 'Poppins-bold';
    font-size: 23px;
    font-style: italic;
}

.citacao p{
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .heroSobre {
        flex-direction: column;
        text-align: center;
        margin-right: 5%;
        margin-left: 5%;
        gap: 30px;
    }

    .heroSobre img {
        width: 100%;
        max-width: 520px;
        height: 280px;
        top: 0;
    }

    .divHeroSobre h1 {
        font-size: 44px;
        line-height: 1.2;
    }

    .mondialleSobre {
        font-size: 54px;
    }

    .textoIntro {
        margin-right: 0;
        font-size: 18px;
        color: white;
    }

    .divPorque {
        flex-direction: column;
        align-items: center;
        padding-top: 80px;
    }

    .divPorque img {
        width: 100%;
        max-width: 520px;
        height: 320px;
    }

    .textPorque {
        margin-left: 0;
        margin-top: 30px;
        text-align: center;
        padding: 0 5%;
    }

    .listaPorque {
        margin-left: 0;
        align-items: center;
    }

    .textPorque span {
        justify-content: center;
        text-align: left;
    }

    .divPrincipal {
        padding-top: 140px;
    }
}

@media (max-width: 768px) {
    .divHeroSobre h1 {
        font-size: 30px;
        line-height: 1.3;
    }

    .mondialleSobre {
        font-size: 38px;
    }

    .institucional {
        font-size: 13px;
        line-height: 40px;
        margin-bottom: -30px;
    }

    .textoIntro {
        font-size: 15px;
        color: white;
    }

    .heroSobre {
        margin-right: 4%;
        margin-left: 4%;
    }

    .divPrincipal {
        padding-top: 80px;
    }

    .textProposito p {
        padding: 30px 6% 30px 6%;
        font-size: 17px;
    }

    .textPorque h2 {
        font-size: 28px;
    }

    .textPorque p {
        font-size: 15px;
    }

    .textPorque span {
        font-size: 17px;
        gap: 14px;
    }

    .divPorque {
        margin-left: 4%;
        margin-right: 4%;
        padding-top: 50px;
    }

    .citacao {
        padding: 40px 4% 40px 4%;
    }

    .citacao h3 {
        font-size: 17px;
    }

    .citacao p {
        font-size: 15px;
    }
}
