@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: 'Futura' ;
    src: url('Futura\ Bk\ BT\ Book.ttf') format('opentype');
}

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

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

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

h2{
    margin-bottom: 0px !important;
}

p{
    margin-bottom: initial !important;
}

.d-block,
.carousel-item{
    width: 100% !important;
}

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

html {
    scroll-behavior: smooth;
}

.cabecalho{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 143.5px;
    width: 100%;
    background-color: #F2F8F7;
    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: 28px;
    padding-top: 30px;
    overflow: hidden;
}

.cabecalho.rolagem{
    height: 110px;
}

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

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

.hidden55 {
    display: none;
  }

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

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

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

  #btnrestaubranco,
  #btnspbranco{
    display: none;
  }

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

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



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

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

.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: 63.61px;
    width: 130px;
    margin-left: 230px;
}

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

.final-menu p{
    color: #C6363B;
    font-family: 'TrueNorth', sans-serif;
    font-weight: 500;
    margin-top: -4px;
}

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

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

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

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

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

.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: #363963;
    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: #363963;
    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: #363963;
    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: #363963;
    cursor: pointer;
    margin-right: 15px;
}

.close-menu-btn i{
    color: #363963;
}

.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: #363963;
    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: #363963;
    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: #363963;
    font-size: 18.5px;
    font-family: 'TrueNorth', sans-serif;
    padding-right: 30px;
    padding-bottom: 8px;
}

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

.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: #C6363B;
    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;
    color: #fffcf5;
    font-family: 'Georgia', sans-serif;
}

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






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

.logopage{
    width: 50%;
    height: 100%;
    background-color: #C6363B;
    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: 130px;
    width: 130px;
    object-fit: cover;
    margin-top: 143px;
}

/* Bootstrap carrossel */

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

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

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

li::marker {
    color: transparent;
}

/* Fim - Bootstrap carrossel */


.hidden980p{
    display: none;
}

.br980px{
    display: none;
}







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

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

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

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

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

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

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

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

#button15 span{
    font-weight: 500;
}

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

.container-grande-conteudo2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    gap: 70px;
}


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

.reserve-exp img{
    width: 340px;
    height: 66px;
    cursor: pointer;
}


.container-cima-conteudo2{
    display: flex;
    gap: 140px;
}

.textos-container-cima-conteudo2{
    display: flex;
    flex-direction: column;
    align-items: self-start;
    text-align: center;
    margin-top: 20px;
}

.textos-container-cima-conteudo2 h1{
    font-size: 31px;
    font-family: 'TrueNorth', sans-serif;
    font-weight: 400;
    text-align: start;
    margin-bottom: 20px;
    color: #C6363B;
    margin-top: 30px;
}

.textos-container-cima-conteudo2 h2{
    font-size: 17px;
    font-weight: 400;
    text-align: start;
}

#casatomatev{
    width: 208.6px;
    height: 111.75px;
}

#btn-icone{
    width: 390px;
    height: 51px;
    object-fit: cover;
}

#btn-icone5{
    width: 390px;
    height: 51px;
    object-fit: cover;
    display: none;
}

.container-baixo-conteudo2{
    overflow: hidden;
}

.subtxtpadraoh2{
    font-size: 18px;
}

.i-clscc2{
    margin-left: 0px;
}

.img-text{
    display: flex;
    gap: 10px;
    font-size: 19px;
    margin-top: 27px;
}

.mleft{
    margin-left: 50px;
}

.carroiconm{
    margin-top: 4px;
}

#carroicon{
    width: 37.8px;
    height: 20.7px;
}

#barcoicon{
    width: 41.4px;
    height: 20.7px;
}

.container-baixo-conteudo2{
    display: flex;
    gap: 75px;
}

.titlepadraoh1{
    font-family: 'TrueNorth', sans-serif;
    font-size: 30px;
}

.imgs-crscc2{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    position: relative;
    margin-top: 13px;
}

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

.popup-image span{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 40px;
    font-weight: bolder;
    color: #fffcf5;
    cursor: pointer;
    z-index: 100;
}

