@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins");
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
.container-home .c-banner-page {
  width: 100%;
  text-align: center;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.2) 100%), url(../images/home/hero-image-desktop.jpg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 85vh;
  position: relative;
}
@media screen and (max-width: 991px) {
  .container-home .c-banner-page {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.4) 100%), url(../images/home/hero-image-movil.jpg);
    height: 320px;
  }
}
.container-home .c-banner-page .home-items {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .container-home .c-banner-page .home-items {
    width: 300px;
    position: absolute;
  }
}
.container-home .c-banner-page .home-items .home-title {
  color: #EAE9DC;
  font-size: 60px;
  line-height: 65px;
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .container-home .c-banner-page .home-items .home-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.container-home .c-banner-page .home-items .home-button {
  border: 3px solid #EAE9DC;
  margin: 10px auto;
  cursor: pointer;
  transition: all 500ms ease;
  padding: 6px 15px;
  width: fit-content;
  width: max-content;
}
.container-home .c-banner-page .home-items .home-button a {
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
  color: #EAE9DC;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 991px) {
  .container-home .c-banner-page .home-items .home-button a {
    font-size: 18px;
    line-height: 18px;
  }
}
.container-home .c-banner-page .home-items .home-button a:hover {
  color: #203141 !important;
}
.container-home .c-banner-page .home-items .home-button:hover {
  text-decoration: none;
  color: #203141 !important;
  border-color: #EAE9DC;
  background-color: #EAE9DC;
}
.container-home .general-content {
  width: 80vw;
  margin: 40px auto;
/*  max-width: 768px;*/
  padding: 0 15px;
}
.container-home .general-content .courses_information {
  width: 100%;
}
.container-home .general-content .courses_information hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid white;
}
.container-home .general-content .courses_information h1 {
  text-align: left;
  color: #EAE9DC;
  font-size: 60px;
  line-height: 65px;
  width: 100%;
  font-family: GaramondPremrProBd;
}
@media screen and (max-width: 767px) {
  .container-home .general-content .courses_information h1 {
    font-size: 38px;
    line-height: 32px;
  }
}
.container-home .general-content .courses_information h2 {
  text-align: left;
  color: #EAE9DC;
  font-size: 45px;
  line-height: 28px;
  width: 100%;
  font-family: GaramondPremrProBd;
}
@media screen and (max-width: 767px) {
  .container-home .general-content .courses_information h2 {
    font-size: 42px;
    line-height: 45px;
  }
}
.container-home .general-content .courses_information h3 {
  text-align: left;
  font-size: 24px;
  line-height: 26px;
  color: #EAE9DC;
  font-family: GillSans;
  margin-bottom: 0;
}
.container-home .general-content .courses_information h4 {
  text-align: left;
  font-size: 43px;
  line-height: 46px;
  color: #EAE9DC;
  font-family: GillSans;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .container-home .general-content .courses_information h4 {
    font-size: 32px;
    line-height: 34px;
  }
}
.container-home .general-content .courses_information p {
  text-align: left;
  font-size: 18px;
  line-height: 21px;
  color: #EAE9DC;
  font-family: GillSans;
  margin-bottom: 0;
}
.container-home .general-content .cont-coaches {
  width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .container-home .general-content .cont-coaches {
    max-width: 400px;
  }
}
.container-home .general-content .cont-coaches .no_padd {
  padding: 0 !important;
}
.container-home .general-content .cont-coaches .item-coach {
  width: 100%;
  background-color: #918054;
  margin-bottom: 20px;
  padding: 20px;
}
.container-home .general-content .cont-coaches .item-coach .image {
  width: 100%;
  display: block;
}
.container-home .general-content .cont-coaches .item-coach .image img {
  width: 100%;
  display: block;
}
.container-home .general-content .cont-coaches .item-coach .text {
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: #EAE9DC;
  font-family: GillSans;
  margin-bottom: 0;
}
.container-home .general-content .cont-coaches .item-coach .text span {
  text-align: left;
  font-size: 20px;
  line-height: 23px;
  color: #EAE9DC;
  font-family: GillSans;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .container-home .general-content .cont-coaches .item-coach .text {
    margin-top: 20px;
  }
}

.iframe-responsive {
  min-height: 1000px;
}

/*# sourceMappingURL=courses.css.map */
