*{
    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: 630px;
    background-color: #87cfe9;
    object-fit: cover;
    object-position: center 90%;
}

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

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

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

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

.c1-firstc-big{
    display: flex;
    gap: 30px;
    margin-top: 80px;
}

.mtt{
    margin-bottom: 20px;
}

.c1-firstc{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    color: #255B88;
}

.c1-firstc p{
    width: 330px;
    margin-left: 60px;
}

#img-c1f{
    width: 480px;
    height: 380px;
    background-color: #255B88;
    margin-top: 50px;
}

.c2{
    background-color: #E9F3FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.c2 > h1{
    margin-top: 70px;
    margin-bottom: 100px;
    color: #1DAEE4;
    font-size: 35px;
    letter-spacing: -0.5px;
}

.c2-firstc-big{
    display: flex;
    
    gap: 60px;
}

#logoagencia2{
    width: 220px;
    height: 68px;
    margin-bottom: 70px;
}

.iconsb-c2{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.icon-c2{
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-c2 p{
    font-size: 18px;
    color: #255B88;
    font-weight: 600;
}

.icon-c2 i{
    margin-top: 5px;
}

.icon-c2 a{
    text-decoration: none;
    color: #255B88;
    font-weight: 600;
}

#azul{
    width: 320px;
    height: 1px;
    background-color: #255B88;
    margin-top: 10px;
}

.local{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
}

.local-box{
    display: flex;
    align-items: center;
    gap: 10px;
}

.local-box p{
    color: #255B88;
    font-size: 18px;
    font-weight: 600;
}

#locali{
    width: 57px;
    height: 60px;
}

.c2-secondc{
    background-color: #255B88;
    width: 380px;
    height: 470px;
    margin-bottom: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c2-secondc h1{
    color: #fff;
    margin-bottom: 35px;
    margin-top: -10px;
}

.inputs{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#name{
    width: 305px;
    height: 35px;
    background-color: #fff;
    border: none;
    padding-left: 10px;
    margin-bottom: 26px;
}

#whats{
    width: 305px;
    height: 35px;
    background-color: #fff;
    border: none;
    padding-left: 10px;
    margin-bottom: 26px;
}

#email{
    width: 305px;
    height: 35px;
    background-color: #fff;
    border: none;
    padding-left: 10px;
    margin-bottom: 26px;
}

#mensgm{
    width: 305px;
    height: 90px;
    background-color: #fff;
    border: none;
    padding-left: 10px;
    margin-bottom: 26px;
}

input:focus {
    outline: none; /* Remove a borda de foco */
}

textarea:focus{
    outline: none;
}

textarea{
    max-height: 90px;
    padding-top: 5px;
}

.inputs button{
    background-color: #FFCC2A;
    color: #255B88;
    border: none;
    height: 33px;
    font-weight: 600;
    width: 305px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.c5{
    background-color: #E9F3FA;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background-color: #E9F3FA;
}

.button {
    background-color: #1DAEE4;
    border: none;
    color: #fff;
    height: 40px;
    width: 900px;
    font-family: 'TrueNorth', sans-serif;
    cursor: pointer;
    padding-left: 15px;
    font-size: 19px;
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#respicon{
    display: none;
}

.button span{
    color: #fff;
    font-size: 19px;
    font-family: 'TrueNorth', sans-serif;
    padding-right: 30px;
}

.button i{
    padding-right: 20px;
}

.button.clicked{
    border-bottom: none;
}

.button.clicked #hidden-icon{
    display: none;
}

.button.clicked #respicon{
    display: block;
}

.text {
    display: none;
    width: 900px;
    background-color: #FFCC2A;
    padding: 20px;
    text-align: justify;
    color: #255B88;
    font-size: 18px;
}

.text p{
    margin-bottom: 20px;
}

.visible {
    display: block;
}

.c6{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #E9F3FA;
}

.mapa-cais{
    margin: 120px auto 80px;
    background-color: transparent;
    width: 900px;
    height: 420px;
    border-radius: .3rem;
    overflow: hidden;
}

.mapa-cais iframe{
    width: 100%;
    height: 100%;
    
}


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

.icon-footer .phone-number {
    color: #fff; /* or any color you want */
    text-decoration: 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;
    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;
}

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


.rodape a{
    text-decoration: 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;
    }

    .c1-firstc p {
        width: 330px;
        margin-left: 0px;
    }


    #img-c1f{
        width: 360px;
    }







    .c5{
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px auto 0px;
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 20px;
        width: 85%;
        overflow: hidden;
        }

        .c5{
            width: 100%;
        }
        
        .button {
            width: 100%;
            height: 55px;
            font-size: 14px;
            padding-right: 0px;
            text-align: start;
            margin-top: 17px;
        }

        .button span{
            color: #fff;
            font-size: 14px;
            padding-right: 20px;
            
        }
    
        .text {
            width: 100%;
            text-align: start;
            font-size: 14px;
        }







    .mapa-cais{
        
        width: 90%;
        border-radius: 0px;
    }

}


@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:800px){

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

    .c1-firstc p{
        width: 460px;
    }

    #img-c1f {
        display: none;
    }

    .c2-firstc-big {
        flex-direction: column;
    }

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

    .c2 > h1 {
        margin-bottom: 50px;
    }

    .c2-secondc {
        margin-bottom: 0px;
    }

    .c2-firstc{
        margin-bottom: 90px;
    }

}






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





.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-firstc-big{
        width: 85%;
        flex-direction: column;
    }

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

    #img-c1f{
        width: 100%;
    }

    .mt{
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .c2{
        width: 100%;
    }

    .c2-firstc-big{
        flex-direction: column;
        width: 85%;
        gap: 40px;
    }

    .c1-firstc-big img{
        display: none;
    }

    .c2-secondc{
        width: 100%;
        margin-bottom: 30px;
    }

    #name,
    #email,
    #whats,
    #mensgm{
        width: 100%;
    }

    .inputs{
        width: 85%;
    }

    .inputs button{
        width: 100%;
    }
    

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

    #logoagencia2{
        margin-bottom: 50px;
    }

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

    #azul{
        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é    */




    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 110px;
        margin-bottom: 20px;
        width: 85%;
        overflow: hidden;
        }

        .c5{
            width: 100%;
        }
        
        .button {
            width: 100%;
            height: 55px;
            font-size: 14px;
            padding-right: 0px;
            text-align: start;
            margin-top: 17px;
        }

        .button span{
            color: #fff;
            font-size: 14px;
            padding-right: 20px;
            
        }
    
        .text {
            width: 100%;
            text-align: start;
            font-size: 14px;
        }


}

#iconc2{
    font-size: 20px;
}