/* ===================================
   Cover
====================================== */


.cover{
  width: 100%;
  min-height: 550px;
  background: linear-gradient(0deg, #DFFAFB 17.62%, #14BCC4 97.05%);
  position: relative;
  display: flex;
  clip-path: ellipse(150% 100% at 50% 0%);
  -webkit-clip-path: ellipse(150% 100% at 50% 0%);
}


.content-cover{
  min-height: 500px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}


.text-alt-cover{color: #4A99A6;}

.img-dr{
  position: absolute;
width: auto;
height: 115%;
opacity: 0.2;
left: 50%;
bottom: -50px;
transform: translate(-50%, -0%);
}

.rompecabezas{
  position: absolute;
top: 75%;
right: auto;
left: 50%;
transform: translate(-50%, -0%);
display: flex;
flex-direction: row;
z-index: 20;
}

.rompecabezas img{
  width: 130px;
}

/* ===================================
   General
====================================== */

.time-line{
  width: 100%;
  min-height: 560px;
  /*background-image: url("../../assets/img/nosotros/linea-tiempo/flecha-grande.svg");*/
  background-image: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%), url('../../assets/img/nosotros/linea-tiempo/flecha-grande.svg');
  background-position: center;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}

.grid-time-line{
  display: grid;
  grid-template-columns: 1fr;
  gap:20px;
}

.time-line-item{
  width: 100%;
  min-height: auto;
  display: flex;
  text-align: center;
  justify-content: center;
  position: relative;
}



.time-line-item .tag{
  padding: 5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #14BCC4;
}

.time-line-item .tag span{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 120%;
}

.flecha-uno{
  width: auto;
  position: absolute;
  top: 25%;
  right: -250px;
  display: none;
}

.flecha-dos{
  width: auto;
  position: absolute;
  top: -45px;
  right: -220px;
  display: none;

}


/*Galetia instalaciones*/

.swiper-slide {
  width: 500px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 16px;
   box-sizing: border-box;
}

.swiper-slide img {
  display:block;
   width:100%;
   height:100%;
   object-fit:cover;
}


 .swiper-button-next-instalaciones::after {
   height: 100%;
  content: "\F138";
  font-family: bootstrap-icons !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

 .swiper-button-prev-instalaciones::after {
   height: 100%;
content: "\F12F";
font-family: bootstrap-icons !important;
display: flex;
justify-content: center;
align-items: center;
}

 .swiper-button-next-instalaciones {
   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-instalaciones:hover{
   background: #4A99A6;
 }

 .swiper-button-prev-instalaciones {
   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-instalaciones:hover {
   background: #4A99A6;
 }

.swiper-button-next-instalaciones.swiper-button-disabled, .swiper-button-prev-instalaciones.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;
  padding: 0px 40px;
  height: 70px;
  padding-top: 10px;
}


/**Galeria beneficios */


/*seccion benefit*/

#galery-benefit .swiper {
  width: 100%;
}

#galery-benefit .swiper-slide {
  width: 320px;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


#galery-benefit .swiper-slide img {
  height: auto;
  width:160px;
  object-fit: contain;
}

#galery-benefit .swiper-slide-active img {
  transform: scale(1.2);
}



 .swiper-button-next-benefit::after {
   height: 100%;
  content: "\F138";
  font-family: bootstrap-icons !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

 .swiper-button-prev-benefit::after {
   height: 100%;
content: "\F12F";
font-family: bootstrap-icons !important;
display: flex;
justify-content: center;
align-items: center;
}

 .swiper-button-next-benefit {
   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-benefit:hover{
   background: #4A99A6;
 }

 .swiper-button-prev-benefit {
   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-benefit:hover {
   background: #4A99A6;
 }

.swiper-button-next-benefit.swiper-button-disabled, .swiper-button-prev-benefit.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;
}


.text-alternativas{color: #92AC9E;}
.text-ubicacion{color: #FEC6A0;}


/*Banner main*/

.banner-main-nosotros{
  width: 100%;

  background: #FFEBF080;
  border-radius: 25px;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

.banner-main-nosotros .info{
  padding: 50px 30px;
  display: flex;
  align-items: center;
}

.banner-main-nosotros .img{
  margin-top: 100px;
}

.banner-main-nosotros .img img{
  position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}

/*Seccion Equipo medico*/

.grid-equipo-f1{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
  grid-template-areas:
  "inf inf"
  "dE dS";

}

.grid-equipo-f2{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
  grid-template-areas:
  "dI dL"
  "bb dA";
  margin-top: 20px;
}

.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;}
.img-bebe-equipo img{
  z-index: 20;
bottom: 0;
width: 55%;
position: absolute;
left: -40px;

}

.bg-card-pink{background: #FFE2E9;}
.bg-card-blue{background: #C1E3E5;}

/*.card-equipo {
  width: 100%;
  height: 200px;
  perspective: 1000px;
}*/

.card-equipo {
  width: 100%;
  height: 180px;
  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: 90%;
width: auto;
}*/

.card-front img{
  position: relative;
bottom: -22px;
height: 75%;
width: auto;
}


.card-back {
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 16px;
  justify-content: center;
  text-align: center;
  transform: rotateY(180deg);
}

.card-back h6{
  font-size: 14px;
}

/* ===================================
   Responsive
====================================== */



/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {

/*Equipo*/
.grid-equipo-f1{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:20px;
  grid-template-areas:
  "inf inf"
  "dE dS";
}

.grid-equipo-f2{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:20px;
  grid-template-areas:
  "dI dL"
  "bb dA";
  margin-top: 20px;
}

.card-front img{height: 90%;bottom: -10px;}
.img-bebe-equipo img{bottom: -35px;width: 50%;left: -25px;}

} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {


.rompecabezas{top: 75%;}
.rompecabezas img{width: 130px;}

/*Banner-main*/
.banner-main-nosotros .info {padding: 50px 50px;}

/*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;
}

.card-back h6{
  font-size: 16px;
}

.card-equipo {
  width: 100%;
  height: 220px;
  perspective: 1000px;
}


.img-bebe-equipo img{bottom: -35px;width: 50%;left: -85px;}

.card-front img{
  position: relative;
bottom: 10px;
height: 110%;
width: auto;
border-bottom-left-radius: 16px;
border-bottom-right-radius: 16px;
}


}
/* md  */ @media (min-width: 768px) {

.cover{
  clip-path: ellipse(90% 100% at 50% 0%);
  -webkit-clip-path: ellipse(90% 100% at 50% 0%);
}


.img-dr{height: 100%;left: -100px;transform: translate(-0%, -0%);opacity: 1;}
.rompecabezas{flex-direction: column;right: 0px;top: -20px;transform: translate(-0%, -0%);left: auto;}
.rompecabezas img{width: 160px;}

/*time line*/
.grid-time-line{grid-template-columns: repeat(3,1fr);gap:50px;}
.flecha-uno{width: 80%;right: -95px;top:20%;display: inherit;}
.flecha-dos{width: 80%;right: -95px;top: -10px; display: inherit;}
.time-line-item{min-height: 400px;}

/*Banner-main*/
.banner-main-nosotros {grid-template-columns: 70% auto;}
.banner-main-nosotros .info {padding: 50px 80px;}
.banner-main-nosotros .img{margin-top: 0px;}

/*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;
}

.card-back h6{
  font-size: 18px;
}

.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;
}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.img-dr{height: 110%;}
.rompecabezas{right: 60px;}
.rompecabezas img{width: 160px;}

/*time line*/
.grid-time-line{grid-template-columns: repeat(3,1fr);gap:150px;}
.flecha-uno{width: 100%;right: -180px;top:25%;}
.flecha-dos{width: 100%;right: -170px;top: -10px;}

/*Banner-main*/
.banner-main-nosotros {grid-template-columns: 65% auto;}
.banner-main-nosotros .info {padding: 80px 100px;}

/*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) {

/*time line*/
.flecha-uno{width: auto;right: -250px;}
.flecha-dos{width: auto;right: -220px;top: -45px;}

/*Banner-main*/
.banner-main-nosotros {grid-template-columns: 60% auto;}
.banner-main-nosotros .info {padding: 100px 150px;}

/*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) {}
