html {
  margin: 0;
  padding: 0;
}

body {
  background-color: var(----escuro2);
  color: var(--texto1);
  font-family: 'Archivo';
  margin: 0;
  padding: 0;
}

.navbar {
  background-color: var(--bgmenu);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0px -3px 7px 5px var(--texto1);
}

.btn-menuzap {
  border-radius: 3rem;
}

.navbar-brand img {
  max-height: 40px;
}

@media (min-width: 992px) {
  .navbar-brand img {
    max-height: 60px;
  }
}

.navbar-toggler {
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(----escuro2);
  color: var(--texto1);
}

.nav-item {
  font-weight: bold;
  text-transform: uppercase;
}

.nav-item {
  margin: 0.5rem 0;
}

@media (min-width: 768px) {
  .nav-item {
    margin: 0 0.5rem;
  }
}

.nav-link, .dropdown {
  color: var(--escuro1) !important;
}

.nav-link:hover, .dropdown:hover, .nav-link.show, .dropdown-toggle.show, .dropdown-toggle:active {
  color: var(----escuro2) !important;
}

.btn-menuzap {
  margin-top: 1rem;
  zoom: 1.3;
}

@media (min-width: 768px) {
  .btn-menuzap {
    margin-top: 0;
    zoom: 1;
  }
}

.icone-abrir {
}

body > .hero {
  height: calc(100vh - 60px);
}

.hero .row {
  height: inherit;
  gap: 2rem;
}

.hero-text {
  color: var(--escuro1);
  margin-left: 15px;
  max-width: 75%;
  text-shadow: 1px 1px 5px var(--texto1), 1px 1px 4px var(--texto1), 1px 1px 3px var(--texto1), 1px 1px 2px var(--texto1), 1px 3px 2px var(--texto1);
}

@media (min-width: 576px) {
  .hero-text {
    padding-right: 3rem;
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  .hero-text {
    padding-right: 4rem;
    max-width: 54%;
  }
}

@media (min-width: 1400px) {
  .hero-text {
    padding-right: 6rem;
    max-width: 48%;
  }
}

.hero-text p {
  font-family: 'Archivo Narrow';
}

.hero-text :is(h1, h2, h3, h4, h5, h6) {
  border-bottom: 5px solid transparent;
  position: relative;
}

.hero-text :is(h1, h2, h3, h4, h5, h6)::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 3px;
  right: 0;
  border-bottom: 5px solid var(--claro1);
  filter: drop-shadow(1px 3px 2px var(--texto1));
  -webkit-filter: drop-shadow(1px 3px 2px var(--texto1));
}

.ajusta-icone {
  margin-bottom: 2px;
}

.hero-call {
  text-shadow: none !important;
  filter: drop-shadow(0px 5px 2px var(--texto1));
  -webkit-filter: drop-shadow(0px 5px 2px var(--texto1));
}

.header-destaque {
  position: relative;
  border-bottom: 5px solid transparent;
}

.header-destaque::after {
  content: "";
  position: absolute;
  border-bottom: 5px solid var(--claro1);
  top: 4px;
  left: 0;
  height: 100%;
  width: 25%;
}

.maior::after {
  width: 37.5%;
}

p {
  font-family: 'Archivo Narrow';
  font-size: 1.1rem;
}

section:nth-child(odd) {
  background-color: var(----escuro2);
}

section:nth-child(even) {
  background-color: var(--escuro1);
}

.vitrine-wrapper {
  position: relative;
}

.vitrine-wrapper img {
  border-top: 2px solid var(--claro1);
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}

.produto-categoria {
  background-color: var(--claro1);
  color: var(--texto2);
  display: initial;
  padding: 0.25rem 0.75rem;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Archivo Narrow';
  max-width: 100%;
  white-space: nowrap;
  white-space: -moz-pre-wrap;
  /*white-space: -o-pre-wrap;*/
  /*white-space: pre-wrap;*/
  /*word-wrap: break-word;*/
}

.produto-tipo {
  position: absolute;
  width: auto;
  background: var(--bgrotulo2);
  bottom: 1.5rem;
  right: 2rem;
  padding: 0.02rem 1.5rem 0.02rem 0.5rem;
  font-size: 0.9rem;
  font-family: 'Archivo Narrow';
  text-transform: uppercase;
  font-weight: 900;
}

.produto-tipo span {
  position: relative;
  color: var(--escuro1);
}

