/* Reset / Gerais */
header .container-fluid {
  padding: 0;
}

body {
  background: #fff;
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
  color: #0B2B51;
  text-align: center;
}

h2{
  font-size: 50px;
}

.flexH, #fortalecimentoMarca, #produtosDestaque .destaques, .conteudoSobreNos, .videoAGondolas, .conteudoFooter, .direitosReservados, .apresentacaoProduto, .diferenciais, .especificacoes, 
.banner, .conteudoPQGB{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.flexV, .conteudoFortalecimentoMarca, #produtosDestaque .produto, .informacoesInstitucionais, .boxDiferenciais, .imgSelo{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

a{
  text-decoration: none
}

p{
  font-size: 22px;
  font-family: 'Aquawax', sans-serif;
}

#produtosDestaque h2::after, #sobre h2::after, #fotosClientes h2::after, #sobreAGondolas h2::after, main#carrinhos h1::after, main#cestinhos h1::after, 
main#gondolasFarmacia h1::after, main#gondolas h1::after, main#expositorPisos h1::after, main#acessoriosGondolas h1::after, main#mpp h1::after, main#balcoesAtendimento h1::after,
main#moveisAco h1::after, main#checkOut h1::after, main#estantes h1::after, main#rack h1::after{
  content: "";
  display: block;
  width: 400px;
  height: 45px;
  margin: 6px auto 0;
  background: url("../img/linha.png") center/contain no-repeat;
}

ul{
  list-style-type: none;
}

/* Tipografia */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'London MM';
  src: url('../fonts/LondonMM.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PrimeTime';
  src: url('../fonts/PRIMETIME\ ©\ PERSONAL\ USE\ ONLY.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aquawax';
  src: url('../fonts/Aquawax.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Barra de Navegação */
span.cxLogoNavBar{
  height: 12rem;
  width: 30rem;
  background-color: #EBEBEB;
  margin: -7px 0 0 -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cxLogoNavBar img{
  max-height: 175px;
}

#navbarGondolas {
  background-color: #DF553D;
}

#navbarGondolas ul li{
  padding: 0 1rem;
}
#navbarGondolas ul li a{
  color: #0B2B51;
  font-family: 'London MM';
  font-size: 26.72px;
}

#navbarGondolas ul li a.active{
  color: #fff;
}

#navbarGondolas ul li a.dropdown-item{
  font-size: 16px;
}

/* Submenu do dropdown (Catálogos > Amapá) */
#navbarGondolas .dropdown-menu .dropdown-menu{
  margin-top: 0;
}

#navbarGondolas .dropdown-submenu.show > .dropdown-menu{
  display: block;
}

@media (min-width: 992px){
  #navbarGondolas .dropend > .dropdown-menu{
    top: 0;
    left: 100%;
    margin-left: .1rem;
  }
}

@media (max-width: 991.98px){
  #navbarGondolas .dropdown-menu .dropdown-menu{
    padding-left: 1rem;
  }
}

/* Main */
/* Carrossel Home */
#carouselHome{
  margin-top: -8px;
}

/* Carrossel Home - Texto */
#carouselHome .carousel-caption{
  position: absolute;
}

#carouselHome .carousel-caption h5{
  position: relative;
  font-size: 30px;
  font-family: "PrimeTime", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

#carouselHome .carousel-caption h5.s1{
  bottom: 20px;
  left: 450px;
}
#carouselHome .carousel-caption h5.s2{
  bottom: 420px;
  left: 250px;
  color: #000;
}
#carouselHome .carousel-caption h5.s3{
  bottom: 100px;
  color: #000;
}

.carousel-item img{
  display: block;
  width: 100%;
  max-height: 700px;
}

/* Fortalecimento de Marca */
#fortalecimentoMarca{
  gap: 100px;
  padding: 100px 0;
}

.conteudoFortalecimentoMarca{
  gap: 10px;
  text-transform: uppercase; 
}

.conteudoFortalecimentoMarca img{
  height: 124px;
}

