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

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

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

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

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

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


html {
    scroll-behavior: smooth;
}

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

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

body{
    background-color: #fffcf5 !important;
}

/*
.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: 34px;
    padding-top: 40px;
    overflow: hidden;
}

.cabecalho.rolagem{
    height: 110px;
}

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

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

.hidden55 {
    display: none;
  }

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

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

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

  #btnrestaubranco,
  #btnspbranco{
    display: none;
  }

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

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



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

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

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

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

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

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

.cabecalho-img{
    height: 25px;
    width: 200px;
    margin-left: 245px;
}

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

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

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

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

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



/* Final do cabeçalho aparente */





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

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

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

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

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

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

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

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

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

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

#identidadeSubtitulo{
    padding-top: 125px;
}

#restauranteSubtitulo{
    padding-top: 161px;
}

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

#emporioSubtitulo{
    padding-top: 225px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#hidden-icon{
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

}

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






.twocontainershead{
    width: 100%;
    height: 850px;
    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;
}

.logosmaisbarco{
    display: flex;
    margin-top: 143px;
    align-items: center;
    gap: 25px;
}

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

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

.logoartemaisbarco{
    height: 170px;
    width: 170px;
    object-fit: cover;
}

#button15 span{
    font-weight: 500;
}





/* Bootstrap carrossel */

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

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

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

li::marker {
    color: transparent;
}

/* Fim - Bootstrap carrossel */



.hidden980c{
    display: none;
}

.conteudo1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 100px;
    color: #20234F;
    line-height: normal;
}

.firstc-c1{
    display: flex;
    justify-content: center;
    gap: 130px;
}

.leftc-c1,
.rightsc-c1{
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.leftc-c1 p,
.rightsc-c1 p{
    font-size: 17px;
}

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

.secondc-c1{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-right: 120px;
    margin-top: 70px;
}

.img1c2{
    width: 32px;
    height: 39px;
}

.img2c2{
    width: 37px;
    height: 37px;
}

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

.c3boxes{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.boxcc2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    width: 222px;
}

.boxcc2 h1{
    font-size: 21px;
    font-family: 'TrueNorth', sans-serif;
    color: #20234F;
}

.boxcc2 p{
    color: #20234F;
    font-size: 18px;
}

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

.conteudo3 > h1{
    font-size: 27px;
    font-family: 'TrueNorth', sans-serif;
    text-align: center;
    margin-bottom: 50px;
}

.conteudo4-container{
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.conteudo4-left{
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.box-conteudo4100{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

#img-box-conteudo4{
    width: 280px;
    height: 200px;
    object-fit: cover;
    border-radius: 1rem;
}

#img-button-conteudo4{
    width: 400px;
    height: 38px;
    cursor: pointer;
}

#img-button-conteudo4:hover{
    filter: brightness(1.7);
    transition: filter 0.6s ease;
}

.box-conteudo4100 button {
    border: none;
    background-color: transparent;
    padding: 0;
    width: 150px;
    height: 32px;
}

.imgsaibamais{
    width: 100%;
    height: 100%;
}



.box-conteudo4100 h2{
    font-family: 'TrueNorth', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #20234F;
    margin-bottom: 5px;
}

.boxes-c4{
    display: flex;
    gap: 25px;
}



#spanatlantico{
    font-size: 11px;
}



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

.modal100 p{
    line-height: normal;
}

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

#fita-modal{
    height: 24px;
    width: 100%;
    object-fit: cover;
    margin-top: -3px;
}

.modal-header100{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}

.modal-header100 span{
    color: #20234F;
    font-family: 'TrueNorth', sans-serif;
    font-weight: 800;
}

.modal-header100 h1{
    font-size: 30px;
    color: #20234F;
    font-family: 'TrueNorth', sans-serif;
}

.close-modal100 {
    width: 120px;
    height: 29px;
    border-radius: .25rem;
    font-family: 'TrueNorth', sans-serif;
    background-color: #20234F;
    cursor: pointer;
    border: none;
    color: #fffcf5;
    padding-bottom: 10px;
}

.modal-body100{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
}

.modal-body-left{
    display: flex;
    flex-direction: column;
}



.box-modal-icons{
    display: flex;
    gap: 15px;
    font-size: 15px;
    color: #20234F;
}

.box-modal-icons h2{
    font-family: 'TrueNorth', sans-serif;
    font-size: 18px;
    color: #20234F;
    font-weight: 400;
}

.modal-text100{
    display: flex;
    flex-direction: column;
}

#icon-modal1{
    width: 20px;
    height: 27px;
    margin-top: 8px;
}

#icon-modal2{
    width: 24px;
    height: 24px;
    margin-top: 8px;
}

#icon-modal3{
    width: 24px;
    height: 24px;
    margin-top: 8px;
    margin-bottom: 25px;
}

.modal-footer100{
    display: flex;
    gap: 120px;
    margin-top: 57px;
}

#selecionar-barco{
    width: 200px;
    height: 32px;
}

.modal-body100 button{
    border: none;
    background-color: transparent;
    width: 205px;
}

.modal-footer-joana{
    display: flex;
    gap: 120px;
    margin-top: 38px;
}

