@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face{
    font-family: 'Georgia' ;
    src: url('Georgia.ttf') format('opentype');
}

@font-face{
    font-family: 'GeorgiaB' ;
    src: url('Georgia\ Bold.ttf') format('opentype');
}

@font-face{
    font-family: 'GeorgiaI' ;
    src: url('Georgia\ Italic.ttf') format('opentype');
}

@font-face{
    font-family: 'TrueNorth';
    src: url('TrueNorth-Regular.ttf') format('opentype');
}

h1, h2, h3, button{
    overflow: hidden;
}


html {
    scroll-behavior: smooth;
}

.mtreserva{
    margin-top: 140px;
}

.mbreservaf{
    margin-bottom: 0px !important;
}

.divwppinsh{
    display: flex;
    align-items: center;
    gap: 15px;
}

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


.overlay888 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

/* Estilo para o modal */
.modal-cardapios {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #20234F;
    color: #fffcf5;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    width: 960px;
    height: 480px;
}

.title-modalcardapios{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 17px;
}

.title-modalcardapios p{
    font-family: 'TrueNorth', sans-serif;
    font-size: 15px;
}

.title-modalcardapios img{
    width: 210px;
    height: 36px;
    object-fit: cover;
    
}

/* Botão de fechar */
.close-modal888 {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fffcf5;
    color: #20234F;
    border-radius: .4rem;
    border: none;
    font-size: 15px;
    width: 100px;
    height: 27px;
    padding-bottom: 5px;
    cursor: pointer;
    font-family: 'TrueNorth', sans-serif;
    transition: .5s ease;
}

.close-modal888:hover{
    background-color: #e7e1e1;
}

.showcm888{
    display: none;
}

.fboxcard{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.sboxcard{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.cardapios4{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.box-cardapio{
    display: flex;
    flex-direction: column;
}

.box-cardapio img{
    width: 180px;
    height: 210px;
    border-radius: .4rem;
}

.box-cardapio p{
    font-family: 'TrueNorth', sans-serif;
    color: #fffcf5;
    font-size: 15px;
}



/*
.cabecalho{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    height: 130px;
    width: 100%;
    font-size: 0.9em;
    letter-spacing: 0.15em;
    overflow: visible;
    z-index: 5;
    background-color: #fffcf5;
} */

.cabecalho{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 143.5px;
    width: 100%;
    background-color: #20234F;
    font-size: 0.9em;
    letter-spacing: 0.15em;
    overflow-y: hidden;
    z-index: 4;
    position: fixed;
    transition: .5s ease;
}

.container-cabecalho{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 50px;
    padding-bottom: 30px;
    padding-top: 40px;
    overflow: hidden;
}

.cabecalho.rolagem{
    height: 110px;
}

.cabecalho.rolagem .fitadiv{
    display: none;
}

.fitadiv{
    width: 100%;
    overflow: hidden;
}

.hidden55 {
    display: none;
  }

  #modal55 {
    position: absolute;
    top: 80px; /* Ajuste a posição para baixo do botão */
    margin-top: 15px;
    left: 0;
    height: 175px;
    width: 310px;
    background-color: #fffcf5;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: .8rem;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 100;
  }

  #overlay55 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Transparência do overlay */
    z-index: 50; /* Abaixo do modal */
  }

  .titlemodal55{
    color: #20234F;
    font-size: 16.5px;
    margin: 20px auto 25px;
    text-align: center;
    font-weight: 500;
    font-family: 'TrueNorth', sans-serif;
  }

  #btnrestaubranco,
  #btnspbranco{
    display: none;
  }

  .btnsmodal{
    width: 290px;
    margin: 10px auto 0;
  }

  #btnrestauazul,
  #btnspazul{
    width: 100%;
    height: 40px;
  }



  .btnsmodal img{
    width: 100%;
    height: 40px;
  }

  #fita{
    height: 25px;
    width: 100%;
    object-fit: cover;
    margin-top: -2px;
}

.icons-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#ancora-nav{
    width: 33px;
    height: 44px;
    
}

.sidebar-menu{
    background-color: transparent;
    border: none;
}

.sidebar-menu img{
    width: 33px;
    height: 22px;
}

.cabecalho-img{
    height: 55.61px;
    width: 170px;
    margin-left: 245px;
}

.final-menu{
    display: flex;
    align-items: center;
    gap: 35px;
    color: #fffcf5;
    font-weight: 500;
}

.final-menu button{
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.final-menu img{
    width: 145px;
    height: 25px;
}

.final-menu i{
    color: #fffcf5;
    font-size: 20px;
}

.final-menu p {
    margin-bottom: 6px;
}



/* Final do cabeçalho aparente */





.container-mobile-menu{
    display: flex;
    z-index: 10;
}

.overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* cor de fundo com transparência para criar a sombra */
    z-index: 998; /* z-index menor que o mobile-menu para garantir que ele esteja acima */
    display: none; /* escondido por padrão */
}

.mobile-menu.show-menu + .overlay2 {
    display: block; /* mostra o overlay quando o mobile-menu está visível */
}

.mobile-menu{
    top: 0;
    position: fixed;
    left: 0;
    z-index: 9999;
    display: none;
}

.mobile-menu.show-menu {
    display: block;
}

.sidebar-branca{
    background-color: #fffcf5;
    width: 380px;
    height: 100vh;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: #20234F;
}

.mobile-a .nav-link.active {
    font-weight: bold;
    /* Adicione outros estilos conforme necessário */
    z-index: 10;
}

.subtitulos-sidebar {
    display: none; /* Garante que os subtítulos estejam inicialmente ocultos */
    width: 240px;
    height: 100vh;
    background-color: #20234F;
    color: #fffcf5;
    padding: 20px;
    overflow-y: auto; /* Adiciona uma barra de rolagem vertical se necessário */
}

.subtitulos-sidebar li{
    font-size: 19px;
}

.subtitulos-sidebar ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#identidadeSubtitulo{
    padding-top: 125px;
}

#restauranteSubtitulo{
    padding-top: 161px;
}

#venha-de-brisaSubtitulo{
    padding-top: 192px;
}

#emporioSubtitulo{
    padding-top: 225px;
}

#experiencia-sem-pressaSubtitulo{
    padding-top: 258px;
}

#projeto-barcoSubtitulo{
    padding-top: 291px;
}

#picnic-nauticoSubtitulo{
    padding-top: 324px;
}

.mobile-menu-open{
    z-index: 1000;
}

