body {
  overflow: visible;
  height: 100%;
  max-width: 100vw;
  margin-top: 0px;
  padding-top: 1px;
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  line-height: 55px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 6em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #d32f2f;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  background-color: #d32f2f;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #9b1010;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #333;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, 0.77);
}

.button.black {
  background-color: #333;
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.returnpage {
  margin-right: 10px;
  margin-left: 10px;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  height: 54px;
  margin-top: 8px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
}

.navigation-link.white:hover {
  color: #d32f2f;
}

.navigation-link.white:active {
  color: #9b1010;
}

.navigation-link.white.w--current {
  border-bottom: 4px solid #d32f2f;
  color: #fff;
}

.navigation-link.white.w--current:hover {
  color: red;
}

.navigation-link.white.w--current:active {
  color: #a80101;
}

.navigation-link.white.explink {
  padding-top: 8px;
}

.navigation-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.navigation-bar.dark {
  position: fixed;
  width: 100vw;
  min-height: 72px;
  margin-top: -1px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  background-color: #333;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu {
  margin-right: 10px;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  display: none;
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 700px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.section.centered {
  text-align: center;
}

.section.accent {
  z-index: 4;
  min-height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/RiverBackground.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/RiverBackground.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.accent.formsection {
  z-index: 4;
  display: none;
  margin-top: -200px;
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #1f323f;
  background-image: none;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.section.engelsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding-top: 30px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#607d8b), to(#607d8b));
  background-image: linear-gradient(180deg, #607d8b, #607d8b);
}

.section.videosection {
  z-index: 2;
  min-height: 700px;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/PeruBeach_Pullups.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/PeruBeach_Pullups.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-slider {
  height: 455px;
  background-color: transparent;
}

.slide {
  padding-top: 82px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: #dbdbdb;
}

.slide.two {
  background-color: #dbdbdb;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  background-color: #333;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
}

.align-right {
  text-align: right;
}

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding: 117px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.hero-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #ebeaea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Tray_Section_BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Tray_Section_BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-perspective: 1600px;
  perspective: 1600px;
  text-align: center;
}

.hero-section.centered {
  text-align: center;
}

.hero-section.experienciahero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/HeroIMG.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/HeroIMG.jpg');
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-heading {
  margin-top: 16px;
  margin-bottom: 25px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #d32f2f;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #9b1010;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #9b1010;
  background-color: #d32f2f;
  color: #fff;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, 0.64);
  color: hsla(0, 0%, 100%, 0.72);
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  color: #000;
}

.section-heading.centered {
  text-align: center;
}

.section-heading.centered.lighttext.testheading {
  font-size: 55px;
  line-height: 41px;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading {
  position: relative;
  z-index: 2;
}

.section-subheading.center {
  font-size: 20px;
  text-align: center;
}

.section-subheading.align-right {
  float: right;
}

.section-subheading._60percwidth {
  width: 90%;
}

.section-title-group {
  margin-bottom: 40px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 6%;
  padding-left: 6%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #333;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.social-icon-link.header {
  display: inline-block;
  margin-top: 4px;
  padding: 0px 10px 5px 0px;
}

.social-icon-link.header.login {
  position: relative;
  margin-top: -3px;
  margin-right: 10px;
  padding: 23px 10px 20px;
}

.social-icon-link.header.login:hover {
  background-color: #9b1010;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ebeaea;
}

.footer.centered-accented {
  background-color: #ebeaea;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #2196f3;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.74);
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  position: relative;
  z-index: 2;
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #cde188;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.feature-column {
  text-align: center;
}

.center-content {
  text-align: center;
}

.waterfall-content-column {
  padding-top: 39px;
}

.waterfall-image-column {
  text-align: center;
}

.image {
  -webkit-perspective: 590px;
  perspective: 590px;
  color: #b92c2c;
}

.image-2 {
  overflow: visible;
  float: none;
  clear: left;
}

.image-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-4 {
  display: block;
  width: 200px;
  margin-top: 7px;
}

.container-2 {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.diagonalbox-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100vw;
  height: 300vh;
  margin-top: -120vh;
  margin-left: -90vw;
  background-color: #ebeaea;
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
}

.diagonalbox-1.totheright {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 200vh;
  margin-top: -80vh;
  margin-right: -95vw;
  margin-left: 0px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.motivacional {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75vw;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: left;
}

.motivacional.section2 {
  margin-top: 33px;
  margin-left: auto;
}

.motivacional.align-right {
  max-width: 60vw;
  text-align: right;
}

.motivacional._1st {
  margin-top: 300px;
}

.motivacional._2nd {
  margin-top: 300px;
}

.container-3 {
  display: block;
  padding-left: 401px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  position: relative;
  z-index: 3;
  display: block;
  margin-top: 60px;
}

.staffimg {
  position: relative;
  display: block;
  width: 150px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 50%;
}

.staffname {
  text-align: center;
}

.staffblurb {
  text-align: center;
}

.lighttext {
  color: #fff;
}

.image-5 {
  position: relative;
  z-index: 2;
}

.pagenavigator {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 160px;
  margin-top: auto;
  margin-right: 12px;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: transparent;
}

.link-block {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3f51b5;
}

.link-block.paginator {
  width: 15px;
  height: 15px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-style: none;
  border-width: 0px;
  border-color: hsla(0, 0%, 65.9%, 0.29);
  background-color: #fff;
  box-shadow: 0 0 4px 2px #a8a8a8;
}

.link-block.paginator.w--current {
  box-shadow: 0 0 4px 2px #5d5d5d;
}

.section-2 {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #607d8b;
}

.body-2 {
  background-color: transparent;
}

.actividadlink {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.actividadlink:hover {
  opacity: 1;
}

.activityimg {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100vw;
  margin-top: 1px;
  margin-left: 1px;
  opacity: 0;
}

.seccionactividades {
  position: relative;
  margin-top: 0px;
  padding-top: 110px;
  padding-bottom: 30px;
}

.activitytab {
  overflow: visible;
  width: 100vw;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  opacity: 1;
}

.tabs-menu {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tab-link {
  background-color: transparent;
}

.tab-link.w--current {
  background-color: transparent;
}

.tablink {
  position: static;
  display: inline-block;
  margin-left: 1px;
  padding: 9px 30px;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 5vw;
  line-height: 0.8em;
}

.tablink:hover {
  color: #fff;
}

.tablink.w--current {
  position: static;
  display: inline-block;
  background-color: transparent;
  opacity: 1;
  color: #d32f2f;
}

.tablink.crft {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.tablink.crdio {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.tablink.spnng {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.tablink.spnng.w--current {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.tablink.rtm {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.tablink.loclz {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.tablink.bootcmp {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.tablink.msc {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.tablink.perfrm {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.tablink.tkd {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.tablink.yga {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.tablink.nclsv {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.tablink.gap {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tabs {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-width: 100vw;
  margin-top: 71px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.activityimgcontainer {
  position: absolute;
  display: block;
  width: 100vw;
  height: 50vh;
  background-color: #4293ca;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_8121_baja.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_8121_baja.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.tabcontent {
  overflow: visible;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.section-3 {
  position: relative;
  display: inline-block;
  min-height: 100%;
}

.section-4 {
  position: relative;
  display: none;
}

.body-3 {
  background-color: #fbd5e0;
}

.pagewrapper {
  position: relative;
  display: block;
  overflow: visible;
  height: 100%;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.body-4 {
  height: 100%;
}

.hero-parallax {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.hero-parallax.grass {
  min-width: 1200px;
  margin-top: 0px;
  margin-bottom: -120px;
}

.hero-parallax.water {
  min-width: 1200px;
  margin-bottom: 130px;
  padding-bottom: 0px;
}

.hero-parallax.cielo {
  min-width: 1200px;
  margin-bottom: 280px;
}

.hero-parallax.greenket {
  margin-bottom: -85px;
  margin-left: 837px;
}

.hero-parallax.feet {
  width: 45%;
  min-width: 600px;
  margin-left: 50%;
}

.scroll-indicator {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 60px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-text {
  position: relative;
  color: #fff;
  font-weight: 600;
}

.scroll-arrow {
  position: relative;
  width: 60px;
  height: 60px;
}

.kett-activator {
  position: absolute;
}

.kett-activator.blue {
  z-index: 9999;
  width: 400px;
  height: 500px;
  margin-top: 97px;
  margin-left: 485px;
}

.engel {
  position: absolute;
  bottom: 59px;
}

.act-tab-img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin: 0px auto 0px 0px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  opacity: 1;
}

.act-tab-img.spinning {
  z-index: 3;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slide-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slide-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.act-tab-img.cardio {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/PeruBeach_Hero-CardioLocal.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/PeruBeach_Hero-CardioLocal.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.act-tab-img.ritmos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/PeruBeach_Hero-Ritmos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/PeruBeach_Hero-Ritmos.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.act-tab-img.crossfit {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slide-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slide-4.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.act-tab-img.localizada {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/PeruBeach_Hero-Localizada.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/PeruBeach_Hero-Localizada.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.act-tab-img.bootcamp {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/PeruBeach_Hero-BootCamp.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/PeruBeach_Hero-BootCamp.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.act-tab-img.musculacion {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slide-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slide-1.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.act-tab-img.performance {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slide-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slide-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.act-tab-img.taekwondo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slide-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slide-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.act-tab-img.yoga {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slide-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slide-6.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.act-tab-img.inclusivo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/PeruBeach_Hero-Inclusivo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/PeruBeach_Hero-Inclusivo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.act-tab-img.gap {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/PeruBeach_Hero-FuncionalGAP.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/PeruBeach_Hero-FuncionalGAP.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
  cursor: default;
}

.fix-img {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  background-image: url('../images/slide-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fix-img-test {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: -114px;
  background-color: transparent;
  background-image: url('../images/pexels-photo-685534.jpeg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.rich-text-block {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.container-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form {
  margin-top: 20px;
}

.nube {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.nube.n2 {
  top: 109px;
}

.samplediv {
  width: 100px;
  height: 100px;
  background-color: #d32f2f;
}

.samplediv._1 {
  background-color: #1f323f;
}

.samplediv.color3 {
  background-color: #03121d;
}

.slantedsection {
  position: relative;
  z-index: 3;
  overflow: hidden;
  height: 300px;
  min-width: 150%;
  margin-top: -60px;
  margin-bottom: -60px;
  margin-left: -25%;
  padding-top: 50px;
  background-color: transparent;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.slantedsection.grainsboro {
  display: none;
  margin-bottom: -160px;
  margin-left: -25%;
  background-color: #1f323f;
}

.slantedsection.grainsboro.experiencia {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 150%;
  margin-top: -150px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.slantedsection.white {
  z-index: 2;
  margin-top: -200px;
  background-color: #fff;
}

.slantedsection.white.experiencia {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  margin-top: -180px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(73%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff 73%, hsla(0, 0%, 100%, 0));
}

.slantedsection.red {
  height: 220px;
  min-width: 150%;
  margin-top: -3.2em;
  background-color: #d32f2f;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.slantedsection.blueblack {
  background-color: #03121d;
}

.antislant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.flexcontentcontainer {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flexcontentcontainer.engelsection {
  position: relative;
  padding-top: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flexcontentcontainer.engelsection.engelcontent {
  background-color: transparent;
}

.flexcontentcontainer.engelsection.engelpicture {
  min-height: 400px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(68%, hsla(0, 0%, 100%, 0)), color-stop(93%, #fff)), url('../images/PeruBeach_Musculacion_012.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 68%, #fff 93%), url('../images/PeruBeach_Musculacion_012.jpg');
  background-position: 0px 0px, 30% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.flexcontentcontainer.trayectoriacontent {
  padding-right: 20px;
  padding-left: 20px;
}

.trayectoriacontainer {
  margin-top: 120px;
}

.link-2 {
  color: #d32f2f;
}

.activitypictureblock {
  position: static;
  left: 0px;
  top: 0px;
  width: 100%;
  margin-bottom: 30px;
}

.activitypictureblock.cardio {
  background-color: #cde188;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/PeruBeach_Hero-CardioLocal.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/PeruBeach_Hero-CardioLocal.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activitypictureblock.musculacion {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/slide-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/slide-1.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
}

.activitypictureblock.performance {
  background-color: #3d0827;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/slide-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/slide-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.activitypictureblock.taekwondo {
  background-color: #cdc2af;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/slide-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/slide-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.activitypictureblock.yoga {
  background-color: #fbd5e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/slide-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/slide-6.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.activitypictureblock.inclusivo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/PeruBeach_Hero-Inclusivo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/PeruBeach_Hero-Inclusivo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activitypictureblock.gap {
  background-color: #f45a1e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/PeruBeach_Hero-FuncionalGAP.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/PeruBeach_Hero-FuncionalGAP.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.activitypictureblock.localizada {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/PeruBeach_Hero-Localizada.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/PeruBeach_Hero-Localizada.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.activitypictureblock.spinning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/slide-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/slide-2.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activitypictureblock.ritmos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/PeruBeach_Hero-Ritmos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/PeruBeach_Hero-Ritmos.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activitypictureblock.crossfit {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/slide-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/slide-4.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
}

.activitypictureblock.bootcamp {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/PeruBeach_Hero-BootCamp.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/PeruBeach_Hero-BootCamp.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cardiodivblock {
  width: 100%;
  height: 30px;
}

.bg-tab-heading {
  position: absolute;
  font-family: 'Work Sans', sans-serif;
  color: #ebeaea;
  font-size: 10em;
  line-height: 0.8em;
  font-weight: 800;
}

.rich-text-block-2 {
  position: relative;
}

.rich-text-block-3 {
  position: relative;
}

.act-tabcontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 215px;
  padding-right: 10px;
}

.horario-section {
  position: relative;
  display: flex;
	flex-direction: column;
  height: auto;
  min-height: 100%;
  margin-top: 71px;
  padding-top: 1px;
  padding-bottom: 100px;
  background-color: #1f323f;
}

.horario-section.engelsinglepage {
  height: auto;
  padding-bottom: 0px;
}

.calendarembed {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 100%;
  padding-top: 10px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e3e9ff;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contactpage-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
}

.contactpage-col {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 60%;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
}

.contactpage-col.contactpageinfo {
  z-index: 3;
  margin-top: -1px;
  padding: 40px;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-color: #1f323f;
}

.slanthorizontal {
  position: absolute;
  left: -30px;
  z-index: 2;
  display: block;
  width: 100px;
  height: 150%;
  min-height: 150%;
  min-width: 100px;
  margin-top: -14%;
  margin-left: 60%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f323f;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.html-embed {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.antislanthoriz {
  margin-left: 60px;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.contactophone {
  font-size: 0.9em;
}

.bold-text {
  font-size: 0.8em;
}

.darktext {
  position: relative;
  color: #000;
}

.tabpicturecontainer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40%;
  min-height: 200px;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tabpicturecontainer.app-showcase {
  padding: 20px;
  background-color: #ffe9e9;
}

.image-6 {
  display: block;
  max-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-2 {
  min-height: 100px;
  min-width: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabclassimg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 49%;
  -webkit-flex: 49%;
  -ms-flex: 49%;
  flex: 49%;
}

.tabclassimg.fullwidth {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.tabclassimg.fullwidth.app-showcase {
  margin: 0px;
  padding: 24px;
  background-color: #ecd6d6;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rich-text-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 60%;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
}

.image-7 {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 400px;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}

.tabs-menu-2 {
  z-index: 2;
  height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
}

.tab-link-2 {
  background-color: transparent;
}

.test-tablink {
  background-color: transparent;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 100%, 0.4);
  font-weight: 800;
}

.test-tablink:hover {
  color: #fff;
}

.test-tablink.w--current {
  background-color: transparent;
  color: #d32f2f;
  font-weight: 800;
}

.text-block {
  font-size: 31px;
  text-transform: uppercase;
}

.testbgtab {
  height: 400px;
  margin-top: -400px;
}

.testbgtab.tab1 {
  background-image: url('../images/slide-2.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.testbgtab.tab2 {
  background-color: #cdc2af;
  background-image: url('../images/slide-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testbgtab.tab3 {
  background-color: #fbd5e0;
  background-image: url('../images/slide-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tabs-content {
  overflow: visible;
}

.backgroundtesttab {
  position: absolute;
  width: 100%;
  height: 400px;
  background-color: #cde188;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_8121_baja.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_8121_baja.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
}

.ghostheight {
  position: relative;
  display: none;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.ghosttablink {
  display: inline-block;
  padding: 9px 30px;
  font-size: 6vw;
  line-height: 0.8em;
  font-weight: 800;
  text-transform: uppercase;
}

.mensajefinal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #03121d;
}

.cercatuyo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  min-height: 700px;
  padding-bottom: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #1f323f;
}

.nuestroaire {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nuestrogimnasio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/tile1.png');
  background-position: 0px 0px;
  background-size: 50px;
  background-attachment: fixed;
}

.sentitebien {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/PeruBeach_Stretching.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/PeruBeach_Stretching.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cercatuyocols {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cercatuyocols.ctc1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.cercatuyocols.ctc2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 49px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.nuestragente {
  position: absolute;
  z-index: 5;
  overflow: visible;
  width: 500px;
  height: auto;
  background-color: #607d8b;
}

.nuestragente.pic1 {
  position: relative;
  width: 700px;
  height: auto;
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}

.nuestragente.pic2 {
  z-index: 7;
  display: block;
  width: 350px;
  height: auto;
  margin-top: 100px;
  margin-left: 280px;
  background-color: #aedbea;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.nuestragente.pic3 {
  position: relative;
  z-index: 6;
  height: auto;
  background-color: transparent;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.nuestrogimnasioblock {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
}

.nuestrogimnasioblock.disc1 {
  display: block;
  margin-top: -30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0%;
  background-color: #795548;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.19))), url('../images/PeruBeach_Profesor_Estirando_Alumna.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.19)), url('../images/PeruBeach_Profesor_Estirando_Alumna.jpg');
  background-position: 0px 0px, 24% 50%;
  background-size: auto, cover;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.nuestrogimnasioblock.disc2 {
  z-index: 6;
  display: block;
  min-height: 780px;
  margin-top: -30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0%;
  background-color: #d32f2f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/PeruBeach_Hall_Acceso.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/PeruBeach_Hall_Acceso.jpg');
  background-position: 0px 0px, 70% 100%;
  background-size: auto, cover;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.nuestrogimnasioblock.disc3 {
  z-index: 7;
  display: block;
  margin-top: -29px;
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0%;
  background-color: #fbd5e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/PeruBeach_Taekwondo_chicos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/PeruBeach_Taekwondo_chicos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.heading-2 {
  position: relative;
  z-index: 10;
}

.heading-2.nuestrogimnasioheading {
  position: absolute;
  max-width: 1000px;
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.7);
}

.calendartabs {
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.calendartabcontent {
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-pane {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.calendartablink {
  width: 50%;
  max-width: 300px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(174, 219, 234, 0.3);
  opacity: 0.5;
  color: #fff;
}

.calendartablink.w--current {
  background-color: #607d8b;
  opacity: 1;
  color: #fff;
  cursor: default;
}

.tab-link-4 {
  background-color: transparent;
}

.nuestragentepic {
  position: static;
  width: 100%;
  border: 10px solid #fcf8f3;
  box-shadow: 5px 6px 16px 0 rgba(34, 18, 5, 0.65);
}

.hacemoshighlight {
  color: #d32f2f;
}

.hacemoshighlight.final {
  margin-top: -23px;
  margin-left: -128px;
}

.striketrough {
  text-decoration: line-through;
}

.experienciah2heading {
  position: relative;
  z-index: 10;
}

.experienciah2heading.lighttext {
  text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.5);
}

.experienciah2heading.lighttext.experienciafirst {
  padding-right: 80px;
}

.specularbright {
  position: absolute;
  z-index: 10;
  width: 300px;
  height: 300px;
  border-radius: 5000px;
  background-image: radial-gradient(circle closest-corner at 50% 50%, #fff 30%, hsla(0, 0%, 100%, 0) 96%);
  opacity: 0.2;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.homeredstripe {
  overflow: hidden;
  margin-top: -10em;
  margin-bottom: -10em;
  padding-top: 150px;
  padding-bottom: 150px;
}

.destacadoenparrafo {
  font-size: 24px;
  font-weight: 600;
}

.linkicondecoration {
  width: 4px;
  height: 4px;
  margin-right: 10px;
  margin-left: -20px;
  background-color: #d32f2f;
}

.inlinelink {
  display: inline-block;
  margin-top: 18px;
}

.caalendartablink {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 14px;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.calendaricon {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 6px;
  background-image: url('../images/calendar-with-a-clock-time-tools.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.slanttitleblock {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: auto;
  max-height: 400px;
  min-height: 220px;
  padding-left: 800px;
  float: right;
}

.slantblock {
  position: absolute;
  left: 28px;
  top: 0px;
  right: 28px;
  bottom: 0px;
  height: 600px;
  margin-top: -188px;
  margin-right: 20px;
  margin-left: -200%;
  background-color: #9b1010;
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

.slantblock.spinningsl {
  background-color: #aedbea;
}

.slantblock.cardiosl {
  background-color: #cde188;
}

.slantblock.fitnesssl {
  background-color: #cde188;
}

.slantblock.muscusl {
  background-color: #000;
}

.slantblock.perforsl {
  background-color: #3d0827;
}

.slantblock.tkdsl {
  background-color: #cdc2af;
}

.slantblock.yogasl {
  background-color: #fbd5e0;
}

.slantblock.inclusivosl {
  background-color: #ffea51;
}

.formresponsesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f323f;
}

.colorbartitle {
  position: absolute;
  z-index: 10;
  margin-top: 26px;
  color: #fff;
  line-height: 48px;
}

.slantcontainercol {
  overflow: visible;
  margin-bottom: 30px;
}

.actparagraph {
  margin-top: 25px;
  font-size: 26px;
  line-height: 29px;
  font-weight: 300;
}

.actparagraph.destacado {
  color: #9b1010;
  font-weight: 400;
}

.actimg {
  margin-top: 4px;
  margin-bottom: 4px;
}

.headersociallinks {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  margin-left: 20px;
}

.loginlink {
  display: inline-block;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
}

.flexcenterdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.siimg {
  padding-bottom: 6px;
}

.actcontentcontainer {
  margin-top: 20px;
}

.ghostheight2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tablink-copy {
  position: static;
  display: inline-block;
  margin-left: 1px;
  padding: 9px 30px;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: hsla(0, 0%, 100%, 0);
  font-size: 5vw;
  line-height: 0.8em;
  font-weight: 800;
  text-transform: uppercase;
}

.tablink-copy:hover {
  color: #fff;
}

.tablink-copy.w--current {
  position: static;
  display: inline-block;
  background-color: transparent;
  opacity: 1;
  color: #d32f2f;
}

.tablink-copy.crft {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.tablink-copy.crdio {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.tablink-copy.spnng {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.tablink-copy.spnng.w--current {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.tablink-copy.rtm {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.tablink-copy.loclz {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.tablink-copy.bootcmp {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.tablink-copy.msc {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.tablink-copy.perfrm {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.tablink-copy.tkd {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.tablink-copy.yga {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.tablink-copy.nclsv {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.tablink-copy.gap {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.landing-img-section {
  overflow: hidden;
  max-height: 100vh;
  margin-top: -2px;
}

.landinlinks-section {
  padding-bottom: 100px;
}

.landing-form-container {
  position: relative;
  margin-top: -30vh;
  padding: 40px 30px 150px;
  background-color: #fff;
}

.landing-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.landing-link-block {
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #333;
}

.link-block-heading {
  text-align: center;
}

.redspan {
  color: #d32f2f;
  font-weight: 600;
}

.home-activities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 70px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.link-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -150px;
  margin-bottom: -160px;
}

.videobg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.horarios-home-container {
  position: relative;
  max-width: 80%;
  min-height: 100px;
  color: #fff;
}

.horarios-home {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: -130px;
  margin-right: 20px;
  color: #7695a3;
  font-size: 15vw;
  line-height: 0.9em;
  text-align: right;
}

.row {
  width: 100%;
  height: 100%;
}

.column {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.experienciavideobg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.container-8 {
  position: relative;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.experiencia-slider {
  z-index: 10;
  overflow: visible;
  min-height: 800px;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
}

.mask {
  overflow: visible;
}

.row-2 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider {
  height: auto;
  padding-bottom: 0px;
  background-color: transparent;
}

.slide-3 {
  height: 100vh;
  background-color: #1f323f;
}

.mask-2 {
  height: 100vh;
}

.slider-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide-4 {
  height: 100vh;
  background-color: #aedbea;
  background-image: url('../images/Experiencia_Slider_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  height: 100vh;
  background-image: url('../images/PeruBeach_VistaArbol.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  height: 100vh;
}

.icon {
  margin-bottom: 20px;
}

.icon-2 {
  margin-bottom: 20px;
}

.aclaracion {
  margin-right: -37px;
  color: #9b1010;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: capitalize;
}

.horarios-home-p {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #fff;
}

.heading-3 {
  padding-right: 40px;
  padding-bottom: 14px;
  padding-left: 40px;
  border-bottom: 2px solid #fff;
  color: #fff;
}

.contacto-anchor-block {
  position: absolute;
  height: 1px;
  margin-top: -100px;
}

.video {
  width: 100%;
  height: 100%;
}

.image-9 {
  display: none;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000005, 0.6000000000000005);
  -ms-transform: scale(0.6000000000000005, 0.6000000000000005);
  transform: scale(0.6000000000000005, 0.6000000000000005);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="moov"] {
  opacity: 0.8;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="passing-cloud"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="egelentrance"] {
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

@media screen and (max-width: 991px) {
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.left {
    float: left;
  }
  .hamburger-button.white {
    margin-top: 5px;
    color: #fff;
  }
  .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section.videosection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-slider {
    height: 400px;
  }
  .section-heading {
    z-index: 2;
  }
  .section-subheading {
    z-index: 2;
  }
  .section-subheading._60percwidth {
    width: 100%;
    padding: 10px;
  }
  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }
  .social-icon-link.header {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .social-icon-link.header.login {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-text {
    position: relative;
  }
  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }
  .nav-menu {
    padding: 17px;
    background-color: #333;
  }
  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .content {
    width: 100%;
    height: auto;
  }
  .social-footer {
    margin-top: 0px;
  }
  .grid-fours {
    z-index: 2;
  }
  .content-column {
    padding-top: 0px;
  }
  .diagonalbox-1 {
    margin-left: -92vw;
  }
  .motivacional {
    display: block;
    max-width: 100vw;
    margin-top: 130px;
    text-align: center;
  }
  .motivacional.align-right {
    margin-top: -80px;
  }
  .section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .actividadlink {
    display: inline-block;
    font-size: 2.8em;
    line-height: 0.8em;
  }
  .activityimg {
    width: auto;
    height: 100%;
  }
  .tabs-menu {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .tablink {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 0.8em;
  }
  .tabs {
    background-image: none;
  }
  .activityimgcontainer {
    display: block;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_8121_baja.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_8121_baja.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }
  .section-4 {
    height: 100%;
  }
  .engel {
    position: relative;
    bottom: 0px;
  }
  .act-tab-img.spinning {
    height: 100%;
  }
  .antislant {
    max-width: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flexcontentcontainer {
    position: relative;
    width: 100%;
  }
  .flexcontentcontainer.engelsection {
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .flexcontentcontainer.trayectoriacontent {
    z-index: 8;
    padding-right: 50px;
    padding-left: 50px;
  }
  .activitypictureblock {
    display: block;
  }
  .activitypictureblock.gap {
    position: relative;
    height: auto;
  }
  .activitypictureblock.spinning {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contactpage-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contactpage-col {
    min-height: 500px;
    padding-top: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .contactpage-col.contactpageinfo {
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  .slanthorizontal {
    left: 0px;
    top: 50%;
    bottom: 50%;
    display: block;
    width: 150%;
    height: 200px;
    min-height: 200px;
    margin-left: -25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .antislanthoriz {
    margin-left: -25%;
  }
  .image-7 {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .ghostheight {
    width: 100vw;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .ghosttablink {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 0.8em;
    line-height: 0.8em;
  }
  .ghosttext {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin-top: 10px;
    font-size: 2.8em;
    text-align: center;
  }
  .cercatuyo {
    overflow: hidden;
    margin-top: -250px;
    padding-top: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nuestrogimnasio {
    overflow: hidden;
    margin-top: -128px;
    margin-bottom: -200px;
    padding-top: 80px;
    padding-bottom: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cercatuyocols.ctc1 {
    padding-top: 120px;
  }
  .cercatuyocols.ctc2 {
    padding-top: 500px;
  }
  .nuestrogimnasioblock.disc1 {
    width: 100%;
    margin-top: -66px;
    margin-bottom: 68px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nuestrogimnasioblock.disc2 {
    top: -240px;
    min-height: 600px;
    min-width: 600px;
  }
  .nuestrogimnasioblock.disc3 {
    top: -273px;
    margin-top: -126px;
    margin-bottom: -400px;
  }
  .heading-2.nuestrogimnasioheading {
    margin-top: -100px;
    text-align: center;
  }
  .experienciah2heading.lighttext {
    margin-right: 40px;
    margin-left: 40px;
  }
  .experienciah2heading.lighttext.experienciafirst {
    padding-right: 0px;
    text-align: center;
  }
  .experienciaheading6 {
    text-align: center;
  }
  .slantblock {
    margin-top: -189px;
    margin-right: 3px;
  }
  .slantedsection.red {
  height: 220px;
  min-width: 150%;
  margin-top: -2em;
  background-color: #d32f2f;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  }
  .actparagraph {
    font-size: 34px;
  }
  .headersociallinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ghostheight2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .tablink-copy {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 0.8em;
  }
  .landing-form-container {
    margin-top: 0vh;
    padding-bottom: 100px;
  }
  .horarios-home-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .horarios-home {
    position: relative;
    margin-top: 0px;
    font-size: 18vw;
    text-align: center;
  }
  .experiencia-slider {
    min-height: 1200px;
  }
  .slider-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section.accent.formsection {
    z-index: 7;
  }
  .section.engelsection {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.videosection {
    z-index: 4;
  }
  .hero-slider {
    height: 528px;
  }
  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
  }
  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }
  .picture-border {
    margin-bottom: 13px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-fours {
    width: 33.33%;
  }
  .image-column {
    margin-bottom: 10px;
  }
  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .waterfall-content-column {
    padding-top: 0px;
    text-align: center;
  }
  .waterfall-image-column {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .motivacional {
    display: block;
    margin-top: 70px;
    font-size: 4em;
  }
  .staffblurb {
    margin-bottom: 20px;
  }
  .section-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .engel {
    position: relative;
  }
  .slantedsection.grainsboro {
    z-index: 5;
  }
  .slantedsection.red {
  height: 220px;
  min-width: 150%;
  margin-top: -1.1em;
  background-color: #d32f2f;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  }
  .antislant {
    max-width: 500px;
  }
  .flexcontentcontainer {
    width: 100%;
  }
  .flexcontentcontainer.engelsection {
    padding-right: 30px;
    padding-left: 30px;
  }
  .flexcontentcontainer.trayectoriacontent {
    padding-right: 30px;
    padding-left: 30px;
  }
  .activitypictureblock.spinning {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slanthorizontal {
    display: none;
    margin-top: -26%;
  }
  .antislanthoriz {
    max-width: 90vw;
  }
  .contactophone {
    font-size: 0.8em;
  }
  .tabpicturecontainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tabclassimg {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
  .container-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .rich-text-block-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-7 {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ghostheight {
    display: block;
  }
  .nuestrogimnasio {
    padding-top: 90px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .nuestragente.pic1 {
    margin-left: 0px;
  }
  .nuestragente.pic2 {
    margin-left: 180px;
  }
  .nuestrogimnasioblock.disc2 {
    min-height: 600px;
    min-width: 600px;
  }
  .heading-2.nuestrogimnasioheading {
    margin-left: 4px;
  }
  .hacemoshighlight {
    margin-left: -10px;
  }
  .experienciaheading6 {
    font-size: 5em;
  }
  .colorbartitle {
    margin-left: 40px;
  }
  .actparagraph {
    font-size: 34px;
  }
  .landinlinks-section {
    padding-bottom: 60px;
  }
  .landing-form-container {
    padding-top: 10px;
  }
  .landing-links-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landing-link-block {
    margin: 5px 10px;
  }
  .landin-heading-h1 {
    font-size: 28px;
  }
  .horarios-home-container {
    max-width: 100%;
  }
  .horarios-home {
    margin-top: 0px;
    font-size: 30vw;
  }
}

@media screen and (max-width: 479px) {
  .button.tab {
    margin-bottom: 9px;
  }
  .section {
    padding-bottom: 50px;
  }
  .section.videosection {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/PB_Webflow_Mediano_01.gif');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/PB_Webflow_Mediano_01.gif');
    background-position: 0px 0px, 66% 0px;
  }
  .hero-slider {
    height: 550px;
  }
  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }
  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Tray_Section_BG.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Tray_Section_BG.jpg');
    background-position: 0px 0px, 55% 50%;
  }
  .hero-section.experienciahero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/PeruBeach_Pullups.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/PeruBeach_Pullups.jpg');
    background-position: 0px 0px, 52% 50%;
  }
  .hero-heading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 3em;
  }
  .grid-fours {
    width: 50%;
  }
  .center-content.experienciafinal {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 38px;
    line-height: 38px;
  }
  .diagonalbox-1 {
    display: none;
  }
  .motivacional {
    font-size: 3em;
  }
  .pagenavigator {
    display: none;
  }
  .section-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .actividadlink {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 2em;
  }
  .activitytab {
    min-height: auto;
  }
  .tabs-menu {
    min-height: auto;
    padding-bottom: 15px;
  }
  .engel {
    position: relative;
  }
  .slantedsection.grainsboro {
    display: none;
  }
  .slantedsection.grainsboro.experiencia {
    margin-top: -175px;
  }
  .slantedsection.red {
    z-index: 5;
    display: none;
    margin-top: -9px;
  }
  .antislant {
    max-width: 320px;
  }
  .flexcontentcontainer.engelsection {
    padding-right: 0px;
    padding-left: 10px;
  }
  .flexcontentcontainer.engelsection.engelcontent {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flexcontentcontainer.trayectoriacontent {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .activitypictureblock {
    height: auto;
  }
  .activitypictureblock.spinning {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .horario-section {
    padding-bottom: 130px;
  }
  .calendarembed {
    height: 100%;
  }
  .contactpage-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contactpage-col.contactpageinfo {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slanthorizontal {
    position: relative;
    display: none;
    margin-left: 15%;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .antislanthoriz {
    margin-left: -15%;
  }
  .contactophone {
    font-size: 0.5em;
  }
  .bold-text {
    font-size: 0.8em;
  }
  .darktext {
    font-size: 3em;
  }
  .tabpicturecontainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabclassimg {
    width: 156.796875px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
  }
  .ghosttablink {
    padding-bottom: 10px;
  }
  .ghosttext {
    margin-top: 10px;
    font-size: 2em;
    line-height: 0.9em;
  }
  .mensajefinal {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nuestroaire {
    height: auto;
    padding: 60px 10px 60px 14px;
    background-position: 70% 50%;
  }
  .nuestrogimnasio {
    padding: 80px 10px 250px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sentitebien {
    overflow: hidden;
    height: auto;
    padding: 120px 10px 100px;
  }
  .cercatuyocols.ctc2 {
    overflow: hidden;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .nuestragente.pic1 {
    width: 500px;
  }
  .nuestragente.pic2 {
    width: 250px;
    margin-top: 0px;
    margin-left: 124px;
  }
  .nuestragente.pic3 {
    z-index: 7;
    width: 350px;
    margin-left: 1px;
  }
  .nuestrogimnasioblock.disc1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nuestrogimnasioblock.disc2 {
    top: 0px;
    margin-top: 0px;
  }
  .nuestrogimnasioblock.disc3 {
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .heading-2.nuestrogimnasioheading {
    position: absolute;
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: 2px;
    font-size: 38px;
    line-height: 38px;
  }
  .calendartablink {
    display: inline-block;
  }
  .calendartablink.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hacemoshighlight.final {
    margin-left: 0px;
  }
  .experienciah2heading.lighttext {
    margin-right: 12px;
    margin-bottom: 0px;
    margin-left: 12px;
    font-size: 38px;
    line-height: 38px;
    text-align: center;
  }
  .experienciah2heading.lighttext.experienciafirst {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .experienciaheading6 {
    font-size: 3.2em;
  }
  .caalendartablink {
    font-size: 16px;
  }
  .calendaricon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .tabs-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .colorbartitle {
    margin-left: 0px;
  }
  .actparagraph {
    font-size: 24px;
    line-height: 24px;
  }
  .ghostheight2 {
    min-height: auto;
    padding-bottom: 15px;
  }
  .landing-form-container {
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
  }
  .videobg {
    display: none;
  }
  .slider {
    max-height: 100vh;
  }
  .aclaracion {
    margin-right: 0px;
    font-size: 13px;
    letter-spacing: 0.8px;
  }
  .image-9 {
    display: block;
  }
  .image-clasevivo {
    display: none;
  }
}

