.view-desktop{
    display: block !important;
}
.view-mobile{
    display: none !important;
}
a {
    text-decoration: none;
}
.div_bloco_texto span {
    font-size: 15px;
    line-height: 21.5px !important;
}
.swiper-slide.text-center img {
    width: 90%;
}

span.text_opcional_valor,
.p-1.text-gray {
    font-size: 15px;
}
.btn-whatsapp-float {
    display: none;
}

.veiculos-template-default .joinchat {
    display: none;
}

#assinatura-autos-360{
    width: 10rem;
    padding: 1rem;
}
#banner_home{
    min-height: 500px;
}
@media screen and (max-width: 768px) {
    .view-desktop {
        display: none !important;
    }
    .view-mobile {
        display: block  !important;
    }
    #assinatura-autos-360{
        width: 10rem;
        padding: 1rem;
    }
    #banner_home{
        min-height: 200px;
    }
}
@media screen and (max-width: 991px) {
    .border_botton_gray.titulo_detalhes {
        border-bottom: none;
    }
}