@font-face{
    font-family: 'Georgia' ;
    src: url('Georgia.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;
}

a{
    text-decoration: none;
}

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

.icons-timeline img:hover{
    transition: .5s ease;
    transform: scale(1.1);
    cursor: pointer;
}


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

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

#ancora-nav{
    width: 33px;
    height: 46px;
    
    position: inherit;
}

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

.container-mobile-menu{
    display: flex;
}

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

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

.cabecalho-img{
    height: 55.61px;
    width: 170px;
    margin-left: 190px;
    
    position: relative;
}

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

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

.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 a{
    cursor: pointer;
}

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

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

#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;
    flex-direction: column;
    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 */
}

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

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

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

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

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

.conteudo1{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0px;
    margin-top: 210px;
}

.timeline{
    width: 1200px;
    height: 450px;
}

.timeline img{
    width: 1200px;
    height: 200px;
    margin-top: 80px;
    position: absolute;
}

.icons-timeline img{
    width: 65px;
    height: 151px;
    cursor: pointer;
}

#icon-timeline1{
    position: absolute;
    margin-left: 85px;
    margin-top: -10px;
}

#icon-timeline2{
    position: absolute;
    margin-left: 140px;
    margin-top: 210px;
}

#icon-timeline3{
    position: absolute;
    margin-left: 244px;
    margin-top: 40px;
}

#icon-timeline4{
    position: absolute;
    margin-left: 305px;
    margin-top: 225px;
}

#icon-timeline5{
    position: absolute;
    margin-left: 390.5px;
    margin-top: 67px;
}

#icon-timeline6{
    position: absolute;
    margin-left: 478px;
    margin-top: 232px;
}

#icon-timeline7{
    margin-left: 575px;
    margin-top: 62px;
}

#icon-timeline8{
    margin-left: 670px;
    margin-top: 220px;
}

#icon-timeline9{
    margin-left: 790px;
    margin-top: 210px;
}

#icon-timeline10{
    margin-left: 820px;
    margin-top: 40px;
}

#icon-timeline11{
    margin-left: 960px;
    margin-top: -8px;
}

#icon-timeline12{
    margin-left: 1000px;
    margin-top: 195px;
}

#icon-timeline13{
    margin-left: 1077px;
    margin-top: 7px;
}

.timeline2{
    display: none;
}

.timeline2{
    height: 920px;
    
}

.timeline2 img{
    height: 920px;
    width: 150px;
    margin-top: 80px;
    position: absolute;
}

.icons-timeline2 img{
    height: 55px;
    width: 127px;
}

#icon-timeline111{
    position: absolute;
    margin-left: 25px;
    margin-top: 70px;
}

#icon-timeline22{
    position: absolute;
    margin-left: -155px;
    margin-top: 108px;
}

#icon-timeline33{
    position: absolute;
    margin-left: -6px;
    margin-top: 177px;
}

#icon-timeline44{
    position: absolute;
    margin-left: -160px;
    margin-top: 240px;
}

#icon-timeline55{
    position: absolute;
    margin-left: -25px;
    margin-top: 299px;
}

#icon-timeline66{
    position: absolute;
    margin-left: -167px;
    margin-top: 367px;
}

#icon-timeline77{
    margin-left: -20px;
    margin-top: 442px;
}

#icon-timeline88{
    margin-left: -155px;
    margin-top: 510px;
}

#icon-timeline99{
    margin-left: -145px;
    margin-top: 600px;
}

#icon-timeline1010{
    margin-left: -5px;
    margin-top: 620px;
}

#icon-timeline1111{
    margin-left: 28px;
    margin-top: 730px;
}

#icon-timeline1212{
    margin-left: -135px;
    margin-top: 763px;
}

#icon-timeline1313{
    margin-left: 17px;
    margin-top: 828px;
}

#role{
    width: 52px;
    height: 77px;
    margin-top: 50px;
}

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

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

.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,
.btn-reserve11{
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 345px;
    height: 40px;
}

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

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

.textosaparentes p{
    margin-top: 10px;
}

.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;
    overflow: hidden;
    width: 100%;
}

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

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


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



.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: -20px;
    color: #20234F;
    transition: .3s ease;
}

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


#texthidden{
    display: none;
    color: #20234F;
    font-size: 17px;
}

#gastromartitle{
    width: 228px;
    height: 60px;
    object-fit: cover;
    margin-top: 70px;
}


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

#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;
    gap: 50px;
}

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

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

.banner-l#bannerlong {
    width: 100%;
    height: 370px;
    position: relative;
    background-position: center 40%;
    z-index: -1; /* Garante que a imagem fique atrás do overlay */
    background-size: cover;
    background-image: url(img/Gastromar_ELA\ 140.jpg);
    background-attachment: fixed;
}

#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: 50px;
}

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

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

.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: 19px;
    margin-top: 20px;
}

