.ul-catalogo{
    background: url(../img/INFRAESTRUTURA.jpg) no-repeat center center;
 }
.sessao-imagem-texto {
  padding-top: clamp(2rem, 5vw, 5rem);
  padding-bottom: clamp(2rem, 6vw, 6rem);
}
.titulo h2 {
  font-weight: 700;
  font-size: clamp(25px, 2.63vw, 50px);
  color: var(--ul-black);
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
  letter-spacing: -0.04em;
  font-family: var(--font-quicksand);
}
.imagem-central {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 25px;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}
.texto-esquerdo,
.texto-direito {
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.6;
  text-align: left !important;
  font-family: var(--font-quicksand);
  font-weight: semi-bold;
}
.sessao-imagem-texto {
background-image: url('../img/background-wavy.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: rgb(245 245 245);
  background-blend-mode: lighten;
}
.carousel-inner img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 25px;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: rgba(58, 77, 131, 0.85);
  border-radius: 50%;
  opacity: 0.85;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.carousel-control-prev {
  left: 1.5rem;
}
.carousel-control-next {
  right: 1.5rem;
}
.carousel-arrow {
  font-size: 2.5rem;
  font-weight: 900;
  color: white;
  line-height: 1;
}
