/** Shopify CDN: Minification failed

Line 66:49 Unexpected ")"

**/
section.image-w-text-btn-and-icons {
  background-size: cover; /* Ensure the image covers the div without cutting it */
  background-repeat: no-repeat;
  background-position: center;
}
section.image-w-text-btn-and-icons .custom-img-with-text-full-container {
  aspect-ratio: 2.5;
  display: flex;
  align-items: center;
  /*background-color: #FF6D6F;*/
  flex-wrap: wrap;
  position: relative;
}

section.image-w-text-btn-and-icons
  .custom-img-with-text-full-container
  .cust-text-container {
  height: 100%;
  display: flex;
  align-items: center;
  width: 45%;
}

section.image-w-text-btn-and-icons
  .custom-img-with-text-full-container
  .cust-text-container
  .cust-text-content {
  padding: 8% 0% 8% 18%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}

section.image-w-text-btn-and-icons
  .custom-img-with-text-full-container
  .cust-text-container
  .cust-text-content
  h2 {
  font-weight: bold;
  text-transform: unset;
  line-height: 109%;
  font-size: 40px;
}

section.image-w-text-btn-and-icons
  .custom-img-with-text-full-container
  .cust-text-container
  .cust-text-content
  p {
  font-size: 1.94vw;
  /*width: 492px;*/
  line-height: 3vw;
}

section.image-w-text-btn-and-icons p {
  position: relative;
  padding-left: 10px; /* Espacio para el punto */
}
section.image-w-text-btn-and-icons p::first-child)::last-child) {
  display: none;
}

section.image-w-text-btn-and-icons
  p:not(:first-child):not(:last-child)::before {
  content: "•";
  margin-right: 12px;
}

section.image-w-text-btn-and-icons
  .custom-img-with-text-full-container
  .cust-text-container
  .cust-text-content
  .color-white {
  color: #fff;
}

section.image-w-text-btn-and-icons .cust-image-container {
  position: relative;
  height: 100%;
  width: 40%;
  max-height: 100%;
  display: flex;
}

section.image-w-text-btn-and-icons .cust-image-container img {
  /*position:absolute;
    bottom: 0;*/
  object-fit: cover;
}
section.image-w-text-btn-and-icons .cust-image-container img.cust-mobile-img {
  display: none;
}

section.image-w-text-btn-and-icons .btn.btn-pregnancy {
  margin: 0;
  display: flex;
  align-items: center;
}

section.image-w-text-btn-and-icons
  .cust-image-container
  .rigth-rectangle-container {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}

section.image-w-text-btn-and-icons
  .cust-image-container
  .rigth-rectangle-container
  .rigth-rectangle {
  height: 10%;
  width: 100%;
  background-color: #fff;
  border-radius: 50px 0 0 50px;
}

section.image-w-text-btn-and-icons .cust-img-mobile-container {
  width: 55%;
  position: relative;
  height: 100%;
}
section.image-w-text-btn-and-icons .cust-img-mobile-container img {
  display: none;
  width: 100%;
}

section.image-w-text-btn-and-icons .icons-div {
  width: 100%;
  position: absolute;
  text-align: center;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /* bottom: 0; */
  top: 0;
  padding: 0px 30% 0 20%;
}
section.image-w-text-btn-and-icons .icons-div.top {
  transform: translateY(15%);
}
section.image-w-text-btn-and-icons .icons-div.middle {
  transform: translateY(50%);
}
section.image-w-text-btn-and-icons .icons-div.bottom {
  transform: translateY(85%);
}
section.image-w-text-btn-and-icons .icons-container {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
section.image-w-text-btn-and-icons .icons-container .inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.image-w-text-btn-and-icons .icons-container .content p {
  color: #fff;
  padding: 0;
}

section.image-w-text-btn-and-icons h2.icons-title {
  font-size: 2.77vw;
  color: #fff;
  
}

section.image-w-text-btn-and-icons .cust-img-mobile-container img.icon {
  display: block;
  width: 7.91vw;
  max-width: 114px;
}

@media screen and (min-width: 769px) and (max-width: 1439px) {
  section.image-w-text-btn-and-icons
    .custom-img-with-text-full-container
    .cust-text-container
    .cust-text-content
    p {
  }
  section.image-w-text-btn-and-icons
    .custom-img-with-text-full-container
    .cust-text-container
    .cust-text-content
    h2 {
    font-size: 2.77vw;
  }
}

@media screen and (max-width: 768px) {
  section.image-w-text-btn-and-icons .cust-img-mobile-container {
    width: 100%;
  }
  section.image-w-text-btn-and-icons .cust-img-mobile-container img {
    display: block;
  }
  section.image-w-text-btn-and-icons .custom-img-with-text-full-container {
    /*height: 62vh;*/
    width: 100%;
    aspect-ratio: 0.696;
  }

  section.image-w-text-btn-and-icons
    .custom-img-with-text-full-container
    .cust-text-container {
    /* align-items:unset;*/
    width: 100%;
    height: 55.8vh;
  }

  section.image-w-text-btn-and-icons
    .custom-img-with-text-full-container
    .cust-text-container
    .cust-text-content {
    padding: 10%;
    width: 100%;
    transform: translateY(0);
  }

  section.image-w-text-btn-and-icons .cust-image-container {
    position: absolute;
    height: 80%;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  section.image-w-text-btn-and-icons .cust-image-container img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  section.image-w-text-btn-and-icons .cust-image-container img.cust-mobile-img {
    display: block;
    max-width: 60%;
  }
  section.image-w-text-btn-and-icons
    .cust-image-container
    img.cust-desktop-img {
    display: none;
  }
  section.image-w-text-btn-and-icons
    .custom-img-with-text-full-container
    .cust-text-container
    .cust-text-content
    h2 {
    font-size: 36px;
  }
  section.image-w-text-btn-and-icons
    .custom-img-with-text-full-container
    .cust-text-container
    .cust-text-content
    p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.85px;
  }
  section.image-w-text-btn-and-icons .cust-img-mobile-container {
    height: auto;
  }
  section.image-w-text-btn-and-icons h2.icons-title {
    font-size: 31px;
    line-height: 36.5px;
  }

  section.image-w-text-btn-and-icons .cust-img-mobile-container img.icon {
    width: 17.38vw;
    max-width: 67.8px;
  }

  section.image-w-text-btn-and-icons .icons-div {
    padding: 0px 18% 0 15%;
  }
}