.mobile-menu a{
    color: #20234F;
    font-weight: 500;
    font-family: 'TrueNorth', sans-serif;
    font-size: 18.5px;
}

.mobile-a{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
    margin-top: 30px;
}

.final-sidebar i{
    color: #20234F;
    font-size: 22px;
}

.icons-final-sidebar{
    display: flex;
    gap: 10px;
}

.final-sidebar{
    margin-top: 70px;
    margin-left: 20px;
}

.icons-final-sidebar i:hover{
    font-size: 27px;
}

.final-sidebar p{
    font-weight: 600;
    margin-top: 17px;
}

#ancora-nav-sidebar{
    width: 35px;
    height: 49px;
    object-fit: cover;
    position: inherit;
}

.sidebar-menu img{
    width: 33px;
    height: 22px;
    cursor: pointer;
}

.close-menu-btn{
    border: none;
    background-color: transparent;
    font-size: 25px;
    color: #20234F;
    cursor: pointer;
    margin-right: 15px;
}

.close-menu-btn:hover{
    color: #D3D3DC;
}

.header-sidebar{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 20px;
    margin-bottom: 40px;
    width: 350px;
}

.container {
    background-color: #fffcf5;
    width: 595px;
    height: 100vh;
    justify-content: center;
    align-items: center;
    color: #20234F;
    padding: 10px;
}

.container-large {
    width: 595px; /* Largura maior quando a .text está ativa */
}

.container-small {
    width: 360px; /* Largura menor quando a .text não está ativa */
}

.button {
    background-color: #fffcf5;
    color: #20234F;
    width: 360px;
    cursor: pointer;
    border: none;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

#respicon{
    display: none;
    font-size: 18px;
    padding-right: 10px;
}

#hidden-icon{
    display: none;
}

.button span{
    color: #20234F;
    font-size: 18.5px;
    font-family: 'TrueNorth', sans-serif;
    padding-right: 30px;
    padding-bottom: 8px;
}

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

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

.button.clicked span {
    font-weight: 700;
}

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

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

.text {
    display: none;
    width: 235px; /* Calcula o tamanho com base na largura da tela menos a largura da .container */
    background-color: #20234F;
    padding: 20px;
    padding-top: 135px;
    text-align: justify;
    color: #fffcf5;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0; /* Posiciona o texto à direita da .container */
    height: 100vh; /* Ocupa toda a altura da tela */
    overflow-y: auto; /* Adiciona uma barra de rolagem vertical se necessário */
}

#texttit{
    text-align: justify;
    margin-bottom: 25px;
}

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

.text a{
    color: #fffcf5;
    text-decoration: none;
}

.visible {
    display: block;
    flex-direction: column;
}

.redessoci{
    margin-top: 100px;
    margin-bottom: 50px;
    display: flex;
    gap: 17px;
    padding-left: 20px;

}

.redessoci i{
    font-size: 21px;
}






.twocontainershead{
    width: 100%;
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #20234F;
}

.logopage{
    width: 50%;
    height: 100%;
    background-color: #20234F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgpage{
    width: 50%;
    height: 100%;
    overflow: hidden;
}

#imgprincipal{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#logoartemaismar{
    height: 95px;
    width: 65px;
    object-fit: cover;
    margin-top: 143px;
}

#button15 span{
    font-weight: 500;
}





/* Bootstrap carrossel */

.carousel-inner {
    width: 500px;
    height: 400px;
    border-radius: .7rem;
}

.carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.carousel{
    width: 500px;
    height: 400px;
}

li::marker {
    color: transparent;
}

/* Fim - Bootstrap carrossel */







.conteudo1 {
    position: relative;
    overflow: hidden;
}

#icone-banner1{
    width: 370px;
    height: 90px;
    z-index: 2;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

#icone-banner2{
    width: 315px;
    height: 33px;
    position: absolute;
    z-index: 2;
    top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

#icone-banner3{
    width: 52px;
    height: 72px;
    z-index: 2;
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider {
    display: flex;
    height: 900px;
    width: 300%; 
    transition: transform 2s ease;
}

.slide-img1 {
    width: 100vw;
    height: 900px;
    object-fit: cover;
    object-position: center 65%;
    top: 0;
    z-index: 1;
}

.conteudo2{
    font-size: 17px;
    color: #20234F;
    font-weight: 500;
    background-color: #fffcf5;
}

.conteudo2 p{
    margin-bottom: 0px;
}

.reserve-exp{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    margin-top: 30px;
    
}

.reserve-exp h2{
    font-family: 'TrueNorth', sans-serif;
    font-size: 13px;
    color: #20234F;
    font-weight: 400;
}

.btn-reserve1{
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 345px;
    height: 40px;
}

.btn-reserve1 img{
    width: 340px;
    height: 37px;
}

.container1-conteudo2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.container-grande-conteudo2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    width: 100%;
}

.hiddencont{
    display: none;
    text-align: center;
}

.container-cima-conteudo2{
    display: flex;
    justify-content: center;
    margin-top: 80px;
    gap: 50px;
    width: 100%;
}

.btncardapio{
    background-color: transparent;
    border: 2px solid #20234F;
    width: 150px;
    height: 34px;
    border-radius: .5rem;
    font-family: 'TrueNorth', sans-serif;
    text-align: center;
    padding-bottom: 6px;
    margin-top: 10px;
    color: #20234F;
    transition: .3s ease;
}

.btncardapio:hover{
    background-color: #20234F;
    color: #fffcf5;
}

#titulo-gastromar{
    width: 280px;
    height: 70px;
    margin-bottom: 15px;
}

.textos-container-cima-conteudo2{
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #20234F;
    font-weight: 500;
}


.textos-container-cima-conteudo2 h1{
    font-family: 'TrueNorth', sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

#bold{
    font-weight: 600;
}

.button-conteudo2{
    background-color: transparent;
    border: none;
    margin-top: 27px;
    display: flex;
    justify-content: flex-start;
}

.button-conteudo22{
    background-color: transparent;
    border: none;
    margin-top: 27px;
    display: flex;
    justify-content: flex-start;
}

.button-conteudo22 img{
    width: 190px;
    height: 33px;
}

.button-conteudo2 img{
    width: 190px;
    height: 33px;
    
}

#ostras{
    width: 630px;
    height: 520px;
    object-fit: cover;
    margin-left: 60px;
}

.container-baixo-conteudo2{
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 50px;
}

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

.overlay5 {
    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: 100%;
    height: 370px;
    object-fit: cover;
    position: relative;
    z-index: -1; 
    object-position: center 60%;
}