.popup-image span:hover{
    transform: scale(1.1);
}

.popup-image img{
    width: 750px;
    height: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #fffcf5;
    border-radius: 5px;
    object-fit: cover;
}

.img-crscc2{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.img-crscc2 img{
    width: 487px;
    height: 345px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 1rem;
}

.img-crscc2 img:hover{
    cursor: pointer;
}

@media (max-width:768px){
    .popup-image img{
        width: 95%;
    }
}

.orcamento-btn{
    background-color: transparent;
    border: none;
    overflow: hidden;
    width: 330px;
    height: 40px;
    margin-top: -30px;
}

#orcamento{
    width: 330px;
    height: 40px;
    object-fit: cover;
}

.carrosselhidden980{
    display: none;
}

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

.container-grande-conteudo3{
    margin-top: 80px;
}

.cl-fcc3{
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.mgb{
    margin-bottom: 45px;
}

.divrespon2{
    display: flex;
    justify-content: center;
    gap: 110px;
    margin-bottom: 60px;
}

.pmt{
    margin-top: 25px !important;
}

.ppp-img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 30px;
}

.ppp{
    font-size: 20px;
    text-align: start;
    margin-top: 15px;
}

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

#eicon{
    width: 100px;
    height: 100px;
}

.projetoe{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 45px;
}

.projetoe h1{
    font-size: 20px;
    font-weight: 400;
}


.grupoprecarrossel4img{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

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

.fourimg img{
    width: 460px;
    height: 330px;
    border-radius: 1rem;
    object-fit: cover;
}












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

.cl-fcc3  h2{
    margin-top: 20px;
    font-weight: 400;
    font-size: 28px;
}

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

.divrespon22 h1{
    font-size: 30px;
    font-family: 'TrueNorth', sans-serif;
    margin-top: 40px;
}

.en-tro{
    display: flex;
    margin-top: 10px;
    gap: 8px;
    margin-bottom: 40px;
}

.en-tro h2{
    margin-top: 3px;
}

#trosseau{
    width: 153px;
    height: 22.5px;
    margin-top: 2px;
}

.descricaoquartosc{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

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

.groupdescquar img{
    width: 210px;
    height: 109px;
}

.segundo-container3{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.marginh2{
    margin-top: 15px;
}

.carrossel-scc3{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.box-conteudo3{
    border: 1px solid #206840;
    padding: 6px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 10px;
    width: 220px;
    height: 100px;
    flex-wrap: nowrap !important;
}

.box-conteudo3 p{
    font-size: 14px !important;
    
}

#cking{
    width: 24px;
    height: 16.8px;
    right: 5px;
    position: relative;
}

#ks{
    position: relative;
    right: 8px;
}

#ks2{
    margin-right: 30px;
}

#csolteiro{
    width: 18.6px;
    height: 16.8px;
}

.camass{
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-right: 10px;
    flex-wrap: nowrap !important;
    overflow: hidden;
}

.camas{
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
    flex-wrap: nowrap !important;
    overflow: hidden;
}

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

.scgc4{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
}

.carrossel-fcc4{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.carrossel-fcc4 > img{
    margin-bottom: 30px;
}

.boxes-conteudo4{
    display: flex;
    gap: 47px;
    margin-top: 20px;
}

.maxwidth900{
    max-width: 940px;
    margin: 0 auto;
}

.box-conteudo4{
    border: 1.5px solid #206840;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 17px;
    text-align: center;
    font-size: 15px;
    padding: 8px;
    width: 147.6px;
    height: 127.1px;
}

#icon-box4{
    width: 41px;
    height: 35px;
}

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

.orcamento-btn2{
    background-color: transparent;
    border: none;
    overflow: hidden;
    width: 330px;
    height: 40px;
    margin: -30px auto 0px;
    display: flex;
    justify-content: center;
}

#orcamento{
    width: 330px;
    height: 40px;
    object-fit: cover;
}

