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

.icons-menu{
    display: none;
}

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

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

.banner-icons{
    width: 100%;
    position: relative;
    overflow: hidden; 
}

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

#fotobanner {
    width: 100%;
    height: 730px;
    object-fit: cover;
    position: relative;
    object-position: center 80%;
    z-index: -1; /* Garante que a imagem fique atrás do overlay */
}

#fotobanner2 {
    display: none;
    width: 100%;
    height: 730px;
    object-fit: cover;
    position: relative;
    object-position: center 80%;
    z-index: -1; /* Garante que a imagem fique atrás do overlay */
}

.icones-banner {
    position: absolute;
    bottom: 60%; /* Ajuste conforme necessário para sua preferência */
    left: 50%; /* Coloca o botão no centro horizontal */
    transform: translateX(-50%); /* Para centralizar corretamente o botão */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}

.icones-banner h1{
    font-size: 37px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.icones-banner br{
    display: none;
}

#botaobanner{
    background-color: transparent;
    border: none;
    width: 300px;
    height: 50px;
    overflow: hidden;
    position: relative; /* Adicionado para posicionar a imagem absolutamente */
    transition: transform 1s ease;
}

.btnhover:hover{
    transition: transform 1s ease;
    transform: scale(1.1);
}

#botaobanner:hover {
    content: url('Icones/RESERVAR\ MEU\ PASSEIO\ B.png'); /* Trocar a imagem ao passar o mouse */
}

.c1{
    background-color: #1DAEE4;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: -5px;
}

.cgrandec1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.fcc1{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 70px;
    margin-bottom: 70px;
    overflow-x: hidden;
    overflow: hidden;
}

.fcc1 a{
    cursor: pointer;
    overflow: hidden;
    width: 280px;
    transition: transform 1s ease;
}

.fcc1 h1{
    color: #FFCC2A;
}

.fcc1 p{
    color: #fff;
}

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

.reservar{
    cursor: pointer;
}

.scc1{
    margin-top: 50px;
}

.scc1button{
    display: none;
    background-color: transparent;
    border: none;
    width: 250px;
    height: 39px;
    margin-bottom: 50px;
    margin-top: -30px;
    overflow: hidden;
    position: relative; /* Adicionado para posicionar a imagem absolutamente */
    transition: transform 1s ease;
}

.scc1button img{
    width: auto; /* Alterado para auto */
    min-width: 249px;
    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;
}

.scc1 > button:hover{
    background-color: #fff;
}

.c2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.c2-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
}

.c2-title h1{
    margin-top: 60px;
    color: #1DAEE4;
    font-size: 38px;
    letter-spacing: -0.5px;
}

.c2-title h2{
    color: #1DAEE4;
    font-size: 16px;
}

.container-carrossel{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.c2-box {
    flex: 1; /* Isso fará com que todos os elementos tenham o mesmo tamanho */
    position: relative;
    overflow: hidden;
}

.c2-box:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Cor e opacidade do overlay */
    z-index: 1; /* Colocar o overlay sobre a imagem */
    transition: opacity 3s ease; /* Transição suave para o overlay */
}

.c2-box:hover img {
    transform: scale(1.2); /* Escala a imagem para dar o efeito de zoom */
    transition: transform 3s ease; /* Transição suave para a transformação */
}

.c2-cimgs{
    display: flex;
    gap: 5px;
    width: 80%;
    flex-grow: 4;
    position: relative;
    margin-bottom: 60px;
}

#c2-bimg{
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.c2-box button {
    position: absolute;
    bottom: 40px; /* Ajuste conforme necessário para sua preferência */
    left: 50%; /* Coloca o botão no centro horizontal */
    transform: translateX(-50%); /* Para centralizar corretamente o botão */
    background-color: #1DAEE4;
    color: #fff;
    width: 70%;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    transition: .5s ease-in;
    cursor: pointer;
    z-index: 2;
}

.c2-box button:hover{
    background-color: #fff;
    color: #1DAEE4;
    transition: .5s ease-in;
}

.modal {
    display: none; /* Ocultar por padrão */
    position: fixed; /* Posição fixa na tela */
    z-index: 1000; /* Coloque o modal acima do overlay */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 540px;
    height: 640px;
    overflow: auto; /* Adicionar rolagem se o conteúdo for maior que a tela */
    background-color: #E9F3FA; /* Cor de fundo semi-transparente */
    border: 1.4px solid #1DAEE4;
}

#overlay3 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* fundo semi-transparente */
    z-index: 999; /* maior que o z-index do modal */
}

.header-modal{
    top: 0;
    width: 100%;
    height: 75px;
    background-color: #1DAEE4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    position: sticky;
}

.header-modal h1{
    color: #fff;
    font-size: 28px;
}

.close-modal{
    border: 2px solid #255B88;
    width: 35px;
    height: 35px;
    background-color: #FFCC2A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s ease;
    cursor: pointer;
}

.close-modal:hover{
    background-color: #E9F3FA;
    transition: .4s ease;
}

.close-modal i{
    color: #255B88;
    font-size: 18px;
}

.modal-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.imgs-praiamodal{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

#img-praiamodal{
    width: 210px;
    height: 260px;
    object-fit: cover;
}

