/** Media Queries **/
html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*:after,
*:before {
  box-sizing: inherit; }

  *:focus{
    box-shadow: none;
    outline: none;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  *:active{
      background-color: none;
      box-shadow: none;
      outline: none;
      outline:none !important;
      outline-width: 0 !important;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
  }

:hover {
  -webkit-transition: background .3s,color .3s,border .3s;
  transition: background .3s,color .3s,border .3s;
}

body {
  font-family: 'Poppins', sans-serif;
  -moz-font-feature-settings: 'Poppins', sans-serif;
  -webkit-font-feature-settings: 'Poppins', sans-serif;
  font-feature-settings: 'Poppins', sans-serif;
  box-sizing: border-box;
  overflow-x: hidden!important;
}


/*general*/
h1{
  font-size: 2.2em;
}
p{
  font-size: 1rem;
  line-height: 1.3em;
  letter-spacing: 0.5px;
  font-weight: 200;
}

.txt_title{
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  width: 60%;
}
.txt-center{
  text-align: center;
}
.txt-left{
  text-align: left!important;
}
.bold_txt{
  font-weight: 700!important;
  font-family: 'Poppins', sans-serif;
}

.light_txt{
  font-weight: 200;
}
.bold2_txt{
  font-weight: 800!important;
  font-family: 'Poppins', sans-serif;
}
.txt_black{
  color: #000000;
}

.txt_green{
  color: #22a090;
}
.txt_gray{
  color: #353536;
}
.txt_gray_2{
  color: #7d7d7d;
}
.txt_white{
  color: #ffffff;
}
.txt-uppercase{
  text-transform: uppercase;
}

.txt_bold{
  font-weight: 400!important;
}
.item-full{
  width: 100%;
}
.margin-0{
  margin: 0px;
}
.margin-top-0{
  margin-top: 0px!important;
}

.bg_red{
  background: #ED1C24;
}

.bg_black{
  background-color: #000000;
}

.bg_green{
  background-color: #22a090;
}

.bg_black_01{
  background-color: #2c2d2d;
}

.spacing_1{
  letter-spacing: 1px;
}

.margin-bottom-0{
  margin-bottom: 0px!important;
}

.padding-bottom_0{
  padding-bottom: 0px!important;
}

.padding-top{
  padding-top: 0px!important;
}

.title-top{
  top: 15px;
  position: relative;
  z-index: 2;
}
.bg-white{
  background-color:#ffffff; 
}
.bg_grey{
  background-color: #f7f7f7;
}
.bg_turquesa{
  background-color: #e4f2f1;
}
.imte-push_2{
  display: none;
}
.img_off {
  display: none;
}
.item_border_top_0{
  border-top: 0px!important;
}
/*general*/

.float_whatsapp{
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 60%;
  left: 8px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #23232361;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
}


.float_whatsapp .txt_on{
  opacity: 0;
  display: none;

}
.float_whatsapp:hover .txt_on {
  display: block;
  opacity: 1;
  margin: 0px;
  font-size: 12px;
  text-align: left;
  padding-left: 8px;
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.float_whatsapp:hover{
  width: 180px;
  padding: 8px;
  -webkit-transition: background .3s,color .3s,border .3s;
  transition: background .3s,color .3s,border .3s;

}

.contenedor {
  /*max-width: 1100px;*/
  width: 90%;
  margin: 0 auto;
}

.conteiner_full{
  max-width: 1900px;
}

img {
  max-width: 100%; }

.centrado {
  text-align: center; }

.oculto {
  display: none; }

.box_section{
  display: flex;
  align-items: center;
}

.box_section .box-copy .item_logo_pilates{
  display: flex;
  justify-content: center;
  margin-top: 3em;
}

.box_section .box-copy .item_logo_pilates img{
  width: 150px;
}

.header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color:none;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
header .logo {
  margin-top: 2em;
  transition: all 0.3s;
}
header .logo img{
  width: 120px;
  margin: 0 auto;
  display: block;
  transition: all 0.3s;
}
header.smaller {
  height: auto;
  background-color:#ffffff ;
  opacity: 1;

}
.smaller .logo{
  margin-top: 1em;
  margin-bottom: 10px;
}
.smaller .logo img{
  width: 100px;
}

.btn-top .btn_adecco{
  border-radius: 5px;
  font-size: 1.1em;
  padding: 6px 20px;
  margin: 0.5rem 0;
  margin-top: 18px;
  letter-spacing: 1px;
}
.header-space{
  display: flex;
  justify-content: center;
  margin-top: 0em;
}
.header .logo {
  padding: 0.5rem 0;
}


.section_pilates{
  margin-bottom: 4em;
}

.section_pilates .item_grid {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 4rem;
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.section_pilates .item_grid .order-1 {
  order: 1;
}

.section_pilates .item_grid .grid_left{
  margin-right: 4em;
}
.section_pilates .item_grid .grid_right{
  margin-left: 4em;
}

.box_section .item_section-pilates-img{
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 1 0 calc(50% - 0rem);
  flex: 1 0 calc(50% - 0rem);
  margin-bottom: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
  line-height: 0;
}
.item_box_info_user .box_pilates_info{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 8em;
}

.box_section .item_section-pilates-img .image{
  background: #24a090;
  width: 100%;
  min-height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.box_section .item_equipo-pilates{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box_section .item_equipo-pilates .box_equipo_pilates{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 1 0 calc(25% - 0rem);
  flex: 0 1 calc(22% - 0rem);
  margin-bottom: 2rem;
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 2rem;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.box_section .item_equipo-pilates .box_equipo_pilates .caption{
  position: absolute;
  cursor: default;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.box_section .item_equipo-pilates .box_equipo_pilates .caption .blur{
  background-color: rgba(0,0,0,0.40);
  height: 100%;
  width: 100%;
  position: absolute;
}
.box_section .item_equipo-pilates .box_equipo_pilates .caption .caption-text{
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.box_section .item_equipo-pilates .box_equipo_pilates .caption .caption-text h2{
  margin-bottom: 8px;
}
.box_section .item_equipo-pilates .box_equipo_pilates .caption .caption-text .item_cta{
  color: #ffffff;
  text-decoration: none;
  font-weight: 200;
  font-size: 1rem;
  border: solid 1px #ffffff;
  padding: 9px 25px;
  letter-spacing: .5px;
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.box_section .item_equipo-pilates .box_equipo_pilates .caption .caption-text .item_cta:hover{
  background: #0000007a;
}

.box_section .item_equipo-pilates .box_equipo_pilates img{
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.box_section .item_equipo-pilates .box_equipo_pilates:hover img{
  opacity: 1;
  transform: scale(1.15,1.15);
  -webkit-transform: scale(1.15,1.15);
  -moz-transform: scale(1.15,1.15);
  -ms-transform: scale(1.15,1.15);
  -o-transform: scale(1.15,1.15);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.box_section .item_equipo-pilates .box_equipo_pilates:hover .caption{
  opacity: 1;
}

.box_section .item_conteiner_site{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4em;
  margin-bottom: 4em;
}

.item_arrow{
  position: relative;
  width: 100px;
  height: 50px;
  cursor: pointer;
}

.item_arrow .arrow{
  position: absolute;
  top: 25px;
  width: 100px;
  height: 2px;
  background-color: #000;
  animation: arrow 700ms linear infinite;
}
.item_arrow .arrow::before{
  top: 8px;
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  width: 22%;
  height: 2px;
  right: -3px;
  background-color: #000;
}
.item_arrow .arrow::after{
  top: -8px;
  transform: rotate(45deg);
  content: '';
  position: absolute;
  width: 22%;
  height: 2px;
  right: -3px;
  background-color: #000;
}

.box_section .item_conteiner_site .box_site_map{
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 29%;
  -webkit-box-flex: 0;
  -ms-flex: 1 0 calc(29% - 0rem);
  flex: 0 1 calc(29% - 0rem);
  margin-bottom: 2rem;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 2rem;
}

.box_section .item_conteiner_site .box_site_map .box_txt{
  min-height: 170px;
}
.box_section .item_conteiner_site .box_site_map a{
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  display: inline-block;
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.box_section .item_conteiner_site .box_site_map a:hover{
  color: #24a090;
}
.box_section .item_conteiner_site .box_site_map .item_buttom{
  text-decoration: none;
  background: #24a090;
  display: inline-block;
  color: #ffffff;
  letter-spacing: .5px;
  padding: 12px 25px;
  font-weight: 300;
  border: solid 1px #24a090;
  margin-top: 1em;
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.box_section .item_conteiner_site .box_site_map .item_buttom:hover{
  color: #24a090;
  background-color: transparent;
}

.item_grid_01 {
  margin-top: -14rem;
}

.item_pilates_info{
  display: flex;
  align-items: center;

}
.item_pilates_info .info_img{
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 26%;
  -webkit-box-flex: 0;
  -ms-flex: 1 0 calc(26% - 0rem);
  flex: 1 0 calc(26% - 0rem);
}
.item_pilates_info .info_txt{
  padding: 4em 10em;
}

.item_box_info_user .box_pilates_info  h2{
  margin-bottom: 5em;
}

.banner{
  width: 100%;
}

.section{
  height: 100vh;
  background-color: #666666;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sect_2 img{
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero .header_banner img{
  width: 110px;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.hero .banner_hero_header{
  overflow: hidden;
  height: 85vh;
}

.hero .banner_hero_header img{
  max-width: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero .banner_hero{
  overflow: hidden;
  height: 85vh;
}

.hero .banner_hero img{
  max-width: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.hero .item_look-2{
  display: none;
  width: 100%;
}

.hero .item_look-3{
  display: none;
  width: 100%;
}
.hero .down{
  bottom: 0px;
  position: absolute;
  margin-bottom: 3%;
  z-index: 1;
}


/*scroll*/

.scrollup {
  width: 35px;
  height: 30px;
  position: fixed;
  bottom: 20%;
  right: 6px;
  display: none;
  text-indent: -9999px;
  background: url(../img/arrow.svg) no-repeat;
  z-index: 99999;
}

.scrollup:hover{
  text-indent: 0px;
  text-decoration: none;
  padding-top: 24px;
  color: black;
  font-weight: 300;
  text-transform: initial;
  font-size: 13px;
  text-align: center;
}
.scrollup span{
  background: #fff;
}

/*scroll*/

/*modal*/
.tingle-demo{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgb(0 0 0 / 34%);
  opacity: 0;
  user-select: none;
  cursor: pointer;
}

.Title_center{
  flex-direction: column;
  align-items: center;
}
.Title_center .txt_title{
  width: 100%;
}

.tingle-modal .tingle-modal-box .tingle-modal-box__content .title-top .Title{
  display: flex;
  flex-direction: column;
  margin-top: 0em;
  margin-bottom: 2em;
  align-items: center;
}
.tingle-modal .tingle-modal-box .tingle-modal-box__content .title-top .Title .item_logo_pilates{
  width: 165px;
}
.tingle-modal .tingle-modal-box .tingle-modal-box__content .box_body_modal{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tingle-modal .tingle-modal-box .tingle-modal-box__content .box_body_modal .box_txt_modal{
  margin-bottom: 1em;
}

.tingle-modal .tingle-modal-box .tingle-modal-box__content .box_body_modal .box_txt_modal p a{
  color: #000000;
  font-weight: 600;
}

.tingle-modal .tingle-modal-box .tingle-modal-box__content .box_body_modal .img_circular{
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  width: 22%;
}

.class1_mapa .tingle-modal-box{
  width: 84%;
}
.class1_mapa .tingle-modal-box .tingle-modal-box__content {
  padding: 2rem 2rem 3em;
}
.class1_mapa .tingle-modal-box .box_body_modal_map .box_section_modal{
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  justify-content: space-evenly;
  align-items: flex-start;
}
.class1_mapa .tingle-modal-box .box_body_modal_map .box_section_modal .modelo{
  display: flex;
  box-shadow: 0px 4px 8px 2px #75757587;
  margin-bottom: 2rem;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 1rem;
  background: #ffffff;
}
.class1_mapa .tingle-modal-box .box_body_modal_map .box_section_modal .modelo .info-modelo ul{
  padding: 8px 12px;
  border-top: solid 1px #e2e2e2;
}
.class1_mapa .tingle-modal-box .box_body_modal_map .box_section_modal .modelo .info-modelo ul li{
  list-style: none;
}
.class1_mapa .tingle-modal-box .box_body_modal_map .box_section_modal .modelo .item_noche ul li p{
  font-weight: 300;
}
.class1_mapa .tingle-modal-box .box_body_modal_map .box_section_modal .modelo .item_dia ul li p{
  font-weight: 300;
}
.class1_mapa .tingle-modal-box .box_body_modal_map .box_section_modal .modelo .item_cash ul li p{
  font-weight: 300;
}
.class1_mapa .tingle-modal-box .box_body_modal_map .box_section_modal .modelo .item_cash{
  border-left: 1px solid #e2e2e2;
}

.class1_mapa .tingle-modal-box .box_body_modal_map .box_section_modal .modelo .item_dia{
  border-left: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
}
.class1_mapa .tingle-modal-box .box_body_modal_map .box_section_modal .modelo .info-modelo .title-modelo h3{
  font-weight: 200;
}

.class1_mapa .tingle-modal-box .box_body_modal_map .box_btn{
  width: 100%;
  display: flex;
  justify-content: center;
}

.class1_mapa .tingle-modal-box .box_body_modal_map .box_btn .item_buttom{
  text-decoration: none;
  background: #24a090;
  display: inline-block;
  color: #ffffff;
  letter-spacing: .5px;
  padding: 12px 25px;
  font-weight: 300;
  border: solid 1px #24a090;
  margin-top: 1em;
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.class1_mapa .tingle-modal-box .box_body_modal_map .box_btn .item_buttom:hover{
  color: #24a090;
  background-color: transparent;
}
.class1_mapa .tingle-modal-box .box_body_modal_map .box_note{
  padding: 10px;
  background: #dff7f2;
  margin: 3em 2em 0em;
  border-radius: 12px;
}

/*modal*/

/* accordion */

/* ADD ACORDION GALAXY */
#accordAPp .transition, #accordAPp p, #accordAPp ul li i:before, #accordAPp ul li i:after {
  transition: all 0.25s ease-in-out;
  margin-top: 2em;
}

#accordAPp .flipIn, #accordAPp ul li {
  animation: flipdown 0.5s ease both;
}

#accordAPp .no-select, #accordAPp .item_acordion-title {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#accordAPp ul li .item_buttom{
  text-decoration: none;
  background: #ffffff;
  color: #24a090;
  letter-spacing: .5px;
  padding: 12px 25px;
  font-weight: 300;
  border: solid 1px #24a090;
  margin-top: 1em;
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  text-align: center;
  width: 180px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

#accordAPp ul li p a{
  font-weight: 600;
  color: #000000;
}
#accordAPp {
  min-height: 0;
  display: inline-block;
  position: relative;
  margin-top: 8px;
}


#accordAPp ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#accordAPp ul li {
  position: relative;
  padding: 15px 20px;
  margin: 0;
}
#accordAPp ul li:nth-of-type(n) {
  animation-delay: 0.5s;
}
#accordAPp ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 30px;
}
#accordAPp ul li i:before, #accordAPp ul li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}
#accordAPp ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#accordAPp ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#accordAPp ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#accordAPp ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
#accordAPp ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#accordAPp ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
/* FIN ACORDION GALAXY */

/* accordion */


/* MOUSE SCROLL ANIMATION */

.mouseDown {
  font-size: 0.7em; /* CONTROL MOUSE SIZE */
  border: 1px solid rgba(255,255,255,1);
  display: block;
  width: 1.7em;
  height: 2.8em;
  border-radius: 0.9em;
  margin: 0 auto;
  text-decoration: none;
  transition: border 0.2s ease-out;
}

.mouseDown:hover {border: 1px solid rgba(255,255,255,0.7);}

.mouseDown span {
  display: block;
  background: #fff;
  width: 0.2em;
  height: 0.3em;
  margin: 0.7em auto 0;
  border-radius: 0.4em;
}

.mouseDown span {
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  will-change: transform;
}

.mouseDown:hover span {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

@-webkit-keyframes scroll {
  0%, 20% {
    -webkit-transform: translateY(0) scaleY(1);
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1.2em) scaleY(1.5);
    opacity: 0.01;
  }
}

@keyframes scroll {
  0%, 20% {
    transform: translateY(0) scaleY(1);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(1.2em) scaleY(1.5);
    opacity: 0.01;
  }
}

/* MOUSE SCROLL ANIMATION */

.Title{
  margin: 1.2em auto;
  margin-top: 3em;
  display: flex;
  justify-content: center;
}
.item_line{
  content: "";
  display: block;
  height: 1px;
  margin: -2px auto;
  width: 80%;
  background: #c5c5c5;
  position: relative;
  z-index: 2;
  border-radius: 22px;
  float: left;
  margin-bottom: 1rem;
  margin-top: 0.3rem;
}
.item_title{
  border-radius: 10px;
  padding: 8px 15px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.conteiner-plus{
  position: relative;
  z-index: 2;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: #ffffff;
}

.conteiner-plus .conteiner .box-copy{
  margin: 50px;
}

.conteiner-plus .box-copy{
  width: 100%;
}


/** conteiner **/
.conteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/** conteiner **/
.section-body{
  margin-bottom: 4em;
}

.item_box_info_user{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  flex-direction: column;
  align-items: inherit;
  margin-top: 4em;
}


/*banner-2*/

.item-footer{
  padding-bottom: 4rem;
  padding-top: 4rem;
  background: rgb(228,35,19);
  background: linear-gradient(90deg, rgba(228,35,19,1) 0%, rgba(207,14,62,1) 58%);
}

.footer .navegacion-social .item_form .form{
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.footer .navegacion-social .item_form .form p{
  margin: 8px 0px 6px 0px;
}

.footer .navegacion-social .item_form .form p input{
  width: 500px;
  padding: 6px 8px;
  border: solid 1px #4a4a4a;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  background: transparent;
}
.footer .navegacion-social .item_form .form p textarea{
  width: 500px;
  max-width: 500px;
  padding: 6px 8px;
  border: solid 1px #4a4a4a;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  background: transparent;
  min-height: 50px;
  max-height: 50px;
}
.footer .navegacion-social .item_form .form .submit{
  display: flex;
}
.footer .navegacion-social .item_form .form .submit .item_button{
  background: #000000;
  border: solid 1px #000000;
  color: #ffffff;
  padding: 10px 40px;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif!important;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.footer .navegacion-social .item_form .form .submit .item_button:hover{
  background: #22a090;
  border: solid 1px #22a090;
}

.footer .navegacion-social .item_form .form p input:focus{
  border: 1px solid #4a4a4a;
  outline: none;
}
.footer .navegacion-social .item_form .form p input:active{
  border: 1px solid #4a4a4a;
  outline: none;
}
.footer .navegacion-social .item_form .form p textarea:focus{
  border: 1px solid #4a4a4a;
  outline: none;
}
.footer .navegacion-social .item_form .form p textarea:focus{
 border: 1px solid #4a4a4a;
 outline: none; 
}

.footer .navegacion-social .item_form .form .error {
  font-size: 10px;
  margin-top: 5px;
  color: red;
}

.footer .navegacion-social .footer-logos{
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.footer {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.footer p .item_privacy{
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #afaeae;
}
.footer p{
  margin: 10px;
}
.footer .copyright{
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 3em;
  font-weight: 300;
}

.footer .navegacion-social .footer-logos .logo_pilates{
  width: 600px;
}

.footer .sociales ul li span{
  display: none;
}
.footer .sociales ul {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 auto;
  padding: 0px;
  flex-direction: column;
  margin-top: 2em;
}

.footer .sociales ul li{
  list-style: none;
}

.footer .sociales ul li a p{
  font-size: 14px;
}
.footer .sociales ul li a{
  color: #000000;
  text-decoration: none;
  margin: 5px 0px;
  display: flex;
  align-items: center;
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.footer .sociales ul li a .zmdi{
  font-size: 26px;
  color: #22a090;
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.footer .sociales ul li a:hover{
  color: #22a090;
}

.footer .sociales ul li a:hover .zmdi{
  color: #0b907f;
}

.footer .sociales{
  margin: 0px 3em;
}

.footer .sociales .box_txt_footer{
  margin: 0px;
}
.footer .sociales .box_txt_footer h3{
  letter-spacing: 1px;
}

.footer .sociales .box_txt_footer p{
  font-size: 16px;
  font-weight: 300;
  margin: 8px 0px;
}
.footer .sociales .box_txt_footer p a{ 
  text-decoration: none;
  color: #262626;
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.footer .sociales .box_txt_footer p a:hover{
  color: #e42312;
}

.footer .navegacion-social{
    display: flex;
    justify-content: center;
}
.footer .navegacion-social .logo-adecco .logo_theadecco{
  width: 230px;
  padding-top: 0px
}
.footer .navegacion-social .logo-adecco .logo_adecco{
  width: 60%;
}
.item_privacy{
   -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.footer p .item_privacy:hover{
  color: #e42312;
}

footer .box_section{
  width: 100%;
}
footer .box_section .box-copy{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
footer .box_section .box-copy p{
  font-size: 13px;
}

footer .box_section .box-copy p a{
  color: #ffffff;
  text-decoration: none;
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

footer .box_section .box-copy p a:hover{
  color: #006154;
}

.item-center{
  justify-content: center!important;
}

.item-center .logo{
  text-align: center;
}



.item_line-height{
  content: "";
  display: block;
  height: 29px;
  width: 2px;
  margin-top: 8px;
  margin-right: 24px;
  background: #adadad;
  position: relative;
  z-index: 2;
  border-radius: 22px;
}




/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@keyframes rotate-one {
  100% {
    transform: rotate(52.6deg);
    /**
     * 12% => 21.6deg
     */
  }
}

@keyframes rotate-two {
  0% {
    transform: rotate(21.6deg);
  }
  100% {
    transform: rotate(130.2deg);
    /**
     * 32% => 57.6deg 
     * 57.6 + 21.6 => 79.2deg
     */
  }
}

@keyframes rotate-three {
  0% {
    transform: rotate(79.2deg);
  }
  100% {
    transform: rotate(180.4deg);
    /**
     * 34% => 61.2deg 
     * 61.2 + 79.2 => 140.4deg
     */
     /**
      * 22% => 39.6deg  
      * 140.4 + 39.6 => 180deg
      */
  }
}


@keyframes fade-in {
  0%,
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*responsive*/

@media (max-width: 1500px){
  .hero .header_banner img{
    width: 100px;
  }

  .smaller .logo img {
    width: 90px;
  }
  header .logo img{
    width: 100px;
  }
  .item_box_info_user .box_pilates_info h2 {
    margin-bottom: 2em;
  }
  .item_box_info_user .box_pilates_info {
    padding: 4em;
  }
  .box_section .item_section-pilates-img .image {
    min-height: 700px;
  }
  .box_section .item_section-pilates-img .image .box_img{
    display: flex;
    justify-content: center;
    padding: 7em 5em;
  }
  .item_pilates_info .info_txt{
    padding: 4em 6em;
  }
  .box_section .item_section-pilates-img .image .box_img img{
    width: 70%;
  }
  .footer .navegacion-social .footer-logos .logo_pilates {
    width: 400px;
  }
  .footer .navegacion-social .item_form .form p input{
    width: 400px;
  }
  .footer .navegacion-social .item_form .form p textarea{
    width: 400px;
    max-width: 400px;
  }
}

@media (max-width: 1200px){
  .section_pilates .item_grid .grid_left {
    margin-right: 2em;
  }

  .item_pilates_info .info_txt {
    padding: 2em 4em;
  }

  .item_pilates_info .info_img {
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 1 0 calc(25% - 0rem);
    flex: 1 0 calc(25% - 0rem);
  }
  .hero .banner_hero {
    overflow: hidden;
    height: 70vh;
  }

  .box_section .item_section-pilates-img .image .box_img {
    padding: 7em 5em;
  }

  .box_section .item_section-pilates-img .image{
    min-height: auto;
  }

  .box_section .item_conteiner_site .box_site_map .box_txt {
    min-height: 145px;
  }

  .footer .navegacion-social .footer-logos .logo_pilates {
    width: 350px;
  }

  .footer .navegacion-social .item_form .form p input{
    width: 350px; 
  }
  .footer .navegacion-social .item_form .form p textarea{
    width: 350px; 
    max-width: 350px;
  }

}
@media (max-width: 1024px){
  p{
    font-size: .9rem;
  }

  .hero .header_banner img {
    width: 90px;
  }

  .smaller .logo img{
    width: 90px; 
  }
  .smaller .logo img {
    width: 80px;
  }
}

@media (max-width: 992px){

  .section_pilates .item_grid .grid_left {
    margin-right: 1em;
  }

  .Title {
    margin-top: 2em;
  }

  .footer {
    padding-top: 5rem;
  }

  .grid{
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .img_off {
    display: block;
  } 
  .img_on {
    display: none!important;
  }

  .section_pilates .item_grid{
    padding: 4rem 3em;
  }

  h1{
    font-size: 1.8em;
  }

  .section_pilates .item_grid .grid_right {
    margin-top: 2em;
  }

  .hero .banner_hero {
    height: 60vh;
  }

  .item_pilates_info .info_txt {
    padding: 1em 3em;
  }

  .item_pilates_info .info_img {
    flex-basis: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 1 0 calc(30% - 0rem);
    flex: 1 0 calc(30% - 0rem);
  }

  .item_box_info_user .box_pilates_info {
    padding: 2em;
  }

  .item_box_info_user .box_pilates_info h2 {
    margin-bottom: 1em;
  }

  .box_section .item_equipo-pilates .box_equipo_pilates {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(30% - 0rem);
    flex: 0 1 calc(30% - 0rem);
  }

  .box_section .item_conteiner_site {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .box_section .item_equipo-pilates .box_equipo_pilates .caption .caption-text .item_cta {
    font-size: .8em;
  }
  .box_section .item_conteiner_site .box_site_map .item_buttom{
    font-size: .8em;
  }

  .box_section .item_conteiner_site .box_site_map .box_txt {
    min-height: 138px;
  }

  .footer .navegacion-social .footer-logos .logo_pilates {
    width: 300px;
  }

  .footer .navegacion-social .item_form .form p input {
    width: 300px;
  }
  .footer .navegacion-social .item_form .form p textarea {
    width: 300px;
    max-width: 300px;
  }
  .footer .navegacion-social .item_form .form .submit .item_button{
    font-size: .8em;
  }

  .footer .sociales ul li a p {
    font-size: 13px;
  }
  .footer .sociales {
    margin: 0px 1em;
  }
  .footer .navegacion-social {
    justify-content: normal;
  }
  footer .box_section .box-copy p {
    font-size: 12px;
  }
  .item_grid_01 {
    margin-bottom: 0em;
  }
  .footer .navegacion-social .item_form .form p input {
    font-size: 14px;
  }
  .footer .navegacion-social .item_form .form p textarea{
    font-size: 14px;
  }

  .tingle-modal .tingle-modal-box .tingle-modal-box__content .box_body_modal .img_circular{
    width: 32%;
  }
  #accordAPp ul li .item_buttom{
    width: 168px;
  }
}

@media (max-width: 860px){

}

@media (max-width: 768px){

  .hero .header_banner img {
    width: 80px;
  }

  .box_section .box-copy .item_logo_pilates img {
    width: 120px;
  }

  .header .logo {
    padding: 0.3rem 0;
  }

  h1 {
    font-size: 1.6em;
  }
  h2{
    font-size: 1.4em;
  }

  p {
    font-size: .8rem;
  }

  .item_pilates_info .info_txt {
    padding: 2em 2em;
  }

  .item_pilates_info .info_img {
    flex-basis: 28%;
    -webkit-box-flex: 0;
    -ms-flex: 1 0 calc(28% - 0rem);
    flex: 1 0 calc(28% - 0rem);
  }

  .hero .banner_hero {
    height: 50vh;
  }

  .section_pilates .item_grid {
    padding: 5rem 2em;
  }

  .section_pilates .item_grid {
    gap: 2rem;
  }

  .section_pilates .item_grid .grid_right {
    margin-left: 2em;
  }
  .conteiner-plus .conteiner .box-copy {
    margin: 40px 0px;
  }
  .box_section .item_section-pilates-img .image .box_img img {
    width: 55%;
  }
  .box_section .item_section-pilates-img .image .box_img {
    padding: 5em 5em;
  }

  .box_section .item_equipo-pilates .box_equipo_pilates {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(40% - 0rem);
    flex: 0 1 calc(40% - 0rem);
  }

  .box_section .item_conteiner_site {
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    flex-direction: column;
    width: 90%;
  }

  .box_section .item_conteiner_site .box_site_map {
    margin-bottom: 1rem;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box_section .item_conteiner_site .box_site_map .box_txt{
    text-align: center;
  }

  .box_section .item_conteiner_site .box_site_map .box_txt {
    min-height: auto;
  }

  .footer .sociales {
    margin: 2em 2em 0px;
  }

  .item_box_info_user .box_pilates_info {
    padding: 2em 4em;
  }
  .conteiner-plus .conteiner .box_section {
    flex-direction: column;
  }

  .footer .navegacion-social {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .footer .navegacion-social .footer-logos{
    width: 90%;
    align-items: center;
  }
  .footer .navegacion-social .footer-logos .item_form{
    width: 100%;
  }
  .footer .navegacion-social .footer-logos .item_form h2{
    text-align: center;
  }

  .footer .navegacion-social .item_form .form .submit {
    display: flex;
    justify-content: center;
  }

  .footer .navegacion-social .item_form .form p input{
    width: 100%;
  }

  .footer .navegacion-social .footer-logos .logo_pilates {
    width: 260px;
  }

  .footer .navegacion-social .item_form .form p textarea {
    width: 100%;
    max-width: 100%;
  }

  .footer .navegacion-social .logo-adecco{
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .footer .sociales ul {
    justify-content: center;
    padding: 0;
    align-items: center;
  }

  .footer .copyright {
      margin-top: 1em;
  }

  .footer .sociales ul li a p {
    font-size: 12px;
  }

  .footer .sociales .box_txt_footer{
    text-align: center;
  }

  .imte-push_2{
    display: block;
  }
  .footer .copyright {
    font-size: 12px;
  }

  footer .box_section .box-copy{
    flex-direction: column;
  }

  .tingle-modal .tingle-modal-box .tingle-modal-box__content .box_body_modal .img_circular {
    width: 40%;
  }

  .tingle-modal .tingle-modal-box .tingle-modal-box__content .title-top .Title .item_logo_pilates {
    width: 130px;
  }

  .class1_mapa .tingle-modal-box .box_body_modal_map .box_btn .item_buttom {
    font-size: .8em;
    margin: 0px;
  }
  .class1_mapa .tingle-modal-box .box_body_modal_map .box_note {
    margin: 3em 0em 0em;
    padding: 10px 10px 15px;
  }

  .class1_mapa .tingle-modal-box .tingle-modal-box__content {
    padding: 1rem 0rem 3em;
  }
  .float_whatsapp .txt_on{
    font-size: 10px;
  }

  footer .box_section .box-copy .copyright{
    text-align: center;
  }

  #accordAPp ul li .item_buttom{
    font-size: .8em;
    width: 140px;
  }

}

@media (max-width: 480px){

  .hero .header_banner img{
    width: 62px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .smaller .logo img{
    width: 62px;
  }
  .smaller .logo img{
    width: 58px;
  }
  .box_section .box-copy .item_logo_pilates img {
    width: 100px;
  }

  .txt_title {
    width: 90%;
  }

  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1.3em;
  }
  h3{
    font-size: 1em;
  }

  .section_pilates .item_grid{
    grid-template-columns: auto;
  }

  .section_pilates .item_grid .order-1 {
    order: 0;
  }

  .section_pilates .item_grid {
    padding: 2rem 1em;
  }

  .item_grid_01 {
    margin-top: 0rem;
  }

  .section_pilates {
    margin-bottom: 0em;
  }

  .section_pilates .item_grid {
    gap: 1rem;
  }

  .section_pilates .item_grid .grid_right {
    margin-left: 2em;
    margin-top: 0px;
  }

  .item_pilates_info {
    flex-direction: column;
  }

  .item_pilates_info .info_img {
    width: 70%;
  }

  .item_pilates_info .info_txt {
    padding: 1em 1em;
  }

  .item_box_info_user .box_pilates_info {
    padding: 2em 3em;
  }

  .box_section .item_section-pilates-img .image .box_img {
    padding: 4em 0em;
  }

  .box_section .item_equipo-pilates .box_equipo_pilates {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 85%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(85% - 0rem);
    flex: 0 1 calc(85% - 0rem);
    margin-top: 1rem
  }

  .box_section .item_conteiner_site .box_site_map .item_buttom {
    font-size: .7em;
  }
  .footer .navegacion-social .item_form .form .submit .item_button {
      font-size: .7em;
  }

  .footer .navegacion-social .footer-logos .logo_pilates {
      width: 220px;
  }

  .box_section .item_equipo-pilates .box_equipo_pilates .caption{
    opacity: 1;
    background: #000000;
    position: relative;
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .box_section .item_equipo-pilates .box_equipo_pilates .caption .caption-text .item_cta {
    font-size: .7em;
  }
  .footer{
    padding-bottom: 2rem;
  }

  .tingle-modal__close{
    background-color: #22a090;
  }

  .tingle-modal .tingle-modal-box .tingle-modal-box__content .title-top .Title .item_logo_pilates {
    width: 120px;
  }

  .class1_mapa .tingle-modal-box .box_body_modal_map .box_section_modal .modelo {
    margin-bottom: 2rem;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0rem;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
  }

  .class1_mapa .tingle-modal-box .box_body_modal_map .box_section_modal .modelo .info-modelo ul{
    padding: 8px 5px;
  }

  .class1_mapa .tingle-modal-box .box_body_modal_map .box_btn .item_buttom{
    font-size: .7em;
  }

  .float_whatsapp{
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0px 0px;
    bottom: 0px;
    width: 180px;
    padding: 8px;
  }

  .float_whatsapp .txt_on{
    display: block;
    opacity: 1;
    text-align: left;
    padding-left: 6px;
    font-size: 10px;
  }

  .float_whatsapp:hover{
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0px 0px;
    bottom: 0px;
    width: 180px;
    padding: 8px;
    text-align: left;    
  }

  .float_whatsapp:hover .txt_on{
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0px 0px;
    bottom: 0px;
    width: 180px;
    padding: 8px;
    text-align: left;  
  }
  .scrollup{
    bottom: 35%;
    right: 4px;
  }

  #accordAPp ul li .item_buttom{
    font-size: .7em;
    width: 135px;
  }
  
}

@media (max-width: 350px){

 .smaller .logo img {
    width: 56px;
 }
 .smaller .logo img{
    width: 60px;
 }
 .hero .header_banner img {
    width: 60px;
 }
 h1 {
    font-size: 1.3em;
 }
 h2 {
    font-size: 1.2em;
 }
 p {
    font-size: .76rem;
 }
 .class1_mapa .tingle-modal-box .box_body_modal_map .box_section_modal .modelo .info-modelo ul li p{
    font-size: .7em;
 }

 .class1_mapa .tingle-modal-box .box_body_modal_map .box_section_modal .modelo .item_cash ul li p{
    font-size: .7em;
 }

}

/*responsive*/

.fadeTop {
  opacity: 0; 
  transform: translate(0, 10vh);
  transition: all 1s;
}

.fadeRight {
  opacity: 0;
  transform: translate(10vh, 0vh);
  transition: all 1s;
}

.fadeLeft {
  opacity: 0;
  transform: translate(-10vh, 0vh);
  transition: all 1s;
}

.visible {
  opacity: 1;
  transform: translate(0, 0);
}







