.corpo-solares {
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  overflow: hidden;
}
.corpo-solares .max-w-320-mobile {
  max-width: 320px;
}
@media (min-width: 1280px) {
  .corpo-solares .max-w-320-mobile {
    max-width: 100%;
  }
}
.corpo-solares .max-180 {
  width: 180px;
  max-width: 100%;
}
.corpo-solares .color-black {
  color: #131718 !important;
}
.corpo-solares .swipe-info {
  z-index: 1000;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.corpo-solares .swiper {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.corpo-solares .card-slider {
  position: relative;
  min-width: 280px;
  max-width: 320px;
  width: 100%;
  height: 456px;
  padding: 0;
  margin-bottom: 40px;
}
.corpo-solares .container-cards {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1000px;
  width: 100%;
}
.corpo-solares .swipe-icon {
  display: flex;
  position: absolute;
  bottom: 46px;
  width: 100%;
  justify-content: center;
  z-index: 10;
}
.corpo-solares .swipe-label {
  display: flex;
  position: absolute;
  bottom: 26px;
  width: 100%;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  z-index: 10;
}
.corpo-solares .swiper-horizontal > .swiper-pagination-bullets,
.corpo-solares .swiper-pagination-bullets.swiper-pagination-horizontal,
.corpo-solares .swiper-pagination-custom,
.corpo-solares .swiper-pagination-fraction {
  bottom: 10px;
}
.corpo-solares .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 1px solid #131718;
}
.corpo-solares .swiper-pagination-bullet-active {
  background: #131718;
}
.corpo-solares .cover {
  width: 100%;
  height: 456px;
  background: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.corpo-solares .product-tile {
  height: 456px;
  min-height: unset !important;
}
.corpo-solares .product-tile .tile-body {
  padding: 0.625em 0 0.875em;
}
.corpo-solares .pc-tile-image {
  width: 100% !important;
  height: 100% !important;
  max-width: 200px !important;
  max-height: 200px !important;
  padding: 0;
}
@media (min-width: 1280px) {
  .corpo-solares .pc-tile-image {
    width: 100% !important;
    height: 100% !important;
    max-width: 200px !important;
    max-height: 200px !important;
    padding: 0;
  }
}
.corpo-solares .pc-tags-wrapper {
  min-height: 0 !important;
}
.corpo-solares .pc-promo-badge-wrapper {
  height: 60px;
  top: 0;
  width: 60px;
}
.corpo-solares #intro h3 {
  font-size: 23px;
  font-weight: 400;
}
.corpo-solares #intro p {
  font-size: 17px !important;
  line-height: 25px;
}
@media (min-width: 1280px) {
  .corpo-solares #intro h3 {
    font-size: 30px;
    font-weight: 400;
  }
  .corpo-solares #intro p {
    font-size: 20px !important;
    line-height: 32px;
  }
}
.corpo-solares #cards-corpo {
  position: relative;
  background-color: #CEB59B;
  padding-bottom: 20px;
  border-radius: 0 0 25px 25px;
}
@media (min-width: 1280px) {
  .corpo-solares #cards-corpo {
    padding-bottom: 40px;
    border-radius: 0 0 40px 40px;
  }
}
.corpo-solares #cards-solares {
  position: relative;
  background-color: #CEB59B;
  padding-bottom: 20px;
  border-radius: 25px 25px 0 0;
}
@media (min-width: 1280px) {
  .corpo-solares #cards-solares {
    padding-bottom: 40px;
    border-radius: 40px 40px 0 0;
  }
}/*# sourceMappingURL=style.css.map */