.conteudoFortalecimentoMarca h2{
  font-family: "Kanit", sans-serif;
  font-weight: bold;
  position: relative;
  color: #7f7f7f;
}

.conteudoFortalecimentoMarca h6{
  font-family: "London MM", sans-serif;
  max-width: 150px;
  color: #7f7f7f;
}



/* Produtos em Destaque */
#produtosDestaque h2{
    font-family: 'Aquawax', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 50px;
}

#produtosDestaque h2 span{
  font-weight: bolder;
}

#produtosDestaque .destaques{
  gap: 75px;
  align-items: flex-end;
}

#produtosDestaque .produto{
  gap: 30px;
}

#produtosDestaque .produto h3{
  font-family: "Kanit", sans-serif;
  font-weight: 700;
}

.botaoVerMais{
  border: 1px solid #DF553D;
  background-color: #DF553D;
  color: #fff;
  padding: 15px;
  border-radius: 25px
}
.botaoVerMais:hover{
  background-color: transparent;
  color: #DF553D;
  padding: 15px;
  border-radius: 25px;
}


/* Section Sobre */
#sobre{
  padding: 6rem 0;
}

.conteudoSobreNos{
 align-items: center;
 margin-top: 100px;
}

#sobre p{
  max-width: 755px;
}


/* FOTOS - Carrossel */
#fotosClientes p{
  text-align: center;
  max-width: 700px;
  margin-left: 25vw;
  margin-top: 50px;
}

/* Container principal do carrossel */
.gb-carousel-container {
  width: 90%;
  max-width: 1000px;
  overflow: hidden;
  position: relative;
  margin: 4rem auto; /* centraliza na página */
}

/* Linha interna com os itens */
.gb-carousel-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

/* Cada item */
.gb-carousel-item {
  flex: 0 0 30%;
  display: none; /* apenas left/center/right aparecem */
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0.85;
  position: relative; /* para overlay de degradê */
  order: 3; /* padrão fora do trio visível */
}

.gb-carousel-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

/* Itens visíveis */
.gb-carousel-item.left,
.gb-carousel-item.center,
.gb-carousel-item.right {
  display: flex;
}

/* Central 100% visível e levemente maior */
.gb-carousel-item.center {
  opacity: 1;
  transform: scale(1.02);
  z-index: 2;
}

/* Ordenação visual: left | center | right */
.gb-carousel-item.left { order: 0; }
.gb-carousel-item.center { order: 1; }
.gb-carousel-item.right { order: 2; }

/* Degradê nas pontas - overlay branco */
.gb-carousel-item.left::after,
.gb-carousel-item.right::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  pointer-events: none;
}

/* Esquerda: some em direção à esquerda */
.gb-carousel-item.left::after {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 1) 80%
  );
}

/* Direita: some em direção à direita */
.gb-carousel-item.right::after {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 1) 80%
  );
}

/* Controles */
.gb-controls {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.gb-control-btn {
  pointer-events: auto;
  background: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.15);
  color: #111;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  user-select: none;
}

.gb-control-btn:hover {
  background: rgba(0,0,0,0.08);
}

.gb-control-btn:active {
  transform: scale(0.96);
}


/* Section Sobre A Gôndolas */
#sobreAGondolas{
  padding: 4rem;
}

#sobreAGondolas .videoAGondolas{
  background-image: url(../img/fundoSobreAGondolas.png);
  width: 100vw;
  margin-left: -70px;
  padding: 50px 0;
}

#sobreAGondolas video{
  width: 450px;
  max-width: 90vw;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* FOOTER */
footer{
  background-color: #DF553D;
  text-transform: uppercase;
  color: #0B2B51;
  font-family: "London MM", sans-serif;
  font-weight: 700;
}

.logoFooter{
  width: 216px;
}

footer h2{
  color: #fff;
  font-family: 'Aquawax', sans-serif;
  margin-left: 30px;
}

footer ul{
  list-style-type: none;
}

footer ul li{
  padding: 5px 0;
  text-align: center;
}

footer a{
  color: #0B2B51;
  font-family: "London MM", sans-serif;
  font-weight: 700;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 576px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
}

