/*PRINCIPAL ======================*/

#div-slider{
    width:100%;
    height:90px;
    margin:0 0 50vw 0;
}
#div-slider img{
    width:100%;
}

#div-servicos{
    width:100%;
    
}
#servicos{
    width:100%;
}
#div-principais-servicos{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:flex-start;
    text-align:center;
    margin:0 0 0 0;
}
#div-principais-servicos figure{
    width:200px;
    
}
#div-principais-servicos img{
    height:250px;
    width:250px;
}
/*servicos*/
.title{
    text-align:center;
}
#div-servicos{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;

    text-align:center;
}

#div-servicos figure figcaption, figure figcaption{
    width:300px;
 
    text-align:center;
}

.fotos-servicos{
    width:300px;
    height:220px;
}
