@charset "UTF-8";

body{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.clearfix:after{
    content: ' ';
    display: block;
    clear: both;
}

.top-nav .ativar{
    color: rgb(120, 120, 201);
}

.Pousada .card, .Boraceia .card, .Hospedagem .card{
    width: 90%;
    height: 316px;
    margin-left: 5%;
    margin-top: 1.4em;
    background-color:white;
    border-radius: 10px;
    border:0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    transition: 0.3s;
    display: flex;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.card:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}

.card .titulo{
    text-align: center;
    margin-top: 3%;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.containerContato .titulo2{
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.card .texto, .card .texto1{
    width: 90%;
    margin-left: 5%;
    margin-top: 3%;
    margin-top: 0em;
    margin-bottom: 1.0em ;
    font-size: 0.75em;
    text-align: justify;
    text-indent: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.cardSuites{
    width: 80%;
    height: 300px;
    margin-left: 10%;
    margin-top: 1.4em;
    background-color:white;
    border-radius: 10px;
    border:0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.cardSuites:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}

.cardSuites img{
    width: 100%;
    height: 316px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.whatsapp{
    width: 40px; height: 40px; position: fixed; bottom: 20px; right: 30px; z-index: 1000; 
}

.preto{
    width: 100%;
    height: 30px;
    background: #222;
    margin-top: -8px;
}

.amarelo{
    width: 100%;
    height: 30px;
    background: rgb(248, 248, 45);
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.containerTrabalho{
    width: 80%;
    margin-left: 10%;
}

.containerTrabalho .logo{
    display: block;
    width: 40%;
    height: 40%;
    margin-left: 30% ;
}

.vaga{
    width: 100%;
    height: auto;
    margin-top: 1.4em;
    background-color:white;
    border-radius: 10px;
    border:0;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    transition: 0.3s;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 0.9em;
    margin-bottom: 300px ;
}

/*-------------------------*/

.top-nav{
    transition: all .3s;
    margin-left: -100%;
    width: 100%;
    text-align: center;
    position: absolute;
    opacity: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.top-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-nav a{
    color: black;
    text-decoration: none;
    padding: 1em; /* mesma coisa que 16px */
    display: block;
}

.top-nav a:hover{
    background: rgb(248, 248, 120);
    text-decoration: none;
    color: blue;
}

label[for="bt_menu"]{
    padding: 5px;
    background: rgb(248, 248, 45);
    color: black;
    font-family: "Arial";
    text-align: left;
    padding-left: 30px;
    font-size: 30px;
    cursor: pointer;
    width: auto;
    height: 50px;
}

#bt_menu{
    display: none;
}

#bt_menu:checked ~ .top-nav{
    margin-top: -8px;
    margin-left: 0;
    width: 100%;
    opacity: 1;
    background: rgb(248, 248, 45);
    position: relative;
}

label[for="bt_menu"]{
    display: block;
    /* no media@ colocar display none*/
}

.container-melo{
    width: 100%;
    margin-top: 0px ;
}

.Pousada, .Hospedagem, .Boraceia{
    width: 100%;
}

.card .coluna2{
    display: relative;
    width: 100%;
    height: 100%;
}

.card .coluna2 img{
    display: none;
}

.card .coluna2 .logo{
    display: block;
    width: 40%;
    height: 40%;
    margin-left: 30% ;
}

.card .coluna2 ul{
    width: 100%;
    margin-left: 0%;
    list-style-type: center;
    list-style: outside;
    font-size: 0.75em;
}

.suite{
    display: block;
}

.cardSuites .titulo{
    font-size: 14px;
    font-weight: 600;
    margin-top: 1.0em;
}

.cardSuites .texto{
    width: 80%;
    margin-left: 10%;
    text-align: justify;
    font-size: 0.75em;
}

.cardSuites .verDetalhes{
    font-size: 0.75em;
    cursor: pointer;
    text-decoration: none;
    margin-top: 2em;
}

#mudar{
    margin-top: 0.5em;
}

.rodape{
    width: 100%;
    height: 100px;
    margin-top: 1.4em;
    background: rgb(248, 248, 45);
    position: relative;
    font-size: 14px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.rodape_final{
    width: 100%;
    height: 20px;
    background: #222;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.coluna3{
    width: 80%;
    margin-left: 10%;
    color: #222;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    font-size: 12px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.coluna3 .c3{
    display: none;
}

.mapa{
    height: 200px;
}

.tituloFoto{
    font-size: 1.4em ;
    font-weight: 600;
    color: #222;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.foto{
    display: block;
    width: 80%;
    margin-left:10%;
}

.foto img{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    margin-top: 2em;
}

.espaco{
    margin-top: 2em;
}

.corBorda{
    width: 90%;
    margin: 5%;
}

.containerAcomodacoes{
    width: 80%;
    margin-left: 10%;
    border:0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    background: rgb(248, 248, 120);
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-radius: 10px;
}

.containerAcomodacoes .amarelo{
    background: rgb(248, 248, 120);
    margin-bottom: 1.0em ;
    height: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-radius: 10px;
}

.tabela{
    width: 100%;
    text-align: center;
}

.tabela ul{
    width: 70%;
    margin-left: 15%;
    text-align: left;
    margin-bottom: 1.0em ;
    font-size: 0.7em;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.tituloFoto2{
    font-size: 1.0em;
    font-weight: 600;
    margin-top: 1.0em;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.politica{
    width: 90%;
    margin-right: 5%;
    font-size: 0.7em;
    text-align: justify;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#carouselSite{
    margin-top: -8px;
}


/*---------------------------------------------------------------*/
@media screen and (min-width: 22.5em){/* 360*/
    .card .texto{
        margin-top: 0em;
        margin-bottom: 1.0em ;
        font-size: 0.8em;
    }

    .card .texto1{
        margin-top: 0em;
        margin-bottom: 1.0em ;
        font-size: 0.8em;
    }

    .cardSuites{
        width: 60%;
        margin-left: 20%;
    }

    .cardSuites .verDetalhes{
        margin-top: 1.5em;
    }

    #mudar{
        margin-top: 0em;
    }

    .whatsapp{
        width: 50px; height: 50px; bottom: 20px; right: 30px;
    }

    .coluna3 .c3{
        display: inline-block;
    }

    .coluna3 .c3 img{
        width: 2em;
        height: 2em;
        margin-left: 1em;
        margin-top: -0.5em;
        display: inline-block;
    }

}

/*-------------------------------------------------------------*/
@media screen and (min-width: 23.4375em){/* 375*/
    #mudar{
        margin-top: 1.5em;
    }
    .card .coluna2 ul{
        width: 80%;
        margin-left: 10%;
    }

    .whatsapp{
        width: 60px; height: 60px; bottom: 30px; right: 30px; 
    }
    
}

/*-------------------------------------------------------------*/
@media screen and (min-width: 25.875em){/* 414*/
    .cardSuites .verDetalhes{
        margin-top: 3em;
    }
    .card .coluna2 ul{
        width: 80%;
        margin-left: 20%;
    }

    .whatsapp{
        width: 60px; height: 60px; bottom: 30px; right: 30px; 
    }

    .rodape{
        height: 140px;
    }

    .rodape .c1{
        margin-top: 1.0em;
    }

    .rodape .coluna3{
        font-size: 1.0em;
    }

    .coluna3 .c3{
        display: inline-block;
        margin-top: 0.8em;
    }

    .coluna3 .c3 img{
        width: 2em;
        height: 2em;
        margin-left: 1em;
        display: inline-block;
    }

}

/*--------------------------------------------------------------*/
@media screen and (min-width: 48em){/* 768*/

    .card .texto{
        margin-top: 0em;
        margin-bottom: 1.4em ;
    }

    .card .texto1{
        margin-top: 1.0em;
        margin-bottom: 1.6em ;
    }

    .card .coluna2{
        display: grid;
        grid-template-columns: 1fr 1fr ;
    }

    .card .coluna2 img{
        display: flex;
        width: 100%;
        height: 100%;
    }

    .card .nao-invertido{
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .card .invertido{
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    } 

    .card .coluna2 .logo{
        display: none;
    }

    .suite{
        width: 80%;
        margin-left: 10%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .cardSuites{
        width: 90%;
        margin-left: 5%;
    }

    #mudar{
        margin-top: 0em;
    }

    .cardSuites .verDetalhes{
        margin-top: 1.5em;
    }

    .card .coluna2 ul{
        width: 80%;
        margin-left: 10%;
    }

    .whatsapp{
        width: 60px; height: 60px; bottom: 20px; right: 30px;
    }

    .rodape{
        height: 140px;
    }

    .rodape .coluna3{
        font-size: 1.3em;
    }

    .containerContato .titulo2{
        font-size: 30px;
    }

    .tabela ul{
        width: 30%;
        margin-left: 35%;
        text-align: left;
    }

    .tituloFoto{
        font-size: 1.8em;
    }
    
    .tituloFoto2{
        font-size: 1.8em;
        font-weight: 600;
    }

    .corBorda{
        width: 60%;
        margin-left: 20%;
    }

    .tabela ul{
        width: 50%;
        margin-left: 25%;
        text-align: left;
        margin-bottom: 1.0em ;
        font-size: 1.4em;
    }
    
    .politica{
        font-size: 1.4em;
    }

}

/*---------------------------------------------------------------*/
@media screen and (min-width: 48.75em){ /*780*/
    .menu{
        width: 100%;
        position: static;
        text-align: center;
        background: rgb(248, 248, 45);
        position: relative;
        height: 65px;
    }

    
    .top-nav{
        width: 100%;
        font-size: 1.2em;
        color: black;
        position: relative;
        opacity: 1;
        margin-left: 0;
    }

    .top-nav ul{
        margin: 0;
        padding: 0;
    }

    .top-nav li{
        display: inline-block;
    }

    .top-nav a:hover{
        background: transparent;
        text-decoration: none;
        color: blue;
    }

    label[for="bt_menu"]{
        display: none;
    }

}

/*---------------------------------------------------------------*/
@media screen and (min-width: 75em){ /* 1200*/

    .Pousada .card, .Boraceia .card, .Hospedagem .card{
        height: 420px;
    }

    .card .texto, .card .texto1{
        margin-top: 3.0em;
        margin-bottom: 3.0em ;
        font-size: 1.2em;
    }

    .card .coluna2 .nao-invertido, .card .coluna2 .invertido{
        max-height: 420px;
    }


    .Boraceia .card .texto{
        margin-top: 1.0em;
        margin-bottom: 1.0em ;
    } 

    .card ul{
        margin-top: -3.0em ;
    }

    .cardSuites{
        width: 80%;
        margin-left: 10% ;
    }

    .card .coluna2 ul{
        font-size: 1em;
    }

    .cardSuites{
        height: 400px;
    }

    .cardSuites .titulo{
        margin-top: 2.0em ;
        font-size: 16px;
    }
    .cardSuites .texto{
        margin-top: 1.5em ;
        font-size: 14px;
    }

    .cardSuites .verDetalhes{
        margin-top: 2.5em;
        font-size: 14px;
    }

    #mudar{
        margin-top: 1.0em;
    }

    .containerContato .titulo2{
        font-size: 35px;
    }

    .foto{
        display: block;
        width: 60%;
        margin-left:20%;
    }

    .containerAcomodacoes{
        width: 60%;
        margin-left: 20%;
    }

}