*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Just', sans-serif;
    overflow-x: hidden;
}

@font-face{
    font-family: 'Just' ;
    src: url('../JUST\ Sans\ Light.otf') format('opentype');
}

@font-face{
    font-family: 'Justb' ;
    src: url('../JUST\ Sans\ SemiBold.otf') format('opentype');
}

h1, h2{
    font-family: 'Justb', sans-serif;
}


.cabecalho{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.c-cima{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
    padding: 10px 0px;
}

.redes {
    display: flex;
    align-items: center;
    
    gap: 15px;
    margin-right: 20px;
}

.redes a {
    color: #1DAEE4;
    font-size: 22px;
    padding-left: 3px;
}

#logoagencia{
    width: 180px;
    height: 54px;
}

.icons-menu{
    display: none;
}

.c-baixo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    height: 50px;
    padding: 5px 0px;
    background-color: #1DAEE4;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    
}

.c-baixo ul{
    display: flex;
    gap: 56px;
    list-style: none;
}

.c-baixo a {
    color: #fff;
    text-decoration: none;
}

.c-baixo a {
    color: #fff;
    text-decoration: none;
    transition: .2s ease;
}

.c-baixo a:hover{
    color: #87cfe9;
}

.c-baixobutton{
    background-color: transparent;
    border: none;
    width: 180px;
    height: 32px;
    overflow: hidden;
    position: relative; /* Adicionado para posicionar a imagem absolutamente */
    transition: transform 1s ease
}

.c-baixobutton img{
    width: auto; /* Alterado para auto */
    min-width: 180px;
    height: auto; /* Alterado para auto */
    max-width: 100%; /* Adicionado para garantir que a imagem não ultrapasse o tamanho do botão */
    max-height: 100%; /* Adicionado para garantir que a imagem não ultrapasse o tamanho do botão */
    position: absolute; /* Adicionado para posicionar a imagem absolutamente */
    top: 50%; /* Adicionado para centralizar verticalmente */
    left: 50%; /* Adicionado para centralizar horizontalmente */
    transform: translate(-50%, -50%); /* Adicionado para centralizar a imagem */
    cursor: pointer;
    transition: opacity 0.5s ease;
}

.c-baixobutton:hover img {
    content: url('Icones/RESERVAR AGORA B.png'); /* Trocar a imagem ao passar o mouse */
}

.mobmenu{
    background-color: #fff;
    height: 100vh;
    width: 265px;
    position: fixed;
    left: 0;
    z-index: 100;
    display: none;
    flex-direction: column;
    align-items: center;
}

.mobmenu i.close-icon {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 22px;
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; /* começa oculto */
    z-index: 99; /* deve ser menor do que o z-index do mobmenu para estar por trás dele */
}

.mobmenu i{
    margin-left: auto;
    padding-right: 10px;
    margin-top: 0px;
    font-size: 22px;
    color: #1DAEE4;
}

.mobmenu i:hover{
    color: #255B88;
}

.mobi{
    margin-top: 45px;
    margin-bottom: 40px;
    margin-left: 25px;
    width: 150px;
    height: 45px;
}

.linksmob{
    display: flex;
    flex-direction: column;
}

.linksmob a{
    height: 50px;
    width: 265px;
    padding-top: 13px;
    padding-left: 28px;
    text-decoration: none;
    font-size: 19px;
    color: #1DAEE4;
}

.mobbutton{
    background-color: transparent;
    border: none;
    width: 200px;
    height: 37px;
    margin-left: 28px;
    margin-top: 45px;
    overflow: hidden;
    position: relative; /* Adicionado para posicionar a imagem absolutamente */
    transition: transform 1s ease;
}

.mobbutton img{
    width: auto; /* Alterado para auto */
    min-width: 200px;
    height: auto; /* Alterado para auto */
    max-width: 100%; /* Adicionado para garantir que a imagem não ultrapasse o tamanho do botão */
    max-height: 100%; /* Adicionado para garantir que a imagem não ultrapasse o tamanho do botão */
    position: absolute; /* Adicionado para posicionar a imagem absolutamente */
    top: 50%; /* Adicionado para centralizar verticalmente */
    left: 50%; /* Adicionado para centralizar horizontalmente */
    transform: translate(-50%, -50%); /* Adicionado para centralizar a imagem */
    cursor: pointer;
    transition: opacity 1s ease;
}

.mobredes{
    margin-left: 28px;
    margin-top: 40px;
    display: flex;
    gap: 10px;
}

