
@media screen and (max-width: 480px){
    header .menu-desktop, header .btn-contato{
        display: none;
    }
}

@media screen and (max-width: 478px){

    /* Responsivo

    /* Estilo do Hero
------------------------------------------------------------
-----------------------------------------------------------*/
.interface{
    max-width: 1280px;
    margin: 0 6%;
}

/* WhatsApp-----------------
---------------------------- */
header .btn-whatsapp img{
    width: 200px;
    z-index: 1;
}

.legenda p{
    position:absolute;
    font-size: 12px;
    text-decoration: none;
    left: 6px;
    bottom: 24px;
    color: #000;
    font-weight: 400;
    z-index: 2;
}



section.hero-site{
    background-image: url(../images/bg-inicio-site-reponsivo.png);
    background-position: left;
}

.hero-site .interface{
    display: flex;
    align-items: center;
    height: 100%;
}

.hero-site .txt-hero h1{
    font-size: 1.6em;
    line-height: 40px;
    font-weight: 200;
}

.hero-site .txt-hero h1 span{
    display: block;
    font-weight: 800;
}

.hero-site .txt-hero p{
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0 30px;
}

.hero-site .txt-hero p span{
    display: inline;
}

.hero-site button{
    width: 280px;
    height: 60px;
    font-size: 18px;
}

/* Responsivo das Vantagens
------------------------------------------------------------
-----------------------------------------------------------*/
section.vantagens{
    padding: 80px 0;
}

.vantagens .itens-container{
    flex-direction: column;
}

.vantagens .itens-container .img-itens img{
    width: 100%;
}

.vantagens .itens-container .txt-itens p{
    margin-bottom: 30px;
}

.vantagens .itens-container .item-1{
    order: 1;
}

.vantagens .itens-container .item-2{
    order: 0;
}

.vantagens .itens-container .txt-itens h3{
    font-size: 1.8em;
    line-height: 40px;
    margin-bottom: 15px;
}

.itens-container .txt-itens h3 span{
    font-weight: 300;
}


/* Estilo do Contato
------------------------------------------------------------
-----------------------------------------------------------*/
/* section.contato{ 
    background-color: #FFF;
    padding: 80px 0;
}*/

.txt-contato, .icons-contato{
    display: block;
    width: 100%;
    margin-right: -4px;
    vertical-align: middle;
}

.contato .txt-contato h3{
    font-size: 1.8em;
    line-height: 30px;
}

.contato .txt-contato p{
    margin-bottom: 20px;
}

.contato .icons-contato button{
    width: 100%;
}


/* Estilo de Hoteis
------------------------------------------------------------
-----------------------------------------------------------*/
section.hoteis{
    height: 750px;
    background-image: url(../images/hotel-bg.png);
    /* background-position: center; */
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
background-attachment: fixed;
    position: relative;
    color: #FFF;
    text-align: center;
}

.hoteis h3{
    font-size: 2.3em;
    line-height: 50px;
    font-weight: 200;
}

.hoteis p{
    margin: 20px 0;
    font-size: 20px;
}

/* Estilo de 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;
}

.instrucoes .instru-box p{
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

footer .bottom-footer p{
    color: #FFF;
    margin-top: 10px;
    font-size: 10px;
}










}