#gastromar-ib1 {
    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 */
    width: 370px;
    height: 90px;
}

.textos-container-baixo-conteudo2{
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #20234F;
    font-weight: 500;
    margin-top: 20px;
}

#vidro{
    width: 320px;
    height: 450px;
    object-fit: cover;
}

.container2-conteudo2{
    display: flex;
    margin-top: 130px;
}

#prato-flor{
    width: 295px;
    height: 605px;
    object-fit: cover;
    margin-left: 57px;
    margin-top: 280px;
}

.meio-container2-conteudo2{
    display: flex;
    flex-direction: column;
    margin-left: 80px;
    gap: 170px;
}

#peixes{
    width: 420px;
    height: 410px;
    object-fit: cover;
}

#prato-azul{
    width: 390px;
    height: 605px;
    object-fit: cover;
}

.final-container2-conteudo2{
    margin-left: 100px;
}

.overlay25{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    z-index: 998; /* Behind the modal */
    display: block; /* Overlay is visible */
}

.ansiosos-modal{
    position: fixed;
    width: 1030px;
    height: 635px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.83);
    z-index: 999;
    display: block;
}

.body-ansiosos-modal{
    width: 1030px;
    height: 635px;
    position: relative;
    overflow: hidden;
}

#img-ansiosos-desk{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#btn-desk{
    position: absolute;
    width: 250px;
    height: 37.2px;
    bottom: 40px;
    object-fit: cover;
    left: 30px;
}

#img-ansiosos-mobile{
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.close-modal25 {
    position: absolute;
    top: 35px;
    left: 10px;
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
}

#img-fechar-modal{
    width: 30px;
    height: 30px;
}

#peixao{
    width: 430px;
    height: 750px;
    object-fit: cover;
   margin-top: 80px;
}

#dog-menu{
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.dog-menu-texto{
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.dog-menu-texto h1{
    font-family: 'TrueNorth', sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.dog-menu-texto button{
    margin-top: 30px;
}



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

.container-drinksimg{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 50px;
}

.box-drinksimg{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.box-drinksimg img{
    width: 445px;
    height: 330px;
    object-fit: cover;
    border-radius: .6rem;
}

.carrosselhiddenbts{
    display: none;
}

.bardrink p{
    color: #20234F;
    text-align: center;
    margin-top: 25px;
    font-size: 17px;
}











.bardestaque{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.c1-bardest{
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 70px;
    margin-bottom: 30px;
}

.c1-bardest p{
    color: #20234F;
    font-size: 17px;
    margin-top: 20px;
}

.conteudo3{
    
    background-color: #fffcf5;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#ancora-conteudo3 {
    width: 50px;
    height: 70px;
    margin-top: 70px;
    margin-bottom: 10px;
}

#logorestaureserva{
    height: 55.61px;
    width: 170px;
    margin-top: 50px;
}

.conteudo3 h1{
    font-family: 'TrueNorth', sans-serif;
    color: #20234F;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 50px;
}

.box-reservas{
    margin-bottom: 40px;
    position: relative;
}

#foto-reservas{
    width: 1080px;
    height: 600px;
    object-fit: cover;
    object-position: center 85%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Cor de fundo escuro e transparente (ajuste o último valor para alterar a opacidade) */
    pointer-events: none; /* Permite cliques passarem pelo overlay para o conteúdo abaixo */
    z-index: 0;
    border-radius: .5rem;
    
}

#fita2{
    width: 100%;
    height: 28px;
    position: absolute;
    object-fit: cover;
}

.reservas{
    width: 50%;
    height: 600px;
    background-color: #20234F;
    position: absolute;
    top: 0px;
    /* left: 40px; */
    border-radius: .2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

option, input{
    font-family: 'Open sans', sans-serif;
}

.reservas select{
    font-family: 'Open sans', sans-serif;
}

#ancora2-conteudo3{
    width: 37px;
    height: 50px;
    position: inherit;
    left: 0;
    margin-top: 40px;
    margin-left: 28px;
}

.pessoas{
    width: 350px;
    margin-top: 70px;
    
    padding-bottom: 9px;
    display: flex;
    justify-content: space-between;
}

.pessoas select{
    border: none;
    cursor: pointer;
    background-color: #fffcf5;
    color: #20234F;
    width: 150px;
    border-radius: 5px;
    outline: none;
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
}

.data{
    width: 350px;
    margin-top: 20px;
    
    padding-bottom: 9px;
    display: flex;
    justify-content: space-between;
}




.custom-alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    border: 2px solid #000;
    z-index: 1000;
}
.custom-alert .alert-header {
    font-weight: bold;
    margin-bottom: 10px;
}
.custom-alert .alert-body {
    margin-bottom: 20px;
}
.custom-alert .alert-footer {
    text-align: right;
}
.custom-alert .alert-footer button {
    padding: 5px 10px;
}
.custom-alert-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

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

.reservas label{
    color: #fffcf5;
    font-size: 17px;
    padding-left: 5px;
    font-family: 'TrueNorth', sans-serif;
    padding-bottom: 6px;
}

input[type="date"] {
    background-color: #fffcf5;
    border: none;
    font-size: 17px;
    color: #20234F;
    width: 151px;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: #000;
}

input[type="date"]:focus {
    outline: none; /* Remover a borda padrão do navegador */
}



.periodo{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 9px;
}

.periodo select{
    font-size: 17px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #20234F;
    width: 151px;
    background-color: #fffcf5;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
}

.horario{
    width: 350px;
    margin-top: 23px;
    padding-bottom: 9px;
    display: flex;
    justify-content: space-between;
}

.horario select{
    border: none;
    cursor: pointer;
    background-color: #fffcf5;
    color: #20234F;
    width: 150px;
    border-radius: 5px;
    outline: none;
    font-size: 17px;
}

.reservas select option {
    color: #000000b3;
    font-size: 17px;
}

.btn-data-periodo {
    position: relative;
    overflow: hidden;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-top: 45px;
}

.btn-data-periodo img{
    width: 240px;
    height: 35px;
    display: block;
    transition: filter 0.3s ease-in-out;
}

.btn-data-periodo span {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    color: #20234F; /* Cor do texto */
    font-size: 19px; /* Tamanho da fonte */
    font-family: 'TrueNorth', sans-serif;
    text-wrap: nowrap;
}

.funcionamento{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 140px;
}

.info-funcionamento{
    display: flex;
    flex-direction: column;
    gap: 0px;
    
}