#bannerp{
    width: 100%;
    height: 420px;
    background-color: #87cfe9;
    object-fit: cover;
}

.c1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 180px;
}

.c1-title {
    display: flex;
    align-items: center;
    gap: 25px;
}

.c1-title h1{
    color: #1DAEE4;
    font-size: 35px;
    letter-spacing: -0.5px;
}

#cama{
    width: 52px;
    height: 39px;
}

.c1-firstc{
    display: flex;
    gap: 45px;
    margin-top: 120px;
}

#fotopousada{
    width: 390px;
    height: 460px;
    background-color: #255B88;
    object-fit: cover;
}

#logopousada{
    width: 198px;
    height: 60.4px;
}

#logopousada2{
    width: 300px;
    height: 90px;
}

.body-c1{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: auto;
    
}

.body-c1 p{
    color: #255B88;
    font-weight: 500;
    font-size: 18px;
}

.body-c1 a{
    width: 270px;
    height: 32px;
}

.btn-bc2{
    background-color: #FFCC2A;
    color: #255B88;
    border: none;  
    font-weight: 700;
    width: 270px;
    height: 32px;
    cursor: pointer;
    font-size: 15px;
}

.btn-bc1{
    background-color: #FFCC2A;
    color: #255B88;
    border: none;
    font-weight: 700;
    cursor: pointer;
    width: 270px;
    height: 32px;
    font-size: 15px;
}

.c1-secondc{
    display: flex;
    gap: 45px;
    margin-top: 100px;
}

.rodape{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 20px;
    background-color: #255B88;
    width: 100%;
}

.first-c-footer{
    width: 895px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: 50px auto 40px;
}

.c1-fcf{
    color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    font-weight: 400;
    font-size: 15px;
    text-align: start;
}

#logoagenciaf{
    width: 198px;
    height: 60px;
    margin-bottom: 10px;
    margin-right: auto;
}

.rodape h2{
    color: #FFCC2A;
    font-size: 27px;
}

.second-c-footer{
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-right: auto;
}

.redes-sociais{
    display: flex;
    gap: 15px;
}

.scftr{
    width: 60px;
    height: 60px;
    background-color: #FFCC2A;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scftr i{
    font-size: 38px;
    color: #1DAEE4;
}

.thrid-c-footer{
    display: flex;
    justify-content: space-between;
    gap: 130px;
    align-items: center;
    margin-right: auto;
    margin-top: 40px;
}

.fctcf{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fctcf h2{
    color: #FFCC2A;
    font-size: 27px;
}

.icon-footer .phone-number {
    color: #fff; /* or any color you want */
    text-decoration: none;
}

.icons-footer{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.icon-footer{
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
}

.icon-footer i{
    color: #fff;
    font-size: 20px;
    width: 25px;
    height: 20px;
    padding-right: 5px;
}

.icon-footer a{
    text-decoration: none;
    color: #fff;
}

.sctcf{
    display: flex;
    flex-direction: column;
    color: #fff;
    gap: 15px;
    margin-top: auto;
}

.ppp{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#cadasturf{
    width: 235px;
    height: 62px;
    padding: 12px;
    background-color: #fff;
    border-radius: .2em;
    margin-left: 800px;
    margin-top: 110px;
    position: absolute;
}

#cadasturf2{
    display: none;
    width: 235px;
    height: 62px;
    padding: 12px;
    background-color: #fff;
    margin-top: 60px;
    border-radius: .2em;
}

.respfooter{
    display: none;
}

.rodape a{
    text-decoration: none;
}

.infoy{
    width: 100%;
    height: 38px;
    background-color: #FFCC2A;
}











.modal2 {
    display: none; /* Inicia oculto */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5); /* fundo escuro */
}
.modal-content2 {
    background-color: #fefefe;
    margin: 100px auto;
    padding: 20px;
    height: 500px;
    border: 1px solid #888;
    width: 85%;
    max-width: 850px;
    color: #20234F;
}

.close2{
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 31px;
    cursor: pointer;
    transition: 1s ease;
}

.close2:hover{
    color: aliceblue;
}

@media screen and (max-width:1400px){
    /* Footer até 1000px*/

    .first-c-footer {
        width: 1000px;
    }

    .c1-fcf {
        gap: 173px;
    }

    #cadasturf {
        margin-left: 0px; 
        position: inherit; 
    }

    .c-baixo ul{
        gap: 35px;
    }
}