#projeto-barco{
    width: 200px;
    height: 26px;
}


.container-form{
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background-color: #20234F;
    width: 93.5%;
    border-radius: .5rem;
    margin: 40px auto ;
}

.title-form{
    color: #fffcf5;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
}

.title-form h1{
    font-family: 'TrueNorth', sans-serif;
    font-size: 27px;
}

.title-form h2{
    font-size: 10px;
    font-family: 'TrueNorth', sans-serif;
}

.form-barcos{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 35px;
}

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

.nomewpp{
    display: flex;
    align-items: center;
    gap: 10px;
}

.conjform input{
    width: 330px;
    height: 33px;
    background-color: #fffcf5;
    color: #20234F;
    font-family: 'TrueNorth', sans-serif;
    font-size: 11px;
    padding-left: 8px;
    padding-bottom: 2px;
    border: none;
    border-radius: .3rem;
}

input::placeholder{
    color: #20234F;
    opacity: .6;
}

.diaenp{
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-barcos a{
    background-color: transparent;
    border: none;
    width: 160px;
    height: 30px;
    text-decoration: none;
}

.imgbtnenviar{
    width: 160px;
    height: 30px;
}



















/* Bootstrap carrossel modal */

.cainmodal {
    width: 400px;
    height: 380px;
    border-radius: .7rem;
}

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

.caroumodal100{
    width: 400px;
    height: 380px;
}

li::marker {
    color: transparent;
}

/* Fim - Bootstrap carrossel */



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

.titlepn{
    display: flex;
    align-items: center;
    gap: 35px;
}

.titlepn img{
    width: 150px;
    height: 65px;
}

.titlepn h1{
    font-size: 27px;
    font-family: 'TrueNorth', sans-serif;
}

.secondc-c5{
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
}

.leftcsc5{
    display: flex;
    flex-direction: column;
    gap: 50px;
    font-size: 17px;
}

.btn-wpp{
    width: 270px;
    height: 53px;
}






.container-c22{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    margin-top: 60px;
}

.btntitlec{
    margin-top: -19px;
    margin-left: 80px;
    width: 250px;
    height: 39px;
    position: absolute;
}

.firstp{
    margin-top: 68px !important;
}

.btnpax{
    width: 300px;
    height: 36px;
    margin-top: 10px;
    margin-left: 50px;
}

.mtbpax{
    margin-bottom: 25px;
}

.mtpax{
    margin-top: 30px;
}

.box-extras{
    border: 1.5px solid #3490C3;
    width: 870px;
    margin-bottom: 60px;
}

.btnextra{
    position: absolute;
    margin-top: -21px;
    width: 270px;
    height: 40px;
    margin-left: 300px;
}

.container-extras{
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-top: 70px;
    margin-left: 23px;
    margin-bottom: 20px;
}

.fcextras{
    display: flex;
    gap: 100px;
    color: #3490C3;
}

.scextras{
    display: flex;
    gap: 85px;
    color: #3490C3;
}

.leftfcextras{
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 17px;
}

.rightfcextras{
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-family: 'TrueNorth', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.rightfcextras p{
    margin-top: -1px;
    color: #3490C3 !important;
}

.leftscextras{
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 17px;
}

.leftfcextras p{
    color: #3490C3 !important;
}

.leftscextras p{
    color: #3490C3 !important;
}

.rightscextras{
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-family: 'TrueNorth', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.rightscextras p{
    margin-top: -2.5px;
    color: #3490C3 !important;
}

.mlwpp{
    margin-left: 30px;
    margin-bottom: 100px;
}

.firstc-c22{
    border: 1.5px solid #20234F;
    width: 400px;
    display: flex;
    flex-direction: column;
    
}

.firstc-c22 p{
    text-align: start;
    margin-left: 90px;
    margin-top: 10px;
    font-size: 17px;
    color: #20234F;
}

.secondc-c22 p{
    text-align: start;
    margin-left: 90px;
    margin-top: 10px;
    font-size: 17px;
    color: #20234F;
}

.mgt15{
    margin-top: 35px !important;
}

.secondc-c22{
    border: 1.5px solid #8a0b0b;
    width: 400px;
    display: flex;
    flex-direction: column;
}

.thridc-c5{
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 50px;
}







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

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

.mtmenos{
    margin-top: 5px;
}

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

input:focus{
    outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#logo-footerhidden{
    display: none;
}

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

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





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





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




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

    .final-menu{
        display: none;
    }

    .cabecalho{
        height: initial;
    }

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




    .logoartemaisbarco{
        width: 130px;
        height: 130px;
    }

    .logosmaisbarco{
        gap: 0px;
    }


    .container-grande-footer{
        gap: 230px;
    }

    .btn-cf{
        gap: 50px;
    }










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

    .box-modal-icons{
        max-width: 400px;
    }
    
    .modal-header100{
        justify-content: center;
    }
    
    .modal-header100 h1{
        text-align: center;
    }

    #icon-modal3{
        width: 24px !important;
        height: 24px !important;
    }
    
    .close-modal100 {
        display: none;
    }
    
    .modal-body100{
        flex-direction: column-reverse;  
    }
    
    .modal-body-left{
        display: flex;
        flex-direction: column;
    }
    
    
    
    
}


@media screen and (max-width:980px){
    .firstc-c1{
        flex-direction: column;
        gap: 40px;
    }

    .leftc-c1{
        gap: 40px;
    }

    .leftc-c1 h1{
        text-align: center;
    }

    .leftc-c1 p{
        width: 400px;
        margin: 0 auto;
    }

    .leftc-c1 br{
        display: none;
    }

    .secondc-c1{
        flex-direction: column-reverse;
        margin-right: 0px;
    }

    .secondc-c1 h1{
        text-align: center;
    }

    .rightsc-c1{
        gap: 40px;
    }

    .rightsc-c1 p{
        width: 400px;
        margin: 0 auto;
    }

    .rightsc-c1 br{
        display: none;
    }

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

    .hidden980c{
        display: block;
    }

    .hiddenlc1{
        display: none;
    }

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










    .conteudo4-container{
        width: 100%;
        gap: 20px;
    }

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

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

    .box-conteudo4{
        width: 320px;
        flex-shrink: 0;
        position: relative;
    }

    #img-box-conteudo4 {
        width: 320px;
        object-fit: cover;
    }


    .titlepn{
        flex-direction: column;
    }

    .titlepn img{
        width: 180px;
        height: 83px;
    }

    .secondc-c5{
        flex-direction: column;
        margin-top: 40px;
        gap: 40px;
    }

    .leftcsc5 br{
        display: none;
    }

    .leftcsc5 p{
        width: 400px;
    }

    .hiddena{
        display: none;
    }

    .container-c22{
        flex-direction: column;
    }

    .container-extras{
        flex-direction: column;
        align-items: center;
        margin-left: 0px;
        gap: 8px;
    }

    .fcextras{
        justify-content: center;
    }

    .box-extras{
        width: 400px;
    }

    .btnextra{
        margin-left: 60px;
    }

    .leftfcextras,
    .rightfcextras{
        gap: 17px;
    }

    .scextras{
        gap: 75px;
    }
}



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





    
    .title-form h1{
        text-align: center;
    }
    
    .title-form h2{
        text-align: center;
    }
    
    .nomewpp{
        flex-direction: column;
    }
    
    .diaenp{
        flex-direction: column;
    }








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




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

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

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

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

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

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

    #icon-modal3{
        width: 24px !important;
        height: 24px !important;
    }