.conteudoFooter{
  padding-top: 50px;
  gap: 200px;
}

.informacoesInstitucionais{
  gap: 30px;
  align-items: flex-start;
}

.redesSociais img{
  width: 60px;
}

.telefone img, .email img{
  margin-right: 15px;
}

.direitosReservados{
  background-color: #0B2B51;
  color: #fff;
  height: 50px;
  text-align: center;
  align-items: center;
}

.direitosReservados a{
  color: #DF553D;
  margin-left: 10px;
}












/* Responsivo */
@media (max-width: 768px) {
  .gb-carousel-inner {
    gap: 1rem;
  }

  .gb-carousel-item {
    flex: 0 0 80%;
  }
}

@media (min-width: 992px) {
  #navbarGondolas {
    height: 17rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -7px;
  }
}




/* ===========================
   RESPONSIVO — GÔNDOLAS BRASIL
   (Cole no final do CSS)
   =========================== */

/* Helpers */
:root{
  --gb-azul: #0B2B51;
  --gb-laranja: #DF553D;
  --gb-cinza: #EBEBEB;
}

/* Melhorias base (sem mexer no visual desktop) */
#fortalecimentoMarca,
#produtosDestaque .destaques,
.conteudoSobreNos,
.conteudoFooter{
  flex-wrap: wrap;
}

#fotosClientes p{
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* Evita menu “estranho” no mobile: deixa o collapse funcionar bem */
@media (max-width: 991.98px){
  #navbarGondolas{
    width: 100%;
    padding: 12px 0 18px;
  }

  #navbarGondolas .navbar-nav{
    width: 100%;
    align-items: center;
  }

  #navbarGondolas .nav-item{
    width: 100%;
    text-align: center;
  }

  #navbarGondolas .dropdown-menu{
    width: min(92vw, 420px);
    margin: 10px auto 0;
    text-align: left;
  }

  /* evita o dropdown “flutuando” por cima de tudo */
  .dropdown-menu{
    position: static;
    float: none;
  }

  /* dá um respiro visual */
  #navbarGondolas ul li{
    padding: .35rem 0;
  }
}

/* ===========================
   0) Até 319.9px
   =========================== */
@media (max-width: 319.98px){

  h2{ font-size: 28px; }
  p{ font-size: 16px; }

  /* Navbar */
  span.cxLogoNavBar{
    width: 60vw;
    height: auto;
    padding: 18px 12px;
    margin: 0;
  }
  .cxLogoNavBar img{ max-height: 90px; }

  .navbar .container-fluid{
    padding: 8px 10px;
    gap: 10px;
    align-items: center;
  }

  /* Fortalecimento */
  #fortalecimentoMarca{
    gap: 22px;
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
  }
  .conteudoFortalecimentoMarca img{ height: 78px; }
  .conteudoFortalecimentoMarca h6{ max-width: 220px; }

  /* Produtos em destaque */
  #produtosDestaque .destaques{
    gap: 22px;
    padding: 0 10px;
  }
  #produtosDestaque .produto img{
    width: min(86vw, 260px);
    height: auto;
  }

  /* Sobre */
  #sobre{ padding: 3rem 0; }
  .conteudoSobreNos{
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
    padding: 0 12px;
  }
  #sobre p{ max-width: 92vw; }
  .conteudoSobreNos img{
    width: min(92vw, 360px);
    height: auto;
  }

  /* Carrossel fotos */
  .gb-carousel-container{
    width: 96%;
    margin: 2.5rem auto;
  }
  .gb-carousel-inner{ gap: .5rem; }
  .gb-carousel-item{ flex: 0 0 92%; }

  /* Sobre a Gôndolas */
  #sobreAGondolas{ padding: 2rem 1rem; }
  #sobreAGondolas .videoAGondolas{
    margin-left: 0;
    width: 100%;
    padding: 24px 0;
    background-size: cover;
  }
  #sobreAGondolas video{ width: min(92vw, 360px); }

  /* Footer */
  .conteudoFooter{
    gap: 30px;
    padding: 40px 12px 20px;
    flex-direction: column;
    align-items: center;
  }
  footer h2{ margin-left: 0; font-size: 28px; }
  .informacoesInstitucionais{ align-items: center; }
  .redesSociais img{ width: 44px; }
}