.produto-tipo span span i {
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.produto-tipo span span {
  width: 2rem;
  height: 2rem;
  background-color: var(--bgrotulo);
  position: absolute;
  top: 50%;
  right: -2.25rem;
  transform: translateY(-50%);
}

.narrow {
  font-family: 'Archivo Narrow';
}

.produto-titulo {
  color: var(--claro1);
}

.produto-composto {
  font-size: 0.95rem;
  line-height: 1.1rem;
  opacity: 0.85;
}

.produto-call svg {
  font-size: 2rem;
  display: block;
}

.produto-moeda {
  transform: rotate(-90deg) translate(3px, 2px);
}

.produto-valorinteiro {
  font-size: 3rem;
  line-height: 3rem;
}

.produto-valorfracionado {
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-bottom: 1.3rem;
  position: relative;
}

.produto-valorfracionado::before {
  content: "";
  width: 90%;
  height: 4px;
  position: absolute;
  background-color: var(--texto1);
  top: calc(1.5rem + 3px);
  left: 50%;
  transform: translateX(-45%);
}

.produto-nome {
  text-decoration: none;
  color: inherit;
}

.compra-passo {
  text-wrap: balance;
}

.compra-passo div {
  background-color: var(--claro1);
  aspect-ratio: 1 !important;
  object-fit: contain;
  color: var(--escuro1);
  font-size: 2rem;
  min-width: 5rem;
  position: relative;
}

.compra-passo div i{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}

.compra-passo div svg {
  font-size: 3rem;
  position: relative;
  color: var(--escuro1);
}

.compra-passo div img {
  height: 3rem;
  position: relative;
  filter: invert(100%);
}

.box-alerta {
  background-color: var(--bs-yellow);
  padding: 0.1rem 0.25rem;
}

.btn-app {
  margin-right: 1.5rem;
}

footer {
  background-color: var(--claro1);
  color: var(--escuro1);
}

.rodape-links li a {
  font-weight: 900;
}

.rodape-links li a, .rodape-social li a {
  color: inherit;
  text-decoration: none;
}

.rodape-social li a i {
  font-size: 2rem;
  margin-right: 1rem;
}

.rodape-social li:last-of-type a i {
  margin-right: 0;
}

.rodape-social li {
  display: inline-block;
}

.rodape-nota {
  font-size: 0.9rem;
  text-wrap: balance;
}

.rodape-nota a {
  color: inherit;
  font-weight: bold;
}

.dropdown-menu {
  background-color: var(--claro1);
  color: var(--escuro1);
}

.dropdown-menu a {
  color: inherit;
}

.dropdown-item:active {
  background-color: var(----escuro2) !important;
  color: var(--texto1) !important;
}

.rodape-logo {
  max-height: 40px;
}

#whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 5rem;
  background-color: var(--bs-green);
  border-radius: 50%;
  filter: drop-shadow(3px 3px 3px var(--texto1));
  z-index: 999;
}

#whatsapp div {
  position: relative;
  color: var(--escuro1);
  width: 5rem;
  aspect-ratio: 1;
}

#whatsapp div:hover {
  position: relative;
  color: var(----escuro2);
  transform: scale(1.1);
}

#whatsapp div i {
  font-size: 3.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dropdown-menu.produtos-filtro.show {
  top: 100%;
  left: auto !important;
  right: 0 !important;
  margin-top: var(--bs-dropdown-spacer);
  background-color: var(--bs-dark) !important;
  min-width: 18rem !important;
}

.produtos-filtro :is(h1, h2, h3, h4, h5, h6) {
  padding: 0.5rem 1rem 0;
}

.produtos-filtro form .form-check {
  margin: 0.25rem 1rem;
}

.produtos-filtro form input[type=submit] {
  margin: 1rem;
  font-weight: bold;
}

.produtos-filtro form .form-check .form-check-input {
  accent-color: var(--claro1) !important;
}

.produtos-filtro form .form-check .form-check-input:checked {
  background-color: var(--claro1) !important;
  border-color: var(--claro1b) !important;
}

.produtos-filtro form .form-check .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem var(--bs-red) !important;
  border-color: var(--claro1b);
}

.produtos-filtro form .form-check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url('/check.svg');
}

.principal-page div.container:not(:last-child), .principal-page div.container-fluid:not(:last-child) {
  margin-bottom: 1.5rem;
}

.half-banner {
  height: clamp(180px, 35vh, 320px);
}

.big-banner {
  height: clamp(360px, 70vh, 640px) !important;
}

.half-banner .container, .half-banner .container .row {
  height: 100%;
}

.texto-claro {
  color: var(--texto2);
  text-shadow: 1px 1px 5px var(--texto1), 1px 1px 4px var(--texto1), 1px 1px 3px var(--texto1), 1px 1px 2px var(--texto1), 1px 3px 2px var(--texto1);
}

.ampliar {
  zoom: 1.25;
}

a.navbar-brand{
  color:var(--escuro1) !important;
}

.caret-off::before {
  display: none !important;
}
.caret-off::after {
  display: none !important;
}
