@media (max-width:600px)
{
    .meta-logo img{
        width:50px;
    }
    .hosp img{
        width:160px;
    }
    .banner h1{
        font-size:1.5rem;
        line-height: 2rem;
    }
    .hospednet img{
        width:100%;
    }
    .banner a{
        display:block;
        margin:1rem 0;
    }
    .ads h2{
        font-size:2.5rem;
        line-height: 3rem;
    }
    .bio h2{
        font-size:2.5rem;
        line-height: 3rem;
        letter-spacing: -0.158rem;
    }
    .box-info{
        text-align: center;
    }
    .img-box{
        background-position:center;
    }
    .agende .linha{
        display:block;
    }
    .agende a{
        display:block;
        margin:1.3rem 0;
    }
    .agende h2{
        width: 100%;
    }
    .negocios img{
        width:100%;
    }
    .negocios h2{
        font-size:2.5rem;
        line-height: 3rem;
        margin-bottom:10%;
        margin-top:4%;
    }
    .rodape{
        text-align: center;
    }
    .right{
        text-align: center;
    }
    .rodape ul{
        justify-content: center;
    }
}