section.banner .carousel .carousel-inner .carousel-caption {

    bottom: 0;
}

section.banner .carousel .carousel-inner .carousel-caption h1 {
    font-size: 70px;
    font-family: 'Montserrat-semibold', sans-serif;
    padding-bottom: 7%;
    text-transform: uppercase;
}

section.quem-somos p {

    color: #6a6a6a;
    font-size: 21px;
    font-family: Roboto-regular, sans-serif;
}

/* VALORES */

section.valores {

    background-color: #2f4187;
    background-image: url(/serranorte/assets/img/layout/bg-dna.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;


}


section.valores .missao,
section.valores .visao,
section.valores .valores {

    border: none;
    background-color: #fff;
    display: flex;
    align-items: center;

}

section.valores h4 {

    font-family: Roboto-bold, sans-serif;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;

}



section.valores ol,
section.valores p {

    font-family: Roboto-regular, sans-serif;
    font-size: 20px;
    color: #000;
}




@media (max-width: 768px) {

    section.banner .carousel .carousel-inner .carousel-caption h1 {
        font-size: 45px;
        padding-bottom: 5%;
    }
}


@media (max-width: 575px) {

    section.banner .carousel .carousel-inner .carousel-caption h1 {
        font-size: 25px;
        padding-bottom: 0%;
    }

    section.valores ol,
    section.valores p {

        font-size: 18px;

    }



}