/* ===========================
   1) 320px - 359.9px
   =========================== */
@media (min-width: 320px) and (max-width: 359.98px){
  h2{ font-size: 30px; }
  p{ font-size: 17px; }

  /* ajuste fino */

  #carouselHome .carousel-inner img{
    height: 300px;
    width: auto;
    margin-left: -200px;
  }

  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -250px;
  }
  #carouselHome .carousel-inner img.CHMPP2{
    margin-left: -420px;
  }

  #produtosDestaque h2::after, #sobre h2::after, #fotosClientes h2::after, #sobreAGondolas h2::after, main#carrinhos h1::after, main#cestinhos h1::after, 
  main#gondolasFarmacia h1::after, main#gondolas h1::after, main#expositorPisos h1::after, main#acessoriosGondolas h1::after, main#mpp h1::after, main#balcoesAtendimento h1::after,
  main#moveisAco h1::after, main#checkOut h1::after, main#estantes h1::after, main#rack h1::after{
    content: "";
    display: block;
    width: 200px;
    height: 45px;
    margin: 6px auto 0;
    background: url("../img/linha.png") center/contain no-repeat;
  }

  .conteudoSobreNos img{
    display: none;
  }

  #fotosClientes{
    margin-top: -30px;
  }

  img.logoFooter{
    height: 155px;
    margin-left: 45px;
  }

  footer h2{
    margin-left: 0px;
  }

  footer ul{
    margin-left: -30px;
  }

  footer ul li{
    font-size: 13px;
  }
  .redesSociais{
    margin-left: 40px;
  }
  .redesSociais img{
    width: 40px;
  }

  .telefone img, .email img{
    margin-right: 10px;
  }

  .telefone, .email{
    font-size: 14px;
  }

  .direitosReservados{
    background-color: #0B2B51;
    color: #fff;
    height: 50px;
    text-align: center;
    align-items: center;
    font-size: 8px;
  }

  .direitosReservados a{
    color: #DF553D;
    margin-left: 10px;
    font-size: 10px;
  }

  span.cxLogoNavBar{
    width: 62vw;
    height: auto;
    padding: 18px 12px;
    margin: -20px 0 -15px -15px;
  }

  /* Fim Ajuste Fino */
  .cxLogoNavBar img{ max-height: 100px; }

  .navbar .container-fluid{
    padding: 10px 12px;
    gap: 10px;
  }

  #fortalecimentoMarca{
    gap: 26px;
    padding: 50px 0;
    flex-direction: column;
    align-items: center;
  }
  .conteudoFortalecimentoMarca img{ height: 86px; }

  #produtosDestaque .destaques{
    gap: 26px;
    padding: 0 12px;
  }
  #produtosDestaque .produto img{
    width: min(84vw, 290px);
    height: auto;
  }

  .conteudoSobreNos{
    flex-direction: column;
    gap: 26px;
    margin-top: 50px;
    padding: 0 14px;
  }
  #sobre p{ max-width: 92vw; }

  .gb-carousel-item{ flex: 0 0 88%; }

  #sobreAGondolas{ padding: 2.2rem 1rem; }
  #sobreAGondolas .videoAGondolas{
    margin-left: 0;
    width: 100%;
    padding: 26px 0;
    background-size: cover;
  }

  .conteudoFooter{
    gap: 34px;
    padding: 44px 14px 20px;
    flex-direction: column;
    align-items: center;
  }
}


/* ===========================
   2) 360px - 399.9px
   =========================== */
