@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){
    .lateral{
        display: none;
    }

    .lateral_reverse{
        display: none;
    }

    .servicos{
        padding: 0% !important;
    }

    .servicos__content__content{
        flex-direction: column !important;
    }

    .servicos__content__img{
        width: 100% !important;
    }




   


}

.inicial{
    height: 60vh;
    background-image: url(../img/M3-caminhao-servico.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;

}

/*------- Servico -------*/

.servicos{
    padding: 5% 20%;
}

.servicos__content__img{
    max-width: 450px;
    max-height: 250px;
    object-fit: cover;
    margin-right: 3%;
    width: 100%;
    height: 100%;
}

.servicos__content__content{
    display: flex;
    margin: 5%;
}

.servicos__content{
    display: flex;
    margin-bottom: 3%;
}



.reverse{
     flex-direction: row-reverse;
}

.reverse img{ 
    margin-right: 0%;
    margin-left: 3%;
}

.reverse h2{
    text-align: end;
}

.reverse p{ 
    text-align: end;
}

.servicos__content h2{
    font-weight: 700;
    color: #499FD9;
    font-size: 3rem;
}

.servicos__content p{
    color: #575756;
}

.lateral{
    position: absolute;
    width: 15%;
}

.lateral_reverse{
    width: 15%;
    position: absolute;
}