*{
    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;
}

.rodape a{
    text-decoration: none;
}

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

.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;
    object-position: center 86%;
}

.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;
}

#calendario{
    width: 52px;
    height: 52px;
}

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

.doisp{
    display: flex;
    gap: 25px;
}

.doisp p{
    width: 330px;
    margin-left: 0px;
    color: #255B88;
}

.c1-firstc button{
    background-color: #FFCC2A;
    color: #255B88;
    border: none;
    height: 35px;
    font-weight: 700;
    width: 345px;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-top: 3px;
    transition: .5s ease;
    cursor: pointer;
}

.c1-firstc button:hover{
    background-color: yellow;
}

.c1-secondc{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    margin-top: 50px;
}

.fc1s, .sc1s{
    display: flex;
    gap: 6px;
    height: 470px;
}

#imgscdc{
    width: 290px;
    height: 470px;
    background-color: #255B88;
    object-fit: cover;
}

.box-c1scdc{
    width: 1200px;
    height: 470px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

#icones{
    width: 270px;
    height: 180px;
    margin-top: 50px;
    object-fit: cover;
    margin-right: 24px;
}






.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;
}

.respfooter{
    display: none;
}

.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;
}

.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;
}

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

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

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

#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;
}

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


.c1-title br{
    display: none;
}






.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.7); /* 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: 1250px) {
    .box-c1scdc {
        width: 85%; /* Altera a largura para 85% da largura da tela */
    }

    #imgscdc {
        width: calc(100% - 9px); /* Divide igualmente o espaço disponível para as 4 imagens */
        height: auto; /* Para manter a proporção */
    }
}


@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;
    }



    .box-c1scdc {
        width: 85%; /* Altera a largura para 85% da largura da tela */
        flex-direction: column; /* Altera a direção de flexão para coluna */
        align-items: center; /* Centraliza os itens na direção do eixo principal */
        height: 940px;
    }

    

    #imgscdc {
        width: 320px; /* Volta ao tamanho original das imagens */
        height: 470px; /* Volta ao tamanho original das imagens */
    }
}


@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;
    }





    .doisp p {
        margin-left: 0px;
    }



    .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){



    .doisp {
        flex-direction: column;
        width: 420px;
    }

    .doisp p{
        width: 100%;
    }

    

    .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;
}





.c1-secondc{
    width: 100%;
}

.box-c1scdc{
    flex-direction: column;
}


#imgscdc{
    
    height: 375px;
}

.box-c1scdc{
    height: 750px;
}




}
















@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%;
    }

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

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

    .c1-title br{
        display: block;
    }

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

    .c1-firstc{
        margin-top: 50px;
        width: 85%;
    }

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


    .doisp{
        flex-direction: column;
        width: 100%;
        gap: 40px;
    }

    .c1-firstc button{
        width: 100%;
        margin-top: 40px;
    }

    .c1-secondc{
        width: 85%;
    }

    .box-c1scdc{
        flex-direction: column;
    }
    

    #imgscdc{
        
        height: 296px;
    }
    
    .box-c1scdc{
        height: 600px;
        width: 100%;
    }



    /*  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é    */
}