/** Seção de comentários do script - início ------------------------------------------------------------------------------------------- */

/**  1) Estilos relacionados ao carrocel com swiper.js - 2023.07 - Coding by Nemésioᴹ F. */
/**  2) Estilos relacionados ao conteúdo interno do carrocel. */

/** Seção de comentários do script - fim ----------------------------------------------------------------------------------------------- */

/** 1) --------------------------------------------------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

.slide-container {

  max-width: 1120px;
  width: 100%;
  padding: 40px 0;

}

.slide-content {

  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;

}

.card {

  border-radius: 25px;
  background-color: #FFF;

}

.image-content,
.card-content {

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;

}

.image-content {

  position: relative;
  row-gap: 5px;
  padding: 25px 0;

}

.overlay {

  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1a641e;
  border-radius: 25px 25px 0 25px;

}

.overlay::before,
.overlay::after {

  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #1a641e;

}

.overlay::after {

  border-radius: 0 25px 0 0;
  background-color: #FFF;

}

.card-image {

  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;

}

.card-image .card-img {

  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #1a641e;

}

.name {

  font-size: 18px;
  font-weight: 500;
  color: #333;

}

.description {

  font-size: 14px;
  color: #707070;
  text-align: center;

}

.button {

  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #1a641e;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;

}

.button:hover {
  background: #1a641e8f;
}

.swiper-navBtn {

  color: #4a854d;
  transition: color 0.3s ease;

}

.swiper-navBtn:hover {
  color: #1a641e;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {

  background-color: #4a854d;
  opacity: 1;

}

.swiper-pagination-bullet-active {
  background-color: #1a641e;
}

@media screen and (max-width: 768px) {

  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }

}

/** 1) --------------------------------------------------------------------------------------------------------------------------------- */

/** 2) --------------------------------------------------------------------------------------------------------------------------------- */

.price_item {
  height: 1030px !important;
}

.price_item>img {

  width: 180px;
  height: 180px;

}

.price_value_customized-start {

  margin-top: 40px;

}

.price_value_customized {

  margin-top: 90px;

}

@media (min-width: 1921px) {
  .list-customized {

    margin-top: 35%;
    margin-bottom: 35%;
  
  }
  
  .list-customized-start {
  
    margin-top: 30%;
    margin-bottom: 30%;
  
  }
  
  .list-customized-personalizado {
  
    margin-top: 55%;
    margin-bottom: 55%;
  
  }
}
@media (max-width: 1920px) and (min-width: 1601px) {
  .list-customized {

    margin-top: 35%;
    margin-bottom: 35%;
  
  }
  
  .list-customized-start {
  
    margin-top: 30%;
    margin-bottom: 30%;
  
  }
  
  .list-customized-personalizado {
  
    margin-top: 55%;
    margin-bottom: 55%;
  
  }
}
@media (max-width: 1600px) and (min-width: 1081px) {
  .list-customized {

    margin-top: 35%;
    margin-bottom: 35%;
  
  }
  
  .list-customized-start {
  
    margin-top: 30%;
    margin-bottom: 30%;
  
  }
  
  .list-customized-personalizado {
  
    margin-top: 55%;
    margin-bottom: 55%;
  
  }
}

@media (max-width: 1080px) and (min-width: 721px) {
  .list-customized {

    margin-top: 26.5%;
    margin-bottom: 26.5%;
  
  }
  
  .list-customized-start {
  
    margin-top: 23%;
    margin-bottom: 23%;
  
  }
  
  .list-customized-personalizado {
  
    margin-top: 53%;
    margin-bottom: 53%;
  
  }
}

@media (max-width: 720px) and (min-width: 481px) {
  .list-customized {

    margin-top: 31%;
    margin-bottom: 31%;
  
  }
  
  .list-customized-start {
  
    margin-top: 27%;
    margin-bottom: 27%;
  
  }
  
  .list-customized-personalizado {
  
    margin-top: 55%;
    margin-bottom: 55%;
  
  }
}

@media (max-width: 480px) {
  .list-customized {

    margin-top: 25%;
    margin-bottom: 25%;
  
  }
  
  .list-customized-start {
  
    margin-top: 22%;
    margin-bottom: 22%;
  
  }
  
  .list-customized-personalizado {
  
    margin-top: 42.5%;
    margin-bottom: 42.5%;
  
  }
}
/** 2) --------------------------------------------------------------------------------------------------------------------------------- */