
#listaServicos{
    margin-top: 100px;
}

#listaServicos img.img-fluid{
    border-radius: 25px;;
    border:3px solid #08144D;
}

.categoria{
    font-size: 15px; 
    font-weight: 800;
    text-transform: uppercase;
    color: #0076f5;
    
}

h3{
    font-size:30px;
    font-weight: bold;
    margin: 10px 0 20px;
}

#listaServicos a{
font-size: 15px;

}

#listaServicos p{
    font-size: 16px;
}

#detalheServico{margin-top: 100px; text-align: center;}
#detalheServico h3{font-size: 40px;}

#detalheServico p{
    font-size: 20px;
    width: 500px;
    position: relative;
    margin: auto;
}

#galeriaFotos
{
    margin-top: 100px;
}

#listaFotos img
{
    width: 162px;
    height: 162px;
    margin: 15px;
    -webkit-box-shadow: 0px 0px 39px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 39px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 39px -12px rgba(0,0,0,0.75);
}

/*-lg*/
@media (max-width: 1199.98px) {

}

/*-md*/
@media (max-width: 991.98px) {

}

/*-sm*/
@media (max-width: 767.98px)  {

}
/*-mobile*/
@media (max-width: 575.98px) {

    #detalheServico h3
    {
        font-size: 28px;
    }
    #detalheServico p{        
        width: 90%;        
    }
    #listaFotos img {
        width: 90%;
        height: auto;
    }
}