@media (min-width: 360px) and (max-width: 399.98px){

  h2{ font-size: 32px; }
  p{ font-size: 18px; }

  /* ajuste fino */
  #carouselHome .carousel-inner img{
    height: 300px;
    width: auto;
    margin-left: -200px;
  }

  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -195px;
  }
  #carouselHome .carousel-inner img.CHMPP2{
    margin-left: -400px;
  }

  #produtosDestaque h2::after, #sobre h2::after, #fotosClientes h2::after, #sobreAGondolas h2::after, main#carrinhos h1::after{
    content: "";
    display: block;
    width: 200px;
    height: 45px;
    margin: 6px auto 0;
    background: url("../img/linha.png") center/contain no-repeat;
  }

  .conteudoSobreNos img{
    display: none;
  }

  #fotosClientes{
    margin-top: -30px;
  }

  img.logoFooter{
    height: 155px;
    margin-left: 45px;
  }

  footer h2{
    margin-left: 0px;
  }

  footer ul{
    margin-left: -30px;
  }

  footer ul li{
    font-size: 13px;
  }
  .redesSociais{
    margin-left: 40px;
  }
  .redesSociais img{
    width: 40px;
  }

  .telefone img, .email img{
    margin-right: 10px;
  }

  .telefone, .email{
    font-size: 14px;
  }

  .direitosReservados{
    background-color: #0B2B51;
    color: #fff;
    height: 50px;
    text-align: center;
    align-items: center;
    font-size: 8px;
  }

  .direitosReservados a{
    color: #DF553D;
    margin-left: 10px;
    font-size: 10px;
  }

  span.cxLogoNavBar{
    width: 62vw;
    height: auto;
    padding: 18px 12px;
    margin: -20px 0 -15px -15px;
  }

  /* Fim Ajuste Fino */
  .cxLogoNavBar img{ max-height: 110px; }

  #fortalecimentoMarca{
    gap: 28px;
    padding: 55px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #produtosDestaque .destaques{
    gap: 28px;
    padding: 0 14px;
  }

  .conteudoSobreNos{
    flex-direction: column;
    gap: 28px;
    margin-top: 55px;
    padding: 0 14px;
  }

  .gb-carousel-item{ flex: 0 0 82%; }

  #sobreAGondolas .videoAGondolas{
    margin-left: 0;
    width: 100%;
    background-size: cover;
  }

  .conteudoFooter{
    gap: 36px;
    padding: 46px 14px 20px;
    flex-direction: column;
    align-items: center;
  }
}


/* ===========================
   3) 400px - 499.9px
   =========================== */
@media (min-width: 400px) and (max-width: 499.98px){

  h2{ font-size: 36px; }
  p{ font-size: 19px; }

  /* ajuste fino */
  #carouselHome .carousel-inner img{
    height: 300px;
    width: auto;
    margin-left: -175px;
  }

  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -180px;
  }
  #carouselHome .carousel-inner img.CHMPP2{
    margin-left: -30px;
  }

  #produtosDestaque h2::after, #sobre h2::after, #fotosClientes h2::after, #sobreAGondolas h2::after, main#carrinhos h1::after{
    content: "";
    display: block;
    width: 250px;
    height: 45px;
    margin: 6px auto 0;
    background: url("../img/linha.png") center/contain no-repeat;
  }

  .conteudoSobreNos img{
    display: none;
  }

  #fotosClientes{
    margin-top: -30px;
  }

  img.logoFooter{
    height: 155px;
    margin-left: 45px;
  }

  footer h2{
    margin-left: 0px;
  }

  footer ul{
    margin-left: -30px;
  }

  footer ul li{
    font-size: 13px;
  }
  .redesSociais{
    margin-left: 40px;
  }
  .redesSociais img{
    width: 40px;
  }

  .telefone img, .email img{
    margin-right: 10px;
  }

  .telefone, .email{
    font-size: 14px;
  }

  .direitosReservados{
    background-color: #0B2B51;
    color: #fff;
    height: 50px;
    text-align: center;
    align-items: center;
    font-size: 8px;
  }

  .direitosReservados a{
    color: #DF553D;
    margin-left: 10px;
    font-size: 10px;
  }

  span.cxLogoNavBar{
    width: 62vw;
    height: auto;
    padding: 18px 12px;
    margin: -20px 0 -15px -15px;
  }

  #fortalecimentoMarca{
    gap: 34px;
    padding: 60px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* Fim Ajuste Fino */

  .cxLogoNavBar img{ max-height: 120px; }

  #produtosDestaque .destaques{
    gap: 34px;
    padding: 0 16px;
  }

  .conteudoSobreNos{
    flex-direction: column;
    gap: 32px;
    margin-top: 60px;
    padding: 0 16px;
  }

  .gb-carousel-item{ flex: 0 0 74%; }

  #sobreAGondolas .videoAGondolas{
    margin-left: 0;
    width: 100%;
    background-size: cover;
  }

  .conteudoFooter{
    gap: 44px;
    padding: 50px 16px 20px;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 450px) and (max-width: 499.99px){
  #carouselHome .carousel-inner img{
    height: 300px;
    width: auto;
    margin-left: -150px;
  }
}
@media (min-width: 460px) and (max-width: 499.99px){
  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -176px;
  }
}
@media (min-width: 470px) and (max-width: 499.99px){
  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -170px;
  }
}
@media (min-width: 480px) and (max-width: 499.99px){
  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -165px;
  }
}
@media (min-width: 490px) and (max-width: 499.99px){
  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -160px;
  }
}