@media screen and (max-width:1050px){
    /* Footer */

    .first-c-footer{
        width: 700px;
    }

    .c1-fcf{
        gap: 100px;
    }

    .c1-fcf p{
        width: 400px;
    }

    .c1-fcf br{
        display: none;
    }

    #cadasturf{
        display: none;
     }
 
     #cadasturf2{
         display: block;
         margin-top: 90px;
 
     }
}


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

    .c-baixo{
        gap: 40px;
    }

    .c-baixo a{
        font-size: 13px;
    }

    .c-baixo ul{
        gap: 30px;
    }
}






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

    

    #fotopousada{
        max-width: 440px;
        width: 100%;
    }

    .body-c1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .body-c1 p{
        font-size: 17px;
        max-width: 440px;
    }

    .body-c1 br{
        display: none;
    }

    .c1-firstc{
        flex-direction: column;
    }


    .c1-secondc {
        flex-direction: column;
    }

    .troca:nth-child(2){
        order: -1;
    }

    .body-c1 a{
        margin-top: 30px;
    }
}










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

    /* Inicio - Cabeçalho */

    .c-cima{
        width: 100%;
        justify-content: space-around;
        height: 100px;
    }

    .c-baixo, .redes{
        display: none;
    }

    .icons-menu{
        display: block;
    }
    
    .sidebar-menu{
        background-color: transparent;
        border: none;
    }
    
    .sidebar-menu img{
        width: 33px;
        height: 22px;
    }

    .modal-content2 {
        background-color: #fefefe;
        margin: 100px auto;
        padding: 20px;
        height: 500px;
        border: 1px solid #888;
        width: 85%;
        max-width: 850px;
        color: #20234F;
    }
    
    .close2{
        position: absolute;
        top: 40px;
        right: 35px;
    }

}


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

    .first-c-footer{
        width: 90%;

    }

    .c1-fcf{
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    

    .c1-fcf br{
        display: none;
    }

    .icon-footer p{
        width: 85%;
    }

    .icon-footer{
        gap: 10px;
    }

    #cadasturf{
       display: none;
    }

    #cadasturf2{
        display: block;

    }

    .respfooter{
        margin-top: 20px;
        display: block;
    }

    .hidden{
        display: none;
    }


}


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

    .c1-title{
        width: 85%;
        text-align: center;
        flex-direction: column;
        gap: 5px;
    }

    .c1-title h1{
        font-size: 30px;
    }

    /* Footer */


.c1-fcf p{
    width: 100%;
}

.hidden{
    display: none;
}
}


















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


    /* Inicio - Cabeçalho */

    .c-cima{
        width: 100%;
        justify-content: space-around;
        height: 100px;
    }

    .c-baixo, .redes{
        display: none;
    }

    .icons-menu{
        display: block;
    }
    
    .sidebar-menu{
        background-color: transparent;
        border: none;
    }
    
    .sidebar-menu img{
        width: 33px;
        height: 22px;
    }

    .icones-banner{
        width: 90%;
    }

    .icones-banner br{
        display: block;
    }

    .icones-banner h1{
        font-size: 30px;
        text-align: center;
        
    }



    /* Fim - Cabeçalho */



    #bannerp{
        height: 420px;
    }

    .c1{
        width: 100%;
        margin-bottom: 0px;
    }

    .c1-title{
        width: 85%;
        text-align: center;
        flex-direction: column;
        gap: 5px;
    }

    .c1-title h1{
        font-size: 30px;
    }

    .c1-firstc{
        flex-direction: column;
        width: 85%;
    }

    #fotopousada{
        width: 100%;
        margin-bottom: 10px;
    }

    #logopousada{
        margin-bottom: 20px;
    }

    .body-c1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .body-c1 p{
        font-size: 17px;

    }

    .body-c1 br{
        display: none;
    }

    .cem{
        width: 100%;
        background-color: #E9F3FA;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
    }

    .btn-bc2, .btn-bc1{
        
        overflow: hidden;
    }

    .mttt{
        margin-top: 20px;
    }

    .c1-secondc{
        flex-direction: column;
        width: 85%;
        margin-bottom: 80px;
    }

    .troca:nth-child(2){
        order: -1;
    }




    /*  Inicio - Rodapé    */

    .first-c-footer{
        width: 90%;
    }

    .c1-fcf{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .c1-fcf br{
        display: none;
    }

    .icon-footer p{
        width: 85%;
    }

    .icon-footer{
        gap: 10px;
    }

    #cadasturf{
       display: none;
    }

    #cadasturf2{
        display: block;

    }

    .respfooter{
        margin-top: 20px;
        display: block;
    }

    .hidden{
        display: none;
    }


    /*  Final - Rodapé    */

}