@media screen and (max-width: 800px) {
 #desktop {
    display: none !important;
    }

    .hero-t1 {
        font-size: 2rem;
        text-align: center;
        padding: 0;
    }

    .box-hero {
        padding: 0;
    }

    .hero-t2 {
        text-align: center;
    }

    .hero-cta {
        text-align: center;
    }

    .caminhao{
    position: absolute;
    left: 280px;  
    bottom: -40px;   
    width: 140px;
    z-index: 10;
    pointer-events: none;

}

.servico-box {
    margin-bottom: 20px;
}

.servico-icone {
    font-size: 3rem;
}

.servico-titulo{
    font-size: 1rem;
}

.servico-descricao {
    font-size: 0.8rem;
    min-height: 80px;
}

.box--titulo {
    font-size: 2.4rem;
    text-align: center;
}

html, body{
    max-width: 100%;
    overflow-x: clip;
}

.whatsapp img {
    height: 50px;
}

.box--lista {
    margin-bottom: 30px;
}

.imagem-icone {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0px;
    margin-bottom: -10px;
}

.imagem-icone img {
    height: 80px;
}

.box-titulo-mob { 
    margin-top: 30px;
}  

.box--descricao-mob {
    text-align: center;
}

a.btn-cotacao {
    color: var(--branco) !important;
}


}

.menu-header-mobile {
    font-size: 2rem;
}

.menu-header-mobile a {
    color: var(--cor);
}

.bg-mobile-menu {
    background-color: var(--cor) !important;
}