#atuacao{
    width: 100%;
}
.containerImgAtuacao{
    width: 100%;
}
.containerImgAtuacao img {
    width: 100%;
    box-shadow: -2px 9px 13px #888888;
}
.itensAreaAtuacao{
    margin-bottom: 30px;
    min-height: 160px !important;
}

#topoDetalhesAtuacao{
    width: 100%;
    margin-top: -1px;
}
.textoDetalhesAtuacao{
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
}
.textoDetalhesAtuacao p{
    line-height: 45px;
}
.titleDetalhesAtuacao{
    font-size: 35px;
    color: #fff;
    background: url('../../uploads/fundo_azul_transp.png');
    padding: 12px 20px;
    margin: 10px;


}
.titleDetalhesAtuacaoBg{
    display: flex;
    position: relative;
    top: -72px;
    float: left;

}



#detalhesAtuacao .slick-next{
    color: transparent !important;
    height: 70px !important;
    width: 40px !important;
    right: 40px !important;
    top: 40% !important;
}
#detalhesAtuacao .slick-next:before{
    content: '';
    background: url('../../uploads/arrow_next.png') no-repeat;
    color: transparent !important;
    padding: 22px 20px;
    width: 53px !important;
}

#detalhesAtuacao .slick-prev{
    color: transparent !important;
    height: 70px !important;
    width: 40px !important;
    left: 40px !important;
    top: 40% !important;
    z-index: 9;
}
#detalhesAtuacao .slick-prev:before{
    content: '';
    background: url('../../uploads/arrow_prev.png') no-repeat;
    color: transparent !important;
    padding: 26px 18.5px;
    width: 53px !important;
}