.ffciba{
    display: flex;
    gap: 40px;
}

.info-funcionamento p{
    color: #20234F;
    font-family: 'TrueNorth', sans-serif;
    font-weight: 400;
    
}

.barreira{
    width: 2px;
    height: 70px;
    background-color: #20234F;
}

.info-funcionamento #georgi{
    font-family: 'Georgia', sans-serif;
    font-size: 17px;
}

#georgii{
    font-family: 'GeorgiaI', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #20234F;
}

.fci{
    display: flex;
    gap: 40px;
}

.fba{
    display: flex;
    gap: 40px;
}

.title-info{
    color: #20234F;
    font-weight: 600;
    font-size: 19px;
}

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

.container-grande4{
    display: flex;
    gap: 55px;
    margin-top: 140px;
    margin-bottom: 100px;
    justify-content: center;
    width: 100%;
}

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

.container1-conteudo4 h1{
    font-size: 24px;
    color: #20234F;
    
    font-family: 'TrueNorth', sans-serif;
    font-weight: 500;
}

.container1-conteudo4 p{
    color: #20234F;
    font-size: 17px;
    font-weight: 500;
}

#logo-brisa{
    width: 270px;
    height: 73px;
    margin-bottom: 40px;
    padding-right: 25px;
}

#cenmarcen{
    width: 220px;
    height: 180px;
    margin-bottom: 20px;
}

.container2-conteudo4{
    display: flex;
    flex-direction: column;
    gap: 50px;
    
}

#brisa-img1{
    width: 330px;
    height: 264px;
    background-color: #20234F;
}

#brisa-img2{
    width: 287px;
    height: 264px;
    background-color: #20234F;
    margin-left: 44px;
    object-fit: cover;
}

#brisa-img3{
    width: 275px;
    height: 462px;
    background-color: #20234F;
    margin-top: 50px;
    object-fit: cover;
}

.btn-buscar {
    position: relative;
    overflow: hidden;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-top: 25px;
}

.btn-buscar img{
    width: 220px;
    height: 35px;
    display: block;
    transition: filter 0.3s ease-in-out;
}

.btn-buscar span {
    position: absolute;
    top: 37%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    color: #fffcf5; /* Cor do texto */
    font-size: 19px; /* Tamanho da fonte */
    font-family: 'TrueNorth', sans-serif;
    text-wrap: nowrap;
}

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

.conteudo5-body-container{
    display: flex;
    margin: 0px auto 20px auto;
}

.visible{
    display: flex;
    
}

.conteudo5-imgs1{
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}

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

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

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

#conteudo5-img1{
    width: 248.5px;
    height: 248.5px;
    background-color: #20234F;
}

#conteudo5-img2{
    width: 500.5px;
    height: 500.5px;
    background-color: #20234F;
}

.custom-button {
    position: relative;
    overflow: hidden;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-top: 40px;
  }
  
  .custom-button img {
    width: 220px;
    height: 30px;
    display: block;
    transition: filter 0.3s ease-in-out;
  }
  
  .custom-button span {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fffcf5; /* Cor do texto */
    font-size: 18px; /* Tamanho da fonte */
    font-family: 'TrueNorth', sans-serif;
    text-wrap: nowrap;
    font-weight: 400;
  }

  .conteudo8{
    display: flex;
    justify-content: center;
    margin-top: 70px;
}




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

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

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

.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{
    width: 248.5px;
    height: 248.5px;
    background-color: #20234F;
    object-fit: cover;
}

#c4-img2{
    width: 500.5px;
    height: 500.5px;
    background-color: #20234F;
    object-fit: cover;
}


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

.mapa-gastromar iframe{
    width: 100%;
    height: 100%;
    filter: grayscale(100%) sepia(50%) hue-rotate(180deg) brightness(100%) contrast(100%) saturate(100%) drop-shadow(#505254 0px 0px 0px);
}

.rodape{
    background-color: #20234F;
    font-family: 'Georgia', sans-serif;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;

}

.container-grande-footer{
    display: flex;
    gap: 350px;
}

.mtmenos{
    margin-top: 5px;
}

.rodape h2{
    color: #fffcf5;
    margin-bottom: 10px;
    font-family: 'TrueNorth', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.right-footer{
    margin-top: 80px;
    margin-bottom: 40px;
}

#rightan{
    margin-top: 3px;
    font-size: 19px;
}

input:focus{
    outline: none;
}

.right-footer input{
    padding: 8px 15px;
    width: 370px;
    margin-top: 15px;
}

input[type="email"]::placeholder {
    /* Estilos desejados para o placeholder */
    font-size: 15px;
    color: #20234F;
}

.cima-right-footer{
    margin-bottom: 50px;
    margin-top: 5px;
}

.right-footer button{
    height: 50px;
    width: 43px;
    overflow: hidden;
    background-color: #FFCC2A;
    border: none;
    position: relative;
    top: 0.4px;
    margin-top: 15px;
    cursor: pointer;
}

.baixo-right-footer{
    display: flex;
    overflow: hidden;
}

.gastromar-footer p{
    color: #fffcf5;
    font-size: 17px;
}

.icon-gf{
    display: flex;
    margin-top: 30px;
    gap: 15px;
    color: #fffcf5;
    text-decoration: none;
}

.icon-gf i{
    color: #fffcf5;
    font-size: 22px;
}

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

.btn-f{
    display: flex;
    gap: 20px;
    
}

.btn-cf{
    display: flex;
    justify-content: center;
    gap: 170px;
    margin-bottom: 20px;
}

.btn-f button{
    width: 140px;
    border: 1px solid #fffcf5;
    background-color: transparent;
    height: 22px;
    margin-bottom: 10px;
    border-radius: .5rem;
    color: #fffcf5;
    font-size: 14px;
}

.left-footer{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: end;
    color: #fffcf5;
}

.left-footer p{
    width: 300px;
}

#logo-footer{
    width: 210px;
    height: 150px;
    margin-left: auto;
    margin-bottom: 15px;
}

#maretrouxef{
    width: 340px;
    height: 46px;
    margin-top: 30px;
}

#logo-footerhidden{
    display: none;
}

.lk-fr{
    display: flex;
    gap: 10px;
}

.lk-fr a{
    color: #fffcf5;
    text-decoration: none;
}


#fade,
#modal{
    transition: .5s;
    opacity: 1;
    pointer-events: all;
}

#fade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 5;
}

