.carousel-caption {
  text-align: left !important;
  color: #ffffff;
  width: 100%;
  right: 0;
  left: 15%;
  padding-top: 0;
  padding-bottom: 0;
  bottom: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.produtos-section .owl-item.active.center .wrapper-img__product {
  background-color: #ceb356;
}

.produtos-section .owl-item.active.center img {
  filter: brightness(0);
}

.banner-section .carousel-item img {
  object-fit: cover;
  height: auto;
  width: 100%;
}

.banner-section .btn-primary {
  padding-inline: 30px;
  color: #fff;
  background-color: #ceb356;
  border-radius: 0;
  font-weight: bold;
  border: none;
  max-width: 170px;
}

.banner-section .btn-primary:hover {
  color: #f1d578;
  background: transparent;
  border: 1px solid #f1d578;
}

.banner-section .btn-primary:focus {
  background-color: #ceb356;
  border-color: #ceb356;
  box-shadow: none;
}

.banner-section .btn-secundary {
  border: 2px solid #f1d578;
  padding-inline: 30px;
  color: #000;
  font-weight: 500;
}

.banner-section .btn-secundary:hover {
  color: #f1d578;
}

.banner-section .btn-secundary:focus {
  box-shadow: none;
}

.banner-section .carousel-control-next-icon {
  background-image: url("../img/icons/right.svg");
}

.banner-section .carousel-control-prev-icon {
  background-image: url("../img/icons/left.svg");
}

.banner-section .carousel-indicators {
  position: absolute;
  right: 0;
  left: initial;
  bottom: 50%;
  z-index: 2;
  padding: 0;
  margin-right: 2%;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.fundo-branco {
  background-color: #fff;
  padding: 0 30px 84px 30px;
}

.img-quem-somos {
  position: relative;
}

.card p,
a {
  color: var(--dark);
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  font-family: GothamMedium, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.card a:hover {
  color: var(--dark);
}

.title-notice {
  margin-top: 20px;
  padding: 0px;
  font-family: GothamBlack;
  color: var(--dark);
  text-align: start;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.75px;
  font-weight: 700;
}

.quem-somos {
  background-color: #1c1c1c;
  height: 400px;
}

.description-qualidades {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.45px;
}

.text-quem-somos {
  padding-left: 60px;
}

.foto-quem-somos {
  z-index: 2;
  position: relative;
}

.foto-quem-somos img {
  max-width: 100%;
}

.carousel-indicators button.active {
  background-color: #ceb356;
  border: 0px !important;
  width: 17px;
  height: 17px;
}

.margim-top {
  margin-top: 40px;
  gap: 40px;
}

.center p {
  color: #ceb356;
}

.produtos-section .owl-item .item .wrapper-img__product {
  transition: 0.3s;
  transform: scale(0.8);
}

.produtos-section .owl-item.center .item .wrapper-img__product {
  border: 1px solid #ceb356;
  transform: scale(0.9);
}

.progressive-image {
  position: relative;
  overflow: hidden;
}

.progressive-image div {
  width: 100%;
  padding-top: 100%;
  background-size: cover !important;
  background-position: center bottom !important;
}

.progressive-image .loadingImage {
  filter: blur(5px);
}

.progressive-image .overlay {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 200ms ease-in;
}

.product-title {
  font-family: GothamMedium;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  letter-spacing: 0.6px;
  font-weight: 500;
  max-width: 82px;
  margin-top: 8px;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid #000000 !important;
  border-radius: 50px !important;
  border-color: transparent;
}

.banner-conteudo h1 {
  font-family: GothamMedium;
  line-height: 50px;
  letter-spacing: 0px;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  text-transform: uppercase;
}

.banner-conteudo h2 {
  font-style: normal;
  font-family: GothamBlack;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0px;
  font-size: 50px;
  text-transform: uppercase;
  margin: 0;
}

.banner-conteudo p {
  font-family: GothamBook;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0px;
}

.qualidades {
  margin-top: 10rem;
}

.detalhe {
  background-color: #f1d578;
  width: 1px;
  height: 35px;
}

.texto {
  font-family: GothamBook, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 18px;
  letter-spacing: -0.45px;
  margin-top: 40px;
}

.section-produtos {
  margin-top: 6rem;
}

.title-products {
  text-transform: uppercase;
  font-weight: 400;
}

.card-produto {
  width: 18rem;
  background-color: #eaebef;
  border: 0px;
}

.btn-produtos {
  background-color: #eaebef;
  text-transform: uppercase;
  margin: 0px;
}

.meu-botao {
  border: 1px solid #f1d578;
  font-size: 15px;
  font-weight: 100;
  font-family: GothamBook;
  color: var(--dark_gray);
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  text-decoration: none;
  padding: 8px 39px;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #ffff;
}

.meu-botao:hover,
.calcular:hover {
  background: #f1d578;
  color: #fff;
}

.quem-somos-section {
  margin-top: 6rem;
  background: #1c1c1c;
  height: 350px;
}

.quem-somos-section p {
  padding-right: 40px;
}

.calculadora-section {
  background-image: url("../img/calculadora.png");
  height: 331px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 20%;
  background-color: #eaebef;
  margin-bottom: 40px;
}

.calculadora-section .title-qualidades {
  font-size: 36px;
}

.input-calculadora {
  max-width: 470px;
  width: 100%;
  height: 44px;
  border: 1px solid #f1d578;
  padding: 12px 0px 12px 10px;
  background-color: transparent;
}

.input-calculadora::placeholder {
  color: #161616;
  font-weight: bold;
  opacity: 0.6;
}

.calcular {
  font-size: 15px;
  font-family: GothamMedium, Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding: 8px 39px;
  background-color: transparent;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 0px;
  border: 1px solid #f1d578;
  padding-inline: 30px;
  color: var(--dark_gray);
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.colchao-ideal__icon {
  margin-right: 20px;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: transparent;
  border-top: 2px solid rgb(241 213 120);
}

.noticias-section .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none !important;
  border-radius: 0.25rem;
}

.noticias-section .card p,
a {
  color: var(--dark);
  line-height: 15px;
  letter-spacing: -0.36px;
  font-family: GothamMedium;
  font-size: 12px;
  font-weight: 500;
}

.noticias-section a {
  text-decoration: none;
}

.noticias-section .thumb {
  object-fit: cover;
  object-position: center;
  height: 238px;
  width: 100%;
  max-width: 346px;
}

@media screen and (min-width:1400px) and (max-width:1500px) {
  .banner-conteudo .col-xxl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
}

@media screen and (max-width:1440px) {
  .calculadora-section {
    background-position: top !important;
  }

  .quem-somos-section {
    height: 406px;
  }

  .foto-quem-somos {
    position: static;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width:1368px) {
  .foto-quem-somos {
    z-index: 2;
    position: static;
  }

  .foto-quem-somos img {
    height: 460px;
    object-fit: cover;
  }

  .quem-somos-section {
    height: 406px;
  }

  .banner-conteudo h2 {
    font-size: 40px;
  }

  .banner-section .carousel-item img {
    object-fit: cover;
    height: auto;
    width: 110%;
  }
}

@media screen and (max-width:1024px) {
  .quem-somos {
    padding: 20px;
    height: auto;
    background-color: #fff;
  }

  .fundo-branco {
    padding: 0;
  }

  .quem-somos-section {
    height: 790px;
  }

  .foto-quem-somos {
    order: 2;
    z-index: 2;
    position: relative;
    top: -28rem;
    display: flex;
    justify-content: center;
  }

  .img-quem-somos {
    width: 100%;
  }

  .qualidades {
    margin-top: 4rem;
  }

  .text-quem-somos {
    height: 790px;
  }

  .banner-section .carousel-item img {
    object-fit: cover;
    height: auto;
    width: 115%;
  }

  .banner-conteudo h2 {
    font-size: 28px;
  }

  .banner-conteudo h1 {
    font-size: 18px;
  }

  .banner-section .btn-primary {
    font-size: 0.9rem;
  }

  .banner-conteudo p {
    text-align: justify;
  }
}

@media screen and (max-width:991px) {
  .banner-section .carousel-item img {
    object-fit: cover;
    height: 600px;
    width: 100%;
  }

  .carousel-caption {
    left: 0;
    padding-inline: 2rem;
  }

  .banner-section :is(.carousel-control-next, .carousel-control-prev) {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .foto-quem-somos {
    order: 2;
    z-index: 2;
    position: relative;
    top: -23rem;
    left: 0rem;
  }

  .quem-somos-section p {
    padding-left: 62px;
    padding-right: 40px;
  }

  .img-quem-somos {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .title-shadow {
    width: 315px;
  }
}

@media screen and (max-width:767px) {
  .banner-section .carousel-item img {
    object-fit: cover;
    height: 425px;
    width: 100%;
  }
}

@media screen and (max-width:425px) {
  .foto-quem-somos {
    order: 2;
    z-index: 2;
    position: relative;
    top: -16rem;
    left: 0rem;
  }

  .qualidades {
    margin-top: 3rem;
  }

  .foto-quem-somos img {
    width: 80%;
  }

  .quem-somos-section {
    height: 1009px;
  }

  .quem-somos {
    padding: 0;
  }

  .text-quem-somos {
    height: 1009px;
  }

  .calculadora-section {
    background-image: none;
    background-color: #eeeeee;
  }

  .imagens-qualidade-de-vida {
    order: 2;
  }

  .qualidade-div {
    padding-top: 0rem;
  }

  .img-quem-somos {
    height: auto;
  }

  .calculadora-section .title-qualidades {
    font-size: 26px;
  }
}

@media screen and (max-width:375px) {
  .title-shadow-3 {
    position: relative;
    top: -29px;
    background-color: #f1d578;
    height: 14px;
    width: 318px;
    z-index: -5;
  }

  .title-shadow-2 {
    position: relative;
    top: -20px;
    background-color: #f1d578;
    height: 15px;
    width: 175px;
    z-index: -5;
  }

  .foto-quem-somos {
    order: 2;
    z-index: 2;
    position: relative;
    top: -14rem;
    left: 0rem;
  }

  .quem-somos-section {
    height: 1040px;
  }

  .text-quem-somos {
    height: 1040px;
  }
}

@media screen and (max-width:360px) {
  .foto-quem-somos {
    order: 2;
    z-index: 2;
    position: relative;
    top: -12rem;
    left: 0rem;
  }
}

.wrapper-img__product {
  border-radius: 100%;
  height: 130px;
  width: 130px;
  display: flex;
  background: white;
  align-items: center;
  justify-content: center;
  padding: 22px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

/* ///////////////////////////////// */

.banner-conteudo .text-overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: fit-content;
}

.banner-conteudo .text-overlay h1,
.banner-conteudo .text-overlay h2,
.banner-conteudo .text-overlay p {
    width: auto;
    max-width: 400px; /* ajuste conforme necessário */
}

/* Qualidades - alinhamento */
.qualidades .title-qualidades {
    text-align: left;
}

.qualidades .texto {
    text-align: justify;
}

/* Para o item que fica à direita (align => 'end') */
.qualidades .text-end .title-qualidades,
.qualidades .text-end .texto {
    text-align: right;
}

.qualidades .text-end .detalhe {
    margin-left: auto;
}