/* ===========================
   4) 500px - 599.9px
   =========================== */
@media (min-width: 500px) and (max-width: 599.98px){

  h2{ font-size: 40px; }
  p{ font-size: 20px; }

 /* ajuste fino */
  #carouselHome .carousel-inner img{
    height: 300px;
    width: auto;
    margin-left: -150px;
  }

  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -30%;
  }
  #carouselHome .carousel-inner img.CHMPP2{
    margin-left: -30px;
  }

  #produtosDestaque h2::after, #sobre h2::after, #fotosClientes h2::after, #sobreAGondolas h2::after, main#carrinhos h1::after{
    content: "";
    display: block;
    width: 250px;
    height: 45px;
    margin: 6px auto 0;
    background: url("../img/linha.png") center/contain no-repeat;
  }

  .conteudoSobreNos img{
    display: none;
  }

  #fotosClientes{
    margin-top: -30px;
  }

  img.logoFooter{
    height: 155px;
    margin-left: 45px;
  }

  footer h2{
    margin-left: 0px;
  }

  footer ul{
    margin-left: -30px;
  }

  footer ul li{
    font-size: 13px;
  }
  .redesSociais{
    margin-left: 40px;
  }
  .redesSociais img{
    width: 40px;
  }

  .telefone img, .email img{
    margin-right: 10px;
  }

  .telefone, .email{
    font-size: 14px;
  }

  .direitosReservados{
    background-color: #0B2B51;
    color: #fff;
    height: 50px;
    text-align: center;
    align-items: center;
    font-size: 8px;
  }

  .direitosReservados a{
    color: #DF553D;
    margin-left: 10px;
    font-size: 10px;
  }

  span.cxLogoNavBar{
    width: 62vw;
    height: auto;
    padding: 18px 12px;
    margin: -20px 0 -15px -15px;
  }

  /* Fim Ajuste Fino */

  .cxLogoNavBar img{ max-height: 130px; }

  #fortalecimentoMarca{
    gap: 40px;
    padding: 70px 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .conteudoFortalecimentoMarca{ width: 260px; }

  #produtosDestaque .destaques{
    gap: 40px;
    padding: 0 16px;
  }

  .conteudoSobreNos{
    flex-direction: column;
    gap: 34px;
    margin-top: 70px;
    padding: 0 18px;
  }

  .gb-carousel-item{ flex: 0 0 62%; }

  #sobreAGondolas .videoAGondolas{
    margin-left: 0;
    width: 100%;
    background-size: cover;
  }

  .conteudoFooter{
    gap: 50px;
    padding: 56px 18px 20px;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 520px) and (max-width: 599.99px){
  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -27%;
  }
}
@media (min-width: 540px) and (max-width: 599.99px){
  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -25%;
  }
}
@media (min-width: 550px) and (max-width: 599.99px){
  #carouselHome .carousel-inner img{
    height: 300px;
    width: auto;
    margin-left: -100px;
  }

   #carouselHome .carousel-inner img.CHMPP{
    margin-left: -23%;
  }
}
@media (min-width: 570px) and (max-width: 599.99px){
  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -20%;
  }
}

