/* Resolução Base 1920px*/
/* Nosso Fundador*/
.nosso-fundador {
    height: 400px;
}

.nosso-fundador-img {
    width: 50%;
    height: 100%;
}

.nosso-fundador-img img {
    height: 100%;
    margin-right: 120%;
}

.nosso-fundador-img-2 {
    width: 50%;
    height: 100%;
}

.nosso-fundador-img-2 img {
    height: 100%;
    margin-left: 60%;
}

.nosso-fundador-text {
    position: absolute;
    width: 70%;
    text-align: justify;
    margin-left: 13%;
}

.scroll-text {
    overflow: auto;
    height: 315px;
}

/* Nossa Missão*/
.nossa-missao {
    height: 400px;
}

.nossa-missao-img {
    height: 100%;
    width: 50%;
}

.nossa-missao-img img {
    height: 90%;
    margin-top: 40px;
    margin-left: 10px;
}

.nossa-missao-img-2 {
    height: 100%;
    width: 50%;
}

.nossa-missao-img-2 img {
    height: 100%;
    margin-left: 55%;
}

.nossa-missao-text {
    text-align: center;
    width: 63%;
    position: absolute;
}

/* Nossa Visão*/
.nossa-visao {
    height: 400px;
}

.nossa-visao-text {
    width: 70%;
    text-align: center;
    position: absolute;
}

.nossa-visao-img {
    width: 30%;
    margin-left: 70%;
}

.nossa-visao-img img {
    width: 100%;
}

/*Nossos Valores*/

.nossos-valores {
    height: 400px;
}

.nossos-valores-fundo {
    height: 100%;
    margin-left: 80%;
}

.nossos-valores-fundo img {
    height: 100%;
}

.nossos-valores-titulo {
    position: absolute;
    margin-bottom: 11%;
}

.valores {
    position: absolute;
    display: flex;
    width: 100%;
    height: 150px;
}

.valor-card {
    width: 350px;
    height: 100%;
    display: flex;
}

.valor-card-img {
    height: 100%;
    width: 40%;
}

.valor-card-img img {
    height: 100%;
}

.valor-card-text {
    margin-top: 20px;
}

.valor-card-text span {
    width: 90%;
}

.valor-card-text p {
    font-family: 'Open Sans', sans-serif;
    text-align: start;
    margin-left: 20px;
}

@media (max-width: 1366px) {
    .nosso-fundador {
        height: 320px;
    }
    .nosso-fundador-text{
        width: 68%;
    }
    .scroll-text{
        height: 240px;
    }

    .nossa-missao {
        height: 320px;
    }

    .nossa-visao {
        height: 320px;
    }

    .nossos-valores {
        height: 320px;
    }
}

@media (max-width: 1600px) {
    .nosso-fundador-text{
        width: 65%;
    }
}


@media (max-width: 768px) {
    .nosso-fundador {
        display: block;
        height: 320px;
    }

    .nosso-fundador-img {
        width: 100%;
        height: 22%;
        margin-bottom: 30%;
        position: absolute;
        z-index: 2;
    }

    .nosso-fundador-img img {
        margin-right: 0;
        margin-left: 40%;
    }

    .nosso-fundador-img-2 {
        position: relative;
        width: 100%;
        height: 55%;
        z-index: 1;
        margin: 0;
    }

    .nosso-fundador-text {
        width: 80%;
        margin-left: 0px;
        margin-top: 0%;
        position: relative;
    }

    .scroll-text {
        height: 90px;
    }

    .nossa-missao {
        height: 400px;
    }

    .nossa-missao-img-2 {
        position: relative;
        width: 100%;
        height: 50%;
        margin-bottom: 55%;
    }

    .nossa-missao-img-2 img {
        width: 50%;
        height: 100%;
        position: relative;
        margin-top: 0;
        margin-left: 50%;
    }

    .nossa-missao-text {
        position: absolute;
        z-index: 1;
        width: 75%;
        margin-left: 0;
        text-align: justify;
    }

    .nossa-visao {
        height: 400px;
    }

    .nossa-visao-img-2 {
        position: relative;
        width: 100%;
        margin-bottom: 10%;
    }

    .nossa-visao-img-2 img {
        width: 50%;
        margin-left: 50%;
        margin-bottom: 50%;
    }

    .nossos-valores-titulo {
        position: absolute;
        z-index: 2;
    }

    .nossa-visao-text {
        position: absolute;
        z-index: 1;
        width: 75%;
        margin-left: 0;
        text-align: justify;
    }

    .nossos-valores {
        height: 400px;
    }

    .nossos-valores-fundo-mobi {
        position: relative;
        width: 100%;
        height: 50%;
        margin-bottom: 55%;
    }

    .nossos-valores-fundo-mobi img {
        width: 50%;
        height: 100%;
        position: relative;
        margin-top: 0;
        margin-left: 50%;
    }

    .nossos-valores-titulo {
        margin-bottom: 80%;
    }


    .valores {
        position: absolute;
        display: flex;
        width: 100%;
        height: 100px;
        margin-bottom: 50%;
    }

    .valor-card {
        width: 300px;       
        margin-bottom: 10px;
    }

    .valor-card-img {
        height: 100%;
        width: 40%;
    }

    .valor-card-img img {
        height: 100%;
    }

    .valor-card-text {
        margin-top: 20px;
    }

    .valor-card-text span {
        width: 90%;
        font-size: 20px;
    }

    .valor-card-text p {
        font-family: 'Open Sans', sans-serif;
        text-align: start;
        margin-left: 20px;
        font-size: 14px;
    }

}