@media only screen and (max-width: 768px) {
  .menor {
    font-size: 8px !important;
    /* color: red; */
  }

  .col-md-6,
  .col-lg-4,
  .col-xl-3 {
    /* width: 50%; */
    padding: 3px;
  }

  .txt_busca_produto {
    width: 80%;
  }

  .row {
    width: 100%;
  }

  .txt_busca_produto {
    width: 80%;
  }
}

@media only screen and (min-width: 770px) {
  .row {
    width: 80%;
  }
}


body {
  margin: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.5385;
  color: #333;
  text-align: left;
  /* background-color: #36648B */
  background-color: #eae7e7fe;
}


.mt-50 {
  margin-top: 50px
}

.mb-50 {
  margin-bottom: 50px
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .1875rem
}

.carousel-item {
  /*min-height: 150px;*/
  /* altura mínima para celular */
  height: auto;
  /* deixa crescer conforme o tamanho da imagem */
  /* display: flex;
  justify-content: center; */
  align-items: center;
  background: #fff;
  overflow: hidden;
}

.carousel-item img {
  /* max-width: 100%; */
  /* max-height: 100%; */
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.swal2-confirm {
  background-color: #28a745;
}

.star {
  color: red
}

.bg-cart {
  background-color: orange;
  color: #fff
}

.bg-cart:hover {
  color: #fff
}

.bg-buy {
  background-color: green;
  color: #fff;
  padding-right: 29px
}

.bg-buy:hover {
  color: #fff
}

a {
  text-decoration: none !important
}

.logo {
  /* width: 200px !important; */
  margin-top: 5px;
  margin-bottom: 8px;
}

.texto_titulo {
  font-size: 15px;
  line-height: 15px;
}

.texto_cabecalho {
  font-size: 14px;
  margin-top: 10px;
}

.ajuste_altura {
  line-height: 0.3;
  padding-left: 20px;
}

.ajuste_bottom {
  margin-bottom: 0;
  padding-left: 20px;
}

hr {
  margin: 0;
  margin-bottom: 5px;
}

.fundo {
  background-color: #FFFFFF;
}

.cursor {
  width: 90%;
  cursor: pointer;
}

.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  margin: 0px auto;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, .15);
  border-right: 6px solid rgba(0, 174, 239, .15);
  border-bottom: 6px solid rgba(0, 174, 239, .15);
  border-top: 6px solid rgba(0, 174, 239, .8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.cabecalho {
  font-size: 16px;
  font-weight: normal;
}

.coluna {
  font-size: 16px;
  font-weight: bold;
}

.mt-2 {
  width: 50%;
}

.product-title {
  font-size: 14px;
  /* height: 40px; */
  padding-right: 5px;
  padding-left: 10px;
  padding-top: 10px;
}

.product-price {
  font-size: 16px;
  color: black;
  font-weight: bold;
}

@media (max-width: 768px) {
  .container {
    padding-left: 3px;
    padding-right: 3px;
  }
}

.part-1 {
  margin-top: 12px;
  text-align: center;
  margin-right: 15px;
  /* margin-left: -14px; */
}

.part-2 {
  text-align: center;
  /* margin-top: 40px; */
  padding-right: 1px;
  padding-left: 1px;
  height: 100%;
}

.icones {
  text-align: center;
  display: inline-table;
  padding-left: 8px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.txt_busca_produto {
  width: 80%;
  max-width: 400px;
  /* opcional: limite no desktop */
}


/* @media only screen and (min-width: 881px) {
.txt_busca_produto{
width: 50%;
}
} */
@media only screen and (max-width: 881px) {
  .txt_busca_produto {
    width: 311px;
    margin: auto;
  }
}

@media only screen and (max-width: 640px) {
  .txt_busca_produto {
    width: 311px;
  }
}

.w-100 {
  margin: auto;
  height: 100%;
  padding: 10px;
  max-width: 100%;
  max-height: 100%;
}

.row {
  margin: auto;
  /* width: 80%; */

}

@media only screen and (min-width: 600px) and (max-width: 900px) {
  .row {
    width: 400px;
  }
}

@media only screen and (min-width: 445px) and (max-width: 600px) {
  .row {
    width: 430px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  filter: invert(1);
  font-size: 55px;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: none !important;
  border: none !important;
}

.carousel-control-prev {
  left: 10px !important;
  right: auto !important;
}

.carousel-control-next {
  right: 10px !important;
  left: auto !important;
  margin-right: 0 !important;
}


#product-1 {
  box-shadow: 3px 4px 10px -1px #959595;
  /* min-height: 354px; */
  border-radius: 20px;
  /* margin-bottom: 10%; */
  /* margin-bottom: 10px; */
  /* display: flex; */
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: white;
  height: 140px;
}

/* modal */
.informacoes_adicionais {
  margin: 10px;
  background-color: #ffffff;
  text-align: center;
}

.botao_fechar_modal {
  float: right;
}

.informacoes_adicionais {
  text-align: center;
}

.modal.show .modal-dialog {
  width: 70%;
}

.modal-teste {
  /* width: 60%; */
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .modal.show .modal-dialog {
    width: 95%; /* Usar 95% ou 'auto' previne o vazamento causado pelo width: 100% somado às margens laterais */
    margin: 10px auto;
  }
}

.dados_informacoes {
  font-size: 15px;
  margin-bottom: 50px;
  text-align: center;
}

/* FIM modal */
.btn-light:hover {
  color: #000000;
  /* background-color: #2592ff;
  border-color: #2592ff; */
}

.btn-light {
  color: #1a9c37;
  background-color: #ffffff;
  border-color: #0080ff00;
  font-size: 35px;
}

.imagem_modal1 {
  margin: 10px;
}

.dados_informacoes_galeria {
  padding-left: 20px;
}

.img-fluid {
  width: 100%;
  /* max-height: 100%; */
  height: 100%;
  /* width: auto; */
  object-fit: contain;
}



/* Telas grandes (≥1200px) */
/* @media (min-width: 1200px) {
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
} */


.img_carousel1 {
  /* height: 200px;
  margin: auto;
  width: 200px;
  margin-bottom: 10%; */
}

.dados_empresa {
  text-align: center;
}

.testee {
  position: relative;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* cor do background que vai ocupar o body */
  /* transition: 3s; */
  z-index: 1050;
  /* z-index para jogar para frente e sobrepor tudo */
  /* visibility: hidden; */

}

#preloader .inner {
  position: absolute;
  top: 30%;
  /* centralizar a parte interna do preload (onde fica a animação)*/
  left: 50%;
  transform: translate(-50%, -50%);
}

.carregamento>div {
  display: inline-block;
  background-color: #007bff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.carregamento>div:nth-child(1) {
  animation-duration: 0.75s;
  animation-delay: 2;
}

.carregamento>div:nth-child(2) {
  animation-duration: 0.75s;
  animation-delay: 0.12s;
}

.carregamento>div:nth-child(3) {
  animation-duration: 0.75s;
  animation-delay: 0.24s;
}

@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

}

