
#banner{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 300px;
    background: url(/imagens/banner-servicos.png);
    background-size: cover;
    background-position: center;
}

#banner h2{
    text-align: left;
    font-size: 50px;
    color: #fff;
    margin-top: 150px;
}

hr.verde
{
    width: 50px;
    height: 3px;
    background-color: #deefde;
    border: none;
}

#servicos{
    margin-top: 350px;
}

#servicos h3{
    font-weight: bold;
}

#servicos p{
    margin-top: 20px;
    font-size: 18px;
    text-align: justify;

}

#servicos p i{
    color: #deefde;
}

.mt-5{
    margin-top: 100px !important;
}
#servicos img.img-fluid
{
    -webkit-box-shadow: 22px 20px 60px -29px rgba(0,0,0,0.75);
-moz-box-shadow: 22px 20px 60px -29px rgba(0,0,0,0.75);
box-shadow: 22px 20px 60px -29px rgba(0,0,0,0.75);
}

#sistemas
{
    margin-top: 100px;
}

#sistemas .bgCinza{
    background-color: #8e9092;
    color: #fff;
    font-size: 20px;
    margin-top: 50px;
}

#sistemas .bgCinza h3{
    color: #deefde;
    font-weight: bold;
    font-size: 25px;
    margin: 40px 0 20px;
}
#sistemas .bgCinza p{
    line-height: 200%;
    font-size: 14px;
    text-align: justify;
}


#sistemas .carousel-control-next{
    right: 25px;
}

#sistemas .carousel-control-prev{
    left: 25px;
}


#sistemas .carousel-indicators li{border-radius: 100%; width: 16px; height: 16px;border:2px solid #deefde;  background:#deefde}

/*-lg*/
@media (max-width: 1199.98px) {
    
}

/*-md*/
@media (max-width: 991.98px) {
    
    #servicos {
        margin-top: 300px;
    }

}

/*-sm*/
@media (max-width: 767.98px)  {
    
    #banner {
        height: 250px;
    }
   
    #banner h2{
        text-align: center;
        font-size: 40px;
        color: #fff;
        margin-top: 140px;
    }

    #servicos {
        margin-top: 160px;
    }
  
   

}
/*-mobile*/
@media (max-width: 575.98px) {
    

    #sistemas .carousel-indicators
    {
        bottom: -50px;
    }
    
}