#modal{
    position: fixed;
    right: 0%;
    top: 0%;
    height: 100vh;
    width: 512px;
    background-color: #fffcf5;
    z-index: 10;
    overflow-y: scroll;
}

#modal.hide,
#fade.hide{
    opacity: 0;
    pointer-events: none;
}

#header-img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center 50%;
}

#logo-header{
    width: 270px;
    height: 70px;
    background-color: #fffcf5;
    padding: 3px;
    border-radius: 3px;
}

.modal-header > button{
    padding: .6rem .8rem;
    background-color: #fffcf5;
    border-color: #1a4170;
    color: #1a4170;
    font-size: 15px;
    font-weight: 600;
    border-radius: .4rem;
    cursor: pointer;
    opacity: .8;
    position: absolute;
    top: 45px;
    right: 35px;
}

.modal-body{
    margin-top: 40px;
    font-family: 'Open sans', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-body p {
    color: #20234F;
    font-size: 17px;
    text-align: center;
    padding: 20px;
    font-family: 'Open sans', sans-serif;
    margin-bottom: 20px;
    margin-top: 10px;
}

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

#inputs{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Open sans', sans-serif;
}

.input-box label{
    font-size: 16px;
    color: #000000cb;
    font-weight: 500;
    font-family: 'Open sans', sans-serif;
}

.input-field{
    display: flex;
    align-items: center;
    padding: 3px;
    gap: 10px;
    cursor: text;
    border-bottom: 1px solid #1a4170;
    font-family: 'Open sans', sans-serif;
}

.input-field input:focus{
    outline: none;
}

.input-field i{
    font-size: 18px;
    color: #002b6b;
}

.input-field input{
    border: none;
    background-color: transparent;
    width: 340px;
    font-size: 15px;
}

.input-field select{
    border-radius: 10px;
    color: #000;
    font-family: 'Open sans', sans-serif;
    background-color: transparent;
}

.input-box select{
    width: 340px;
    border: none;
    cursor: pointer;
    font-size: 17px;
    background-color: transparent;
}

#submit{
    width: 320px;
    height: 35px;
    background-color: transparent;
    color: #fffcf5;
    font-size: 15px;
    font-weight: 500;
    border-radius: .3rem;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 20px;
    border: none;
    font-family: 'Open sans', sans-serif;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none; /* Remover sublinhado do link */
    display: inline-block; /* Para tornar o link um bloco de nível de linha */
    text-align: center; /* Para centralizar o texto dentro do botão */
}

#submit img{
    width: 100%;
    height: 100%;
}

.btn-solicitar a{
    text-decoration: none;
    color: #fffcf5;
    font-size: 15px;
    font-family: 'Open sans', sans-serif;
}

.btn-solicitar{
    cursor: pointer;
}






.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: #D3D3DC80;
    border: none;
    width: 42px;
    height: 40px;
    z-index: 5;
    border-radius: 100%;
    padding-top: 3px;
}

.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: 35px;
    height: 35px;
    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: #20234F;
}

.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: 460px;
    object-fit: cover;  
}

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

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

.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: 2px;
    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: 3px;
}

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

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

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

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

.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: 3px;
}

#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;
    
    border: 1.7px 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;
    
    border: 1.7px 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;
    
    border: 1.7px 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;
    
    border: 1.7px solid #21265c;
}

.slide-imgmob1{
    display: none;
    width: 100vw;
    height: 900px;
    object-fit: cover;
    object-position: center 65%;
    top: 0;
    z-index: 1;
}




.menu-rapido{
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.menu-rapido > a{
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin-left: 85px;
}

#A{
    width: 35px;
    height: 35px;
   
}

#B{
    width: 45px;
    height: 45px;
    margin-left: auto;
    margin-right: 6px;
}

.flex1{
    display: flex;
    align-items: center;
}

#C{
    width: 55px;
    height: 55px;
}

#D{
    width: 90px;
    height: 25px;
}




@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:1250px){
    #foto-reservas{
        width: 850px;
    }



    /* 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:1200px){
    .twocontainershead{
        height: 680px;
    }
}


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

    .ansiosos-modal{
        width: 820px;
        height: 500px;
    }
    
    .body-ansiosos-modal{
        width: 820px;
        height: 500px;
    }

    #btn-desk{
        width: 200px;
        height: 30px;
        bottom: 32px;
        left: 30px;
    }

    .close-modal25 {
        top: 30px;
        left: 10px;
    }
    
    #img-fechar-modal{
        width: 25px;
        height: 25px;
    }

}

@media screen and (max-width:1050px){
    /* 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 */

}

@media screen and (max-width:1030px){
    .twocontainershead{
        height: 600px;
    }
}


@media screen and (max-width:1000px){
    .container-grande-footer{
        gap: 230px;
    }

    .btn-cf{
        gap: 50px;
    }


    .modal-cardapios {
        width: 90%;
    }

}


@media screen and (max-width:980px){
    /* Início - Estilização do header */

    .timeline{
        transform: scale(0.7);
    }

    .container1-conteudo2{
        display: flex;
        flex-direction: column;
    }

    

    .final-menu{
        display: none;
    }

    .cabecalho-img{
        margin-left: 0px;
    }

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

    .icons-menu{
        margin-top: -15px;
    }

    .sidebar-menu:nth-child(2){
        order: -1;
    }
    
    #icone-banner3{
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* Fim - Estilização Header*/


    .container-cima-conteudo2,
    .container-baixo-conteudo2,
    .c1-bardest,
    .container-grande4{
        flex-direction: column;
        align-items: center;
        width: 580px;
    }

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

    .textos-container-cima-conteudo2 br,
    .textos-container-baixo-conteudo2 br,
    .c1-bardest br{
        display: none;
    }

    .textos-container-cima-conteudo2,
    .textos-container-baixo-conteudo2{
        width: 580px;
    }

    .hidden{
        display: none;
    }

    .hiddencont{
        display: block;
        text-align: center;
    }


    .reservas{
        width: 100%;
    }


    #foto-reservas{
        width: 650px;
        height: 600px;
        object-fit: cover;
        object-position: center 85%;
    }



    .box-drinksimg img{
        width: 370px;
        height: 320px;
    }






    .fboxcard{
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    .sboxcard{
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-direction: column-reverse;
        align-items: center;
    }

}


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

    .banner-l{
        margin-top: 0px;
    }

    .ansiosos-modal{
        width: 670px;
        height: 405px;
    }
    
    .body-ansiosos-modal{
        width: 670px;
        height: 405px;
    }

    #btn-desk{
        width: 160px;
        height: 24px;
        bottom: 23px;
        left: 30px;
    }

    .close-modal25 {
        top: 25px;
        left: 10px;
    }
    
    #img-fechar-modal{
        width: 22px;
        height: 22px;
    }
    
    .funcionamento{
        display: flex;
        flex-direction: column;
        margin: 0px auto 100px;
        width: 85%;
        margin-left: 100px;
    }

    .hidden{
        display: none;
    }

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

    .info-funcionamento{
        margin-top: 5px;
    }

    .fci{
        display: flex;
        gap: 15px;
    }

    .fba{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }


    .twocontainershead{
        height: 520px;
    }


    /* Inicio - Rodapé */

    .container-grande-footer{
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 50px;
    }

    .left-footer{
        margin-top: -100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: start;
    }

    #logo-footer{
        display: none;
    }

    #logo-footerhidden{
        display: block;
        width: 144px;
        height: 120px;
        margin-top: 10px;
        margin-left: 70px;
    }

    .cima-right-footer{
        margin-bottom: 80px;
    }

    #maretrouxef{
        width: 280px;
        height: 37px;
        margin-top: 120px;
    }

    

    .baixo-right-footer{
        display: flex;
        
    }

    .gastromar-footer p{
        color: #fffcf5;
        
    }

    .btn-cf{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 30px;
        margin-bottom: 30px;
        width: 90%;
        text-align: start;
        margin-top: 50px;
    }

    

    

    /* Fim - Rodapé */
}



