/* ===================================
   Global
====================================== */


.cover{
  width: 100%;
  min-height: 600px;
  background: linear-gradient(0deg, #DFFAFB 17.62%, #14BCC4 97.05%);
  position: relative;
  clip-path: ellipse(150% 100% at 50% 0%);
  -webkit-clip-path: ellipse(150% 100% at 50% 0%);
}

.curva-cover{
  width: 100%;
  height: 150px;
  background: linear-gradient(282.18deg, #DFFAFB 17.62%, #14BCC4 97.05%);
  clip-path: ellipse(60% 100% at 50% 0%);
  -webkit-clip-path: ellipse(60% 100% at 50% 0%);
  position: relative;
    top: -50px;
}

#galery-cover .text-alt{color: #4A99A6;}

#galery-cover .swiper {
width: 100%;
height: 600px;
    }

#galery-cover .swiper-slide {
      width: 100%;
      background: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      position:relative;
      background: linear-gradient(0deg, #DFFAFB 17.62%, #14BCC4 97.05%);
    }

    #galery-cover .swiper-pagination {
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    #galery-cover .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #bbe8eb;
      opacity: 1;
      border-radius: 50%;
      position: relative;
      transition: background 0.3s ease, transform 0.3s ease;
    }

    #galery-cover .swiper-pagination-bullet-active {
      background: #fff;
      transform: scale(1.5);

    }

    #galery-cover .swiper-pagination-bullet::before {
      content: "";
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
      width: 1px;
    height: 30px;
    background: #fff;
    z-index: -1;

    }

    #galery-cover .swiper-pagination-bullet-active::before {
        top: -13.5px;
        background: #fff;
          height: 20px;
    }

    #galery-cover .swiper-pagination-bullet:first-child::before {
      display: none;
    }

    .content-p-cover{
      width: 100%;
      top:260px;
      height: 100%;
    }

    .content-pagination{
      position: absolute;
      left: -45px;
      top:50%;
      width: 100px;
    }


