@media screen and (min-width: 1550px){
    
    
}

@media screen and (max-width: 1500px) and (min-width: 1350px){

  

}

@media screen and (max-width: 1350px) and (min-width: 1250px){

   

}

@media screen and (max-width: 1250px) and (min-width: 1025px){

    

}

@media (max-width: 1025px){
    
    .initial__area h1{
        font-size: 3rem !important;
    }
    
    .sobrenos div{
        padding: 1rem !important;
    }

    .sobrenos img {
        width: 100% !important;
        float: none !important;
        margin: auto !important;
    }

    .sobrenos h2{
        text-align: center;
        margin: 5% 0% !important;
    }

    .valores{
        flex-direction: column !important;
        
    }

    .valores div{
        width: auto !important;
    }

    .frotas{
        flex-direction: column;
        padding: 3%;
    }

    .frotas div{
        padding: auto !important;
        margin: auto !important;
        width: auto !important;
    }

    .frotas img{
        width: 100% !important;
    }

    .frotas h2{
        text-align: center !important;
    }

    .frotas p{
        text-align: start !important;
    }

    .documento__esquerda{
        display: none;
    }

    .documentos ul{
        display: block !important;
    }

    .documentos ul li{
        width: auto !important;
    }


}

.inicial{
    height: 60vh;
    background-image: url(../img/M3-institucional-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.initial__area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.initial__area h1{
    font-size: 4rem;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    font-weight: 800;

}

b{
    font-weight: bold;
}


/* ----- Sobre nos -----*/

.sobrenos img{
    width: 500px;
    float: left;
    margin: 3%;
}

.sobrenos div{
    padding: 4rem;
}

.sobrenos h2{
    color: #499FD9;
    font-weight: 800;
    font-size: 4rem;
    margin-bottom: 1%;
}

.sobrenos p{
    color: #575756;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.4rem;
}


/* ----- Valores -----*/

.valores{
    background-color: #499FD9;
    display: flex;
    padding: 6% 6%;
}

.valores div{
    width: 33%;
    text-align: center;
    padding: 5%
}

.valores h3{
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 4%;
}

.valores p{
    color: white;
}



/* ----- Frotas -----*/

.frotas{
    display: flex;
    justify-content: center;
}

.frotas img{
    margin: 5% 0px;
    width: 450px;
}

.frotas div{
    margin: 5%;
    width: 25%;
}


.frotas p {
    color: #575756;
    text-align: end;
    font-size: 1.3rem;
    margin-bottom: 5%;
}

.frotas h2 {
    color: #499FD9;
    text-align: end;
    font-size: 3.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3%;

}



/* ----- Documentos -----*/

.documentos{
    background-color: #499FD9;
    display: flex;
}

.documentos h2{
    color: #191970;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 4rem;
    margin: 3% 0%;

}


.documentos p{
    color: white;
}


.documento__p{
    color: white;
    text-align: center;
    padding: 0% 15%;
    font-size: 1.2rem;
    margin-bottom: 3%;
}


.documento__esquerda{
    width: 500px;
}

.documentos ul{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 3%;
}

.documentos ul li{
    width: 20%;
    padding: 3%;
}

.documentos ul li p{
    font-weight: 700;
    font-size: 1.2rem;
}