.carrossel-pm{
    display: none;
}

.text-praiamodal{
    display: flex;
    flex-direction: column;
    color: #255B88;
    gap: 20px;
    width: 82%;
    font-size: 15px;
    margin-top: 20px;
}

.text-praiamodal2{
    display: none;
}

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

.c3 > h1{
    color: #1DAEE4;
    margin-top: 60px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.c3 > h2{
    color: #255B88;
    font-size: 17px;
    margin-bottom: 40px;
}

.c3-bxs{
    width: 72%;
    display: flex;
    gap: 10px;
    position: relative;
    margin-bottom: 8px;
}

.c3-boxl{
    width: 65%;
    height: 355px;
    position: relative;
}

.c3-boxl img{
    width: 100%;
    object-fit: cover;
    height: 350px;
}

.c3-boxd{
    width: 35%;
    height: 355px;
    position: relative;
}

.c3-boxd img{
    width: 100%;
    object-fit: cover;
    height: 350px;
}

.text-c3{
    position: absolute;
    bottom: 24px; /* Ajuste conforme necessário para sua preferência */
    left: 42%; /* Coloca o botão no centro horizontal */
    transform: translateX(-50%); /* Para centralizar corretamente o botão */
    width: 100%; /* Mantém a largura como 100% do contêiner */
    max-width: calc(100% - 20%); /* Garante que o elemento não ultrapasse a largura máxima do contêiner */
    color: #fff;
}

.text-c3d{
    position: absolute;
    bottom: 24px; /* Ajuste conforme necessário para sua preferência */
    left: 52%; /* Coloca o botão no centro horizontal */
    transform: translateX(-50%); /* Para centralizar corretamente o botão */
    width: 100%; /* Mantém a largura como 100% do contêiner */
    max-width: calc(100% - 20px); /* Garante que o elemento não ultrapasse a largura máxima do contêiner */
    color: #fff;
}

#clock{
    display: flex;
    align-items: center;
    gap: 3px;
}

.box-4icons{
    display: flex;
    gap: 20px;
    margin-top: 60px;
}

.fb4i{
    display: flex;
    gap: 20px;
}

.sb4i{
    display: flex;
    gap: 20px;
}

.box-b4i{
    border: 1px solid #1DAEE4;
    width: 257px;
    height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    text-align: center;
    color: #255B88;
}

#img-b4i{
    width: 70px;
    height: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#img-b4ii{
    width: 75px;
    height: 70px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.box-price{
    margin-top: 130px;
    background-color: #fff;
    width: 530px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
    border: 2px solid #255B88;
}

#price-img{
    width: 90%;
    height: 45%;
    object-fit: cover;
    margin-top: 30px;
}

.box-price a{
    width: 90%;
    margin: 0 auto;
}

.box-price button{
    width: 100%;
    height: 50px;
    background-color: #FFCC2A;
    color: #255B88;
    font-weight: 600;
    font-size: 17px;
    border: none;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'Justb', sans-serif;
    cursor: pointer;
}

.sub-bp{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #255B88;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.sub-bp br{
    display: none;
}

.sub-bp i{
    font-size: 28px;
    margin-bottom: 5px;
}

.sub-bp h1{
    font-size: 25px;
    color: #255B88;
}

#pps{
    margin-top: 5px;
}

.banner-l {
    width: 100%;
    position: relative;
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Cor do overlay (preto com 50% de opacidade) */
}


.thumbnail {
    width: 100vw;
    height: 330px;
    
    object-fit: cover;
    position: relative;
    z-index: -1; 
    object-position: center 79%;
    
}

.banner-l h1 {
    position: absolute;
    bottom: 40%; /* Ajuste conforme necessário para sua preferência */
    left: 50%; /* Coloca o botão no centro horizontal */
    transform: translateX(-50%); /* Para centralizar corretamente o botão */
    color: #fff;
    font-size: 35px;
}

