@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: 'TrueNorth';
    src: url('TrueNorth-Regular.ttf') format('opentype');
}

html {
    scroll-behavior: smooth;
}

h1{
    font-family: 'TrueNorth', sans-serif;
}

#fm{
    display: flex;
    align-items: center;
    gap: 15px;
}

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

.cabecalho{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    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;
}

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

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

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

.final-menu{
    display: flex;
    gap: 35px;
    color: #fffcf5;
}

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

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

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

}

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

#button15 span{
    font-weight: 500;
}

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




.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: 150px;
    width: 95px;
    object-fit: cover;
    margin-top: 143px;
}

#button15 span{
    font-weight: 500;
}











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

.slide-img {
    width: 100vw;
    height: 900px;
    object-fit: cover;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.slider img{
    height: 900px;
    overflow: hidden;
}

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

#fita-mob{
    height: 21px;
    width: 100%;
    z-index: 3;
    top: 16.25%;
    position: absolute;
    object-fit: cover;
    display: none;
}

.conteudo2{
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.fcc2{
    display: flex;
    justify-content: center;
    gap: 75px;
    color: #20234F;
    width: 100%;
}

.f-fcc2{
    font-size: 17px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.f-fcc2 h1{
    font-size: 33px;
    font-family: 'TrueNorth', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

#imgboxes{
    width: 400px;
    height: 500px;
    object-fit: cover;
    border-radius: 1rem;
}

.scc2{
    display: flex;
    justify-content: center;
    gap: 60px;
    width: 100%;
}

.s-scc2{
    font-size: 17px;
    color: #20234F;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.conteudo3{
    background-color: #E9E9ED;
    margin-top: 110px;
}

.container-grande-conteudo3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.fcc3{
    display: flex;
    justify-content: center;
    gap: 65px;
    color: #20234F;
    overflow: hidden;
    width: 100%;
}

.f-fcc3{
    font-size: 17px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.f-fcc3 h1{
    font-size: 33px;
    font-family: 'TrueNorth', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.scc3{
    display: flex;
    justify-content: center;
    gap: 30px;
    overflow: hidden;
    width: 100%;
}

.s-scc3{
    font-size: 17px;
    color: #20234F;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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







.c4{
    margin-top: 0px;
    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;
}




.insta-carrossel {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
}

.insta-imgs{
    display: flex;
    gap: 25px;
}

.conteudo6{
    margin-top: 120px;
}

.image-container {
    position: relative;
}

#left-angle{
    margin-right: 30px;
    font-size: 40px;
    color: #D3D3DC;
}

#right-angle{
    margin-left: 30px;
    font-size: 40px;
    color: #D3D3DC;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.fotoinsta {
    width: 260px;
    height: 260px;
    object-fit: cover;
    cursor: pointer;
}



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

  .custom-button i{
    margin-top: 8px;
  }

.image-container:hover .overlay {
    opacity: 1;
}

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

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

.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: 36.7px;
    width: 55px;
    background-color: rgb(210, 210, 7);
    border: none;
    position: relative;
    top: 0.4px;
    margin-top: 15.2px;
    
}

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

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

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

input:focus{
    outline: none;
}











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

}








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

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

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


    .fcc2 {
        flex-direction: column;
        align-items: center;
        width: 500px;
    }

    #sembr br{
        display: none;
    }

    .scc2 {
        flex-direction: column;
        align-items: center;
        width: 500px;
    }

    .s-scc2:nth-child(2){
        order: -1;
    }

    .fcc3{
        flex-direction: column;
        width: 500px;
        align-items: center;
    }

    .scc3{
        flex-direction: column;
        width: 500px;
        align-items: center;
    }

    .s-scc3:nth-child(2){
        order: -1;
    }

}





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

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



    .twocontainershead{
        height: 520px;
    }
}







@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:700px){
    .twocontainershead {
        height: 480px;
    }



    #logoartemaismar{
        height: 112.5px;
        width: 71.25px;
    }
}


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



    .twocontainershead{
        height: 460px;
    }
}



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

    .fcc2,
    .scc2,
    .fcc3,
    .scc3{
        width: 90%;
    }

    .imgboxes,
    .imgboxesb{
        width: 90%;
    }
}


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

    .fcc2,
    .scc2,
    .fcc3,
    .scc3{
        width: initial;
    }
}



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

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

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

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

    .final-menu{
        display: none;
    }

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

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

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

    #logoartemaismar{
        height: 123.75px;
        width: 78.375px;
    }

    .sidebar-menu:nth-child(2){
        order: -1;
    }
    
    #icone-banner3{
        top: 85%;
        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 {
        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-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 */

    /* Inicio - Corpo */



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

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

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


    .conteudo2{
        width: 100%;
    }

    .container-grande-conteudo2{
        width: 85%;
        margin: 0 auto;
        gap: 60px;
    }

    .fcc2, .scc2, .fcc3, .scc3{
        flex-direction: column;
    }

    .scc2{
        gap: 60px;
    }

    #imgboxes{
        width: 100%;
        height: 400px;
    }

    #sembr br{
        display: none;
    }
    
    .s-scc2:nth-child(2){
        order: -1;
    }

    .container-grande-conteudo3{
        margin: 80px auto 90px;
        width: 85%;
        gap: 60px;
    }

    .fcc3{
        gap: 47px;
    }

    .scc3{
        gap: 50px;
    }

    .f-fcc3{
        width: 100%;
    }

    .s-scc3:nth-child(2){
        order: -1;
    }






















    .conteudo6{
            width: 100%;
    }

    #left-angle,
    #right-angle{
        display: none;
    }

    .insta-carrossel{
        width: 85%;
        margin: 0px auto;
        gap: 10px;
    }

    .insta-imgs{
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%;
    }

    .fotoinsta{
        width: 100%;
        height: 200px;
    }

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

      .custom-button i{
        margin-top: 8px;
      }

    /* Fim - Corpo */

    .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: 132px;
        height: 110px;
        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é */





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


}



@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:400px){
    #logo-footerhidden{
        display: block;
        width: 100px;
        height: 80px;
    }

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

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