/* Bootstrap carrossel */

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

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

.carousel{
    width: 100%;
    height: 380px;
}

li::marker {
    color: transparent;
}

/* Fim - Bootstrap carrossel */


.conteudo1{
    width: 100%;
    margin-top: 70px;
}

.leftc-c1 h1{
    text-wrap: nowrap;
    font-size: 27px;
}

.firstc-c1{
    width: 85%;
}

.leftc-c1 p{
    width: 100%;
    font-size: 16px;
}

.rightc-c1{
    width: 100%;
}

.rightsc-c1 h1{
    font-size: 27px;
}

.rightsc-c1 p{
    width: 85%;
}

.hidden980c{
    width: 85%;
}

.leftcsc5 p{
    width: 85%;
    margin: 0 auto;
}

.rightcsc5{
    width: 85%;
}

.firstc-c22{
    width: 350px;
}

.firstc-c22 p{
    margin-left: 60px;
}

.btntitlec{
    margin-left: 50px;
}

.btnpax{
    margin-left: 25px;
}

.secondc-c22{
    width: 350px;
}

.secondc-c22 p{
    margin-left: 60px;
}

.mgt15{
    margin-top: 10px !important;
}

.box-extras{
    width: 350px;
}

.btnextra{
    margin-left: 35px;
}

.fcextras{
    gap: 80px;
}

.scextras{
    gap: 52px;
}




.conjform input{
    width: 260px;
}

.container-form{
    width: 90%;
}





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

    .modal-header100 h1{
        font-size: 25px;
    }

    

    .modal100 p{
        font-size: 14px;
        max-width: 220px;
    }

    .modal-body100{
        padding: 0px;
    }

    .modal-text100 br{
        display: none;
    }

    .modal-body-right{
        padding-left: 20px;
        padding-right: 20px;
    }



}





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

    #icon-modal3{
        width: 24px !important;
        height: 24px !important;
    }
}

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

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


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

    #icon-modal3{
        width: 24px !important;
        height: 24px !important;
    }

    .firstc-c22{
        width: 320px;
    }

    .btntitlec{
        margin-left: 35px;
    }

    .firstc-c22 p{
        margin-left: 50px;
    }

    .btnpax{
        width: 270px;
        height: 33.4px;
    }

    .secondc-c22{
        width: 320px;
    }

    .secondc-c22 p{
        margin-left: 50px;
    }

    .box-extras{
        width: 320px;
    }

    .btnextra{
        margin-left: 25px;
    }

    .fcextras{
        gap: 50px;
    }

    .scextras{
        margin-left: 18px;
    }


    .modal-body-left{
        padding-left: 15px;
        padding-right: 15px;
    }
}