body {
  background: #f3f1f0 !important;
  font-family: "seitu-variable", sans-serif;
}

.secao_topo_home {
  position: relative;
}

.new-container {
  max-width: 1555px;
}

.secao_topo_home .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 14px;
  top: 55% !important;
  width: 10px !important;
  left: 40.8px !important;
  z-index: 99999;
}

/* line 152, ../../xampp/htdocs/huia/helioderm/assets/css/new.scss */
.secao_topo_home .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  height: 8.26px;
  width: 8.26px;
  border-radius: 8px;
}

.secao_topo_home
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d75338;
}

.secao_topo_home .scroll {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}

.secao_topo_home .scroll a {
  position: relative;
  animation: goUpgoDown 2s ease-in-out infinite;
}

@keyframes goUpgoDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* line 193, ../../xampp/htdocs/huia/helioderm/assets/css/new.scss */
.secao_topo_home .swiper-topo .swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
}

.secao_topo_home .swiper-topo .swiper-slide .container.slide-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 120px 0 120px;
}

/* line 218, ../../xampp/htdocs/huia/helioderm/assets/css/new.scss */
.secao_topo_home .swiper-topo .swiper-slide .info {
  z-index: 9999;
  position: relative;
}

.secao_topo_home .swiper-topo .swiper-slide .info div a {
  text-decoration: none;
}

.secao_topo_home .swiper-topo .swiper-slide .info h2 {
  color: #575757;
  font-size: 49px;
  line-height: 66px;
  font-weight: 300;
  margin: 0;
}

/* line 234, ../../xampp/htdocs/huia/helioderm/assets/css/new.scss */
.secao_topo_home .swiper-topo .swiper-slide .info h2 strong {
  font-weight: 600;
  font-size: 60px;
}

/* line 239, ../../xampp/htdocs/huia/helioderm/assets/css/new.scss */
.secao_topo_home .swiper-topo .swiper-slide .info h3 {
  font-size: 27px;
  line-height: 100%;
  color: #000;
  font-weight: 300;
  margin-bottom: 35px;
}

.secao_topo_home .swiper-topo .swiper-slide .info .btn {
  padding: 0;
  margin-left: 44px;
}

.secao_topo_home .swiper-topo .swiper-slide .info .btn span {
  font-size: 20px;
  color: #b75338;
  line-height: 120px;
  letter-spacing: 0%;
}

.produtos .container .listaProdutos .menuProdutos .produto.active button,
.produtos
  .container
  .listaProdutos
  .detalheProduto
  .subProd
  .infosProd
  a.destaque {
  background: transparent !important;
  border-color: transparent !important;
  color: #000;
  border: none !important;
}

/* line 582, ../../xampp/htdocs/huia/helioderm/assets/css/new.scss */
#produtos .listaProdutos {
  background: #ffffff;
}

.secao_topo_home .swiper-topo.swiper-horizontal {
  background: transparent !important;
}

.secao_topo_home
  .swiper-topo
  .swiper-slide.swiper-slide-visible.swiper-slide-active {
  opacity: 1 !important;
}

.secao_topo_home .swiper-topo .swiper-slide.swiper-slide-prev,
.secao_topo_home .swiper-topo .swiper-slide.swiper-slide-next {
  opacity: 0 !important;
}

.secao_topo_home .swiper-topo .swiper-slide {
  background: transparent;
}

.secao_topo_home .swiper-topo .swiper-slide .img-fixa img {
  height: auto;
  max-width: 360px;
  width: 100%;
}

.secao_topo_home .swiper-topo .swiper-slide .img-fixa img.img-3 {
  max-width: 450px;
}

@media (max-width: 1600px) and (min-width: 1025px) {
  .secao_topo_home .swiper-pagination {
    left: 10px !important;
  }
}

@media (min-width: 1025px) {
  .secao_topo_home .swiper-topo .swiper-slide .info div .btn-mobile {
    display: none;
  }
}

@media (max-width: 1025px) {
  .secao_topo_home .swiper-topo .swiper-slide .info h2 {
    font-size: 27.26px;
    margin-bottom: 20px;
    line-height: 32.8px;
    text-align: center;
  }

  .secao_topo_home .swiper-topo .swiper-slide .info h2 strong {
    font-size: 32px;
  }

  .secao_topo_home .swiper-topo .swiper-slide .info h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .secao_topo_home {
    background-image: url("../imgs/newImgs/bg-banner-mobile.png") !important;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .secao_topo_home .swiper-topo .swiper-slide .img-fixa {
    min-height: 405px;
    display: flex;
    align-items: center;
  }

  .secao_topo_home .swiper-topo .swiper-slide .img-fixa img {
    height: auto;
    max-width: 297px;
    max-height: 405px;
    width: 100%;
  }

  .secao_topo_home .swiper-topo .swiper-slide .info {
    padding-top: 48px;
  }

  .secao_topo_home .swiper-pagination .swiper-pagination-bullet {
    gap: 9px;
    top: inherit !important;
    left: 0;
    border: 1px solid #000;
  }

  .secao_topo_home
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet {
    border: none;
  }

  .produtos .container .listaProdutos .custom-select {
    top: 110% !important;
  }

  #produtos .listaProdutos {
    padding-top: 45px;
  }

  .secao_topo_home .swiper-topo .swiper-slide .container.slide-img {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .secao_topo_home .swiper-pagination {
    flex-direction: row;
    gap: 11px;
    align-items: center;
    top: 546px !important;
    left: 50% !important;
    position: absolute;
    height: 11.53px;
    transform: translate(-50%, -55%);
    width: 80px !important;
  }

  .secao_topo_home .swiper-topo .swiper-slide .info div {
    height: 46px;
  }

  .secao_topo_home .swiper-topo .swiper-slide .info div .btn-desktop {
    display: none;
  }

  .secao_topo_home .swiper-topo .swiper-slide .info .btn {
    display: none;
  }

  .secao_topo_home .scroll {
    margin-top: 20px;
  }
}

@media (min-width: 1025px) {
  .secao_topo_home {
    background-image: url("../imgs/newImgs/bg-banner-desktop.png");
    background-size: cover;
    background-position: center;
  }

  .secao_topo_home .swiper-topo .swiper-slide.mb h2 {
    margin-bottom: 25px;
  }

  .secao_topo_home .swiper-topo .swiper-slide .info {
    max-width: 550px;
    padding-top: 60px;
  }

  .menu-miniatura.kits {
    max-width: 35px !important;
  }

  .menu-miniatura.kits img {
    border: 1px solid #fff;
  }

  /* line 614, ../../xampp/htdocs/huia/helioderm/assets/css/new.scss */
  .produtos .container .listaProdutos .custom-select {
    top: 78% !important;
  }

  /* line 608, ../../xampp/htdocs/huia/helioderm/assets/css/new.scss */
  #produtos .fotoProduto {
    background: #f1f1f1;
  }

  .secao_topo_home .swiper-topo .swiper-slide .slide-img-3 {
    height: 600px;
  }
}

@media (min-width: 1000px) {
  /* line 582, ../../xampp/htdocs/huia/helioderm/assets/css/new.scss */
  #produtos .listaProdutos {
    padding: 40px 80px;
  }
}