.c4{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c4-bc{
    display: flex;
    margin: 0px auto 20px auto;
}

.visible2{
    display: flex;
}

.c4-imgs1{
    display: flex;
    flex-direction: column;
    margin-right: 5px;
    gap: 4.3px;
}

.c4-imgs2{
    display: flex;
    flex-direction: column;
    gap: 4.3px;
    margin-right: 5px;
}

.c4-imgs3{
    display: flex;
    flex-direction: column;
    gap: 4.4px;
    margin-right: 5px;
}

.c4-imgs4{
    display: flex;
    flex-direction: column;
    gap: 4.4px;
    
}

#c4-img1,
.instafeed-item-small,
.instafeed-item-small img{
    width: 248.5px;
    height: 248.5px;
    background-color: #20234F;
    object-fit: cover;
    overflow: hidden;
}

.troca{
    display: flex;
    gap: 4px;
    
}

.gridresp{
    display: flex;
    gap: 4px;
}

#c4-img2,
.instafeed-item-large,
.instafeed-item-large img{
    width: 500.5px;
    height: 500.5px;
    background-color: #20234F;
    object-fit: cover;
    overflow: hidden;
}

.custom-flex1 {
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}

.custom-flex2 {
    display: flex;
    flex-direction: column;
    gap: 4.3px;
    margin-right: 5px;
}

.custom-flex3 {
    display: flex;
    flex-direction: column;
    gap: 4.4px;
    margin-right: 5px;
}

.custom-flex4 {
    display: flex;
    flex-direction: column;
    gap: 4.4px;
}

.c5{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.c5 h1{
    color: #1DAEE4;
    letter-spacing: -0.5px;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
}

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

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

.c5button img{
    width: auto; /* Alterado para auto */
    min-width: 320px;
    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;
}

.hovera{
    transition: transform 1s ease;
}

.hovera:hover{
    transform: scale(1.1);
}

.c5button:hover img {
    content: url('icones/RESERVAR\ MEU\ PASSEIO\ B.png'); /* Trocar a imagem ao passar o mouse */
}

.box-nmbrs{
    display: flex;
    gap: 25px;
    margin-top: 100px;
}

.fbnmbrs, .sbnmbrs{
    display: flex;
    gap: 25px;
}

.box-n{
    background-color: #255B88;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 205px;
    height: 140px;
    text-align: center;
}

.box-n h1{
    margin-top: 30px;
    color: #fff;
    margin-bottom: 10px;
}


.cmtr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 130px;
}

.caret {
    background-color: #FFCC2A;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}

.caret i {
    font-size: 23px;
    color: #1DAEE4;
    padding-top: 8px;
}

.box-cmtrs {
    overflow: hidden;
    width: calc(2 * 397px + 40px); /* Ajustado para caber duas imagens com gap */
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    width: calc(3 * 397px + 2 * 40px); /* Ajustado para caber todas as imagens */
}

#cimgd {
    width: 397px;
    height: 272.6px;
    margin-right: 40px; /* Espaçamento entre as imagens */
}

.cmtr2,
.cmtr3{
    display: none;
}

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

    .cmtr{
        display: none;
    }

    .cmtr2 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin-top: 130px;
    }
    
    .caret2 {
        background-color: #FFCC2A;
        width: 37px;
        height: 37px;
        border-radius: 100%;
        text-align: center;
        cursor: pointer;
    }
    
    .caret2 i {
        font-size: 23px;
        color: #1DAEE4;
        padding-top: 8px;
    }
    
    .box-cmtrs2 {
        overflow: hidden;
        width: calc(2 * 316.5px + 30px); /* Ajustado para caber duas imagens com gap */
    }
    
    .carousel-track2 {
        display: flex;
        transition: transform 0.5s ease;
        width: calc(3 * 316.5px + 2 * 30px); /* Ajustado para caber todas as imagens */
        margin-left: 20px;
    }
    
    #cimgt {
        width: 316.5px;
        height: 272.6px;
        margin-right: 40px; /* Espaçamento entre as imagens */
    }
    
    .cmtr,
    .cmtr3{
        display: none;
    }

    

    
}


@media screen and (max-width:830px){
    .cmtr{
        display: none;
    }

    .cmtr3 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin-top: 130px;
    }
    
    .caret3 {
        background-color: #FFCC2A;
        width: 37px;
        height: 37px;
        border-radius: 100%;
        text-align: center;
        cursor: pointer;
    }
    
    .caret3 i {
        font-size: 23px;
        color: #1DAEE4;
        padding-top: 8px;
    }
    
    


    .box-cmtrs3 {
        overflow: hidden;
        width: 269.5px; /* Largura de uma única imagem */
    }
    
    .carousel-track3 {
        display: flex;
        transition: transform 0.5s ease;
        width: calc(3 * 269.5px); /* Ajustado para caber todas as imagens */
        
    }
    
    #cimgm {
        width: 269.5px;
        height: 292.6px;
        margin-right: 0; /* Sem margem entre as imagens */
        padding-left: 1px;
        padding-right: 1px;
    }
    
    .cmtr1,
    .cmtr2 {
        display: none;
    }
}

.c6{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.mapa-cais{
    margin: 80px auto;
    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%;
}

.rodape a{
    text-decoration: none;
}

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












.sliders-insta{
    display: flex;
    gap: 80px;
}

.sliderr {
    margin: 20px auto;
    width: 580px;
    height: 460px;
    overflow: hidden;
}

.sliderr-insta {
    margin: 20px auto;
    width: 400px;
    height: 330px;
}

.manual-navigation .nav-button {
    background-color: #FFCC2A;
    border: none;
    width: 32px;
    height: 32px;
    z-index: 5;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.manual-navigation .nav-button:hover,
.manual-navigationn .nav-button:hover {
    background-color: #ddd;
    transition: 0.5;
}



.manual-navigationn .nav-button {
    background-color: #D3D3DC80;
    border: none;
    width: 25px;
    height: 25px;
    z-index: 5;
    border-radius: 100%;
    padding-top: 3px;
}

#anterior, #proximo,
#proximo2, #anterior2,
#proximo3, #anterior3,
#proximo4, #anterior4,
#proximo5, #anterior5,
#proximo6, #anterior6 {
    cursor: pointer;
    font-size: 20px;
    color: #1DAEE4;
}

.slidess, .slidess2, .slidess3, .slidess6 {
    width: 400%;
    height: 460px;
    display: flex;
}

.slidess4, .slidess5{
    width: 400%;
    height: 330px;
    display: flex;
}

.slidess input {
    display: none;
}

.slidess2 input{
    display: none;
}

.slidess3 input{
    display: none;
}

.slidess4 input{
    display: none;
}

.slidess5 input{
    display: none;
}

.slidess6 input{
    display: none;
}

.slidee {
    width: 25%;
    position: relative;
    overflow: hidden;
    transition: 1s;
}

#faixa-img {
    width: 580px;
    height: 400px;
    object-fit: cover;  
}

