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

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

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

.modal-usuario{
    height: 100vw;
    width: 330px;
    background-color: #fffcf5;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    display: none;
}

.overlay-usuario {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}

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

.header-bmu{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.header-bmu p{
    width: 200px;
    text-align: center;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 1.7px;
    display: none;
}

.fotousuario{
    border: 2px solid #20234F;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fotousuario img{
    width: 20px;
    height: 24px;
}

.body-bmu{
    margin-top: 45px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.btns-usuario{
    width: 90%;
    height: 35px;
    border-top: 1.4px solid #20234F;
    border-bottom: 1.4px solid #20234F;
    color: #20234F;
    padding-top: 8px;
    padding-left: 25px;
    text-decoration: none;
    transition: .5s ease;
    margin-top: 0.6px;
}

.btns-usuario:hover{
    background-color: #c1c3c6;
    width: 100%;
}

.btn-sair{
    margin-top: 50px;
    width: 90%;
}

.cabecalho{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 143.5px;
    width: 100%;
    background-color: #ffcc00;
    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: 38px;
    padding-top: 40px;
    overflow: hidden;
}

.cabecalho.rolagem{
    height: 110px;
}

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

#fita{
    height: 25px;
    width: 100%;
    z-index: 4;
    top: 13.45%;
    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: 40.61px;
    width: 170px;
    margin-left: 190px;
}

.icon-logado{
    width: 20px;
    height: 24px;
    cursor: pointer;
}

.final-menu{
    display: flex;
    align-items: center;
    gap: 35px;
    color: #20234F;
}

.final-menu p{
    font-weight: 600;
}

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

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

#fm i{
    margin-top: 3px;
}

.lupaecarrinho{
    display: flex;
    align-items: center;
    gap: 20px;
}

.btnlupa{
    border: none;
    background-color: transparent;
    width: 30px;
    height: 25px;
    overflow: hidden;
}

.btnlupa img{
    height: 21px;
    margin-top: 3px;
    width: 21px;
}

.btncarrinho{
    border: none;
    background-color: transparent;
    width: 45px;
    height: 24px;
    overflow: hidden;
}

.btncarrinho img{
    height: 24px;
    width: 30px;
    
}

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

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

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

.visible {
    display: block;
}

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

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

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

.casagoiatext{
    width: 335px;
    height: 370px;
    background-color: #ffcc00;
    z-index: 2;
    position: absolute;
    top: 52%;
    left: 34%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-left: 35px;
    padding-right: 35px;
}

.casagoiatext p{
    color: #20234F;
    margin-top: 20px;
    font-weight: 500;
}

#gps{
    font-size: 17px;
}

#logog{
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-top: 35px;
    margin-bottom: 15px;
}

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

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

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

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

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



.conteudo2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 330px;
    gap: 50px;
}

.carrossel-c2{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.parte1c2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#marcas{
    width: 100px;
    height: 100px;
    object-fit: cover;
    background-color: #ffcc00;
    border-radius: 50%;
}

.cattxt{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    width: 147.20px;
}

.cattxt p{
    font-family: 'TrueNorth', sans-serif;
    color: #20234F;
    font-size: 15px;
    text-align: center;
}

.btn-c2{
    width: 187px;
    height: 32px;
    border: none;
    background-color: transparent;
    overflow: hidden;
}

.btn-c2 img{
    width: 100%;
    height: 30px;
}

.conteudo3{
    background-color: #ffcc00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.conteudo3 > h1{
    margin-top: 70px;
    color: #20234F;
    margin-bottom: 50px;
    font-weight: 400;
}

.btns-c3{
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 35px;
}

.btn-c3{
    width: 187px;
    height: 32px;
    border: none;
    background-color: transparent;
    overflow: hidden;
}

.btn-c3 img{
    width: 100%;
    height: 30px;
}

.carrossel-c3{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 100px;
}

.boxes-carrossel-c3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.boxpadrao{
    width: 250px;
    height: auto;
    padding: 12px;
    overflow: hidden;
    border-radius: .4rem;
    border: 1.8px solid #20234F;
}

.body-boxpadrao a{
    text-decoration: none;
}

#imgboxpadrao{
    width: 100%;
    height: 262px;
    background-color: #e7d7d7;
    object-fit: cover;
    border-radius: .4rem;
}