@keyframes body {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
}

.texto_carregando {
  text-align: center;
}

.carregamento {
  text-align: center;
}

.nome_catalogo {
  text-align: center;
  color: #000000;
  /* padding-top: 30px; */
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #c4c2c2;
  border-radius: 15px;
}

.dados_parte2 {
  cursor: pointer;
}

.to-top {
  background: white;
  position: fixed;
  bottom: 16px;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #1f1f1f;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
  z-index: 1000;
}

.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
  z-index: 1000;
}

html {
  scroll-behavior: smooth;
}


/* PRODUTO - LAYOUT HORIZONTAL FIXO */
.produto-card {
  display: flex !important;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  min-height: 135px;
  /* mesma altura para todos */
}

.produto-imagem img {
  width: 120px;
  height: auto;
  border-radius: 8px;
  flex-shrink: 0;
  /* impede encolher */
}

.produto-info {
  flex: 1;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.produto-nome {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #000;
}

.produto-preco-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.produto-preco {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.produto-botoes {
  display: flex;
  gap: 5px;
}

.produto-botoes button {
  border: none;
  background: #007bff;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s;
}

.produto-botoes button:hover {
  background: #0056b3;
}

/* FORÇA O MESMO LAYOUT EM MOBILE */
@media (max-width: 768px) {
  .produto-card {
    flex-direction: row !important;
    align-items: center;
  }

  .produto-info {
    margin-left: 15px;
    margin-top: 0;
  }

  .produto-preco-container {
    justify-content: flex-start;
  }
}

/* GARANTE MESMA ALTURA PARA TODOS OS CARDS EM UMA LINHA */
.row-produtos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.row-produtos .produto-card {
  flex: 1 1 calc(50% - 15px);
  /* dois produtos por linha, ajusta conforme o gap */
  min-width: 250px;
  /* evita cards muito estreitos em telas pequenas */
}

@media (max-width: 480px) {
  .row-produtos .produto-card {
    flex: 1 1 100%;
    /* um produto por linha em telas muito pequenas */
  }
}


/* O container do carrossel precisa ter position: relative para que as setas posicionadas absolute funcionem certo */
.owl-carousel {
  position: relative;
}

/* Estilizando os botões prev e next */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  /* ex: fundo semi-transparente */
  color: #fff;
  border: none;
  width: 28px;
  /* ajusta conforme quiser */
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Certifique-se de que z-index é alto para ficar acima dos itens do carrossel */
  z-index: 10;
}

/* Posição das setas */
.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
  /* ajuste a distância da esquerda */
}

.owl-carousel .owl-nav button.owl-next {
  right: 10px;
  /* ajuste a distância da direita */
}



/* .owl-item {
  width: auto;
  margin-right: 10px;
} */

.botao_carousel {
  font-size: 12px;
  /* diminui o tamanho do texto */
  padding: 12px 14px;
  /* diminui a altura/largura do botão */
  border-radius: 8px;
  /* deixa menos arredondado */
  white-space: nowrap;
  /* impede quebrar o texto */
}