#faixa-img2 {
    width: 400px;
    height: 330px;
    object-fit: cover;  
}

.manual-navigation {
    position: absolute;
    width: 580px;
    margin-top: -280px;
    display: flex;
    flex-direction: column;
    padding: 5px 20px;
    overflow: hidden;
    height: 268px;
}

.manual-navigationn{
    position: absolute;
    width: 400px;
    margin-top: -215px;
    display: flex;
    flex-direction: column;
    padding: 5px 20px;
    overflow: hidden;
    height: 300px;
}

.manual-navigation2,
.manual-navigation3,
.manual-navigation6 {
    display: flex;
    justify-content: space-between;
}

.manual-navigation4,
.manual-navigation5 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.radioss {
    display: flex;
    margin-top: 215px;
    justify-content: center;
}

.radioss3 {
    display: flex;
    margin-top: 160px;
    justify-content: center;
}

.manual-btn,
.manual-btn2,
.manual-btn3,
.manual-btn4,
.manual-btn5,
.manual-btn6 {
    padding: 3px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child),
.manual-btn2:not(:last-child),
.manual-btn3:not(:last-child),
.manual-btn4:not(:last-child),
.manual-btn5:not(:last-child),
.manual-btn6:not(:last-child) {
    margin-right: 5px;
}

.manual-btn:hover,
.manual-btn2:hover,
.manual-btn3:hover,
.manual-btn4:hover,
.manual-btn5:hover,
.manual-btn6:hover {
    background-color: #fff;
    display: none;
}

.navigation-auto div,
.navigation-autoo div,
.navigation-autooo div,
.navigation-autooo4 div,
.navigation-autooo5 div,
.navigation-autooo6 div {
    border: 2px solid #81a6cb;
    padding: 3px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
    background-color: #81a6cb;
    display: none;
}

.navigation-auto,
.navigation-autoo,
.navigation-autooo,
.navigation-autooo6 {
    position: absolute;
    width: 480px;
    margin-top: 465px;
    display: flex;
    justify-content: center;
    color: #81a6cb;
    display: none;
}

.navigation-autooo4,
.navigation-autooo5{
    position: absolute;
    width: 400px;
    margin-top: 335px;
    display: flex;
    justify-content: center;
    color: #81a6cb;
    display: none;
}

.navigation-auto div:not(:last-child),
.navigation-autoo div:not(:last-child),
.navigation-autooo div:not(:last-child),
.navigation-autooo4 div:not(:last-child),
.navigation-autooo5 div:not(:last-child),
.navigation-autooo6 div:not(:last-child) {
    margin-right: 5px;
}

#radio1:checked ~ .first,
#radio5:checked ~ .first,
#radio9:checked ~ .first,
#radio13:checked ~ .first,
#radio17:checked ~ .first,
#radio21:checked ~ .first {
    margin-left: 0;
}

#radio2:checked ~ .first,
#radio6:checked ~ .first,
#radio10:checked ~ .first,
#radio14:checked ~ .first,
#radio18:checked ~ .first,
#radio22:checked ~ .first {
    margin-left: -25%;
}

#radio3:checked ~ .first,
#radio7:checked ~ .first,
#radio11:checked ~ .first,
#radio15:checked ~ .first,
#radio19:checked ~ .first,
#radio23:checked ~ .first {
    margin-left: -50%;
}

#radio4:checked ~ .first,
#radio8:checked ~ .first,
#radio12:checked ~ .first,
#radio16:checked ~ .first,
#radio20:checked ~ .first,
#radio24:checked ~ .first {
    margin-left: -75%;
}

#radio1:checked ~.navigation-auto .auto-btn1,
#radio5:checked ~.navigation-autoo .auto-btn5,
#radio9:checked ~.navigation-autooo .auto-btn9,
#radio13:checked ~.navigation-autooo4 .auto-btn13,
#radio17:checked ~.navigation-autooo5 .auto-btn17,
#radio21:checked ~.navigation-autooo6 .auto-btn21 {
    background-color: #21265c;
    display: none;
    border: 2px solid #21265c;
    
}

#radio2:checked ~.navigation-auto .auto-btn2,
#radio6:checked ~.navigation-autoo .auto-btn6,
#radio10:checked ~.navigation-autooo .auto-btn10,
#radio14:checked ~.navigation-autooo4 .auto-btn14,
#radio18:checked ~.navigation-autooo5 .auto-btn18,
#radio22:checked ~.navigation-autooo6 .auto-btn22 {
    background-color: #21265c;
    display: none;
    border: 2px solid #21265c;
}