.conteudo3{
    background-color: #E9E9ED;
    margin-top: 80px;
    font-size: 17px;
}

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

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

.btn-reserve2{
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 250px;
    height: 36px;
    overflow: hidden;
}

#tabelaprecosp {
    width: 300px;
    height: 160px;
    object-fit: cover;
    margin-bottom: 20px;
    margin-left: -20px;
}

.btn-reserve2 img{
    width: 250px;
    height: 34px;
}

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

.container-cima-conteudo3{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: 100%;
}

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

.textos-container-cima-conteudo3 p{
    margin-bottom: 5px;
}

#logosempressa{
    width: 300px;
    height: 71px;
    object-fit: cover;
    margin-top: 110px;
}

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

.container-baixo-conteudo3{
    display: flex;
    gap: 30px;
}

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

.boxprecosp{
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: scale(.9);
}

.titleboxprecosp{
    display: flex;
    align-items: center;
    gap: 150px;
    padding-left: 12px;
}

.titleboxprecosp h2{
    font-size: 20px;
}

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

.pboxprecosp{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 150px;
    text-wrap: nowrap !important;
}

.fw600{
    font-weight: 600;
    text-wrap: nowrap !important;
}

.ppbpsp{
    margin-right: 15px;
}

.pboxprecosp p{
    margin-bottom: 10px;
    padding: 0px 15px;
    text-wrap: nowrap !important;
    overflow: hidden;
}

.linhapreco{
    border: 1.3px solid #20234F;
}

.mb0{
    margin-bottom: 0px;
    font-size: 14px;
    margin-left: 40px;
}

#barcohd{
    display: none;
    width: 165px;
    height: 62px;
    margin: 50px auto 0px;
}

.first-c3{
    display: flex;
    flex-direction: column;
    gap: 50px;
}








.conteudo4{
    display: none;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transform: translateY(-20px); /* Posição inicial acima */
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.conteudo4.show {
    display: flex;
    opacity: 1;
    transform: translateY(0); /* Move para a posição original */
}

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

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

.box-reservas{
    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;
}

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

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

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

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


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




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

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

.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: 38%;
    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;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 90px;
    margin-top: 100px;
}

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

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

  .conteudo6{
    display: flex;
    justify-content: center;
}

.mapa-gastromar{
    margin: 80px auto;
    background-color: #20234F;
    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;

}

.mtmenos{
    margin-top: 5px;
}

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

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

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

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

input:focus{
    outline: none;
}

.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: 80px;
    display: flex;
    flex-direction: column;
    gap: 70px;
    text-align: end;
    color: #fffcf5;
}

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

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

#logo-footerhidden{
    display: none;
}

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

.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: 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: #fffcf5;
}