@media screen and (max-width:850px){
    /* 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;
}

.container-drinksimg{
    display: none;
}

.carrosselhiddenbts{
    display: block;
}

.carousel-item img{
    width: 100% !important; 
}

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


@media screen and (max-width:735px){
    #foto-reservas{
        width: 550px;
        height: 600px;
        object-fit: cover;
        object-position: center 85%;
    }



    #modal{
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 80vh;
        border-radius: 10px;
        background-color: #fffcf5;
        z-index: 10;
        overflow-y: scroll;
        width: 90%;
        max-width: 450px;
    }

    .container-grande-conteudo2{
        gap: 50px;
    }



    .close-modal888 {
        position: fixed;
        top: initial;
        right: initial;
        left: 30px;
        bottom: -310px;
        background-color: #fffcf5;
        color: #20234F;
        border-radius: .4rem;
        border: none;
        font-size: 15px;
        width: 100px;
        height: 27px;
        padding-bottom: 5px;
        cursor: pointer;
        font-family: 'TrueNorth', sans-serif;
        transition: .5s ease;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .cardapios4{
        margin-bottom: 70px;
    }

    
}

@media screen and (max-width:700px){
    .twocontainershead {
        height: 480px;
    }
}

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

    .ansiosos-modal{
        width: 440px;
        height: 670px;
    }
    
    .body-ansiosos-modal{
        width: 440px;
        height: 670px;
    }

    #img-ansiosos-desk{
        display: none;
    }
    
    #img-ansiosos-mobile{
        display: block;
    }

    #btn-desk{
        width: 160px;
        height: 24px;
        bottom: 30px;
        left: 140px;
    }
    
    /* 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 */
    }


@media screen and (max-width:640px){
    /* Carrosseis */


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

    .sliderr{
        width: 100%;
    }

    #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: -255px;
        height: 275px;
    }
    
    .manual-navigationn{
        position: absolute;
        width: 100%;
        margin-top: -215px;
        display: flex;
        flex-direction: column;
        padding: 5px 20px;
        overflow: hidden;
        height: 300px;
    }


    .manual-navigation3{
        width: 100%;
    }


    .sliderr-insta1{
        display: none;
    }

    /* Bootstrap carrossel */

.carousel-inner {
    max-width: 500px;
    width: 100%;
    height: 400px;
    border-radius: .7rem;
}

.carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.carousel{
    max-width: 500px;
    width: 100%;
    height: 400px;
}

li::marker {
    color: transparent;
}