#radio3:checked ~.navigation-auto .auto-btn3,
#radio7:checked ~.navigation-autoo .auto-btn7,
#radio11:checked ~.navigation-autooo .auto-btn11,
#radio15:checked ~.navigation-autooo4 .auto-btn15,
#radio19:checked ~.navigation-autooo5 .auto-btn19,
#radio23:checked ~.navigation-autooo6 .auto-btn23 {
    background-color: #21265c;
    display: none;
    border: 2px solid #21265c;
}

#radio4:checked ~.navigation-auto .auto-btn4,
#radio8:checked ~.navigation-autoo .auto-btn8,
#radio12:checked ~.navigation-autooo .auto-btn12,
#radio16:checked ~.navigation-autooo4 .auto-btn16,
#radio20:checked ~.navigation-autooo5 .auto-btn20,
#radio24:checked ~.navigation-autooo6 .auto-btn24 {
    background-color: #21265c;
    display: none;
    border: 2px solid #21265c;
}







#br1150{
    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:1515px){

/* Início - Grid Fotos */

.c4{
    width: 100%;
    margin-left: 0px;
    margin: 80px auto 0px;
}

.c4-bc{
    width: 100%;
    
}

.c4-imgs1{
    max-width: 560.56px;
    margin-left: 4px;
    
    gap: 4px;
}

.visible2{
    margin: 0px auto;
    display: flex;
}

#c4-img2,
.instafeed-item-large,
.instafeed-item-large img{
    max-height: 560.56px;
    
    min-height: auto;
    max-width: 560.56px;
}

#c4-img1,
.instafeed-item-small,
.instafeed-item-small img{
    max-height: 278.32px;
    
    min-height: auto;
    max-width: 278.32px;

}

.troca{
    display: flex;
    gap: 4px;
}

.c4-imgs2{
    max-width: 278.32px;
    
    gap: 4px;
}




.gridresp{
    display: flex;
    gap: 4.7px;
}

/* Fim - Grid Fotos */


}
















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


    /* Header  */

    .icones-banner{
        width: 100%;
    }

    .c3-bxs {
        width: 1088px;
        
    }


    /* Conteúdo Principal */


    .c2-cimgs {
        display: flex;
        justify-content: center;
        gap: 5px;
        flex-grow: inherit;
        position: relative;
        margin-bottom: 60px;
        width: 962px;
    }

    .container-carrossel{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 962px;
    }


    .c2-box {
        min-width: 239px;
    }





    /* Footer até 1000px*/

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

    .c1-fcf {
        gap: 173px;
    }

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


}





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

    /* Início - Grid Fotos */
    
    .c4{
        width: 100%;
        margin-left: 0px;
        margin: 80px auto 0px;
    }
    
    .c4-bc{
        width: 100%;
        
    }
    
    .c4-imgs1{
        max-width: 425.425px;
        margin-left: 4px;
        
        gap: 4px;
    }
    
    .visible2{
        margin: 0px auto;
        display: flex;
    }
    
    #c4-img2,
    .instafeed-item-large,
    .instafeed-item-large img{
        max-height: 425.425px;
        
        min-height: auto;
        max-width: 425.425px;
    }
    
    #c4-img1,
    .instafeed-item-small,
    .instafeed-item-small img{
        max-height: 211.225px;
        
        min-height: auto;
        max-width: 211.225px;
    
    }
    
    .troca{
        display: flex;
        gap: 4px;
    }
    
    .c4-imgs2{
        max-width: 211.225px;
        
        gap: 4px;
    }
    
    
    
    
    .gridresp{
        display: flex;
        gap: 4.7px;
    }
    
    /* Fim - Grid Fotos */
    
    
}











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

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

    .c3-bxs {
        width: 90%;
        
    }

    #br1150{
        display: block;
    }


    .box-b4i {
        width: 220px;
        font-size: 13px;
        height: auto;
        min-height: 260px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }

    #mgt{
        margin-top: 11px;
    }

    #img-b4i {
        width: 70px;
        height: 60px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #img-b4ii {
        width: 75px;
        height: 70px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
   

    .text-c3{
        position: absolute;
        bottom: 24px; /* Ajuste conforme necessário para sua preferência */
        left: 52%; /* Coloca o botão no centro horizontal */
        transform: translateX(-50%); /* Para centralizar corretamente o botão */
        width: 100%; /* Mantém a largura como 100% do contêiner */
        max-width: 100%; /* Garante que o elemento não ultrapasse a largura máxima do contêiner */
        color: #fff;
    }


}



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

    .cgrandec1{
        flex-direction: column;
        gap: 0px;
    }

    .c1 {
        flex-direction: column;
        gap: 25px;
    }

    .fcc1{
        margin-bottom: 0px;
    }

    .scc1{
        margin-top: 0px;
    }

    .fcc1 br{
        display: none;
    }

    .fcc1 p{
        width: 580px;
    }

    .fcc1button{
        display: none;
    }

    .scc1button{
        display: block;
        margin: 0 auto 60px;
    }

    .container-carrossel{
        width: 100%;
        margin-left: auto;
        overflow-x: auto;
        margin-top: 25px;
        margin-right: 0px;
        display: block;
    }

    .c2-cimgs {
        display: flex;
        justify-content: flex-start; /* Inicia os itens do início do container */
        gap: 5px;
        width: calc((300px + 5px) * 4); /* Calcula a largura total dos elementos e espaços */
        flex-grow: 4;
        position: relative;
        margin-bottom: 60px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-left: auto;
        padding-left: 100px;
    }

    .c2-box {
        width: 300px;
        flex-shrink: 0;
        position: relative;
    }



    .c3 > h2 {
        margin-bottom: 70px;
    }

    .c3-bxs{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .c3-boxl, .c3-boxd{
        width: 85%;
        max-width: 750px;
        min-width: 600px;
    }

    #br1150{
        display: none;
    }







    /* Início - Grid Fotos */
    
    .c4{
        width: 100%;
        margin-left: 0px;
        margin: 80px auto 0px;
    }
    
    .c4-bc{
        width: 100%;
        
    }
    
    .c4-imgs1{
        max-width: 357.357px;
        margin-left: 4px;
        
        gap: 4px;
    }
    
    .visible2{
        margin: 0px auto;
        display: flex;
    }
    
    #c4-img2,
    .instafeed-item-large,
    .instafeed-item-large img{
        max-height: 357.357px;
        
        min-height: auto;
        max-width: 357.357px;
    }
    
    #c4-img1,
    .instafeed-item-small,
    .instafeed-item-small img{
        max-height: 177.429px;
        
        min-height: auto;
        max-width: 177.429px;
    
    }
    
    .troca{
        display: flex;
        gap: 4px;
    }
    
    .c4-imgs2{
        max-width: 177.429px;
        
        gap: 4px;
    }
    
    
    
    
    .gridresp{
        display: flex;
        gap: 4.7px;
    }
    
    /* Fim - Grid Fotos */




    /* 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 {
        flex-direction: column;
        gap: 25px;
    }

    .fcc1{
        margin-bottom: 0px;
    }

    .scc1{
        margin-top: 0px;
    }

    .fcc1 br{
        display: none;
    }

    .fcc1 p{
        width: 580px;
    }

    .fcc1button{
        display: none;
    }

    .scc1button{
        display: block;
        margin: 0 auto 60px;
    }


    .box-4icons {
        
        flex-direction: column;
    }

    .box-b4i {
        width: 257px;
        font-size: 16px;
        
    }



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

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 100px;
        width: 100%;
        overflow: hidden;
        }
        
        .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;
        }







        .box-nmbrs{
            width: 100%;
            gap: 20px;
            justify-content: center;
            align-items: center;
            margin-top: 120px;
        }
        
        .fbnmbrs{
            display: flex;
            flex-direction: column;
            gap: 20px;
           width: 100%;
           max-width: 200px;
        }
        
        .sbnmbrs{
            display: flex;
            flex-direction: column;
            gap: 20px;
            width: 100%;
            max-width: 200px;
        }
    
        .box-n{
            width: 100%;
            font-size: 13px;
            height: auto;
            min-height: 150px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 5px;
        }

        .box-n h1{
            margin-top: 0px;
            margin-bottom: 0px;
        }
    
        .box-n p{
            width: 95%;
        }



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



    /* Fim - Cabeçalho */





    .banner-l h1 {
        width: 100%;
        text-align: center;
    }



    /* Início - Grid Fotos */

