body {
  background-image: url("../images/bg-catalog.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#image-carousel {
 
 display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  margin: 0 auto;
}

.company-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.company-logo img {
  max-width: 120px;
}

.carousel-inner img {
  border-radius: 9px;
  border: 0px solid rgba(0, 0, 0, 0.1);
}

.botoes {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.botoes a {
  text-align: center;
  display: block;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  top: 45%;
}

.pdf-link {
  display: flex;
  justify-content: center;
  margin-top: -7px;
  color: #616161;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}

.pdf-link:hover {
  color: #616161;
}

.small-link {
      display: flex;
      justify-content: center;
      margin-top: 2px;
      margin-bottom: 5px;
      
      text-align: center;
    }


.carousel .carousel-item {
    transition-duration: 0.4s;
}

@media (max-width: 2880px) {
  #image-carousel {
    width: 900px; 
    transition: width 0.2s ease-in-out;
  }
}

@media (max-width: 2500px) {
  #image-carousel {
    width: 800px; 
    transition: width 0.2s ease-in-out;
  }
}

@media (max-width: 2200px) {
  #image-carousel {
    width: 700px; 
    transition: width 0.2s ease-in-out;
  }
}


@media (max-width: 1920px) {
  #image-carousel {
    width: 600px; 
    transition: width 0.2s ease-in-out;
  }
}

@media (max-width: 1720px) {
  #image-carousel {
    width: 520px;
    transition: width 0.2s ease-in-out;
  }
}

@media (max-width: 1680px) {
  #image-carousel {
    width: 500px;
    transition: width 0.2s ease-in-out;
  }
}

@media (max-width: 1536px) {
  #image-carousel {
    width: 460px;
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 1440px) {
  #image-carousel {
    width: 420px; 
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 1366px) {
  #image-carousel {
    width: 390px; 
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 1280px) {
  #image-carousel {
    width: 370px; 
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 1024px) {
  #image-carousel {
    width: 270px; 
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 912px) {
  #image-carousel {
    width: 250px;
    transition: width 0.2s ease-in-out; 
  }
}


@media (max-width: 834px) {
  #image-carousel {
    width: 220x; 
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 820px) {
  #image-carousel {
    width: 210px;
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 800px) {
  #image-carousel {
    width: 200px; 
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 768px) {
  #image-carousel {
    width: 500px;
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 600px) {
  #image-carousel {
    width: 500px;
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 576px) {
  #image-carousel {
    width: 420x; 
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 540px) {
  #image-carousel {
    width: 410px; 
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 428px) {
  #image-carousel {
    width: 400px; 
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 414px) {
  #image-carousel {
    width: 390px; 
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 412px) {
  #image-carousel {
    width: 375px; 
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 393px) {
  #image-carousel {
    width: 335px; 
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 375px) {
  #image-carousel {
    width: 320px; 
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 360px) {
  #image-carousel {
    width: 320px; 
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 340px) {
  #image-carousel {
    width: 290px;
    transition: width 0.2s ease-in-out; 
  }
}

@media (max-width: 320px) {
  #image-carousel {
    width: 270px; 
    transition: width 0.2s ease-in-out; 
  }
}