/* ===========================
   5) 600px - 999.9px
   =========================== */
@media (min-width: 600px) and (max-width: 991.98px){

  h2{ font-size: 44px; }
  p{ font-size: 21px; }

   /* ajuste fino */
   #carouselHome .carousel-inner img{
    height: 300px;
    width: auto;
    margin-left: -90px;
  }

  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -18%;
  }
  #carouselHome .carousel-inner img.CHMPP2{
    margin-left: -30px;
  }

  #carouselHome .s1, #carouselHome .s2, #carouselHome .s3{
    display: none;
  }

  #produtosDestaque h2::after, #sobre h2::after, #fotosClientes h2::after, #sobreAGondolas h2::after, main#carrinhos h1::after{
    content: "";
    display: block;
    width: 250px;
    height: 45px;
    margin: 6px auto 0;
    background: url("../img/linha.png") center/contain no-repeat;
  }

  .conteudoSobreNos img{
    display: none;
  }

  #fotosClientes{
    margin-top: -30px;
  }

  img.logoFooter{
    height: 155px;
    margin-left: 45px;
  }

  footer h2{
    margin-left: 0px;
  }

  footer ul{
    margin-left: -30px;
  }

  footer ul li{
    font-size: 13px;
  }
  .redesSociais{
    margin-left: 40px;
  }
  .redesSociais img{
    width: 40px;
  }

  .telefone img, .email img{
    margin-right: 10px;
  }

  .telefone, .email{
    font-size: 14px;
  }

  .direitosReservados{
    background-color: #0B2B51;
    color: #fff;
    height: 50px;
    text-align: center;
    align-items: center;
    font-size: 8px;
  }

  .direitosReservados a{
    color: #DF553D;
    margin-left: 10px;
    font-size: 10px;
  }

  span.cxLogoNavBar{
    width: 360px;
    height: auto;
    padding: 18px 12px;
    margin: -20px 0 -15px -15px;
  }


  /* Fim Ajuste Fino */
  .cxLogoNavBar img{ max-height: 150px; }

  #fortalecimentoMarca{
    gap: 50px;
    padding: 80px 0;
  }
  .conteudoFortalecimentoMarca{ width: 260px; }

  #produtosDestaque .destaques{
    gap: 50px;
    padding: 0 20px;
  }

  .conteudoSobreNos{
    flex-direction: row;
    gap: 34px;
    margin-top: 80px;
    padding: 0 20px;
  }
  #sobre p{ max-width: 520px; }
  .conteudoSobreNos img{ width: 260px; height: auto; }

  .gb-carousel-item{ flex: 0 0 45%; }

  #sobreAGondolas .videoAGondolas{
    margin-left: 0;
    width: 100%;
    background-size: cover;
  }

  .conteudoFooter{
    gap: 70px;
    padding: 60px 20px 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 50px;
  }
}
@media (min-width: 620px) and (max-width: 991.99px){
  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -15%;
  }
}
@media (min-width: 650px) and (max-width: 991.99px){
  #carouselHome .carousel-inner img{
    height: 300px;
    width: auto;
    margin-left: -70px;
  }

  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -10%;
  }
}

@media (min-width: 700px) and (max-width: 991.99px){
  #carouselHome .carousel-inner img{
    height: 300px;
    width: auto;
    margin-left: -30px;
  }

  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -8%;
  }
}
@media (min-width: 725px) and (max-width: 991.99px){
  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -5%;
  }
}
@media (min-width: 750px) and (max-width: 991.99px){
  #carouselHome .carousel-inner img{
    height: 300px;
    width: auto;
    margin-left: -0px;
  }

  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -2%;
  }
}
@media (min-width: 800px) and (max-width: 991.99px){
  #carouselHome .carousel-inner img{
    height: 400px;
    width: auto;
    margin-left: -50px;
  }

  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -18%;
  }
}
@media (min-width: 820px) and (max-width: 991.99px){
  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -15%;
  }
}
@media (min-width: 850px) and (max-width: 991.99px){
  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -12%;
  }
}
@media (min-width: 880px) and (max-width: 991.99px){
  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -10%;
  }
}
@media (min-width: 920px) and (max-width: 991.99px){
  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -7%;
  }
}
@media (min-width: 950px) and (max-width: 991.99px){
  #carouselHome .carousel-inner img{
    height: 400px;
    width: auto;
    margin-left: -20px;
  }

  #carouselHome .carousel-inner img.CHMPP{
    margin-left: -5%;
  }
}