.c4{
    width: 100%;
    margin-left: 0px;
    margin: 80px auto 0px;
}

.c4-bc{
    width: 100%;
    
}

.c4-imgs1{
    max-width: 560.56px;
    margin-left: 4px;
    
    gap: 4px;
}

.visible2{
    margin: 0px auto;
    display: flex;
}

#c4-img2,
.instafeed-item-large,
.instafeed-item-large img{
    max-height: 560.56px;
    
    min-height: auto;
    max-width: 560.56px;
}

#c4-img1,
.instafeed-item-small,
.instafeed-item-small img{
    max-height: 278.32px;
    
    min-height: auto;
    max-width: 278.32px;

}

.troca{
    display: flex;
    gap: 4px;
}

.c4-imgs2{
    max-width: 278.32px;
    
    gap: 4px;
}




.c4-imgs3{
    display: none;
}

.c4-imgs4{
    display: none;
}

/* Fim - Grid Fotos */




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

    .icones-banner{
        width: 90%;
    }

    .icones-banner br{
        display: block;
    }

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

    .c1{
        width: 100%;
    }

    .cgrandec1{
        width: 85%;
    }

    .fcc1 p{
        width: 100%;
    }

    .fcc1{
        width: 100%;
    }

    .scc1{
        width: 100%;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    

.sliders-insta{
    width: 85%;
}

.teste{
    width: 100%;
}

.navigation-auto,
.navigation-autoo,
.navigation-autooo,
.navigation-autooo6,
.navigation-autooo5 {
    width: 100%;
}

.sliderr{
    width: 100%;
    margin-bottom: 20px;
}

#faixa-img, #faixa-img2{
    width: 100%;
}

.right-container1{
    width: 100%;
}

.first-c2{
    width: 100%;
}




.right-container1{
    width: 100%;
}

.first-c2{
    width: 100%;
}

