html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overscroll-behavior-x: none;
}


.sobre-nos {
    height: 50rem;
    margin-top: 10vh;
    display: flex;

}

.texto-sobre-nos {
    position: relative;
    right: 25%;
    top: 10%;
}

.texto-sobre-nos p {
    font-size: 1.2vw;
}

.sobre-nos img {
    width: 100rem;
    position: relative;
    left: 15%;
}

.sobre-nos h1 {
    font-size: 2vw;
}

.nossa-missao {
    height: 50rem;
    background: #F3F2F3;
    display: flex;
    justify-content: space-between;
    align-items: end;
}


.nossa-missao p {
    font-size: 1.5vw;
    right: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 15rem;

}

.nossa-missao img {
    width: 55rem;
}

.nossa-missao h1 {
    position: relative;
    font-size: 2.5vw;
    left: 14rem;
    bottom: 10rem;
}

.nossa-missao p {
    font-size: 1.2vw;
    bottom: 2rem;
    right: 20rem;
}

.nossa-visao {
    height: 60rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nossa-visao h1 {
    font-size: 2.5vw;
}

.nossa-visao p {
    font-size: 1.2vw;
}

.nossa-visao img {
    position: relative;
    left: 10rem;
    top: 5rem;
    margin: 0;
    width: 45rem;
}

.texto-nossa-visao {
    position: relative;
    margin: 0;
    top: 10rem;
    right: 13rem;
}

.nossos-valores img {
    margin-top: 5rem;
    width: 50%;
    padding: 5rem;
}

.nossos-valores ul {
    position: relative;
    float: right;
    text-align: start;
    top: 25rem;
    right: 15rem;
    font-size: 1.2vw;
    width: 35%;
}

.nossos-valores li {
    list-style: disc !important;
    margin-left: 3rem;
}

.nossos-valores h1 {
    position: relative;
    font-size: 2.5vw;
    right: 35rem;
    float: right;
    bottom: 45rem;
    transform: none;
}

.nossos-valores{
    height: 65rem;
    background-color: #F3F2F3;
}

.vamos-juntos {
    height: 60rem;
    background: url('../img/banner/vamos-juntos.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: center;
}

.vamos-juntos h1{
    display: none;
}



.texto-banner {
    font-size: 1.2vw;
    position: absolute;
    margin-top: 4%;
    line-height: 1.5;
    display: inline-block;
    max-width: 500px;
    text-align: center;
    right: 18%;
}



@media (max-width: 1440px) {

    .sobre-nos {
        display: inline;
        top: 21%;
        top: 16vh;
        right: 10vw;
        position: relative;
    }

    .sobre-nos img {
        left: 15vw;
        top: 0;
        width: 75%;
    }
    .texto-banner {
        font-size: 1.5vw;
        right: 10%;
    }

    .texto-sobre-nos {
        position: relative;
        width: 40% !important;
        margin: 0;
        float: right;
        left: 55vw;
        bottom: 38vh;
    }

    .texto-sobre-nos p {
        font-size: var(--font-md)
    }

    .texto-sobre-nos h1 {
        font-size: var(--font-xl)
    }

    .nossa-missao {
        height: 43rem;
    }

    .nossa-missao h1 {
        position: relative;
        font-size: var(--font-xl);
        left: 14rem;
        bottom: 8rem;
        z-index: 0;
    }

    .nossa-missao p {
        font-size: var(--font-md);
        left: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        bottom: 5rem;
        right: 10%;

    }

    .nossa-missao img {
        width: 50rem;

    }

    .texto-nossa-visao {
        margin:0;
        height: 55rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
    }

    .nossa-visao {
        height: 43rem;
        flex-direction: row-reverse;
    }

    .nossa-visao img {
        position: relative;
        margin: 0;
        width: 70%;
        right: 7rem;
        top: 11rem;
        left: auto;
    }

    .nossa-visao p {
        font-size: var(--font-md);
    }


    .nossos-valores{
        height: 50rem;
    }

    .nossos-valores h1 {
        right: 28rem;
        float: right;
        position: relative;
        bottom: 70%;
    }

    .nossos-valores ul {
        top: 15rem;
        right: 10rem;
        font-size: var(--font-md);
        width: 42%;
    }

    .nossos-valores img {
        margin-top: 5rem;
        width: 50%;
        padding: 5rem;
    }
    
    .vamos-juntos {
        height: 450px;
    }

    .vamos-juntos img {
        margin-top: 25px;
    }

    .banner-sobre-nos img {
        width: 90%;
        margin: 0 10%;
        padding: 4%;
    }

}

@media (max-width: 1200px) {
    .texto-sobre-nos {
        left: 55vw;
        bottom: 30vh;
    }
}

@media (max-width: 576px) {
   
    .sobre-nos{
        height: 60em;
        display: flex;
        flex-direction: row;
        align-items: end;
        background: url('../img/banner/banner-sobre-nos-mob.png');
        background-repeat: no-repeat;
        background-size: 100%;
        text-align: center;
        margin-top: 7rem;
        position: unset;
        
        
    }

    .sobre-nos h1 {
        font-size: 7vw;
    }

    .sobre-nos p {
        font-size: 3.5vw;
        margin-bottom: 5rem;
    }

    .sobre-nos img {
        display: none;
    }

    .texto-sobre-nos {
        position: unset;
        font-size: 3.5vw;
        width: 85% !important;
    }

    .nossa-missao {
        height: 40em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nossa-missao img {
        display: none;
    }

    .nossa-missao p {
        position: relative;
        font-size: 3.5vw;
        left: 7rem;
        bottom: 0;
        text-align: center;

    }

    .nossa-missao h1 {
        position: relative;
        font-size: 6vw;
        top: 0;
        text-align: center;
        left: 1rem;
    }



    .texto-banner {
        position: unset;
        margin-top: 0;
        bottom: 11rem;
    }

    .sec-nossa-visao img{
        position: relative;
        height: 25rem;
        width: 25rem;
        top: 0;
        left: 0;
    }

    .texto-nossa-visao {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .nossa-visao {
        height: 43rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nossa-visao h1 {
        font-size: 6vw;
        padding: 2rem;
    }

    .nossa-visao div {
        position: unset;
        bottom: 21rem;
        right: 13rem;
        float: right;
        margin: 0;
    }

    .nossa-visao p {
        font-size: 3.5vw;
    }

    .nossos-valores {
        height: 60rem;
    }

    .nossos-valores img {
        margin-top: 4rem;
        width: 90%;
        position: relative;
        left: 2rem;
        padding: 0;
    }

    .nossos-valores ul {
        position: relative;
        float: none;
        font-size: 3.5vw;
        margin: 0rem;
        width: 70%;
        left: 6rem;
        top: 15rem;
    }

    .nossos-valores h1 {
        position: relative;
        font-size: 3vw;
        bottom: 3em;
        right:auto;
        transform:none;
        text-align: center;
        font-size: 6vw;
        float: none;
    }

    .vamos-juntos {
        height: 30rem;
        background: url('../img/banner/vamos-juntos-mob.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-y: center;
    }

    .vamos-juntos h1 {
        display: inherit;
        text-align: center;
        font-size: 6vw;
        position: relative;
        top: 3rem;
    }


}