.content-inf-slider{
  width: 50%;
  position: relative;
  z-index: 50;
}

    .manos{
      position: absolute;
    height: 100%;
    width: auto;
    right: 0px;
    top:0px;
    z-index: 10;
    opacity: .2;
    }

    .nubes{
      position: absolute;
    width: 100%;
    right: 0px;
    bottom: 0px;
    display: none;
    }

    .sello{
      position: absolute;
width: 200px;
right: 0%;
bottom: -120px;
z-index: 20;
display: none;
    }


    .icon-content{
      width: 40px;
      height: 40px;
      background: #14BCC4;
      border-radius: 50%;
      display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .icon-content img{
      width: 60%;
    }

        .icon-content:hover{
          background: #F98FA9;
        }

/*Seccion tarjetas*/

.grid-title-problem{
  display: grid;
  grid-template-columns: 1fr;
  gap:20px;
}

.img-problem{
  position: relative;
  display: none;
}

.img-problem img{
  position: absolute;
  bottom: 0px;
  width: 100%;

}

.img-bebe-problem{
  width: 60%;
}


.bg-img-card-1{background: #14BCC4;}
.bg-text-card-1{background: #C1E3E5;}

.bg-img-card-2{background: #F98FA9;}
.bg-text-card-2{background: #FFEBF0;}

.card-main{
  border-radius: 25px;
  display: grid;
  grid-template-columns: 1fr;
    min-height: 300px;
}

.card-main .img{
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-main .img img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-main .inf{
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;

}

.grid-mas-problem{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:15px;
}

.card-problematica{
  width: 100%;
  min-height: 180px;
  background: #FFEBF080;
  border: 2px solid #F98FA9;
  border-radius: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding:20px;
}

.card-problematica img{
  width: 60px;
}

.card-problematica h6{
  font-size: 16px;
  margin-bottom: 0px;
  color: #F98FA9;
  font-weight: 600;
}

/*Galeria certificaciones*/

#galery-certificaciones .swiper-slide img{
  width: 150px;
}

/*Galeria tratamientos*/

.top-curve-tratamiento{
  clip-path: ellipse(150% 100% at 50% 100%);
  -webkit-clip-path: ellipse(150% 100% at 50% 100%);
  background: linear-gradient(180deg, #F98FA9 -18.25%, #FFEAEF 46.02%, #FFFFFF 83.38%);

}

.content-body {
  margin: 0;
  display: flex;
  justify-content: center;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #1a1a1a;
  font-family: sans-serif;
  color: #f5f5f5;
}

.area {
  margin: auto;
  display: block;
  width: 100%;
}

.slick-list {
  overflow: visible;
}

.slick-slide {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.slick-slide.prev1, .slick-slide.prev2, .slick-slide.active, .slick-slide.next1, .slick-slide.next2 {
  opacity: 1;
}
.slick-slide .slide-inner {
  transform: scale(0.7) translatey(70%);
  transition: all 0.5s ease;
}
.slick-slide.next1 .slide-inner {
  transition: all 0.5s ease;
  transform: scale(0.9) translatex(2.6%) translatey(2%);
}
.slick-slide.prev1 .slide-inner {
  transition: all 0.5s ease;
  transform: scale(0.9) translatex(-2.6%) translatey(2%);
}
.slick-slide.next2 .slide-inner, .slick-slide.prev2 .slide-inner {
  transform: scale(0.9) translatey(50%);
  transition: all 0.5s ease;
}
.slick-slide .slide-title, .slick-slide .slide-description {
  opacity: 0;
  text-align: center;
  width: 150%;
  margin-left: -25%;
}

.slick-slide .slide-link {
  opacity: 0;
}

.slick-slide .slide-title {
  margin-top: 10%;
  margin-bottom: 15px;
}
.slick-slide .slide-description {
  margin-top: 0;
}
.slick-slide img {
  width: 200px;
  height: auto;
  object-fit: cover;
}
.slick-slide.active .slide-title, .slick-slide.active .slide-description {
  opacity: 1;
  transition: all 0.2s ease 0.3s;
}
.slick-slide.active .slide-title, .slick-slide.active .slide-link{
  opacity: 1;
  transition: all 0.2s ease 0.3s;
}

.slick-slide.active .slide-inner {
  transform: scale(1.2) translatey(0%);
}
.slick-slide:focus {
  outline: none;
}
.slick-slide a {
  display: flex;
  justify-content: center;
  transition: all 0.2s ease;
}
.slick-slide a:focus {
  outline: none;
  box-shadow: 0 0 0px 0px #f5f5f533;
}

.slick-list {
  width: 120vw;
  margin-left: -10vw;
  padding: 0 !important;
}

.slider-nav {
  width: 100%;
    text-align: center;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 2%;
    z-index: 2;
    display: flex;
justify-content: center;
}
.slider-nav button {
  margin: 0 150px;
  background: transparent;
  border: none;
  transition: all 0.2s ease;
  position: relative;
  z-index: 2;
  opacity: 0.8;
}
.slider-nav img {
}

.slider-nav .sr-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.slider-nav .slick-prev:hover {
  transform: translatex(-5px);
  opacity: 1;
  outline: none;
}
.slider-nav .slick-next:hover {
  transform: translatex(5px);
  opacity: 1;
}
.slider-nav .slick-prev:focus, .slider-nav .slick-next:focus {
  opacity: 1;
  outline: none;
}

@media (max-width: 1024px) {
  .slick-slide img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .slick-list {
    width: auto;
    margin-left: 0;
    padding: 0 50px !important;
  }

  .slide-inner .slide-title, .slide-inner .slide-description {
    width: 100%;
    margin-left: 0;
    padding: 0px 20px;
  }

  .slick-slide img {
    height: auto;
    width: 150px;
  }
}


/*Seccion Equipo medico*/

.grid-equipo-f1{
  display: grid;
  grid-template-columns: 1fr;
  gap:20px;
  grid-template-areas:
  "inf"
  "dE"
  "dS";

}

.grid-equipo-f2{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap:20px;
  grid-template-areas:
  "dI"
  "dL"
  "dA";
  margin-top: 40px;
}

.dra-ericka{grid-area: dE;}
.dr-salvador{grid-area: dS;}
.description{grid-area: inf;}

.dra-itzel{grid-area: dI;}
.dr-luis{grid-area: dL;}
.dra-araceli{grid-area: dA;}

.img-bebe-equipo{grid-area: bb;display: none;}
.img-bebe-equipo img{
  z-index: 20;
bottom: -35px;
width: 400px;
position: absolute;
left: -40px;
}

.bg-card-pink{background: #FFE2E9;}
.bg-card-blue{background: #C1E3E5;}

.card-equipo {
  width: 100%;
  height: 220px;
  perspective: 1000px;
}

.card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.999s;
}

.card-equipo:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.card-front {
  display: flex;
  align-items: center;
  border-radius: 16px;
  justify-content: center;
  font-size: 24px;
  transform: rotateY(0deg);
}

.card-front img{
  position: relative;
bottom: 10px;
height: 110%;
}

.card-back {
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 16px;
  justify-content: center;
  text-align: center;
  transform: rotateY(180deg);
}


/*Seccion metodos naturales*/

.content-img-top-mn{
  width: 100%;
  height: 150px;
  position: relative;
}

.content-img-top-mn .curva{
  height: 100%;
width: 100%;
object-fit: cover;
object-position: top;
}

.content-img-top-mn .franja{
  position: absolute;
top: 0px;
right: -70px;
z-index: 20;
display: none;
}

.content-img-top-mn .bebe{
  position: absolute;
top: 30px;
right: 10%;
z-index: 50;
width: 450px;
display: none;
}

.card {
  width: 100%;
  height: 250px;
  padding: 5px;
  border-radius: 1rem;
  overflow: visible;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  cursor: pointer;
}

.card-bg-orange{background: #FEC6A0;}
.card-bg-blue{background: #14BCC4;}
.card-bg-pink{background: #FFCBC2;}

.card::before,
.card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  z-index: -1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.card::after {
  transform: rotate(-4deg) translate(5px, 5px);
}

.card-bg-orange::after{background: #FEC6A0;}
.card-bg-blue::after{background: #14BCC4;}
.card-bg-pink::after{background: #FFCBC2;}

.card-info {
  --color: #fff;
  background: var(--color);
  color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: visible;
  border-radius: 0.7rem;
  position: relative;
  z-index: 2;
  transition: background 0.4s ease, color 0.4s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}



.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.card:hover::before,
.card:hover::after {
  transform: rotate(-6deg) translate(15px, 15px);
  opacity: 1;
}

.card:hover .card-info {
  background: #ffffff;
  color: #FEC6A0;
}






/*Section video content*/

video{
  width: 100%;
}



.parallax-box {
  height: 270px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.thumbnail {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
  pointer-events: none;
  z-index: 2;
}


.section-top-curve{
  clip-path: ellipse(150% 100% at 50% 100%);
  -webkit-clip-path: ellipse(150% 100% at 50% 100%);
  background: #FFF7F1;
}



/*seccion testimoneos*/

#galery-testimonio .swiper {
  width: 100%;
}

#galery-testimonio .swiper-slide {
  width: 350px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
}


#galery-testimonio .swiper-slide .image {
  height: 100%;
  width:100%;
  object-fit: cover;
}

#galery-testimonio .swiper-slide .content-testimonio{
  padding: 50px;
  position: relative;
  color: #fff;
  width: 100%;
  height: 100%;
}

#galery-testimonio .swiper-slide .content-testimonio .comillas{
  width: 75px;
  margin-bottom: 50px;
}

.bg-test-1{background: #FEC6A0;}
.bg-test-2{background: #14BCC4;}
.bg-test-3{background: #F4ABBD;}


/*seccion sellos*/

#galery-sellos .swiper {
  width: 100%;
}

#galery-sellos .swiper-slide {
  width: auto;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


#galery-sellos .swiper-slide img {
  height: auto;
  width:200px;
}



 .swiper-button-next-sellos::after {
   height: 100%;
  content: "\F138";
  font-family: bootstrap-icons !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

 .swiper-button-prev-sellos::after {
   height: 100%;
content: "\F12F";
font-family: bootstrap-icons !important;
display: flex;
justify-content: center;
align-items: center;
}

 .swiper-button-next-sellos {
   width: 40px;
   height: 40px;
   background: #14BCC4;
    position: relative;
    margin-left: 0px;
    display: inline-table !important;
    top:0px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    transition:all .7s ease;
    cursor: pointer;
}

 .swiper-button-next-sellos:hover{
   background: #4A99A6;
 }

 .swiper-button-prev-sellos {
   width: 40px;
   height: 40px;
   background: #14BCC4;
    position: relative;
    margin-right: 0px;
    display: inline-table !important;
    top:0px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
      transition:all .7s ease;
}

 .swiper-button-prev-sellos:hover {
   background: #4A99A6;
 }

.swiper-button-next-sellos.swiper-button-disabled, .swiper-button-prev-sellos.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.content-navigation{
  position: absolute;
    top: 50%;
  left: 0;
  width: 100%;
  transform: translate(-0%, -50%);
  z-index: 20;
}


/* ===================================
   Carrusel servicios
====================================== */

.wrap {
  width:100%;
  overflow:hidden;

}
.swiper-container-cover {
  width:100%;
  margin:0 auto;
  overflow:visible;
  height:400px;
}

.swiper-slide {
  display:flex;
  justify-content:center;
  align-items:flex-end;
  width:300px;
  transition:none;
}

.swiper-slide .cont {
  text-align:center;
}

.swiper-slider img {
  width:100%;
  display:block;
}
.swiper-slide span {
  display:inline-block;
  margin-top:20px;
}

.changing,
.changed {
  transform:translateX(0px);
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;

}

.changing {
  transition:transform 0.3s;
  pointer-events:none;
}

.changed {
  transition:none;
}

.changing.swiper-slide-active,
.changed.swiper-slide-active {
  transform:translateX(0);
  z-index: 10;
}

.swiper-slide-active ~ .changing,
.swiper-slide-active ~ .changed {
  transform:translateX(0px);
}

.changing .img-wrap,
.changed .img-wrap {
  transform-origin:center bottom;
}

.changing .img-wrap {
  transition:transform 0.3s;
}

.changed .img-wrap {
  transition:none;
}

.changing.swiper-slide-active .img-wrap,
.changed.swiper-slide-active .img-wrap {
  transform:scale(1.3);
}



/* ===================================
   Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {

.parallax-box {height: 300px;}

} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

/*Galeria certificaciones*/

#galery-certificaciones .swiper-slide img{
  width: 250px;
}

/*Cards main*/
.card-main{grid-template-columns: 30% 1fr;}

.card-main .img {
  border-top-left-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0px;
}

.card-main .img img{
  border-top-left-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0px;
  height: 100%;
}

.card-main .inf{
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 25px;
}

.parallax-box {height: 350px;}


/*Equipo*/
.grid-equipo-f1{
  display: grid;
  grid-template-columns: repeat(2,260px);
  gap:20px;
  grid-template-areas:
  "inf inf"
  "dE dS";
}

.grid-equipo-f2{
  display: grid;
  grid-template-columns: repeat(2,260px);
  gap:20px;
  grid-template-areas:
  "dI dL"
  "bb dA";
  margin-top: 40px;
}

.img-bebe-equipo{grid-area: bb;display: inherit;}
.img-bebe-equipo img{bottom: -35px;width: 60%;left: -85px;}


}
/* md  */ @media (min-width: 768px) {

/*Cover*/
.sello{width: 200px;right: 40%;}
.nubes{display: inherit;}

/**/
.grid-title-problem{grid-template-columns:1fr 1fr;}

.img-bebe-problem{
  width: 200px;
  display: inherit;
}

/*Cards main*/
.card-main{grid-template-columns: 40% 1fr;}

/*Equipo*/
.grid-equipo-f1{
  display: grid;
  grid-template-columns: repeat(2,260px);
  gap:20px;
  grid-template-areas:
  "inf inf"
  "dE dS";
}
.grid-equipo-f2{
  width: auto;
  display: grid;
  grid-template-columns: repeat(2,260px);
  gap:20px;
  grid-template-areas:
  "dI dL"
  "bb dA";
  margin-top: 40px;
}

.img-bebe-equipo img{bottom: -35px;width: 400px;left: -40px;}

.content-img-top-mn .franja{
  position: absolute;
        top: -10px;
        right: -230px;
        z-index: 20;
        display: inherit;
}

.content-img-top-mn .bebe{
  position: absolute;
        top: 80px;
        right: 3%;
        z-index: 50;
        width: 350px;
        display: inherit;
}

.card-problematica{
  width: 100%;
  min-height: 220px;
  background: #FFEBF080;
  border: 2px solid #F98FA9;
  border-radius: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding:30px;
}

.card-problematica img{
  width: 80px;
}

.card-problematica h6{
  font-size: 20px;
  margin-bottom: 0px;
  color: #F98FA9;
  font-weight: 600;
}

.section-top-curve{
  clip-path: ellipse(60% 100% at 50% 100%);
  -webkit-clip-path: ellipse(60% 100% at 50% 100%);
}


} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

/*Cover*/
.manos{opacity: 1;}
.content-pagination{left: -30px;}
.sello{width: 200px;right: 35%;display: inherit;}
.cover{
  clip-path: ellipse(90% 100% at 50% 0%);
  -webkit-clip-path: ellipse(90% 100% at 50% 0%);
}

.parallax-box {height: 700px;}

/**/
.grid-title-problem{grid-template-columns: 25% 1fr 1fr;}
.img-bebe-problem{
  width: 250px;
}


/*Cards main*/
.card-main{grid-template-columns: 40% 1fr;}
.grid-mas-problem{grid-template-columns: repeat(4,1fr);}

/*Galeria tratamientos*/

.top-curve-tratamiento{
  clip-path: ellipse(60% 100% at 50% 100%);
  -webkit-clip-path: ellipse(85% 100% at 50% 100%);
}

/*Equipo*/
.grid-equipo-f1{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap:20px;
  grid-template-areas:
  "dE dS inf inf";
}

.grid-equipo-f2{
  width: 100%;
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr;
  gap:20px;
  grid-template-areas:
  "bb dI dL dA";
  margin-top: 40px;
}

.img-bebe-equipo img{bottom: 30px;width: 20%;left: -60px;}

.content-img-top-mn .franja{
  position: absolute;
top: 0px;
right: -105px;
z-index: 20;
}

.content-img-top-mn .bebe{
  position: absolute;
top: 80px;
right: 8%;
z-index: 50;
width: 400px;
}

} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {

/*Cover*/
.sello{width: 250px;right: 30%;}

/*Cards main*/
.card-main{grid-template-columns: 30% 1fr;}

/*Equipo*/
.grid-equipo-f1{  grid-template-columns: repeat(4,260px);grid-template-areas:"dE dS inf inf";}

.grid-equipo-f2{
  width: auto;
  display: grid;
  grid-template-columns: 100px 260px 260px 260px;
  gap:20px;
  grid-template-areas:
  "bb dI dL dA";
  margin-top: 40px;
}

.img-bebe-equipo img{bottom: -35px;width: 25%;left: -50px;}

.content-img-top-mn .franja{
  position: absolute;
top: 0px;
right: -70px;
z-index: 20;
}

.content-img-top-mn .bebe{
  position: absolute;
top: 30px;
right: 10%;
z-index: 50;
width: 450px;
}

}
/* xxl */ @media (min-width: 1400px) {

.img-bebe-equipo img{bottom: -35px;width: 400px;left: -40px;}

}