.manual-navigation {
    position: absolute;
    width: 100%;
    margin-top: -275px;
}



.manual-navigationn{
    position: absolute;
    width: 85%;
    margin-top: -215px;
    display: flex;
    flex-direction: column;
    padding: 5px 20px;
    overflow: hidden;
    height: 300px;
}

.manual-navigation3{
    width: 100%;
}


.sliderr-insta1{
    display: none;
}







.c3-boxl, .c3-boxd {
    width: 100%;
    max-width: 750px;
    min-width: inherit;
    height: 270px;
    overflow: hidden;
}

#c3-img{
    width: 100%;
    height: 100%;
    
}

#br1150none{
    display: none;
}

.text-c3 p{
    font-size: 14px;
    width: 100%;
    padding-right: 25px;
}



.box-b4i {
    width: 220px;
    font-size: 13px;
    height: auto;
    min-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

#mgt{
    margin-top: 11px;
}

#img-b4i {
    width: 70px;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#img-b4ii {
    width: 75px;
    height: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.box-price{
    width: 85%;
    max-width: 530px;
    margin-top: 60px;
}

.sub-bp{
    font-size: 18px;
}






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

.c5 h1{
    font-size: 29px;
    text-align: center;
    width: 100%;
    text-wrap: nowrap;
}


/* Início - Grid Fotos */

.c4{
    width: 100%;
    margin-left: 0px;
    margin: 80px auto 0px;
}

.c4-bc{
    width: 100%;
    
}

.c4-imgs1{
    max-width: 414.75px;
    margin-left: 4px;
    
    gap: 4px;
}

.visible2{
    margin: 0px auto;
    display: flex;
}

#c4-img2,
.instafeed-item-large,
.instafeed-item-large img{
    max-height: 414.75px;
    
    min-height: auto;
    max-width: 414.75px;
}

#c4-img1,
.instafeed-item-small,
.instafeed-item-small img{
    max-height: 204.75px;
    
    min-height: auto;
    max-width: 204.75px;

}

.troca{
    display: flex;
    gap: 4px;
}

.c4-imgs2{
    max-width: 204.75px;
    
    gap: 4px;
}




.c4-imgs3{
    display: none;
}

.c4-imgs4{
    display: none;
}

/* Fim - Grid Fotos */


.modal {
        width: 87%;
        height: 580px;
        max-width: 540px;
    }

.text-praiamodal {
    margin-bottom: 50px;
    margin-top: 30px;
}

