@media (max-width: 600px)
{
    .linha-topo{
        margin:1rem 0;
    }

    .linha-topo .link{
        display:none;
    }

    .ti-menu-2{
        font-size:2rem;
    }

    .banner h1{
        font-size:2.3rem;
        line-height: 3rem;
    }

    .desktop-link{
        display:none;
    }

    .banner .link{
        margin-top:-3rem;
        text-align: center;
    }

    .google-img img{
        position:absolute;
        width:100%;
        top:-4rem;
        z-index: -1;
        left: 0;
    }

    .faixa-mobile img{
        width:100%;
    }

    .faixa-img{
        display:none;
    }

    .google-img{
        display: none;
    }

    .faixa{
        margin-bottom:5%;
    }

    .localize img{
        width:100%;
        margin-top:3rem;
        height:auto;
    }

    .resultados img{
        width: 100%;
    }

    .hospednet h2{
        background-color: #34A853;
        padding:0.4rem;
        border-radius:5px;
    }

    .hospednet h2 span{
        font-size:2.2rem;
        line-height: 2.8rem;
        background-color: transparent;
    }

    .hospednet-desktop{
        display:none;
    }

    .hospednet h4{
        margin-top:8%;
        margin-bottom:10%;
    }

    .hospednet a{
        font-size:1.4rem;
    }
    
    .resultados h2{
        font-size:2.7rem;
        line-height: 3.2rem;
    }

    .servicos h2 span{
        font-size:2.4rem;
        line-height: 3.2rem;
    }

    .title-service img{
        width:30px;
    }

    .title-service h4{
        font-size:1.3rem;
    }
    
    .title-service h4 span{
        font-size:2rem;
    }

    .negocios h2{
        font-size:2.5rem;
        line-height: 3.2rem;
    }
    
    .negocios p{
        font-size:1.8rem;
        line-height: 2.5rem;
    }

    .negocios a{
        color:#fff;
        background-color: #34A853;
        padding:1rem 1.2rem;
        border-radius:8px;
    }

    .img-negocios img{
        margin-top:20%;
    }
    
    .negocios .linha{
        display:block;
    }

    .negocios .list-box{
        margin-left: 0rem;
        margin-top:-2rem;
    }
    
    .negocios ul{
        margin-left:15%;
    }
    
    .negocios ul li{
        font-size:1.4rem;
        line-height: 1.8rem;
        margin:1rem 0;
    }

    .linha img{
        width:50%;
        display:block;
        margin-left:auto;
        margin-right:auto;
    }

    .contato h2{
        margin:17% 0;
    }

    .contato h2 span{
        font-size:2.7rem;
        
    }

    .box-contato{
        padding:10% 10%;
    }

    .rodape img{
        width:60%;
        display:block;
        margin-left:auto;
        margin-right:auto;
        margin-top:1rem;
    }
    
    .rodape h3{
        margin-top:8%;
    }

    .desktop-media{
        display:none !important;
    }

    .contact-line{
        text-align: center;
    }

    .contato-form{
        padding:2rem 2rem;
        margin:8% 0;
    }

    .rodape ul{
        display: flex;
        justify-content: center;
        gap:10px;
        margin:8% 0;
    }

    .direitos p{
        line-height: 2rem;
        text-align: center;
    }

    .rodape{
        background-color: #34A853;
    }
    
}

@media (min-width:700px)
{
    .mobile-link{
        display:none;
    }

    .faixa-mobile{
        display:none;
    }

    .hospednet-mobile{
        display:none;
    }

    .mobile-media{
        display:none !important;
    }

    .link-mobile-topo{
        display:none;
    }

    .ti-menu-2{
        display:none;
    }
}