.conteudo5{
    background-color: #F2F8F7;
    margin-top: 120px;
    display: flex;
    gap: 130px;
    justify-content: center;
}

.fcc5{
    margin-top: 90px;
    display: flex;
    gap: 50px;
}

.boxes-c5{
    margin-top: 30px;
}

.box-conteudo5{
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 20px;
    margin-top: 17px;
}

#icon-b5{
    width: 24px;
    height: 28px;
}

#icon-b52{
    width: 21.6px;
    height: 33.6px;
}

#icon-b53{
    width: 24px;
    height: 24px;
}

#btn-iconeh{
    width: 360px;
    height: 49px;
    object-fit: cover;
}

#btn-icone6{
    width: 360px;
    height: 49px;
    object-fit: cover;
    display: none;
}

.scc5{
    margin-top: 90px;
}

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

.container-grande-conteudo6{
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    margin-top: 90px;
}

.cr-scc5{
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-size: 22px;
    margin-bottom: 50px;
}

.cr-scc5 h1{
    font-family: 'TrueNorth', sans-serif;
    font-weight: 400;
}

.cr-scc5 span{
    font-size: 18px;
}

#terramar{
    width: 310px;
    height: 56px;
    object-fit: cover;
}

.bwd{
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #C6363B;
    margin-top: 9px;
}

.mtwd{
    margin-top: 55px;
    margin-bottom: 100px;
}

.containerwd{
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 35px;
    margin-bottom: 80px;
}

.pcombwd{
    display: flex;
    gap: 5px;
}

.pcombwd p{
    font-size: 20px;
}

.margintwd{
    margin-top: 23px;
}

.fgcwd{
    display: flex;
    gap: 100px;
}

.gfwd{
    display: flex;
    flex-direction: column;
    gap: 30px;
}



.ml{
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-size: 21px;
    font-weight: 400;
}

.ultimocc3{
    margin-top: 100px;
}

.conteudo6 > button{
    border: none;
    background-color: transparent;
    margin-top: 100px;
    margin-bottom: 70px;
}

.conteudo8{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    gap: 40px;
    text-align: center;
    font-size: 20px;
}

.ctmp{
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 30px;
    font-weight: 700;
    width: 930px;
}

#textpic{
    width: 910px;
    text-align: start;
}

#casatomatev8{
    width: 230px;
    height: 120px;
}

#picles8{
    width: 370px;
    height: 46px;
    object-fit: cover;
}

.containerg-resp{
    display: none;
    flex-direction: column;
    margin: 30px auto;
}

.containerg-conteudo8{
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
}

.containere-conteudo8{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.containere-conteudo8 img{
    width: 455px;
    height: 330px;
    border-radius: 1rem;
}

.texts-tcc6{
    display: none;
}

.t-cc6{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
    margin-left: 10px;
    gap: 12px;
    margin-top: 40px;
}

.p-troass{
    display: flex;
    align-items: center;
    gap: 3px;
}

#trosseau2{
    width: 140px;
    height: 20px;
}

#btn-icone2{
    width: 360px;
    height: 49px;
    object-fit: cover;
    margin-right: 600px;
}

#btn-icone22{
    display: none;
}

#orcamento2{
    width: 330px;
    height: 40px;
    object-fit: cover;
    margin: 40px auto 80px;
}

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

.mapa-gastromar{
    margin: 80px auto;
    background-color: transparent;
    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);
}

.mtmenos{
    margin-top: 5px;
}

.rodape{
    background-color: #C6363B;
    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;
}

.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: 42px;
    width: 43px;
    background-color: #FFCC2A;
    border: none;
    position: relative;
    top: 0.8px;
    margin-top: 15px;
    overflow: hidden;
}

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














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

.sliderr {
    margin: 20px auto;
    width: 480px;
    height: 560px;
}

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

.manual-navigation .nav-button {
    background-color: #D3D3DC80;
    border: none;
    width: 35px;
    height: 35px;
    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,
#proximo7, #anterior7 {
    cursor: pointer;
    font-size: 20px;
    color: #20234F;
}