.imgs-praiamodal {
    max-width: 440px;
    width: 82%;
}








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


    /* Inicio - Corpo */

    #fotobanner {
        display: none;
    }
    
    #fotobanner2 {
        display: block;
        object-position: 60%;
    }



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

    



    .c2{
        width: 100%;
    }

    .container-carrossel{
        width: 100%;
        margin-left: auto;
        overflow-x: auto;
        margin-top: 25px;
        margin-right: 0px;
        display: block;
    }

    .c2-cimgs {
        display: flex;
        justify-content: flex-start; /* Inicia os itens do início do container */
        gap: 5px;
        width: calc((300px + 5px) * 4); /* Calcula a largura total dos elementos e espaços */
        flex-grow: 4;
        position: relative;
        margin-bottom: 60px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-left: auto;
        padding-left: 50px;
    }

    .c2-box {
        width: 300px;
        flex-shrink: 0;
        position: relative;
    }

    .modal {
        width: 87%;
        height: 580px;
    }

    .modal-body{
        margin-top: 20px;
    }

    .header-modal{
        padding: 0px 20px;
        position: sticky;
    }

    .imgs-praiamodal{
        display: none;
    }

    .carrossel-pm{
        width: 80%;
        height: 250px;
        display: block;
        background-color: #21265c;
        margin-top: 30px;
        overflow: hidden;
    }

    .carrossel-pm img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .carrossel-pm2{
        width: 125%;
        height: 250px;
        display: block;
        background-color: #21265c;
        margin-top: 30px;
        overflow: hidden;
    }

    .carrossel-pm2 img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .text-praiamodal{
        display: none;
    }

    .text-praiamodal2{
        display: flex;
        flex-direction: column;
        color: #255B88;
        gap: 20px;
        width: 80%;
        font-size: 15px;
        margin-top: 30px;
        margin-bottom: 70px;
    }

    .c3{
        width: 100%;
    }

    .c3 h2{
        width: 80%;
        text-align: center;
        color: #255B88;
        font-weight: 400;
    }

    .c3-bxs{
        display: flex;
        flex-direction: column;
        width: 85%;
    }

    .c3-boxl, .c3-boxd{
        width: 100%;
    }

    .c3-boxl img, .c3-boxd img{
        height: 230px;
    }

    .c3-boxl, .c3-boxd{
        height: 235px;
    }

    .text-c3 h1, .text-c3d h1{
        font-size: 22px;
    }

    .text-c3{
        position: absolute;
        bottom: 15px; /* Ajuste conforme necessário para sua preferência */
        left: 50%; /* Coloca o botão no centro horizontal */
        transform: translateX(-50%); /* Para centralizar corretamente o botão */
        width: 100%; /* Mantém a largura como 100% do contêiner */
        color: #fff;
        max-width: 90%;
        font-size: 13px;
    }

    .text-c3 br{
        display: none;
    }
    
    .text-c3 p{
        padding-right: 0px;
    }

    .text-c3d{
        position: absolute;
        bottom: 15px; /* Ajuste conforme necessário para sua preferência */
        left: 50%; /* Coloca o botão no centro horizontal */
        transform: translateX(-50%); /* Para centralizar corretamente o botão */
        width: 100%; /* Mantém a largura como 100% do contêiner */
        max-width: 90%;
        font-size: 13px;
        color: #fff;
    }

    .box-4icons{
        width: 85%;
    }
    
    .fb4i{
        display: flex;
        
        gap: 20px;
       width: 100%;
    }
    
    .sb4i{
        display: flex;
        
        gap: 20px;
        width: 100%;
    }
    
    #mgt{
        margin-top: 11px;
    }

    .box-4icons {
        flex-direction: row; 
    }

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

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

    .box-b4i{
        width: 100%;
        font-size: 13px;
        height: auto;
        min-height: 265px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    

    .box-b4i p{
        width: 96%;
        margin-bottom: 10px;
    }

    .box-b4i br{
        display: none;
    }

    #img-b4i{
        width: 70px;
        height: 60px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    
    #img-b4ii{
        width: 75px;
        height: 70px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    
    .box-price{
        width: 85%;
        margin-top: 60px;
    }

    .sub-bp{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #255B88;
        text-align: center;
        font-size: 16px;
        margin-bottom: 20px;
        width: 85%;
    }

    .sub-bp h1{
        font-size: 22px;
    }

    .sub-bp br{
        display: block;
    }


    .banner-l h1 {
        position: absolute;
        bottom: 45%; /* Ajuste conforme necessário para sua preferência */
        left: 50%; /* Coloca o botão no centro horizontal */
        transform: translateX(-50%); /* Para centralizar corretamente o botão */
        color: #fff;
        font-size: 27px;
        width: 100%;
        text-align: center;
    }
    

    /* Fim - Corpo */


    /* Início - Grid Fotos */

    .c4{
        width: 100%;
        margin-left: 0px;
        margin: 80px auto 0px;
    }

    .c4-bc{
        width: 100%;
        
    }

    .c4-imgs1{
        max-width: 316px;
        margin-left: 4px;
        
        gap: 4px;
    }

    .visible2{
        margin: 0px auto;
        display: flex;
    }

    #c4-img2,
    .instafeed-item-large,
    .instafeed-item-large img{
        max-height: 316px;
        
        min-height: auto;
        max-width: 316px;
    }

    #c4-img1,
    .instafeed-item-small,
    .instafeed-item-small img{
        max-height: 156px;
        
        min-height: auto;
        max-width: 156px;

    }

    .troca{
        display: flex;
        gap: 4px;
    }

    .c4-imgs2{
        max-width: 156px;
        
        gap: 4px;
    }




    .c4-imgs3{
        display: none;
    }

    .c4-imgs4{
        display: none;
    }

    /* Fim - Grid Fotos */


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

    .c5 h1{
        font-size: 29px;
        text-align: center;
        width: 100%;
        text-wrap: nowrap;
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 100px;
        width: 100%;
        overflow: hidden;
        }
        
        .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;
        }

        .c5button img{
            width: 290px;
        }

        .box-nmbrs{
            width: 100%;
            gap: 20px;
        }
        
        .fbnmbrs{
            display: flex;
            flex-direction: column;
            gap: 20px;
           width: 100%;
        }
        
        .sbnmbrs{
            display: flex;
            flex-direction: column;
            gap: 20px;
            width: 100%;
        }
    
        .box-n{
            width: 100%;
            font-size: 13px;
            height: auto;
            min-height: 150px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 5px;
        }

        .box-n h1{
            margin-top: 0px;
            margin-bottom: 0px;
        }
    
        .box-n p{
            width: 95%;
        }

    

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

    .hidden{
        display: none;
    }



    .cmtr3 {
        gap: 10px;
    }




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


    /*  Final - Rodapé    */
}




@media screen and (max-width:390px){
    #cimgm {
        width: 259.5px;
        height: 282.6px;
        margin-right: 0;
        padding-left: 1px;
        padding-right: 1px;
    }

    .box-cmtrs3 {
        overflow: hidden;
        width: 259.5px; /* Largura de uma única imagem */
    }
    
    .carousel-track3 {
        display: flex;
        transition: transform 0.5s ease;
        width: calc(3 * 259.5px); /* Ajustado para caber todas as imagens */
        
    }
}


#c4-img1,
        #c4-img2 {
            display: none;
        }


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

.sigan > h1{
    color: #1DAEE4;
    margin-top: 60px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.sigan a{
    text-decoration: none;
    font-size: 20px;
    color: #255B88;
}

.sigan > h2{
    color: #255B88;
    font-size: 20px;
    margin-bottom: 40px;
}

.itxt{
    display: flex;
    align-items: center;
    gap: 0px;
}

.scftr2{
    width: 45px;
    height: 45px;
    
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scftr2 i{
    font-size: 32px;
    color: #1DAEE4;
    margin-top: 3px;
}