.banner-sec-img {
  /* width: 100% !important; */
  object-fit: cover !important;
  display: block;
}

.carousel-segundario {
  border: none;
  margin-top: 30px;
  margin-bottom: 80px;
}

.carousel-segundario .carousel-indicators .active {
  opacity: 0.9;
  width: 30px !important;
  background-color: #fff;
}

.banner-sec-pc {
  /* height: 550px !important; */
  object-position: center center !important;
}

.banner-sec-mobile {
  height: 300px !important;
  object-position: center center !important;
}

@media (max-width: 767px) {
  .banner-sec-mobile {
    height: auto !important;
    min-height: 300px;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .carousel-segundario {
    margin-top: 25px;
    margin-bottom: 60px;
  }
}