.slidess, .slidess2, .slidess3, .slidess6, .slidess7 {
    width: 400%;
    height: 560px;
    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;
}

.slidess7 input{
    display: none;
}

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

#faixa-img {
    width: 480px;
    height: 560px;
    object-fit: cover;  
}

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

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

.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,
.manual-navigation7 {
    display: flex;
    justify-content: space-between;
}

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

/* radioss - é a bolinha que faz 
trocar as fotos do carrossel,
elas estão invisiveis porque é um input 
radio sem cor e sem background */

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

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

.manual-btn,
.manual-btn2,
.manual-btn3,
.manual-btn4,
.manual-btn5,
.manual-btn6,
.manual-btn7 {
    padding: 1.7px;
    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),
.manual-btn7:not(:last-child) {
    margin-right: 3px;
}

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

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

.navigation-auto,
.navigation-autoo,
.navigation-autooo,
.navigation-autooo6,
.navigation-autooo7 {
    position: absolute;
    width: 480px;
    margin-top: 565px;
    display: flex;
    justify-content: center;
    color: #2fa665;
}

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

.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),
.navigation-autooo7 div:not(:last-child) {
    margin-right: 3px;
}

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

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

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

#radio4:checked ~ .first,
#radio8:checked ~ .first,
#radio12:checked ~ .first,
#radio16:checked ~ .first,
#radio20:checked ~ .first,
#radio24:checked ~ .first,
#radio28: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,
#radio25:checked ~.navigation-autooo7 .auto-btn25 {
    background-color: #C6363B;
    
    border: 1.7px solid #C6363B;
    
}

#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,
#radio26:checked ~.navigation-autooo7 .auto-btn26 {
    background-color: #C6363B;
    
    border: 1.7px solid #C6363B;
}

#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,
#radio27:checked ~.navigation-autooo7 .auto-btn27 {
    background-color: #C6363B;
    
    border: 1.7px solid #C6363B;
}

#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,
#radio28:checked ~.navigation-autooo7 .auto-btn28 {
    background-color: #C6363B;
    
    border: 1.7px solid #C6363B;
}








.divrespon5{
    display: none;
}

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

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

    .btn-cf{
        gap: 50px;
    }
}

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

    .timeline{
        transform: scale(0.7);
    }

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

    .container-cabecalho{
        padding-bottom: 35px;
    }

    .final-menu{
        display: none;
    }

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

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

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

    /* Fim - Estilização Header*/

    .textos-container-cima-conteudo2{
        margin-left: 10px;
    }

    .container-cima-conteudo2{
        flex-direction: column;
        gap: 55px;
    }

    .container-baixo-conteudo2{
        flex-direction: column-reverse;
    }

    .fisrt-cbc2{
        margin-left: 20px;
    }

    .divrespon2{
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .cl-fcc3{
        align-items: center;
    }

    .carrosselhidden980{
        display: block;
    }

    .grupoprecarrossel4img{
        display: none;
    }

    .segundo-container3{
        flex-direction: column;
        gap: 40px;
    }

    .divrespon22 h1{
        width: 460px;
    }

    .maxwidth900{
        width: 445px;
    }

    .carrossel-fcc4{
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 35px;
        margin-bottom: 55px;
    }

    .boxes-conteudo4{
        flex-direction: column;
        gap: 35px;
    }

    .conteudo5{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0px;
    }

    .container-grande-conteudo6{
        width: 450px;
    }

    .fgcwd{
        flex-direction: column;
        gap: 30px;
    }

    .containerwd{
        flex-direction: column;
        gap: 30px;
    }

    .margintwd{
        margin-top: 0px;
    }

    .ctmp{
        flex-direction: column;
        align-items: flex-start;
        width: 450px;
    }

    .escondep{
        display: none;
    }

    .hidden980p{
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: 30px;
        font-weight: 600;
    }

    .br980px{
        display: block;
    }

    .escondebr{
        display: none;
    }

    #textpic{
        width: 440px;
    }

    #casatomatev8{
        width: 184px;
        height: 96px;
    }

    #picles8{
        width: 277.5px;
        height: 34.5px;
    }

    .hiddenimg980{
        display: none;
    }

    .containerg-conteudo8{
        flex-direction: column;
        gap: 40px;
    }

    .containere-conteudo8 img{
        height: inherit;
    }

    .t-cc6{
        margin-top: 20px;
    }

    .mapa-gastromar{
        width: 85%;
    }



}

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

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







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

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

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

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

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

    .img-crscc2 img{
        width: 460px;
    }
 
}


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

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



    /* 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: #363963;
        padding: 0px;
    }

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

    .button {
        background-color: #fffcf5;
        color: #363963;
        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 */




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

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

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


       /* Bootstrap carrossel */

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

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

