@media screen and (max-width: 800px) {
 #desktop {
    display: none !important;
    }

 section.hero {
    text-align: center;
 }

 .app-img {
    margin-bottom: 30px;
 }

 .logo-cliente__pagina {
    height: 200px;
}

.servico-img__pagina {
    margin-bottom: 30px;
}

.filial-box {
    margin-top: 20px;
}
}

.menu-mobile a {
    color: var(--amarelo);
    font-size: 2rem;
}

.menu-mobile {
    margin-right: 10px;
}

.bg-menu-mobile {
    background-color: var(--amarelo) !important;
}

.menu-mobile-lista ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-mobile-lista ul li a {
    color: var(--preto);
    font-weight: 800;
    font-size: 1.5rem;
}

.menu-mobile-lista ul li a:hover {
    color: var(--preto);
    text-decoration: none;
}

.menu-mobile-lista ul li {
   margin-bottom: 5px;
}

.btn-menu-mobile {
    margin-top: 30px;
}

.btn-lojas__texto {
    color: var(--preto);
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.btn-lojas {
    margin-top: 30px;
}

.btn-lojas-img {
    text-align: center;
}

