*{
    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: 500px;
    background-color: #87cfe9;
    object-fit: cover;
    object-position: center 75%;
}

.textos{
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

#titulobr br{
    display: none;
}

.textos h1{
    color: #1DAEE4;
    font-size: 35px;
    letter-spacing: -0.5px;
}

.pps{
    display: flex;
    gap: 28px;
    color: #255B88;
    text-align: start;
}

.pps p{
    width: 330px;
}

.gridfotosf{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 120px;
    gap: 5px;
}

.coll{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.conj1{
    display: flex;
    gap: 5px;
}

.imgt1{
    width: 200px;
    height: 200px;
    background-color: #255B88;
    object-fit: cover;
     cursor: pointer;
}

.imgt2{
    width: 405px;
    height: 230px;
    background-color: #255B88;
    object-fit: cover;
     cursor: pointer;
}

.gridresp{
    display: flex;
    gap: 5px;
}

.hiddennrm{
    display: none;
}

.btnres{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

.fcc1button{
    background-color: transparent;
    border: none;
    width: 280px;
    height: 48px;
    overflow: hidden;
    position: relative; /* Adicionado para posicionar a imagem absolutamente */
    transition: transform 1s ease;
}

.fcc1button img{
    width: auto; /* Alterado para auto */
    min-width: 280px;
    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;
}

.fcc1button:hover img {
    content: url('icones/RESERVAR\ MEU\ PASSEIO\ B.png'); /* Trocar a imagem ao passar o mouse */
}





























.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;
}

.infoy{
    width: 100%;
    height: 38px;
    background-color: #FFCC2A;
}

.rodape a{
    text-decoration: none;
}



@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:1280px){

    .gridfotosf{
        flex-direction: column;
    }

    .gridresp{
        display: flex;
        gap: 5px;
    }

    .hiddenft{
        display: none;
    }

    .hiddennrm{
        display: block;
    }






}









@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: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;
    }



    /* Fim - Cabeçalho */


    .gridresp {
        flex-direction: column;
    }

    .hiddennrm{
        display: none;
    }

    #imgt1{
        width: 240px;
        height: 240px;
        background-color: #255B88;
    }
    
    #imgt2{
        width: 486px;
        height: 276px;
        background-color: #255B88;
    }





}


@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){
    /* Footer */


.c1-fcf p{
    width: 100%;
}

.hidden{
    display: none;
}
}


@media screen and (max-width:575px){
    #imgt1{
        width: 200px;
        height: 200px;
        background-color: #255B88;
    }
    
    #imgt2{
        width: 405px;
        height: 230px;
        background-color: #255B88;
    }

}





@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;
        object-position: left 40%;
    }

    #titulobr br{
        display: block;
    }

    #titulobr{
        text-align: center;
    }

    .textos{
        width: 85%;
        margin: 50px auto 20px;
    }

    .pps{
        display: flex;
        flex-direction: column;
    }

    .pps p{
        width: 100%;
    }

    .gridfotosf{
        flex-direction: column;
    }


    /*  Inicio - Rodapé    */

    .hidden{
        display: none;
    }

    .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{
        display: block;
        margin-top: 20px;
    }

    .mapa-cais{
        margin-top: 110px;
        width: 90%;
        border-radius: 0px;
        margin-bottom: 100px;
    }

    /*  Final - Rodapé    */


}




@media screen and (max-width:415px){

    

    #imgt1{
        width: 180px;
        height: 180px;
        background-color: #255B88;
    }
    
    #imgt2{
        width: 365px;
        height: 230px;
        background-color: #255B88;
    }
}



@media screen and (max-width:380px){

    

    #imgt1{
        width: 170px;
        height: 170px;
        background-color: #255B88;
    }
    
    #imgt2{
        width: 345px;
        height: 230px;
        background-color: #255B88;
    }
}




.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 60px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    height: 400px;
    object-fit: cover;
    object-position: center 60%;
    margin-top: 60px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}