.hero__section .swiper {
  width: 100%;
}

.img-hero-desktop {
  display: none;
}

.hero__section .swiper-slide {
  width: 100% !important;
  position: relative;
}

.hero__section .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero__section h1 {
  font-size: 1.6rem;
  max-width: 85%;
}

.hero__section p {
  max-width: 75%;
  margin: 0 auto;
}

.hero-slider {
  margin: 0 !important;
}

.swiper-slide.cta-centro > a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 15px;
  height: 44px;
  font-size: 14px;
}

.swiper-slide.cta-centro.btn-1 > a {
  bottom: 17%;
}
.swiper-slide.cta-centro.btn-2 > a {
  bottom: 37%;
}

.swiper-slide.cta-centro.btn-3 > a {
  bottom: 20%;
}

@media (min-width: 1024px) {
  .hero__section .container {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .img-hero-mobile {
    display: none;
  }

  .img-hero-desktop {
    display: block;
  }

  .hero__section h1 {
    max-width: 45%;
    font-size: 2.3rem;
    line-height: 42px;
  }

  .hero__section p {
    margin: 0;
    max-width: 40%;
    font-size: 19px;
  }

  .swiper-slide.cta-centro > a {
    bottom: 20px!important;
    padding: 30px 40px;
    font-size: 20px;
  }
}
