.homeSlider {
    overflow : hidden;
}

.featuredProducts__container {
    padding : 5vh 0;
}

/* Section presentation diapers*/
.section_presentation_diapers {
  background: var(--color-primary);
  height: auto;
}

.section_home_cards_present {
  padding: 0 10px;
}

.home-main-title {
  margin: 0;
  padding: 12px 20px;
  background: #f7f4ef;
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}

.home-main-title + .section_home_cards_present .cards-presents__block {
  margin-top: 0;
}

.section_presentation_diapers .container__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-white-default);
}

.content_presentation_right
{
  max-width: 450px;
  margin: 0 auto;
}

.index-featured-products .c-title {
  color: var(--color-primary);
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.7px;
}

.index-featured-products {
  padding: calc(75px - 1em) 0 75px;
}

.index-featured-products .featured-products,.index-featured-products .container-primary {
  max-width: unset;
}
.index-featured-products .featured-products .swiper-container {
  width: calc(100% - 20px);
}

.index-featured-products  .swiper-button-prev {
  top: -77px;
  left: unset;
  right: var(--swiper-navigation-sides-offset, calc(33% - 2 * 73px));
}
.index-featured-products  .swiper-button-next {
  top: -77px;
  right: var(--swiper-navigation-sides-offset, calc(30% - 2 * 73px));
}

.index-featured-products .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: 0.3s ease;
}

.index-featured-products  .swiper-pagination-bullet-active {
  width: 30px !important;
  border-radius: 10px !important;
}

 .title_presentation_diapers {
  color: #FFF;
  font-size: 45px;
  line-height: 55px;
  margin: 5px 0 20px;
}

.subtitle_presentation_diapers {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text_presentation_diapers
{
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0.17px;
  font-family: Urbanist,sans-serif;
  font-weight: 400;
}

.button_presentation_diaper {
  margin-top: 20px;
  width: 260px;
  background: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 50px;
  color: #ffffff;
  gap: 7px;
}

.button_presentation_diaper:hover {
  color: #ffffff;
}

.image_presentation_left {
  position: relative;
  max-width: 50%;
}

.detail-point{
  position: absolute;
  cursor: pointer;
}

.detail-point[data-id="1"] {
  bottom: 30%;
  left: 15%;
}

.detail-point[data-id="2"] {
  bottom: 20%;
  right: 40%;
}

.detail-point[data-id="3"] {
  top: 20%;
  left: 20%;
}

.detail-point[data-id="4"] {
  top: 25%;
  right: 37%;
}

.subtitle {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.details_description {
  color: #FFF;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.15px;
  font-family: Urbanist, sans-serif;
}

.details {
  position: absolute;
  background: var(--color-primary);
  width: 244px;
  text-align: center;
  padding: 0 0 20px 0;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}

.details.active
{
  visibility: visible;
  opacity: 1;
}

.details:before
{
  content: '';
  background: var(--color-primary);
  display: block;
  height: 20px;
  width: 20px;
  transform: rotate(45deg) translate(20px , -30px);
}

/*.detail_content_1 {*/
/*  bottom: 5%;*/
/*  left: 35%;*/
/*}*/

/*.detail_content_1 {*/
/*  bottom: 32%;*/
/*  left: 27%;*/
/*}*/

/*.detail_content_2 {*/
/*  bottom: 20%;*/
/*  right: 9%;*/
/*}*/

/*.detail_content_3 {*/
/*  top: 15%;*/
/*  left: 32%;*/
/*}*/

/*.detail_content_4 {*/
/*  top: 30%;*/
/*  right: 5%;*/
/*}*/

/* Section impact reduction */

.section_impact_reduction {
  position: relative;
  background: #d7c1a6ad;
}

.section_impact_reduction picture {
  margin: 0 auto;
  width: fit-content;
  display: block;
}

.section_impact_reduction .container_content {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}

.block-item_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block-item {
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 10px 25px;
}

.block-item__inner
{
  margin-left: 15px;
}

.title-block-item {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
}

.description-block-item {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 300;
  line-height: 18.496px;
}

.title_impact_reduction {
  color: var(--color-primary);
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  margin: 5px 0 20px;
}

.subtitle_impact_reduction {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* Section brand list */

.slider-manufacturers__wrapper .c-title__subtitle {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-transform: initial;
  font-weight: 400;
}

.slider-manufacturers__wrapper .c-title {
  color: #FFF;
  text-align: center;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  text-transform: initial;
  padding: 5px 1.5em 1em;
}

.slider-manufacturers__wrapper .brand-miniature {
  background: var(--color-white-default);
  border-radius: 10px;
  padding: 10px;
  /*width: 239px !important;*/
  height: 100px;
  display : flex;
  align-items: center;
  justify-content: center;
}