/* Fim - Bootstrap carrossel */

    /* Carrosseis estilização */



    .conteudo2,
    .bardestaque,
    .conteudo4{
        width: 100%;
        font-size: 17px;
    }

    .container-grande-conteudo2,
    .c1-bardest,
    .container-grande4{
        width: 85%;
    }

    .container-grande4{
        margin-top: 60px;
    }

    .container-cima-conteudo2{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 25px;
    }

    .textos-container-cima-conteudo2,
    .textos-container-baixo-conteudo2{
        width: 100%;
    }

    .container-baixo-conteudo2{
        flex-direction: column;
        width: 100%;
        gap: 50px;
    }



    .conteudo3 h1{
        width: 350px;
        text-wrap: wrap;
        margin: 10px auto 40px;
        text-align: center;
        margin-bottom: 50px;
    }


    #foto-reservas{
        width: 480px;
        height: 600px;
        object-fit: cover;
        object-position: center 85%;
    }



    .funcionamento{
        display: flex;
        flex-direction: column;
        margin: 0px auto 100px;
        width: 85%;
        margin-left: 70px;
    }
}



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

    #logoartemaismar {
        height: 75px;
        width: 50px;
        object-fit: cover;
    }

    
    /* Início - Menu Responsivo */

    .header-sidebar{
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        padding: 0 30px 0px 20px;
        margin-bottom: 40px;
        width: 100%;
    }

    .container {
        background-color: #fffcf5;
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-items: center;
        color: #20234F;
        padding: 0px;
    }

    .text {
        flex-direction: column;
        width: 100%;
        background-color: #20234F;
        padding: 20px;
        text-align: justify;
        color: #fffcf5;
        font-size: 18px;
        padding-bottom: 20px;
        height: auto;
        margin-top: 0px; /* Adicionado */
        position: inherit;
    }

    .button {
        background-color: #fffcf5;
        color: #20234F;
        width: 100%;
        cursor: pointer;
        height: 60px;
        border: none;
        display: flex;
        justify-content: space-between;
        padding: 0px 20px;
        overflow: hidden;
        margin-top: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        
        border-bottom: 1px solid #ddd;
        
    }

    #texttit{
        margin-top: 10px;
        margin-bottom: 35px;
    }

    .text p{
        width: 110%;
    }

    


    /* Fim - Menu Responsivo */
}




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

    /* Início - Estilização do header */

    #gastromar-ib1{
        width: 314px;
        height: 76.5px;
    }


    .slide-img1{
        display: none;
    }

    .slide-imgmob1{
        display: block;
        width: 100%;
    }



    .container1-conteudo2{
        display: flex;
        flex-direction: column;
    }

    .container-cabecalho{
        padding-left: 20px;
        padding-right: 20px;
    }
    

    .final-menu{
        display: none;
    }

    .cabecalho-img{
        margin-left: 0px;
    }

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

    .icons-menu{
        margin-top: -15px;
    }

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



    #icone-banner1{
       display: none;
    }
    
    #icone-banner2{
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    #icone-banner3{
        top: 92%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* Fim - Estilização Header*/



    /* Início - Menu Responsivo */

    .header-sidebar{
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        padding: 0 30px 0px 20px;
        margin-bottom: 40px;
        width: 100%;
    }

    .container {
        background-color: #fffcf5;
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-items: center;
        color: #20234F;
        padding: 0px;
    }

    .text {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #20234F;
        padding: 20px;
        text-align: justify;
        color: #fffcf5;
        font-size: 18px;
        padding-bottom: 20px;
        height: auto;
        margin-top: 10px; /* Adicionado */
        position: inherit;
    }

    .button span{
        font-size: 17px;
    }

    .button {
        background-color: #fffcf5;
        color: #20234F;
        width: 100%;
        cursor: pointer;
        height: 60px;
        border: none;
        display: flex;
        justify-content: space-between;
        padding: 0px 20px;
        overflow: hidden;
        margin-top: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        
    }

    #texttit{
        margin-top: 10px;
        margin-bottom: 35px;
    }

    .text p{
        width: 110%;
    }

    


    /* Fim - Menu Responsivo */


    .cardapios4{
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .title-modalcardapios img{
        width: 174.3px;
        height: 29.88px;
    }

    .title-modalcardapios p{
        font-size: 12px;
    }
    
    .box-cardapio{
        display: flex;
        flex-direction: column;
    }
    
    .box-cardapio img{
        width: 120px;
        height: 160px;
        border-radius: .4rem;
    }
    
    .box-cardapio p{
        font-family: 'TrueNorth', sans-serif;
        color: #fffcf5;
        font-size: 12px;
    }

    .close-modal888 {
        position: fixed;
        top: initial;
        right: initial;
        left: 30px;
        bottom: -180px;
        background-color: #fffcf5;
        color: #20234F;
        border-radius: .4rem;
        border: none;
        font-size: 15px;
        width: 100px;
        height: 27px;
        padding-bottom: 5px;
        cursor: pointer;
        font-family: 'TrueNorth', sans-serif;
        transition: .5s ease;
        margin-top: 50px;
        margin-bottom: 20px;
    }





    .twocontainershead{
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .logopage{
        width: 100%;
        height: 480px;
    }

    .imgpage{
        width: 100%;
        height: 400px;
    }

    .ansiosos-modal{
        width: 370px;
        height: 570px;
    }
    
    .body-ansiosos-modal{
        width: 370px;
        height: 570px;
    }

    #btn-desk{
        width: 160px;
        height: 24px;
        bottom: 30px;
        left: 105px;
    }

    .reserve-exp h2{
        font-size: 11px;
    }
    
    .btn-reserve1{
        width: 310px;
        height: 38px;
    }
    
    .btn-reserve1 img{
        width: 300px;
        height: 33px;
    }


    .banner-l{
        margin-top: 50px;
    }


    .bardestaque{
        width: 100%;
    }

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

    .c1-bardest p{
        width: 85%;
        font-size: 16px;
    }

    .c1-bardest br{
        display: none;
    }

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

    .responshidden{
        display: none;
    }

    .container2-conteudo4{
        width: 100%;
    }

    .sliders-insta{
        width: 85%;
    }

    .teste{
        width: 100%;
    }

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

    .sliderr{
        width: 85%;
    }

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

    .right-container1{
        width: 85%;
    }

    .first-c2{
        width: 100%;
    }

    

    
    .right-container1{
        width: 100%;
    }

    .first-c2{
        width: 100%;
    }

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

    .conteudo7{
        width: 85%;
    }

    .manual-navigation3{
        width: 100%;
    }


    .sliderr-insta1{
        display: none;
    }





    /* Início Estilização Corpo */

    .bardrink br{
        display: none;
    }

    .bardrink{
        margin-top: 30px;
    }

    .bardrink p{
        text-align: start;
        width: 85%;
    }


    #foto-flor{
        display: none;
    }

    #titulo-gastromar{
        width: 224px;
        height: 56px;
        margin-bottom: 15px;
        margin-top: 22px;
        margin-right: auto;
    }

    .container-cima-conteudo2{
        display: flex;
        flex-direction: column;
        margin-left: 0px;
    }

    .button-conteudo2 img{
        width: 210px;
    }

    .textos-container-cima-conteudo2{
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin: 0px auto 20px;
        text-align: start;
        font-size: 16px;
    }

    .hidden{
        display: none;
    }

    .hiddencont{
        display: block;
        text-align: center;
    }

    

    .textos-container-cima-conteudo2 br{
        display: none;
    }

    .textos-container-baixo-conteudo2 br{
        display: none;
    }

    #ostras {
        width: 85%; /* Ou outra largura desejada */
        height: 300px; /* Isso permite que a altura seja ajustada automaticamente para manter a proporção */
        margin: 50px auto 30px; /* Isso centraliza a imagem horizontalmente e mantém a margem superior */
        display: block; /* Para garantir que as margens laterais automáticas funcionem corretamente */
        text-align: center; /* Isso garante que a imagem esteja centralizada horizontalmente */
    }

    .container-baixo-conteudo2{
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        margin-top: 0px;
    }

    #vidro{
        width: 85%;
        height: 300px;
        margin: 0px auto;
        display: block;
        text-align: center;
    }

    .textos-container-baixo-conteudo2{
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin: 30px auto;
        font-size: 16px;
        text-align: start;
    }

    .container2-conteudo2{
        display: flex;
        flex-direction: column;
        margin-top: 60px;
    }

    #prato-flor{
        width: 85%;
        height: 400px;
        margin: 0px auto 30px;
        display: block;
        text-align: center;
    }

    .meio-container2-conteudo2{
        margin-left: 0px;
        gap: 30px;
    }

    #peixes{
        width: 85%;
        height: 320px;
        margin: 0px auto;
        display: block;
        text-align: center;
    }

    #prato-azul{
        width: 85%;
        height: 250px;
        margin: 0px auto;
        display: block;
        text-align: center;
    }

    .final-container2-conteudo2{
        margin-left: 0px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }

    .dog-menu-texto:nth-child(2){
        order: -1;
    }

    .dog-menu-texto{
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin: 0px auto 60px;
        text-align: center;
        
    }

    .dog-menu-texto h1{
        font-family: 'TrueNorth', sans-serif;
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 7px;
    }

    #dog-menu{
        width: 55px;
        height: 55px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #peixao{
        width: 85%;
        height: 330px;
        margin: 0px auto;
        display: block;
        text-align: center;
        object-position: center 97%;
    }

    /* Fim - Estilização Corpo */


    /* Início - Estilização Reservas */


    .conteudo3 h1{
        width: 350px;
        text-wrap: wrap;
        margin: 10px auto 40px;
        text-align: center;
        font-size: 22px;
    }

    #fita2{
        height: 22px;
        
    }

    label{
        overflow: hidden;
    }

    .box-reservas{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 50px;
    }

    #foto-reservas{
        width: 100%;
        height: 400px;
        display: none;
    }

    .reservas{
        width: 90%;
        margin: 0px auto 0px;
        height: 480px;
        position: relative;
        margin-bottom: 0px;
        top: 0;
        left: 0;
        border-radius: 0px;
        
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 63.5%;
        background-color: rgba(255, 255, 255, 0.5); /* Cor de fundo escuro e transparente (ajuste o último valor para alterar a opacidade) */
        pointer-events: none; /* Permite cliques passarem pelo overlay para o conteúdo abaixo */
        z-index: 0;
        border-radius: 0px;
        
    }

    

    #ancora2-conteudo3{
        margin-right: auto;
        margin-bottom: 20px;
        width: 31.45px;
        height: 42.5px;
    }

    .pessoas{
        width: 90%;
        margin-top: 40px;
        overflow: hidden;
    }
    
    .pessoas select{
        width: 155px;
    }

    .data-periodo{
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .data{
        width: 100%;
    }

    .data input {
        width: 155px;
    }

    .periodo{
        width: 100%;
        overflow: hidden;
    }

    .periodo select{
        width: 155px;
    }

    .horario{
        width: 100%;
        overflow: hidden;
    }

    .horario select{
        width: 155px;
    }
    
    .btn-data-periodo{
        margin-bottom: 30px;
        margin-top: 40px;
    }
    
    .funcionamento{
        display: flex;
        flex-direction: column;
        margin: 0px auto;
        width: 85%;
    }


    .info-funcionamento p{
        font-size: 14px;
    }

    .fci{
        display: flex;
        gap: 15px;
    }

    .fba{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }


    #modal{
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 80vh;
        border-radius: 10px;
        background-color: #fffcf5;
        z-index: 10;
        overflow-y: scroll;
        width: 90%;
    }

    .input-field input{
        width: 270px;
    }

    .input-field select{
        width: 270px;
    }

    #submit{
        width: 100%;
        max-width: 308px;
        max-height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    

    /* Fim - Estilização Reservas */
    
    /* Início - Brisa */

    .container-grande4{
        display: flex;
        flex-direction: column;
        margin-top: 70px;
        width: 85%;
    }

    .marginto{
        margin-top: -30px;
        
    }

    .button-conteudo22{
        display: none;
    }

    .container1-conteudo4{
        width: 85%;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        
        justify-content: flex-start;
        gap: 10px;
    }

    .container1-conteudo4 p{
        width: 220px;
        text-align: start;
        margin-top: 5px;
        margin-bottom: 5px;
    
    }

    .container2-conteudo4{
        width: 100%;
        margin-right: 0px;
    }

    #brisa-img1{
        display: none;
    }

    #brisa-img2{
        width: 85%;
        height: 300px;
        margin: 0px auto;
        display: block;
        text-align: center;
    }

    #brisa-img3{
        width: 85%;
        height: 300px;
        margin: 0px auto;
        display: block;
        text-align: center;
    }

    /* Fim - Brisa */

    /* Início - Grid Fotos */

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

    .conteudo5-body-container{
        width: 100%;
        
    }

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

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

    #conteudo5-img2{
        max-height: 316px;
        
        min-height: auto;
        max-width: 316px;
    }

    #conteudo5-img1{
        max-height: 156px;
        
        min-height: auto;
        max-width: 156px;

    }

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

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




    .conteudo5-imgs3{
        display: none;
    }

    .conteudo5-imgs4{
        display: none;
    }

    /* Fim - Grid Fotos */


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

    /* Inicio - Rodapé */

    .container-grande-footer{
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 50px;
    }

    .left-footer{
        margin-top: -100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: start;
        font-size: 16px;
    }

    #logo-footer{
        display: none;
    }

    #logo-footerhidden{
        display: block;
        width: 120px;
        height: 100px;
        margin-top: 10px;
    }

    .cima-right-footer{
        margin-bottom: 80px;
    }

    #maretrouxef{
        width: 280px;
        height: 37px;
        margin: 120px auto 0px;
    }

    .btn-f{
        margin: 0 auto;
    }

    .gastromar-footer h2{
        font-size: 16.5px;
    }

    .baixo-right-footer{
        display: flex;
    }

    .gastromar-footer p{
        color: #fffcf5;
        font-size: 15px;
    }

    .btn-cf{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 30px;
        margin-bottom: 30px;
        width: 90%;
        text-align: center;
        margin-top: 50px;
    }

    .lk-fr{
        font-size: 15px;
        
        
    }

    

    /* Fim - Rodapé */

    .conteudo8{
        margin-top: 0px;
    }

}


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

    #logo-footerhidden {
        display: block;
        width: 120px;
        height: 100px;
        margin-top: 10px;
        margin-left: 0px;
    }


    .baixo-right-footer{
        display: flex;
        justify-content: space-between;
    }
}

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

    .ansiosos-modal{
        width: 350px;
        height: 570px;
    }
    
    .body-ansiosos-modal{
        width: 350px;
        height: 570px;
    }

    #btn-desk{
        width: 160px;
        height: 24px;
        bottom: 20px;
        left: 95px;
    }

    
    .funcionamento{
        display: flex;
        flex-direction: column;
        
        margin: 0px auto 50px;
        width: 90%;
    }

    #georgii{
        margin-right: auto;
    }
    
    
    .info-funcionamento p{
        font-size: 13px;
    }
    
    .fci{
        display: flex;
        gap: 7px;
    }


    #logo-footerhidden{
        display: block;
        width: 100px;
        height: 80px;
    }
}
