@import url(normalize.css);
/* @font-face {
  font-family: "edo";
  src: url(../fonts/edosz.woff);
  src: url(../fonts/edosz.woff) format("woff"),
    url(../fonts/edosz.woff2) format("woff2"),
    url(../fonts/edosz.ttf) format("ttf");
} */
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  color: #545454;
  line-height: 22px;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.blog {
  overflow-y: scroll;
  overflow-x: auto;
}
a {
  color: #545454;
  text-decoration: none;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.edo {
  font-family: "Permanent Marker", cursive;
}
a:hover {
  color: #000;
}
::selection {
  color: #000;
  background: none repeat scroll 0 0 #ffb400;
}
::-moz-selection {
  color: #000;
  background: none repeat scroll 0 0 #ffb400;
}
* {
  outline: 0 !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
}
figure,
.slideshow li,
.grid-gallery {
  outline: 0 !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.icon-nav {
  height: 15px;
  padding-top: 7px;
  margin-right: 5px;
}
.d-flex {
  display: flex !important;
}
img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}
.flot-left {
  float: left;
}
.flot-right {
  float: right;
}
input[type="text"],
textarea {
  padding: 15px;
  border: none;
  border: 1px solid #dfdfdf;
  color: #a6a6a6;
  resize: none;
  width: 100%;
  font-size: 14px;
  margin: 0px 0 0;
  -webkit-user-select: text;
}
input[type="submit"] {
  border: 2px solid #ffb400;
  background-color: transparent !important;
  color: #a6a6a6;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 18px;
  background-color: #fff;
  margin: 20px 0 0;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
input[type="text"]:focus,
textarea:focus {
  outline: none;
  color: #545454;
  border: 1px solid #ffb400;
}
input[type="submit"]:hover {
  background-color: #ffb400;
  color: #fff;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"],
input[type="button"] {
  box-shadow: none !important;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: text;
}
.validation {
  border: 1px solid #dc0505 !important;
}
#successmsg {
  margin-top: 10px;
  color: #7e983c;
}
h1,
h2,
h4,
h5 {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-transform: uppercase;
}
h1 {
  font-style: italic;
  border-bottom: 1px solid rgba(126, 126, 126, 0.3);
  padding: 35px 15px 15px 15px;
  margin: 0 20px 20px 20px;
  position: relative;
  font-size: 38px;
}
h2 {
  font-size: 45px;
  margin: 0;
  line-height: 45px;
}
h2 span {
  font-weight: 300;
}
h3 {
  font-size: 16px;
  margin: 50px 0 10px;
}
h4 {
  font-size: 25px;
  font-weight: 100;
  line-height: 30px;
  margin: 0;
}
h5 {
  font-size: 18px;
}
.title-divider {
  width: 70px;
  height: 5px;
  background-color: #ffb400;
  margin: 30px 0 50px 0;
}
.title-divider.clases {
  width: 70px;
  height: 5px;
  background-color: #0085b9;
  margin: 30px 0 50px 0;
}
.title-divider.info {
  width: 70px;
  height: 5px;
  background-color: #ff207a;
  margin: 30px 0 50px 0;
}
.title-divider.coaches {
  width: 70px;
  height: 5px;
  background-color: rgb(250, 90, 90);
  margin: 30px 0 50px 0;
}
.title-divider.prom {
  width: 70px;
  height: 5px;
  background-color: #1dc492;
  margin: 30px 0 50px 0;
}
.title-divider.store {
  width: 70px;
  height: 5px;
  background-color: #00c513;
  margin: 30px 0 50px 0;
}
.title-divider.academy {
  width: 70px;
  height: 5px;
  background-color: #fb9408;
  margin: 30px 0 50px 0;
}
.full-divider {
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  margin: 30px 0 0 0;
  clear: both;
}
.gray-bg {
  background-color: #f7f7f7;
}
.white-bg {
  background-color: #fff;
}
.button {
  border: 2px solid #ffb400;
  background-color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  margin: 20px 0;
  padding: 10px 15px;
  display: inline-block;
  letter-spacing: 1px;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.button:hover {
  border: 2px solid #ffb400;
  background-color: #ffb400;
  color: #fff;
}
.container-sub {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.container-sub:after {
  content: "\0020";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.margin-bottom50 {
  margin-bottom: 50px;
}
.margin-bottom40 {
  margin-bottom: 40px;
}
.margin-bottom30 {
  margin-bottom: 30px;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top40 {
  margin-top: 40px;
}
.margin-top30 {
  margin-top: 30px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-top10 {
  margin-top: 10px;
}
.no-border-bottom {
  border-bottom: none !important;
}
.margin-right30 {
  margin-right: 30px;
}
.logo {
  text-align: center;
  margin: 30px 0 0;
}
.logo span {
  display: none;
}
.logo img {
  width: auto;
  height: auto;
}
.menu {
  position: fixed;
  z-index: 100;
  color: #f8f8f8;
  background: #000;
  width: 200px;
  left: 0;
  top: 0;
  height: 100%;
}
.menu nav {
  position: absolute;
  top: 220px;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 200px !important;
}
.menu nav a {
  display: block;
  padding: 13px 0;
  text-align: left;
  outline: none;
  margin: 0 30px;
  border-bottom: 1px solid #333;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.menu nav a span.active {
  color: #ffb400;
  font-weight: 400;
}
.menu nav a:hover {
  text-decoration: none;
}
.menu nav a span:nth-child(2) {
  display: block;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  padding-top: 3px;
}
.menu-link {
  display: none;
}
.social {
  padding: 0px 30px;
  position: absolute;
  top: 619px;
  width: inherit;
  text-align: center;
}
.social a {
  font-size: 20px;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.social .facebook {
  color: #c2c2c2;
}
.social .instagram {
  color: #c2c2c2;
  margin: 0 26px 0 30px;
}
.social .google-plus {
  color: #df4a32;
}
.copyright {
  position: absolute;
  bottom: 5px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  padding: 30px;
  color: #747474;
  line-height: 18px;
  letter-spacing: 1px;
}
.content-scroller {
  position: absolute;
  left: 200px;
  right: 0;
  overflow: hidden;
  height: 100%;
}
.content-wrapper {
  width: 18100px;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.content {
  width: 1100px;
  overflow-y: scroll;
  height: 100%;
  float: left;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.content:hover .jspVerticalBar,
.menu nav:hover .jspVerticalBar {
  opacity: 1;
}
.inner {
  padding: 70px 70px 0 70px;
}
.inner p {
  position: relative;
  padding: 0;
}
#introduction .inner p:first-of-type {
  font-size: 24px;
  text-align: left;
  line-height: 36px;
  font-style: italic;
  color: #75838d;
  letter-spacing: 0;
}
a.totop-link {
  bottom: 5px;
  background: url(../images/go-to-top-arrow.jpg) left top no-repeat;
  cursor: pointer;
  display: none;
  width: 34px;
  height: 34px;
  position: fixed;
  z-index: 5;
  right: 5px;
  text-indent: -9999px;
}
.codrops-top {
  font-size: 10px;
  text-transform: uppercase;
}
.codrops-top a {
  position: fixed;
  z-index: 10000;
  padding: 4px 7px;
  letter-spacing: 1px;
  color: #aaa;
  text-shadow: 0 1px 1px #fff;
  background: rgba(255, 255, 255, 1);
  border-radius: 0 0 3px 3px;
}
.codrops-top a:nth-child(1) {
  right: auto;
  left: 210px;
}
.codrops-top a:nth-child(2) {
  right: 10px;
}
.introduction {
  position: relative;
}
.introduction img {
  z-index: -1;
  height: auto;
  width: 100%;
  float: left;
}
.introduction .owl-carousel {
  height: 100%;
}
.introduction .owl-carousel .owl-wrapper-outer {
  height: 100%;
}
.introduction .owl-carousel .owl-wrapper,
.introduction .owl-carousel .owl-item {
  height: 100%;
}
.introduction .item {
  height: 100%;
}
.introduction h2 {
  border: none;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
  padding-bottom: 0;
  font-size: 45px;
}
.introduction h6 {
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 20px;
  margin: 1.33em 0;
}
.introduction .inner {
  position: absolute;
  z-index: 2;
  display: flex;
  height: inherit;
  flex-flow: wrap column;
  justify-content: flex-end;
  padding-bottom: 13%;
}
.introduction span.title {
  border-bottom: 1px solid #7a7a7a;
  border-top: 1px solid #7a7a7a;
  color: #aeaeae;
  padding: 15px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}
.about {
  background: url(http://placehold.it/1100x1080/fff) no-repeat 100% 0 scroll;
  background-size: contain;
}
.about .inner {
  width: 50%;
}
.about img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.about-con {
  width: 100%;
}
.about-con ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-con ul li {
  border-bottom: 1px solid #dfdfdf;
  padding: 12px 0;
}
.about-con ul li:first-child {
  padding: 0 0 12px 0;
}
.about img.signature {
  position: inherit;
  top: auto;
  margin: 20px 0 0 0;
}
.skill-list ul {
  margin: 0;
  padding: 0;
}
.skill-list ul li {
  padding: 5px 0 0;
  list-style: none;
}
.skills-con h4 {
  width: 65%;
}
.skill-list ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 15px;
  margin: 0 5px 0 0;
}
.skills-con .col-6:hover .chart .percent {
  font-size: 45px;
  color: #000;
  transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}
.progress {
  background: #d4d4d4;
  width: 86%;
  float: right;
  position: relative;
  top: 10px;
}
.progress div {
  background-color: #8f8f8f;
  height: 6px;
}
.progressbar-main {
  position: relative;
  min-height: 35px;
}
.progress-value span {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 400;
  position: absolute;
  left: -93px;
  color: #000;
  top: -19px;
}
.progress-value span:after {
  content: "%";
  font-weight: 100;
}
.progress-bar-description {
  font-weight: 500;
  color: #000;
  margin: 0 0 0 90px;
  font-size: 14px;
}
.chart {
  position: relative;
  display: inline-block;
  width: 154px;
  height: 154px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 21px 0 0 0;
  color: #ffb400;
}
.percent:after {
  content: "%";
  margin-left: 0.1em;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
.chart-text {
  margin: 30px 0 0 0;
}
.chart-text p {
  margin: 10px 0 0 15px;
}
.chart-text h4 {
  margin: 0 0 0 15px;
}
.experience-con .icon-block i {
  font-size: 60px;
  color: #ffb400;
  margin: 8px 0 0;
}
.experience-con h5 {
  margin: 5px 0 7px 0;
}
.experience-con span {
  font-size: 16px;
  color: #000;
}
.experience-con strong {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 5px 0;
}
.experience-details {
  float: left;
}
.experience-details i {
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.experience-details:hover i {
  font-size: 73px;
  color: #000;
}
.experience-details:hover .col-3 {
  width: 29%;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.education-con .icon-block i {
  font-size: 60px;
  color: #ffb400;
  margin: 8px 0 0;
}
.education-con h5 {
  margin: 5px 0 7px 0;
}
.education-con span {
  font-size: 16px;
  color: #000;
}
.education-con strong {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 5px 0;
}
.education-details {
  float: left;
}
.education-details i {
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.education-details:hover i {
  font-size: 73px;
  color: #000;
}
.education-details:hover .col-3 {
  width: 29%;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.contact-details i {
  font-size: 45px;
  color: #ffb400;
}
.contact-details strong {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-text {
  display: block;
  float: left;
  margin: 18px 0 0;
  width: 100%;
}
.contact-details h3 {
  margin-top: 0;
}
.contact-text:first-child {
  margin: 0;
}
.contact-details .phone i {
  font-size: 40px;
}
.contact-details .email i {
  font-size: 35px;
}
.contact-text i {
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.contact-text:hover i {
  color: #fff;
}
.contact-social i {
  color: #fff;
}
.contact-social a i {
  font-size: 25px;
  margin: 0 14px;
}
.contact-social a:first-child i {
  margin: 0 15px 0 0;
}
.contact-social i {
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.contact-social i:hover {
  color: #fff;
}
.contact-form h3 {
  font-size: 28px;
}
.introduction-end {
  background: url(../images/gym.jpg) no-repeat right top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.introduction-end-con {
  float: right;
  margin: 30% 0 0;
  width: 30%;
}
.introduction-end-con h3 {
  font-size: 55px;
  color: #fff;
  line-height: 100px;
}
.introduction-end-con h3 strong {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px 0;
  color: #ffb400;
  font-weight: 400;
}
.introduction-end-con .rotate {
  font-weight: 300;
  color: #fff;
  font-size: 55px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  padding: 25px 0;
}
.blog-main {
  clear: both;
  padding: 4% 0;
  margin: 0 70px 0 300px;
}
.blog-top {
  width: 100%;
  margin: 0 0 55px 0;
}
.blog-title {
  width: 100%;
}
.breadcrumbs {
  width: 100%;
  float: left;
  text-align: left;
  margin: 10px 0 40px;
}
.blog-top .breadcrumbs {
  color: #9e9e9e;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.blog-details-title .breadcrumbs {
  margin: 10px 0;
}
.blog-details-title .post-details {
  margin: 10px 0 30px;
}
.breadcrumbs a {
  color: #757575;
}
.blog-left {
  width: 80%;
  float: left;
  margin: 0 0% 0 0;
}
.blog-left .row .blog-list {
  float: left;
  margin: 0 2.7% 35px 0;
  position: relative;
  width: 30.5%;
  min-height: 605px;
}
.blog-left .row .blog-list:last-child {
  margin: 0;
}
.blog-list img {
  display: block;
}
.blog-list:hover h3 a {
  opacity: 0.5;
}
.blog-list iframe,
embed,
object {
  min-height: 204px;
}
video {
  max-width: 100%;
  height: auto;
}
iframe,
embed,
object {
  max-width: 100%;
  border: 0;
}
.blog-list:hover .title-divider {
  background-color: #000;
}
.blog-list-details {
  margin: 20px 0 0 0;
}
.blog-list-details h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 100;
  line-height: 25px;
}
.blog-list-details h3 a {
  color: #000;
}
.date {
  color: #909090;
  display: block;
  font-size: 15px;
  margin: 0 0 5px;
}
.post-details {
  margin: 20px 0 0 0;
  display: block;
}
.blog-list-details .title-divider {
  margin: 25px 0;
}
.blog-list .contact-social a i {
  font-size: 20px;
}
.blog-right {
  float: right;
  margin: 0;
  width: 16%;
}
.blog-right h3 {
  margin: 0 0 20px 0;
}
.blog-right .search {
  background: url(../images/icon-search.png) no-repeat scroll 95% center
    rgba(0, 0, 0, 0);
  border: 1px solid #cdcdcd;
  color: #838383;
  font-size: 13px;
  margin: 0;
  border: 1px solid #666;
  padding: 10px;
  width: 90%;
  font-family: "Roboto", sans-serif;
}
.sidebar-block {
  margin: 0 0 60px 0;
}
.sidebar-block ul {
  padding: 0;
  margin: 0;
}
.sidebar-block ul li {
  border-bottom: 1px solid #dfdfdf;
  padding: 12px 0;
  list-style: none;
}
.sidebar-block ul li:first-child {
  padding: 0 0 12px 0;
}
.sidebar-block ul li:last-child {
  border-bottom: none;
  padding: 12px 0 0 0;
}
.sidebar-block .date {
  font-size: 13px;
}
.calendar {
  width: 100%;
}
.calendar td,
.calendar th {
  text-align: center;
  font-weight: 400;
}
.calendar th {
  font-weight: 600;
}
.calendar a {
  border-bottom: 2px solid #ffb400;
  font-weight: 600;
}
.tagcloud {
  display: table;
}
.tagcloud a {
  background: #fff;
  border: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 400;
  margin: 7px 7px 0 0;
  padding: 2px 11px 3px;
}
.tagcloud a:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.pagination {
  border-top: 1px solid #dfdfdf;
  float: left;
  padding: 70px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.pagerblock {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0 0 0 8%;
}
.pagerblock li {
  float: left;
  margin: 0 12px;
  list-style: none;
}
.pagerblock li a {
  border: 2px solid #e5e5e5;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 52px;
  width: 50px;
}
.pagerblock li a:hover,
.pagerblock li a.current {
  border: 2px solid #000;
}
.pagerblock li a i {
  color: #000;
  font-size: 22px;
  line-height: 35px;
}
.blog-details-title h2 {
  font-size: 25px;
}
.blog-content {
  margin: 35px 0;
  float: left;
}
.content-left {
  float: left;
  width: 47%;
  margin-right: 3%;
}
.content-right {
  float: left;
  width: 47%;
  margin-left: 3%;
}
.blog-details strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.blog-share {
  border-bottom: 2px solid #000;
  border-top: 1px solid #dfdfdf;
  clear: both;
  float: none;
  margin-bottom: 60px;
  padding: 40px 0;
  text-align: center;
}
.comments-details {
  border-bottom: 1px solid #dfdfdf;
  clear: both;
  float: left;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.comments-sub {
  padding-left: 110px;
}
.comments-name {
  width: 25%;
  float: left;
}
.comments-text {
  width: 75%;
  float: left;
}
.pull-left {
  float: left;
}
.media-object {
  border-radius: 100%;
  height: 80px;
  margin: 0 25px 0 0;
  width: 80px;
  display: block;
}
.comments-details .name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.comments-details .date {
  display: block;
  font-size: 14px;
  color: #9e9e9e;
}
.small-button {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 10px 0;
  padding: 5px 13px;
  text-decoration: none;
  text-transform: uppercase;
}
.recent-comments {
  width: 100%;
  margin: 0 auto;
}
.recent-comments .col-3 {
  width: 31%;
}
.recent-comments label {
  margin-bottom: 8px;
  float: left;
  text-transform: uppercase;
  font-size: 11px;
}
.recent-comments .required {
  color: #d51818;
  float: left;
  font-size: 25px;
  margin-right: 6px;
}
.recent-comments input[type="text"] {
  float: left;
  margin: 0 2% 0 0;
  padding: 12px;
}
.recent-comments input.last {
  margin: 0;
}
.recent-comments textarea {
  min-height: 120px;
  padding: 15px;
  margin: 0;
  width: 96%;
}
.form-group {
  float: left;
  margin-bottom: 35px;
  width: 100%;
}
.no-page {
  margin: 0 0 0 300px;
}
.no-page-text {
  margin: 2% 0 0 405px;
}
@media only screen and (max-device-width: 768px) {
  .introduction img {
    height: auto;
    width: auto;
  }
}
.btn-container {
  text-align: center;
}
.btn-container .home-btn {
  color: #fff;
  display: inline-block;
  text-align: center;
  background-color: #d30104;
  width: 120px;
  padding: 8px 0;
  border-radius: 8px;
}
.home-whatsapp {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #fff;
}
.btn-container .home-btn a {
  color: #fff;
  text-decoration: none;
}
.btn-container .home-btn:hover {
  background: #000;
}
.home-whatsapp > p {
  padding-top: 7px;
  padding-left: 5px;
}
.text-center {
  text-align: center;
}
.d-block {
  display: block;
}
.inner-container-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  height: inherit;
  width: 100%;
}
.inner-container-home > span {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  display: block;
}
.inner-container-home > p {
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: block;
}
#owl-demo .owl-item {
  width: auto !important;
}
.mr-2 {
  margin-right: 1.5rem;
}
.horarios {
  text-align: center;
  font-family: "Permanent Marker", cursive;
  font-style: italic !important;
  font-size: 25px !important;
}
select.form-control {
  border: none;
  border: 1px solid #dfdfdf;
  color: #a6a6a6;
  resize: none;
  width: 100%;
  height: 40px !important;
  padding: 0 15px;
  font-size: 14px;
  margin: 20px 0 0;
  margin-bottom: 20px;
  -webkit-user-select: text;
}
.no-left {
  left: 0 !important;
}
.mt-20 {
  margin-top: 20px;
}
#chapterinfo {
  background: #000000;
}
.text-white {
  color: #fff;
}
input[type="submit"].info {
  border: 2px solid #ff207a !important;
}
input[type="submit"].info:hover {
  background: #ff207a !important;
  color: #fff !important;
}
.profile-card {
  font-family: "Roboto";
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  border: none;
}
.profile-card .background-container {
  float: left;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.profile-card .background-container .background {
  width: 100%;
  vertical-align: top;
  opacity: 0.9;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  -webkit-transform: scale(1.8);
  transform: scale(2.8);
}
.profile-card .card-content {
  width: 100%;
  padding: 15px 25px;
  color: #232323;
  float: left;
  background: rgb(250, 90, 90);
  background: linear-gradient(
    180deg,
    rgba(250, 90, 90, 1) 0%,
    rgba(162, 118, 151, 1) 50%,
    rgba(38, 172, 236, 1) 100%
  );
  height: 386px !important;
  min-height: 386px !important;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 9999;
}
.profile-card .card-content::before {
  content: "";
  background: rgb(250, 90, 90);
  background: linear-gradient(
    180deg,
    rgba(250, 90, 90, 1) 0%,
    rgba(162, 118, 151, 1) 50%,
    rgba(38, 172, 236, 1) 100%
  );
  width: 120%;
  height: 100%;
  left: 11px;
  bottom: 51px;
  position: absolute;
  z-index: -1;
  transform: rotate(-13deg);
}
.profile-card .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 75%;
  left: 50%;
  max-width: 100px;
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 99999;
}
.profile-card h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
}
.profile-card h2 small {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.profile-card i {
  display: inline-block;
  font-size: 16px !important;
  color: #ffffff !important;
  text-align: center;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}
.profile-card .icon-block {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.profile-card .icon-block a {
  text-decoration: none;
}
.profile-card i:hover {
  background-color: #232323;
  color: #fff;
  text-decoration: none;
}
.product-card {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height: 383px;
  border: none;
}
.product-card .background-container {
  float: left;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.product-card .background-container .background {
  width: 100%;
  vertical-align: top;
  opacity: 0.9;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
}
.product-card .card-content {
  width: 100%;
  padding: 15px 25px;
  color: #232323;
  float: left;
  background: rgb(140, 0, 180);
  background: linear-gradient(
    180deg,
    rgba(57, 113, 142, 1) 1%,
    rgba(39, 173, 107, 1) 100%
  );
  height: 50%;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 9999;
}
.product-card .product {
  border-radius: 50%;
  position: absolute;
  bottom: 75%;
  left: 50%;
  max-width: 100px;
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 99999;
}
.card-text {
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff;
}
.bold {
  font-weight: bold !important;
}
.fa-whatsapp.product-w {
  position: absolute;
  right: 4px;
  top: -18px;
  font-size: 35px;
  color: #fff;
  background: #25d366;
  padding: 5px 5px 5px 5px;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
}
.f-38 {
  font-size: 38px !important;
}
.contact-icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
@media (min-width: 992px) and (max-width: 1500px) {
  #chaptercontacto .jspPane,
  #chaptercontacto .jspContainer,
  #chaptercontacto {
  }
}
#menu1 .jspContainer {
  height: 420px !important;
}
img.jaktur {
  opacity: 0.5;
}
img.jaktur:hover {
  opacity: 1;
}
#chapterxstore .card {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 420px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
#chapterxstore .card .circle {
  position: relative;
  width: 100%;
  height: 40%;
  background: url(../images/store/product-2-2.jpg) center top;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: circle(155px at center 0);
  text-align: center;
}
#chapterxstore .card .circle h2 {
  color: #fff;
  font-size: 25px;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Permanent Marker", cursive;
}
#chapterxstore .card .card-content {
  padding: 20px;
  text-align: center;
  width: inherit;
  overflow: hidden;
}
#chapterxstore .card .card-content p {
  color: #666;
}
#chapterxstore .card .overlay-black::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #chapterxstore .card {
    margin: 0 auto;
  }
}
.black-bg {
  background-color: #000000;
}
#chapterpromociones .owl-theme .owl-controls .owl-page span {
  border: 2px solid #31003a;
}
#chapterpromociones .owl-theme .owl-controls .owl-page.active span {
  background-color: #31003a;
}
@media screen and (max-width: 768px) {
  #chapterinstalaciones .inner {
    padding: 130px 30px 0px 30px !important;
  }
}
@media screen and (max-width: 536px) and (min-width: 445px) {
  .introduction .inner {
    margin: 65% 0 0 0 !important;
  }
}
@media screen and (max-width: 446px) and (min-width: 380px) {
  .introduction .inner {
    margin: 80% 0 0 0 !important;
  }
}
@media screen and (max-width: 379px) and (min-width: 320px) {
  .introduction .inner {
    margin: 95% 0 0 0 !important;
  }
}
img.md-img-responsive {
  height: 100%;
  object-fit: cover;
}
img.md-img-responsive.multi {
  height: 100%;
  width: 100%;
}
#menu1 i {
  font-size: 17px;
  margin-bottom: 12px;
}
#owl-demo7 {
  margin: 0 !important;
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .content {
    width: 900px !important;
  }
}
#chapterpromociones .owl-pagination {
  bottom: 0% !important;
}
.label-before,
.field input:valid + label::before,
.field textarea:valid + label::before,
.field input:focus + label::before,
.field textarea:focus + label::before {
  line-height: 20px !important;
  font-size: 12px !important;
  top: -10px !important;
  background: #fff !important;
  padding: 0 6px !important;
  left: 9px !important;
}
.field {
  position: relative !important;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}
.field label::before,
.field > textarea > label::before {
  content: attr(title) !important;
  position: absolute !important;
  top: 0 !important;
  left: 15px !important;
  line-height: 40px !important;
  font-size: 14px !important;
  color: #777 !important;
  transition: 300ms all !important;
}
.field input,
.field textarea {
  width: 100% !important;
  line-height: 40px !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  color: #222 !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
}
.field input:focus,
.field textarea:focus {
  outline: 0 !important;
  border-color: #ff207a !important;
}
.field input:valid + label::before,
.field textarea:valid + label::before {
  content: attr(data-title) !important;
}
.field input:focus + label::before,
.field textarea:focus + label::before {
  background: #ff207a !important;
  border-radius: 5px;
  color: #fff !important;
}
.field input,
.field textarea,
select {
  border: 1px solid #ff207a !important;
}
#chaptercontacto .field input:focus,
.field textarea:focus {
  outline: 0 !important;
  border-color: #ffb400 !important;
}
.field input:valid + label::before,
.field textarea:valid + label::before {
  content: attr(data-title) !important;
}
#chaptercontacto .field input:focus + label::before,
#chaptercontacto .field textarea:focus + label::before {
  background: #ffb400 !important;
  border-radius: 5px;
  color: #fff;
}
#chaptercontacto .field input,
.field textarea,
select {
  border: 1px solid #ffb400 !important;
}
.overlay-black::before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.card-coach {
  border-radius: 10px;
  height: 400px;
  position: relative;
  width: 100%;
  background: #2b2b2b;
  padding: 20px;
}
.card-coach .img-producto {
  border-radius: 100px;
  height: 1px;
  top: -60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.card-coach .img-producto img {
  width: 120px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
  border: 2px solid purple;
}
.card-coach .coach-content {
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  height: inherit;
}
.card-coach .coach-content h3 {
  color: #fff;
  text-align: center;
}
.icon-coach i {
  font-size: 20px;
  margin: 8px 8px 0;
  color: #fff;
  background: #000;
  border-radius: 50%;
  padding: 8px;
}
.slideshow figure.largo {
  overflow-y: auto !important;
  height: 100vh !important;
}
@media screen and (min-width: 769px) {
  .content {
    width: calc(100vw - 200px) !important;
  }
}
