.quadrado {
  width: 130px;       
  height: 130px;
  border-radius: 10%; 
  overflow: hidden;   
  position: relative;
  border: 3px solid #f47e07;
}

.swiper-slide{
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    margin-right: 0px !important;
    align-items: center;
    width: 115px !important;
}

div#slider{
    margin-top: 30px;
    border-radius: 30px;
    margin: 10px;
}

.quadrado .fix img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.imagem {
  width: 130%;
  /* A imagem ocupa 100% da largura do quadrado */
  height: auto;
  /* Mantém a proporção da imagem */
}

.imgem-cat-div {
    height: 90px;
  flex: 0 0 auto;
  margin-right: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .imgem-cat-div {
    margin-right: 5px;
  }
}

.imgem-cat-div img {
  height: 100%;
  width: 100px;
  object-fit: cover;
  border-radius: 10px;
}


.quadrado_combo {
  width: 100%;
  max-height: 310px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* Para esconder partes da imagem que saem do quadrado */

}

.imag_combo {
  width: 100%;
  /* A imagem ocupa 100% da largura do quadrado */
  height: auto;
  /* Mantém a proporção da imagem */
}

.cabecario_banner {
  margin-top: -49px;
}


.category__title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.1;
  color: var(--tp-heading-primary);
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
}

.category__title a:hover {
  color: #252525;

}

.img_combo {
  width: 250px;
  /* Largura do quadro */
  height: 100%;
  /* Borda do quadro */
  padding: 5px;
  /* Espaçamento interno */
  display: flex;
  /* Usando flexbox para centralizar a imagem */
  justify-content: center;
  /* Centraliza horizontalmente */
  align-items: center;

}

.txt-titulo {
  font-size: 14px;
}



