
@media screen and (max-width: 900px){
    header .menu-desktop, header .btn-contato{
        display: none;
    }

    header .btn-menu-mob{
        display: block;
    }
}

@media screen and (max-width: 900px){
/* Responsivo da Hero */
    .hero-site .txt-hero h1{
        font-size: 2.6em;
        line-height: 45px;
    }

    .hero-site .txt-hero p{
        font-size: 15px;
    }

    .hero-site .txt-hero p span{
        display: inline;
    }

    .hero-site button{
        font-size: 18px;
    }

    /* Responsivo das Vantagens */
    .vantagens .itens-container{
        flex-direction: column;
    }

    .vantagens .itens-container .img-itens img{
        width: 80%;
    }

    .vantagens .itens-container .txt-itens p{
        margin-bottom: 20px;
    }

    .vantagens .itens-container .item-1{
        order: 1;
    }
    
    .vantagens .itens-container .item-2{
        order: 0
    }

    /* Estilo dos Botões de Contato */
    .txt-contato, .icons-contato{
        display: block;
        width: 100%;
    }

    .contato .txt-contato h3{
        font-size: 2em;
        line-height: 40px;
    }

    .contato .txt-contato p{
        margin-bottom: 20px;
    }

    .contato .icons-contato button{
        width: 100%;
    }

    .contato .icons-contato button:hover i, .contato .icons-contato button:hover p{
        color: #fff;
    }   
    
    /* Estila da Sessão de Hoteis */
    .hoteis h3{
        font-size: 2.3em;
        line-height: 40px;
    }

    .hoteis p{
        margin: 20px 0;
        font-size: 16px;
    }

    /* Estilo da sessão Como Funciona? */
    .txt-funciona, .instrucoes{
        display: block;
        width: 100%;
    }

    .como-funciona .txt-funciona{
        position: static;
    }

    .como-funciona .txt-funciona h3{
        font-size: 3em;
        line-height: 50px;
    }

    .instrucoes .instru-box{
        flex-direction: column;
        text-align: center;
    }

    /* Estilo do Rodapé */
    footer .middle-footer a{
        margin: 15px 0;
        display: block;
    }

    footer .bottom-footer p{
        font-size: 15px;
    }

/* Menu Mobile Aprimoramentos*/
.whats {
    right: 3%;
}

.shop {
    right: 3%;
}
.shop label {
    right: 3%;
}

}