.navigation-auto div,
.navigation-autoo div,
.navigation-autooo div,
.navigation-autooo4 div,
.navigation-autooo5 div,
.navigation-autooo6 div {
    border: 2px solid #81a6cb;
    padding: 2px;
    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: 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;
    
    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;
    
    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;
    
    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;
    
    border: 2px solid #21265c;
}



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

    .timeline{
        transform: scale(0.9);
    }

    #icon-timeline11 {
        margin-left: 960px;
        margin-top: 0px;
    }

    #icon-timeline1 {
        margin-top: 0px;
    }

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

    .timeline{
        transform: scale(0.8);
    }

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

    .boxprecosp{
        width: 425px;
        height: 300px;
        margin: 0 auto;
    }

    #gastromartitle{
        margin-top: 0px;
    }

    .textos-container-cima-conteudo2,
    .textos-container-baixo-conteudo2{
        max-width: 500px;
        width: 85%;
    }


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

    .textosaparentes br{
        display: none;
    }

    .textos-container-baixo-conteudo2:nth-child(2){
        order: -1;
    }

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

    .textos-container-baixo-conteudo2,
    .textos-container-baixo-conteudo3{
        width: 580px;
        gap: 0px;
    }

    .mb0{
        margin-left: 110px;
    }

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

    .container-cima-conteudo3,
    .container-baixo-conteudo3{
        flex-direction: column;
        align-items: center;
        width: 580px;
    }


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

    .reservas{
        width: 100%;
    }


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

    #logosempressa{
        margin-top: 100px;
        margin: 100px auto 50px;
    }

    #tabelaprecosp{
        margin: 20px auto 0;
    }
    
    .textos-container-baixo-conteudo3:nth-child(2){
        order: -1;
    }




    .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){
    .timeline{
        transform: scale(0.6);
    }

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

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

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

    



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

#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){
    .timeline{
        display: none;
    }

    #gastromartitle{
        margin-top: 80px;
    }

    .timeline2{
        display: flex;
        
        justify-content: center;
    }

    .timeline2 img{
        margin: 0px auto;
    }

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

    .hiddencm888{
        display: none;
    }


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


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

    

    
}



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

    

    /* Carrosseis estilização */

    .mb0{
        margin-left: 50px;
    }

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

    .container-grande-conteudo2{
        width: 85%;
    }

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

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

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

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

    .conteudo3{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 30px;
        margin-top: 100px;
        font-size: 17px;
    }

    .container-grande-conteudo3{
        width: 85%;
    }

    .container-cima-conteudo3{
        flex-direction: column;
        gap: 35px;
        margin-top: 70px;
        width: 100%;
    }

    .textos-container-cima-conteudo3{
        width: 100%;
        gap: 20px;
    }

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

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

    .container-baixo-conteudo3{
        flex-direction: column;
        width: 100%;
    }

    .first-c3{
        width: 100%;
    }

    .textos-container-baixo-conteudo3{
        width: 100%;
        margin: 00px;
        gap: 15px;
    }

    
    


    /*Carrossel estilização - FIM*/




    .conteudo4 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: 50px auto 100px;
        width: 85%;
        
    }
}


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

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


    /* Fim - Estilização do 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{
        flex-direction: column;
        width: 100%;
        background-color: #20234F;
        padding: 20px;
        text-align: justify;
        color: #fffcf5;
        font-size: 18px;
        padding-bottom: 20px;
        height: auto;
        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-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        
    }

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

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

    .text p{
        width: 110%;
    }

    


    /* Fim - Menu Responsivo */


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

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

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

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

    .timeline{
        display: none;
    }

    .timeline2{
        display: flex;
        
        justify-content: center;
    }

    .timeline2 img{
        margin: 0px auto;
    }
    
    

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

    .container-grande-conteudo2{
        width: 85%;
    }

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

    .textos-container-cima-conteudo2 h1{
        text-align: center;
    }

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

    .btncardapio{
        margin: -20px auto 0;
    }

    #gastromartitle{
        margin: 70px auto 15px;
    }

    
    .textosaparentes{
        display: none;
    }

    #texthidden{
        display: block;
    }

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

    .textos-container-baixo-conteudo2:nth-child(2){
        order: -1;
    }

    .textos-container-baixo-conteudo2{
        width: 100%;
        margin-top: 0px;
    }
    
    .textos-container-baixo-conteudo2 br{
        display: none;
    }

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










    .conteudo3{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 30px;
        margin-top: 100px;
        font-size: 17px;
    }

    .container-grande-conteudo3{
        width: 85%;
        gap: 0px;
    }

    .container-cima-conteudo3{
        flex-direction: column-reverse;
        gap: 35px;
        margin-top: 70px;
        width: 100%;
    }

    .first-c3{
        width: 100%;
    }

    #logosempressa{
        margin: 80px auto 0px;
    }

    .mb0{
        margin-left: 20px;
    }

    .boxprecosp{
        transform: scale(.8);
    }

    .textos-container-cima-conteudo3{
        width: 100%;
        gap: 20px;
    }

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

    .container-baixo-conteudo3{
        flex-direction: column-reverse;
        margin-top: 80px;
    }

    .reserve-expsempressa{
        margin-top: 70px;
        margin-bottom: 100px;
    }

    .reserve-expsempressa a{
        text-decoration: none;
    }

    .textos-container-baixo-conteudo3:nth-child(2){
        order: -1;
    }

    .textos-container-baixo-conteudo3{
        width: 100%;
        margin: 00px;
        gap: 15px;
    }

    .textos-container-cima-conteudo3 h1 {
        display: none;
    }

    

    #barcohd{
        display: block;
    }




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




    

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

    .pboxprecosp{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 140px;
        text-wrap: nowrap !important;
    }


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

    #fita2{
        height: 22px;
        
    }

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

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

    label{
        overflow: hidden;
    }

    

    

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

    .pessoas{
        width: 90%;
        margin-top: 40px;
    }
    
    .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%;
    }

    .periodo select{
        width: 155px;
    }

    .horario{
        width: 100%;
    }

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

    .hidden{
        display: none;
    }

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

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

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

    .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%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    

    /* Fim - Estilização Reservas */

    /* 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{
        max-height: 316px;
        
        min-height: auto;
        max-width: 316px;
    }

    #c4-img1{
        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 */

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



    .btn-reserve11{
        width: 293.25px;
        height: 34px;
    }

    .btn-reserve11 img {
        width: 290.25px;
        height: 33px;
    }

}

@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:450px){
    .boxprecosp{
        margin-left: -12%;
    }
}


@media screen and (max-width:409px){
    .funcionamento{
        display: flex;
        flex-direction: column;
        
        margin: 50px auto 50px;
        width: 90%;
    }

    
    
    
    .info-funcionamento p{
        font-size: 13px;
    }
    
    .fci{
        display: flex;
        gap: 7px;
    }
}



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

    .boxprecosp{
        margin-left: -15%;
        transform: scale(.7);
    }

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

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






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


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

    .boxprecosp{
        margin-left: -17%;
        transform: scale(.7);
    }
}