  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Roboto:wght@300;400;500&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.btnmem{
    font-size: 22px;
    background: #25545c;
    border: 1px #154b54 solid;
}
.btnmem:hover{
    background: #b2d0d0;
    border: 1px #488686 solid;
    color: #342f2f !important;
}
section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  width: 300px;
  height: 500px;
/*  height: 400px;*/
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  filter: blur(1px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
   cursor: pointer;
}

.swiper-slide-active {
  filter: blur(0px);
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-slide span {
  text-transform: uppercase;
  color: #fff;
  background: #1b7402;
  padding: 7px 18px 7px 25px;
  display: inline-block;
  border-radius: 0 20px 20px 0px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
}

.swiper-slide--faciales span {
  background: #25545c;
}

.swiper-slide--corporales span {
  background: #25545c;
}

.swiper-slide--limpiezas-faciales span {
  background: #25545c;
}
.swiper-slide--faclidez span {
  background: #25545c;
}

.swiper-slide--depilacion span {
  background: #25545c;
}
.swiper-slide--abrazo span {
  background: #25545c;
}
.swiper-slide--masajes span {
  background: #25545c;
}
.swiper-slide--piso span {
  background: #25545c;
}


.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 25px 45px 0 25px;
}

.swiper-slide p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 0 25px 35px 25px;
}

.swiper-slide svg {
  color: #fff;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.swiper-slide--faciales {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://shapebodycenter.com.mx/assets/landing_s/images/servicios/FACIALES.jpg")
      no-repeat 50% 50% / cover;
}
.swiper-slide--limpiezas-faciales {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://shapebodycenter.com.mx/assets/landing_s/images/servicios/limpiezas/Endymed-Facial-verticall.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--corporales {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://shapebodycenter.com.mx/assets/landing_s/images/servicios/corporales.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--faclidez {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://shapebodycenter.com.mx/assets/landing_s/images/servicios/flacidez/R6__1667.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--depilacion {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://shapebodycenter.com.mx/assets/landing_s/images/servicios/depilacion/dep.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--abrazo {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    
    url("https://shapebodycenter.com.mx/assets/landing_s/images/servicios/abrazo/abrazo.jpg")
      no-repeat 50% 50% / cover;
}
.swiper-slide--masajes {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://shapebodycenter.com.mx/assets/landing_s/images/servicios/masajes/relajante.jpg")
      no-repeat 50% 50% / cover;
}
.swiper-slide--piso {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    
    url("https://shapebodycenter.com.mx/assets/landing_s/images/servicios/piso/pisopelvico.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}




.faq-drawer {
/*  margin-bottom: 30px;*/
  background: #25545c;
}
.first{
  border-radius:15px 15px 0px 0px;
}
.last{
  border-top:3px #ffffff solid;
  border-radius:0px 0px 15px 15px;
}
.medi{
  border-top:3px #ffffff solid;  
}
.faq-drawer__content{
  padding:14px;
}
.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
/*  transition: 0.25s ease-in-out;*/
  transition: max-height 0.5s ease-in-out;
}

.faq-drawer__title {
/*  border-top: #26545D 1px solid;*/
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
/*  padding: 30px 0 0 0;*/
  padding: 29px 14px 25px 25px;
  color:white;
  color:;
  position: relative;
  margin-bottom: 0;
  transition: all 0.35s ease-out;
}

.faq-drawer__title::after {

    border-style: solid;
    order-style: solid;
    border-width: 5px 5px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 18px;
   
    color: white;
    left: -13px;
    position: relative;
    right: 20px;
    top: -31px;
    font-size: 36px;
    transform: rotate(135deg);
    transition: 0.65s ease-in-out;
    vertical-align: top;
    width: 20px;


}
.content-wrap p{
  padding:10px;
  color:white;
}
/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #b2d0d0  ;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
/*  max-height: 350px;*/
  max-height: 1500px;

}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.65s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

@media only screen and (max-width: 600px) {
  .container {
/*    padding: 80px;*/
  }
}
@media (max-width: 992px) {
    .seccionswipe{
      min-height:auto !important;
    }
    .py-6{
      padding-bottom:0px !important;
      text-align:center;
    }
    .my-5{
      margin:0 !important;
    }

    .secc{
      font-size:17px !important;
    }


}
@media (max-width: 401px) {
    .tit-2{
      font-size:1rem !important;
    }


}
.swiper-button-next, .swiper-button-prev{
  color:#b2d0d0 !important;
}

.tit-1{
  font-size: 2rem;
  color:white;
  margin-top: 20px;
}
.tit-2{
  margin-top: 20px;
  font-size: 1.5rem;
  color:white;
}
.c1{
  color:#B2D1D0;
}
.c2{
  color:#26545D;
}
.bw{
  background:#24d366;

}
.bw img{
  width:23px;
}

.bw:hover{
  background:#12a84a !important;
}
li{ list-style:none }
.tiser{
  margin-bottom:3px;
  margin-top:15px;
}
.secc, .secc font{
  font-size: 20px;
}

.faq-drawer__title2{
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  padding: 29px 14px 25px 10px;
  color: white;
  color: ;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
}
.mxn{
  font-size:1rem !important;
}

#content,#wrapper{
  background:transparent;
}


/*//SCROLL*/

.scroll {
  position: absolute;
  height: 5%;
  left: -40px;
  bottom: 292px;
  z-index:2;
  color:white;
  transform: rotate(-90deg);
}

.scroll a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 7px;
  line-height: 4;
}

.scroll span {
  position: absolute;
  width: 124px;
  height: 2px;
  background: #fcfcfc;
  left: -140px;
  bottom: 16px;
  animation: line 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}

.scroll span:before,
.scroll span:after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fcfcfc;
}

.scroll span:before {
  transform: rotate(45deg);
  bottom: -8px;
  left: -3px;
  animation: side1 2.4s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}

.scroll span:after {
  transform: rotate(-45deg);
  bottom: 8px;
  left: -3px;
  animation: side2 2.4s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}

@keyframes line {
  0% {
    width: 0;
    left: -14px;
  }
  50%, 75% {
    width: 124px;
    left: -140px;
  }
  100% {
    width: 0;
    left: -140px;
  }
}

@keyframes side1 {
  0%, 50%, 100% {
    width: 0;
    bottom: 0px;
    left: -2px;
  }
  65%, 90% {
    width: 24px;
    bottom: -8px;
    left: -3px;
  }
}

@keyframes side2 {
  0%, 50%, 100% {
    width: 0;
    bottom: 0px;
    left: -2px;
  }
  65%, 90% {
    width: 24px;
    bottom: 8px;
    left: -3px;
  }
}

/*SCROLL END*/