.bkg-img-trafego{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-verde-trafego:hover{
    opacity: 0.8;
}

.row{
    margin: 0;
}

.c > .ics.active{
    display: flex;
    align-items: center;
    justify-content: center;
}

.dv-carousel-banner h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.dv-carousel-banner p {
    font-size: 23px;
    line-height: 30px;
}

.dv-carousel-banner button {
    font-size: 30px;
    line-height: 35px;
    border-radius: 10px;
    background-color: #1f7732;
    border: none;
    margin-top: 4%;
}

.bkg-problemas-resolucao{
    background-color: #a11812;
    padding-top: 2%;
    padding-left: 4%;
}

.dashed-line{
    height: 1px;
    width: 60%;
    border: 1px #FFF dashed;
    margin-right: 20px;
    margin-left: 10px;
}

.card-problema-resolucao{
    width: 25%;
}

.card-problema-resolucao h4{
    font-size: 23px;
}

.card-problema-resolucao p{
    font-size: 17px;
}

.btn-baixar-app{
    background-color: #1f7732;
    font-size: 30px;
    border-radius: 10px;
    border: none;
}

.solucao-titulo{
    color: #a11812;
}

.card-servicos{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    flex-direction: column;
    width: 80%;
}
.div-txt-servicos{
    background-color: #a11812;
    border-radius: 10px;
}

.div-txt-servicos p{
    margin: 0;
    padding: 2%;
    font-weight: 600;
}

.card-servicos > div > p{
    font-size: 20px;
    color: #fff;
}

.card-depoimentos{
    padding: 3%;
    background-color: #a11812;
    border-radius: 20px;
    margin: 0 0 0 5px;
}

.card-depoimentos p {
    font-size: 17px;
}

.anima{
    margin-bottom: 4%;
}

.slick-prev:before, .slick-next:before{
    color: #000;
    font-size: 25px;
}

.slick-prev{
    left: 0;
}

.slick-next{
    right: 0;
}

.slick-list{
    width: 100%;
}

.btn-vertical-arrow,
.btn-vertical-arrow:focus{
    border: none;
    outline: none;
}

.c-trafego-banner-mobile{
    display: none;
}

.icone-rede-sociai{
    width: 43px;
}

@media (max-width: 768px) {
    .bkg-banner{
        background-position: right;
    }

    .dashed-line{
        display: none;
    }

    .btn-baixar-app{
        font-size: 20px;
    }

    .solucao-titulo{
        margin-top: 20%;
    }

    .div-txt-servicos,
    .card-servicos{
        width: 90%;
    }

    .c{
        margin: 10% 0;
    }

    .c > .ics > img{
        width: 60%;
    }

    .c-trafego-banner{
        display: none;
    }

    .c-trafego-banner-mobile{
        display: block;
    }

    .centralizar{
        text-align: center;
    }
}