@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  font-family: raleway, sans-serif !important;
  line-height: 1.1em !important;
  letter-spacing: 0.08em;
}

p, ul, ol {
  font-size: 18px;
}

h1 {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 23px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 25px;
  }
}

h4, .category-card .card-content h4 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 992px) {
  h4, .category-card .card-content h4 {
    font-size: 32px;
  }
}

/***** Ico ******/
/******** Columns *************/
/******** Common *********/
/************ Extends *****************/
/********** Ico as Font **************/
/******* Login form *******/
.login-form {
  max-width: 800px;
  margin: auto;
  padding-top: 40px;
}
.login-form h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.2em;
}
.login-form .login-form-group .input-group {
  width: 100%;
  margin-bottom: 12px;
}
.login-form .login-form-group .input-group .form-control {
  height: 50px;
}
.login-form .login-form-group .btn-pin {
  background-color: transparent;
  color: black;
  font-size: 16px;
  margin: 20px auto 0;
}
.login-form .login-form-group .btn-login {
  background: #373734;
  width: 100%;
  max-width: none;
  height: 50px;
  margin: 10px 0;
  border: 0 solid transparent !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 50px !important;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.login-form .login-form-group .btn-login i {
  display: none;
}

.login-input-group-addon {
  width: 60px;
}

/****** Common ********/
a:hover {
  text-decoration: none;
}

.btn {
  font-size: 18px;
  background-color: #fff;
  color: #000;
  display: block;
  max-width: 160px;
  padding: 5px 0;
  border-radius: 50px;
  font-family: raleway, sans-serif;
  font-weight: 600;
  box-shadow: none;
  transition: all 0.12s ease-in;
}
.btn:hover {
  box-shadow: 0 0px 10px rgba(0, 0, 10, 0.2);
}

.btn-outline {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline:hover {
  background-color: white;
  color: #000;
}

.mw-80 {
  max-width: 800px;
  margin: auto !important;
}

.mh-100 {
  min-height: 100vh;
}

/****** end of Common *****/
.category-card {
  position: relative;
  height: 220px;
  display: block;
  background-color: #838383;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
.category-card:hover {
  box-shadow: 0 0px 10px rgba(0, 0, 10, 0.2);
}
.category-card .featured-img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  opacity: 0.65;
}
.category-card .card-content {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.category-card .card-content h4 {
  color: #fff;
  margin-bottom: 2px;
}
.category-card .card-content .btn {
  margin: auto;
  margin-top: 15px;
}

.login-btn, .logout-btn {
  margin-top: 20px;
}
.login-btn a, .logout-btn a {
  background-color: #000 !important;
  border-radius: 50px;
}
.login-btn a .x-anchor-content, .logout-btn a .x-anchor-content {
  display: block;
  text-align: center;
}
.login-btn a .x-anchor-content .x-anchor-text-primary, .logout-btn a .x-anchor-content .x-anchor-text-primary {
  color: #fff !important;
}

body .logout-btn {
  display: none;
}
body.logged-in .logout-btn {
  display: block;
}
body.logged-in .login-btn {
  display: none;
}

/*** trainer card ***/
.trainers-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  max-width: 700px;
  margin: auto;
}

.trainer-card {
  width: 33%;
  margin-bottom: 30px;
  min-width: 150px;
  align-items: stretch;
  text-align: center;
}
.trainer-card img {
  border-radius: 50%;
  max-width: 80%;
}
.trainer-card h4 {
  font-size: calc(16px + 0.3vw);
  margin-top: 15px;
  margin-bottom: -3px;
}
.trainer-card .expertise {
  font-size: 16px;
  color: #A1A1A1;
}
.trainer-card .instagram-account {
  font-size: 0.6em;
  display: block;
  margin-top: -4px;
}
.trainer-card .instagram-account::before {
  content: "@";
  display: inline-block;
  margin-right: 1px;
}

/*** Archive ***/
.summary-cards-section {
  margin-top: -50px !important;
  position: relative;
}

.summary-card {
  box-shadow: 0 0px 10px rgba(0, 0, 10, 0.2);
  border-radius: 10px;
  height: 150px;
  padding: 20px;
  background-color: #fff !important;
  margin-bottom: 28px !important;
  overflow: hidden;
}

.ventajas-card .list-container ul li {
  list-style: none;
  margin-bottom: 3px;
  font-size: 16px;
  position: relative;
}
.ventajas-card .list-container ul li::before {
  content: "";
  position: absolute;
  font-family: "FontAwesomeLight" !important;
  color: #007C7C;
  display: block;
  left: -20px;
}

/**** Grid ****/
.esg-layout-even .esg-entry-content {
  display: block !important;
}

/**** Share icons ****/
.share-social-media {
  text-align: center;
}
.share-social-media ul.heateor_sss_sharing_ul {
  display: flex !important;
  justify-content: space-between !important;
  width: 80% !important;
  max-width: 220px !important;
  margin: auto !important;
}

/*# sourceMappingURL=custom-style.css.map */