.carousel{
    width: 85%;
    height: 400px;
    margin: 0 auto !important;
}

li::marker {
    color: transparent;
}

/* Fim - Bootstrap carrossel */




.img-text p{
    font-size: 17px;
}




.right-container1{
    margin: 0 auto;
}

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

.container-cima-conteudo2{
    align-items: center;
}

.container-baixo-conteudo2{
    align-items: center;
    width: 85%;
}

.img-crscc2{
    max-width: 460px;
}

.img-crscc2 img{
    max-width: 100%;
}

.fisrt-cbc2{
    width: 100%;
}

.pmt{
    font-size: 17px;
}

.cl-fcc3{
    align-items: inherit;
}

.divrespon2{
    width: 85%;
    margin: 0 auto ;
}



.en-tro{
    width: 85%;
    margin: 5px auto 15px;
    margin-left: 40px;
}

.divrespon22 h1{
    width: 85%;
    margin: 0 auto;
    margin-left: 37px;
}

.marginh2{
    width: 85%;
    margin: 0 auto;
    margin-left: 40px;
}

.descricaoquartosc h2{
    font-size: 17px;
}

.groupdescquar{
    gap: 10px;
    margin-top: 10px;
}

#trosseau{
    width: 130px;
    height: 19.12px;
}

.groupdescquar{
    width: 85%;
    margin: 5px auto;
}

.groupdescquar img{
    width: 50%;
    height: auto;
}

.maxwidth900{
    margin-left: 15px;
}

.maxwidth900{
    margin: 0 auto;
    width: 85%;
}

.container-grande-conteudo4{
    width: 100%;
}

.carrossel-fcc4{
    gap: 15px;
}

.boxes-conteudo4{
    gap: 15px;
}

.box-conteudo5{
    font-size: 17px;
    gap: 10px;
}

.fcc5{
    width: 85%;
    margin-top: 55px;
}


.cl-fcc5 h1{
    width: 100% !important;
}



.container-grande-conteudo6{
    width: 85%;
    margin-top: 60px;
    gap: 40px;
}

.ctmp{
    width: 85%;
}

#textpic{
    width: 85%;
}

.containere-conteudo8{
    align-items: center;
}

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

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

#eicon{
    width: 80px;
    height: 65px;
}

.ppp p{
    margin-left: 10px;
}


    

    /* Fim - Corpo */

    .mapa-gastromar{
        width: 90%;
        border-radius: 1rem;
    }

     /* 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;
        justify-content: space-between;
    }

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



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

    .reserve-exp img{
        width: 306px;
        height: 60px;
    }

    .container-grande-conteudo3,
    .conteudo4,
    .conteudo5,
    .scc5,
    .conteudo8{
        margin-top: 60px;
    }

    .containerwd{
        margin-bottom: 60px;
    }

    .t-cc6{
        width: 85%;
    }
}

@media screen and (max-width:400px){
    .ansiosos-modal{
        width: 350px;
        height: 570px;
    }
    
    .body-ansiosos-modal{
        width: 350px;
        height: 570px;
    }

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

@media screen and (max-width:395px){
    #resp395 br{
        display: none;
    }


    .fisrt-cbc2{
        margin-left: 0px;
    }

    .img-text p{
        font-size: 16px;
    }
}