@media (min-width: 700px) and (max-width: 759.9px){
  .conteudoFooter{
    gap: 70px;
    padding: 60px 20px 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 15%;
  }
}
@media (min-width: 760px) and (max-width: 819.9px){
  .conteudoFooter{
    gap: 70px;
    padding: 60px 20px 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 18%;
  }
}
@media (min-width: 820px) and (max-width: 905.9px){
  .conteudoFooter{
    gap: 70px;
    padding: 60px 20px 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20%;
  }
}
@media (min-width: 906px) and (max-width: 991.9px){
  .conteudoFooter{
    gap: 70px;
    padding: 60px 20px 20px;
    flex-direction: row;
    justify-content: center;
  }
}

/* ===========================
   6) 1000px - 1099.9px
   =========================== */
@media (min-width: 992px) and (max-width: 1099.98px){
  #carouselHome .s3{
    top: 10px;
  }

  #navbarGondolas {
   max-height: 12rem;
  }

  #navbarGondolas ul li a{ font-size: 17px;}

  #carouselHome .carousel-caption h5.s1{
    bottom: 0px;
    left: 250px;
  }

  #carouselHome .carousel-caption h5.s2{
    bottom: 250px;
    left: 250px;
  }

  #fortalecimentoMarca{ gap: 70px; }
  #produtosDestaque .destaques{ gap: 60px; }

  .conteudoFooter{ gap: 120px; }

  /* mantém estética do video section sem "vazar" */
  #sobreAGondolas .videoAGondolas{
    margin-left: 0;
    width: 100%;
  }
}


/* ===========================
   7) 1100px - 1399.9px
   =========================== */
@media (min-width: 1100px) and (max-width: 1399.98px){
  #navbarGondolas {
   max-height: 12rem;
  }


  #carouselHome .s2{
    top: -300px !important;
  }
  
  #carouselHome .s3{
    top: 10px;
  }

  #navbarGondolas ul li a{ font-size: 22px;}

  #carouselHome .carousel-caption h5.s1{
    bottom: 0px;
    left: 250px;
  }

  #carouselHome .carousel-caption h5.s2{
    bottom: 250px;
    left: 250px;
  }

  #fortalecimentoMarca{ gap: 90px; }
  #produtosDestaque .destaques{ gap: 70px; }
  .conteudoFooter{ gap: 160px; }
}
@media (min-width: 1120px) and (max-width: 1399.98px){
  #carouselHome .s2{
    top: -310px !important;
  }
}
@media (min-width: 1183px) and (max-width: 1399.98px){
  #carouselHome .s2{
    top: -330px !important;
  }
}
@media (min-width: 1250px) and (max-width: 1399.98px){
  #carouselHome .s2{
    top: -360px !important;
  }
}
@media (min-width: 1330px) and (max-width: 1399.98px){
  #carouselHome .s2{
    top: -390px !important;
  }
}


/* ===========================
   8) 1400px - 1431.9px
   (ajuste fino para telas grandes)
   =========================== */
@media (min-width: 1400px) and (max-width: 1431.98px){
  #navbarGondolas {
   max-height: 12rem;
  }


  #fortalecimentoMarca{ gap: 100px; }
  #produtosDestaque .destaques{ gap: 75px; }
  .conteudoFooter{ gap: 200px; }
}

@media (min-width: 1432px){
  #navbarGondolas {
   max-height: 12rem;
  }

}