.favoritos-e{
    width: 135px;
    height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.body-boxpadrao{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 11px;
    margin-top: 10px;
}

.body-boxpadrao p{
    color: #20234F;
    font-size: 17px;
    margin-bottom: 7px;
}

.body-boxpadrao h1{
    font-size: 16.5px;
    font-weight: 400;
    color: #20234F;
    margin-bottom: 9px;
    height: 50px;
}

.btnadicionar{
    width: 187px;
    height: 32px;
    border: none;
    background-color: transparent;
    overflow: hidden;
}

.btnadicionar:hover{
    border-radius: 12px;
}

.btnadicionar img{
    width: 100%;
    height: 30px;
}

.btn3-left,
.btn3-right{
    background-color: transparent;
    width: 35px;
    height: 35px;
    border: none;
}

.btn3-left i,
.btn3-right i{
    font-size: 26px;
    color: #20234F;
}

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

.logomarcas-carrossel{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
    margin-bottom: 50px;
}

.carrossel-marcas{
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
/*
.carrossel-marcas span{
    background-color: transparent;
    color: #fff;
    padding: 5px 10px;
}

.bandeiracat{
    width: 120px;
    height: 30px;
}  */

.carrossel-marcas span.categoria-item {
    position: relative; /* Define como referência para posicionamento absoluto interno */
    display: inline-block; /* Permite controlar largura e altura */
    width: 187px; /* Define o tamanho do botão */
    height: 32px; /* Define a altura */
    text-align: center; /* Centraliza o texto horizontalmente */
    cursor: pointer;
}

.carrossel-marcas span.categoria-item img.bandeiracat {
    width: 100%; /* Faz a imagem ocupar todo o botão */
    height: 100%; /* Ajusta a altura para o botão */
    display: block; /* Remove espaço extra causado por elementos inline */
}

.carrossel-marcas span.categoria-item .categoria-texto {
    position: absolute; /* Permite posicionar o texto em relação ao elemento pai */
    top: 38%; /* Move o texto para o meio verticalmente */
    left: 50%; /* Move o texto para o meio horizontalmente */
    transform: translate(-50%, -50%); /* Centraliza o texto no meio */
    color: #ffcc00; /* Cor do texto */
    font-size: 14px; /* Ajuste o tamanho do texto */
    z-index: 2; /* Garante que o texto esteja acima da imagem */
    pointer-events: none; /* Garante que o clique passe para o botão e não no texto */
    font-family: 'TrueNorth', sans-serif;
    font-size: 18px;
    text-wrap: nowrap !important;
    text-transform: uppercase;
}


#lgmarca{
    background-color: #20234F;
    width: 180px;
    height: 60px;
}

.conteudo4-body-boxes{
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.textimg{
    width: 900px;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.text1-c5{
    background-color: #ffcc00;
    height: 270px;
    width: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding-left: 28px;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.text1-c5 h1{
    font-size: 22px;
    font-weight: 400;
    color: #20234F;
}

.text1-c5 p{
    margin-bottom: 20px;
    color: #20234F;
    width: 260px;
}

.btnvermais{
    width: 150px;
    height: 32px;
    border: none;
    background-color: #20234F;
    overflow: hidden;
    color: #fffcf5;
    border-radius: .4rem;
    font-family: 'TrueNorth', sans-serif;
    padding-bottom: 7px;
    font-size: 16px;
    cursor: pointer;
    transition: .5s ease;
}

.btnvermais:hover{
    background-color: #363963;
}

#img1-c5{
    width: 310px;
    height: 310px;
    overflow: hidden;
    background-color: #e7d7d7;
    object-fit: cover;
    border-radius: .5rem;
}

#img2-c5{
    height: 310px;
    width: 310px;
    object-fit: cover;
    background-color: #e7d7d7;
    overflow: hidden;
    border-radius: .5rem;
}

.text2-c5{
    width: 470px;
    height: 270px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #ffcc00;
    gap: 30px;
    padding-left: 30px;
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.text2-c5 h1{
    font-size: 22px;
    font-weight: 400;
    color: #20234F;
}

.text2-c5 p{
    width: 260px;
    margin-bottom: 20px;
    color: #20234F;
}






.conteudo9{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.mapa-gastromar{
    margin: 0px auto 80px;
    background-color: #363963;
    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: #ffcc00;
    font-family: 'Georgia', sans-serif;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;

}

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

.rodape h2{
    color: #20234F;
    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;
}

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

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

input:focus{
    outline: none;
}

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

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

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

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

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

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

.logofhb{
    display: none;
}

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

.btn-f a{
    cursor: pointer;
}

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

.left-footer{
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 70px;
    text-align: end;
    color: #20234F;
}

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

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

#logo-footerhidden{
    display: none;
}

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

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



.item-count {
    position: fixed;
    background: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    right: 55px;
    bottom: 50px;
    z-index: 11;
}

.fixed-carrinho{
    position: fixed;
    bottom: 20px;  /* Distance from the bottom of the screen */
    right: 20px;   /* Distance from the right side of the screen */
    width: 50px;   /* Width of the icon */
    height: 50px;  /* Height of the icon */
    background-color: #20234F; /* Background color */
    border-radius: 50%; /* Make the icon circular */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
    cursor: pointer;
    z-index: 10;
}

.fixed-carrinho:hover{
    transition: 0.5s;
    background-color: #363963;
}

.fixed-carrinho i{
    color: #ffcc00;
}





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

@media (max-width: 1190px) {
    .conteudo4-body-boxes{
        grid-template-columns: 1fr 1fr 1fr;
    }

    .boxes-carrossel-c3{
        grid-template-columns: 1fr 1fr;
    }


    .btns-c3{
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        place-items: center;
        margin-bottom: 35px;
    }
  }

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



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

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


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

#icone-banner3{
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Fim - Estilização Header*/


.conteudo2{
    height: inherit;
}

.parte1c2{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.cattxt{
    margin-top: 15px;
}

.carrossel-c2{
    margin-bottom: 35px;
}







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

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





@media (max-width: 870px) {
    .conteudo4-body-boxes{
        grid-template-columns: 1fr 1fr;
    }

    .twocontainershead{
        height: 520px;
    }

    .textimg{
        flex-direction: column;
        height: inherit;
    }

    .text1-c5{
        border-radius: .3rem;
        height: 370px;
        padding-left: 0px;
        text-align: center;
    }

    .text1-c5 h1{
        margin-top: 80px;
    }

    .text1-c5 p{
        margin: 0 auto;
        text-align: start;
    }


    .text2-c5 {
        border-radius: .3rem;
        height: 370px;
        padding-left: 0px;
        text-align: center;
    }

    .text2-c5 h1{
        margin-top: 80px;
    }

    .text2-c5 p{
        margin: 0 auto;
        text-align: start;
    }

    #img2-c5 {
        position: absolute;
        margin-top: -500px;
    }


    .collr{
        display: flex;
        flex-direction: column-reverse !important;
    }

    .conteudo5{
        margin-top: 300px;
        gap: 350px;
    }

    #img1-c5{
        position: absolute;
        margin-top: -500px;
    }







    /* Inicio - Rodapé */

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

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

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

    #logoartejapapeixe{
        height: 80px;
        width: 70px;
    }

    .btns-c3{
        grid-template-columns: 1fr 1fr;
        margin-bottom: 50px;
    }

    .carrossel-marcas{
        grid-template-columns: 1fr 1fr;
    }
}



@media (max-width: 590px) {
    
    .parte1c2{
        grid-template-columns: 1fr 1fr;
    }

    .conteudo4-body-boxes{
        width: 90%;
        gap: 10px;
    }

    .carrossel-c3{
        width: 100%;
    }



    .btnadicionar{
        width: 100%;
    }


    .boxes-carrossel-c3{
        width: 90%;
        gap: 10px;
    }

    .boxpadrao{
        width: 100%;
    }


}



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

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

    #logocasasaravaazul{
        width: 250px;
        height: 90px;
    }

    .btn-c3{
        width: 150px;
        height: 28px;
    }

    .btn-c3 img{
        height: 28px;
    }


    .text2-c5 h1,
    .text1-c5 h1{
        width: 300px;
        margin: 80px auto 0px;
    }

    .btnvermais{
        padding-bottom: 5.5px;
    }

    .carrossel-marcas span.categoria-item {
        position: relative;
        display: inline-block;
        width: 150px;
        height: 28px;
        text-align: center;
        cursor: pointer;
    }

    .carrossel-marcas span.categoria-item .categoria-texto{
        font-size: 16px;
    }

    .conteudo5{
        gap: 300px;
    }




    .logofhb{
        display: block;
        width: 144px;
        height: 35px;
    }

    .lk-fr{
        text-align: center;
    }

    .btn-f{
        justify-content: center;
    }


    #logo-footerhidden{
        display: none;
    }
}

@media screen and (max-width:450px){
    .btnadicionar{
        height: 27px;
    }

    .btnadicionar img{
        height: 27px;
    }
}


@media screen and (max-width:400px){
    .btnadicionar{
        height: 25px;
    }

    .btnadicionar img{
        height: 25px;
    }
}
