@media screen and (max-width:921px) {
    header .menu-desktop, header .btn-contato {
        display: none;
    }
    header .btn-menu-mob{
        display: block;
    }
}

@media screen and (max-width:878px) {
    section.hero-site {
        width: 100%;
        height: 98vh;
        background-image: url(../images/bg-inicio-tablet.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: #fff;
    }
    
    .hero-site .interface {
        display: flex;
        align-items: center;
        height: 100%;
        margin-left: 2.5rem;
    }
    
    .hero-site .txt-hero h2 {
        font-size: 2.5rem;
        line-height: 45px;
    }
    
    .hero-site .txt-hero p {
        font-size: 1rem;
    }
    
    .hero-site .txt-hero p span {
        display: inline;
    }
    
    .hero-site button {
        font-size: 1rem;
        margin-left: 17px;
    }

    .vantagens .itens-container {
        flex-direction: column;
        margin-top: 40px;
    }

    .vantagens .itens-container .img-itens img {
        width: 100%;
        margin: 0 auto;
    }

    .vantagens .itens-container .txt-itens p {
        margin-bottom: 1.1rem;
    }

    .vantagens .itens-container .item-1 {
        order: 1;
    }

    .vantagens .itens-container .item-2 {
        order: 0;
    }

    .txt-contato, .icons-contato {
        display: block;
        width: 100%;
    }
    
    .contato .txt-contato h3 {
        font-size: 2rem;
        line-height: 40px;
        text-align: center;
    }

    .contato .icons-contato button {
        width: 80%;
        margin: 10px auto 20px auto;
    }

    section.hoteis {
        background-image: url(../images/hotel-responsivo.png);
    }

    .hoteis h3 {
        font-size: 2.3rem;
        line-height: 40px;
    }

    .hoteis p {
        margin: 20px 0px;
        font-size: 1rem;
    }

    .txt-funciona,.instrucoes {
        display: block;
        width: 100%;
    }
    .como-funciona .txt-funciona {
        position: static;
    }
    .como-funciona .txt-funciona h3 {
        font-size: 2.5rem;
        line-height: 40px;
    }

    .instrucoes .instru-box {
        flex-direction: column;
        text-align: center;
    }

    section.galeria {
        display: flex;
        flex-direction: column;
        padding-bottom: 150px;
        gap: 10px;
    }

    .galeria img {
        width: 150px;
        height: 150px;
        border-radius: 10px;
        margin-left: 1.2rem;
        margin-bottom: 10px;
        transition: all .3s ease-in-out;
    }
    .form {
        width: 100%;
        margin: 0 auto;
        max-width: 32rem;
        font-size: 1.125rem;
        padding-bottom: 2rem;
    }
    .form h2 {
    font-size: 3rem;
    text-align: center;
    color: #fff;
}
.form h2 span {
    background: #ff8800;
    color: #fff;
    font-weight: 300;
}
    .form label, .form.input, .form textarea, .form button {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    
    .form label {
        color: #000;
        line-height: 1;
        margin-bottom: 0.5rem;
        text-align: center;
    }
    
    .form input, .form textarea {
        font: inherit;
        padding: 0.8rem;
        margin-bottom: 1rem;
        border: none;
        border-radius: 30px;
        outline: none;
        width: 100%;
        margin: 0 auto;
        max-width: 32rem;
        font-size: 1.125rem;
        padding-bottom: 2rem;
}
.form h2 {
    text-align: center;
}
.form label, .form.input, .form textarea, .form button {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.form label {
    color: #000;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.form input{
    width: 80%;
    margin-left: 46px;
}
.form input, .form textarea {
    font: inherit;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: none;
    border-radius: 30px;
    outline: none;
}

.form textarea {
    width: 100%;
    min-height: 15rem;
    resize: vertical;
    margin: 0px auto
}

.form button {
    background: #fff;
    padding: 1rem;
    color: #0d0e0f;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    width: 70%;
    margin-top: 20px;
}

.form button:hover {
    transition: all .3s ease-in-out;
    background-color: #d1d1d1;
}
    }
    
    .form textarea {
        width: 100%;
        min-height: 15rem;
        resize: vertical;
    }
    
    .form button {
        background: #fff;
        padding: 1rem;
        color: #0d0e0f;
        border: none;
        border-radius: 30px;
        cursor: pointer;
    }
    
    .form button:hover {
        transition: all .3s ease-in-out;
        background-color: #d1d1d1;
    }
    footer .top-footer button {
        width: 40px;
        height: 40px;
    }

    footer .footer-bottom p {
        font-size: 1rem;
    }
