/** Open Sans **/
/** Light */
@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  src: url("https://d28dhcwclph1gf.cloudfront.net/css_common/propios/fonts/Open_Sans/OpenSans-Light.woff2");
  font-style: light;
}

/** Regular */
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  src: url("https://d28dhcwclph1gf.cloudfront.net/css_common/propios/fonts/Open_Sans/OpenSans-Regular.woff2");
  font-style: regular;
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  src: url("https://d28dhcwclph1gf.cloudfront.net/css_common/propios/fonts/Open_Sans/OpenSans-SemiBold.woff2");
  font-style: semibold;
}

/** Bold */
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  src: url("https://d28dhcwclph1gf.cloudfront.net/css_common/propios/fonts/Open_Sans/OpenSans-Bold.woff2");
  font-style: bold;
}

/** Montserrat Alternates **/
/** Light */
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 300;
  src: url("https://d28dhcwclph1gf.cloudfront.net/css_common/propios/fonts/Montserrat_Alternates/MontserratAlternates-Light.ttf");
  font-style: light;
}

/** Regular */
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 400;
  src: url("https://d28dhcwclph1gf.cloudfront.net/css_common/propios/fonts/Montserrat_Alternates/MontserratAlternates-Regular.ttf");
  font-style: regular;
}

@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 600;
  src: url("https://d28dhcwclph1gf.cloudfront.net/css_common/propios/fonts/Montserrat_Alternates/MontserratAlternates-SemiBold.ttf");
}

/** Bold */
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 700;
  src: url("https://d28dhcwclph1gf.cloudfront.net/css_common/propios/fonts/Montserrat_Alternates/MontserratAlternates-Bold.ttf");
  font-style: bold;
}

* {
  font-family: "Open Sans";
}

.montserrat {
  font-family: 'montserrat Alternates', sans-serif;
}

.openSans {
  font-family: 'Open Sans', sans-serif;
}

.montserratOriginal {
  font-family: 'montserrat', sans-serif;
}

.text {
  font-size: 1rem;
  font-weight: 400;
}

.text.title {
  font-size: 3.2rem;
}

.text.size-xxl {
  font-size: 4.5rem;
}

.text.size-xl2 {
  font-size: 3rem;
}

.text.size-xl {
  font-size: 2.5rem;
}

.text.size-l {
  font-size: 2.2rem;
}

.text.size-md2 {
  font-size: 2rem;
}

.text.size-md {
  font-size: 1.8rem;
}

.text.size-sm2 {
  font-size: 1.5rem;
}

.text.size-sm {
  font-size: 1.2rem;
}

.text.size-s {
  font-size: 1.1rem;
}

.text.size-xs {
  font-size: .8rem;
}

.text.semibold {
  font-weight: 600;
}

.text.bold {
  font-weight: 700;
}

.text.medium {
  font-weight: 500;
}

.text.light {
  font-weight: 400;
}

.text.capital {
  text-transform: capitalize;
}

.text.uppercase {
  text-transform: uppercase;
}

.text.italic {
  font-style: italic;
}

.text.underline {
  text-decoration: underline !important;
}

.text.through {
  text-decoration: line-through;
}

.text.elipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

.text.elipsis-two-lines {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  max-height: 4rem;
  margin: 0 auto;
  line-height: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2rem;
  margin-top: 1px;
}

.text.break-word {
  overflow-wrap: break-word;
}

.text.text-shadow {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.text.text-shadow-white {
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.3);
}

.text.text-white {
  color: #fff;
}

.text.text-gray {
  color: #808080;
}

.text.text-darkGray {
  color: #707070;
}

.text.text-black {
  color: #000;
}

.text.text-red, .text.alert-error {
  color: #fa225b;
}

.text.text-blue {
  color: #7a89ab;
}

.text.text-green, .text.alert-success {
  color: #62A215;
}

.text.text-darkGreen {
  color: #053a05;
}

.text.text-classonlive-green {
  color: #62A215;
}

.text.text-classonlive-orange {
  color: #FF751A;
}

.text.text-classonlive-gray {
  color: #424e4f;
}

.text.text-blog-gray {
  color: #cccccc;
}

.text.center {
  text-align: center;
}

.text.left {
  text-align: left;
}

.text.right {
  text-align: right;
}

.modal .modal-dialog {
  max-width: 600px;
  margin: 30px auto;
  height: 100%;
  top: 2rem;
  min-width: 50%;
}

.modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .modal-header .modal-title {
  width: 100%;
}

.modal .modal-header.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal .center {
  text-align: center;
}

.modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .modal-footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .modal-footer .btn {
  border: 0px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
}

.modal .modal-footer .btn-orange {
  background: #FF751A;
}

.modal .modal-footer .btn-orange:hover {
  background: #f46200;
}

.modal .modal-footer .btn-outline-secondary {
  border: 1px solid transparent;
  border-color: #6c757d;
}

/*loader principal*/
#backg {
  background: #b0c4de repeat scroll;
  /* These three lines are for transparency in all browsers. */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
  height: 10000px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999990;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -75px;
  border: 16px solid #fff;
  border-radius: 50%;
  border-top: 16px solid #00de00;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

/*fin loader*/
.loader {
  background: white repeat scroll;
  /* These three lines are for transparency in all browsers. */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 1;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cssload-loader {
  z-index: 99999;
  display: block;
  height: 6em;
  width: 6em;
  background-color: #338899;
  border-radius: 4.5em 4.5em 4.5em 4.5em;
  -o-border-radius: 4.5em 4.5em 4.5em 4.5em;
  -ms-border-radius: 4.5em 4.5em 4.5em 4.5em;
  -webkit-border-radius: 4.5em 4.5em 4.5em 4.5em;
  -moz-border-radius: 4.5em 4.5em 4.5em 4.5em;
  box-shadow: inset 0 0 0 0.5em #eceae0;
  -o-box-shadow: inset 0 0 0 0.5em #eceae0;
  -ms-box-shadow: inset 0 0 0 0.5em #eceae0;
  -webkit-box-shadow: inset 0 0 0 0.5em #eceae0;
  -moz-box-shadow: inset 0 0 0 0.5em #eceae0;
  background: linear-gradient(-45deg, #B3B3B3, #B3B3B3 50%, #CCCCCC 50%, #CCCCCC);
  background: -moz-linear-gradient(-45deg, #B3B3B3, #B3B3B3 50%, #CCCCCC 50%, #CCCCCC);
  background-blend-mode: multiply;
  border-top: 5px solid #B3B3B3;
  border-left: 5px solid #B3B3B3;
  border-bottom: 5px solid #CCCCCC;
  border-right: 5px solid #CCCCCC;
  animation: cssload-roto 1.15s infinite linear;
  -o-animation: cssload-roto 1.15s infinite linear;
  -ms-animation: cssload-roto 1.15s infinite linear;
  -webkit-animation: cssload-roto 1.15s infinite linear;
  -moz-animation: cssload-roto 1.15s infinite linear;
}

.cssload-loader.classonlive {
  background-color: #338899;
  border-radius: 4.5em 4.5em 4.5em 4.5em;
  -o-border-radius: 4.5em 4.5em 4.5em 4.5em;
  -ms-border-radius: 4.5em 4.5em 4.5em 4.5em;
  -webkit-border-radius: 4.5em 4.5em 4.5em 4.5em;
  -moz-border-radius: 4.5em 4.5em 4.5em 4.5em;
  box-shadow: inset 0 0 0 0.5em #eceae0;
  -o-box-shadow: inset 0 0 0 0.5em #eceae0;
  -ms-box-shadow: inset 0 0 0 0.5em #eceae0;
  -webkit-box-shadow: inset 0 0 0 0.5em #eceae0;
  -moz-box-shadow: inset 0 0 0 0.5em #eceae0;
  background: linear-gradient(-45deg, #00C900, #00C900 50%, #01DE01 50%, #01DE01);
  background: -moz-linear-gradient(-45deg, #00C900, #00C900 50%, #01DE01 50%, #01DE01);
  background-blend-mode: multiply;
  border-top: 5px solid #00C900;
  border-left: 5px solid #00C900;
  border-bottom: 5px solid #01DE01;
  border-right: 5px solid #01DE01;
}

@keyframes cssload-roto {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-roto {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}

.container-loader-square {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loader-square {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 33% 33%;
      grid-template-columns: 33% 33% 33%;
  grid-gap: 2px;
  width: 80px;
  height: 80px;
  border: 0;
}

.loader-square > div {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #2c3e50;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: loaderSquare 2s infinite linear;
          animation: loaderSquare 2s infinite linear;
}

.loader-square > div:nth-of-type(1), .loader-square > div:nth-of-type(5), .loader-square > div:nth-of-type(9) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loader-square > div:nth-of-type(4), .loader-square > div:nth-of-type(8) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loader-square > div:nth-of-type(2), .loader-square > div:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.loader-square > div:nth-of-type(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes loaderSquare {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes loaderSquare {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.calendar-container {
  position: relative;
}

.calendar-container .container-loader-square {
  position: absolute;
  top: 3%;
  left: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 97%;
}

@media (max-width: 767px) {
  .modal-dialog {
    width: calc(100% - 20px);
  }
}

ul, li, a {
  text-decoration: none !important;
  list-style: none;
}

.customText, .note-editor {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  width: 100%;
}

.customText ul, .note-editor ul {
  text-decoration: inherit !important;
  list-style: disc;
  margin-top: 0;
  margin-bottom: 10px;
}

.customText ol, .note-editor ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  margin-top: 0;
  margin-bottom: 10px;
}

.customText li, .note-editor li {
  display: list-item;
  text-align: -webkit-match-parent;
  text-decoration: inherit !important;
  list-style: inherit !important;
  padding: inherit !important;
  padding-left: 0 !important;
}

.note-toolbar {
  position: relative;
  z-index: inherit !important;
}

a {
  cursor: pointer;
}

.elipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}

p {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 767px) {
  html {
    font-size: 10px;
    height: auto;
  }
  html body {
    height: auto;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 10px;
  }
}

body.noscroll {
  overflow: hidden;
}

.btn-classonlive {
  background-color: #00bc00;
  border: 0px;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  height: 50px;
}

.btn-classonlive:hover {
  background-color: #00de00;
  color: #fff;
  border: 0px;
}

.btn-orange {
  background: #FF751A;
}

.btn-orange:hover {
  background: #f46200;
}

.panel-default > .panel-heading, .panel {
  background-color: #e6e6e6;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: initial !important;
  top: 35px !important;
}

.note-popover {
  display: none;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  word-wrap: break-word;
  background-color: #fff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

#temp-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  float: left;
  border: 0;
  text-align: center;
  background-color: #000;
}

#temp-footer .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#temp-footer .temp1-sect8-item1 .temp1-sect8-p1 p {
  color: inherit !important;
}

#temp-footer .temp1-sect8-logo {
  max-height: 40px;
  height: 100%;
  margin-top: 5px;
  width: auto;
}

#temp-footer .temp1-sect8-text-color {
  color: #BFC5C6;
  margin: 10px 0;
}

#temp-footer .temp1-sect8-rrss > a {
  font-size: x-large;
  cursor: pointer;
  color: #a5a5a5;
  opacity: 0.6;
  margin-left: 1px;
  margin-right: 1px;
}

#temp-footer .temp1-sect8-rrss > a:hover {
  opacity: 1;
  text-decoration: none;
}

@media (max-width: 767px) {
  #temp-footer .temp1-sect8-logo, #temp-footer .temp1-sect8-item2, #temp-footer .temp1-sect8-rrss, #temp-footer .temp1-sect8-p1 {
    margin-bottom: 20px;
  }
}

button {
  -webkit-appearance: none;
}

.trainers-container {
  padding: 2rem;
}

@media (max-width: 1024px) {
  .trainers-container {
    margin-top: 2rem;
  }
}

.trainers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .trainers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.trainers .trainer {
  width: 100%;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 10px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 0 10px grey;
          box-shadow: 0px 0 10px grey;
}

@media (max-width: 1024px) {
  .trainers .trainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.trainers .trainer .img-trainer {
  width: 270px;
  height: 270px;
  margin-bottom: 5px;
  opacity: .9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.trainers .trainer .main-trainer {
  opacity: 1;
}

.trainers .trainer .info-trainer {
  width: calc(100% - 280px);
  text-align: center;
  position: relative;
}

@media (max-width: 1024px) {
  .trainers .trainer .info-trainer {
    width: 100%;
  }
}

.trainers .trainer .info-trainer p {
  overflow: hidden;
}

.trainers .trainer .info-trainer .sidebar-box .read-more {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.trainers .trainer .rrs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.trainers .trainer .rrs .rrs-icon {
  margin-right: .5rem;
  color: #000;
}

.trainers .trainer .rrs .rrs-icon:hover {
  opacity: .8;
}

.btn {
  outline: none;
  border-radius: 3px !important;
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

.btn.btn-green {
  background: #62A215;
  color: #fff;
}

.btn.btn-green:hover {
  opacity: .8;
}

.btn.btn-orange {
  background: #FF751A;
  color: #fff;
}

.btn.btn-orange:hover {
  opacity: .8 !important;
}

.btn.btn-line-green {
  background: #fff;
  color: #62A215;
  border: 2px solid #62A215;
}

.btn.btn-line-green:hover {
  background: #62A215;
  color: #fff;
}

.btn.btn-line-orange {
  background: #fff;
  color: #FF751A;
  border: 2px solid #FF751A;
}

.btn.btn-line-orange:hover {
  background: #FF751A;
  color: #fff;
}

.btn.btn-grey {
  background: #758789;
  color: white;
}

.btn.btn-white {
  color: #1b1d1e;
  background: white;
}

.btn.btn-white:hover {
  background: lightgray;
}

.btn.btn-black {
  color: white;
  background: black;
  border: 1px solid black;
}

.btn.btn-black:hover {
  opacity: .8;
}

.logo, .logo-img {
  width: 220px !important;
  max-width: 220px;
  height: 55px;
}

#sectionInstructor {
  margin-top: 60px;
  padding: 60px;
  background-color: #E6E6E6;
}

@media (max-width: 1024px) {
  #sectionInstructor {
    padding: 3rem;
  }
}

#sectionInstructor .trainers-container {
  width: 100%;
}

#sectionInstructor .trainers-container .trainers-style {
  width: 100%;
}

#sectionInstructor .trainers-container .trainers-style .container-trainers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sectionInstructor .trainers-container .trainers-style .container-trainers .trainer {
  width: calc(33% - 20px);
  margin-bottom: 30px;
  background-color: #fff;
  padding: 50px 0;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 60px -6px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 60px -6px rgba(10, 10, 10, 0.2);
  text-align: center;
}

#sectionInstructor .trainers-container .trainers-style .container-trainers .trainer.is-hidden {
  display: none !important;
}

#sectionInstructor .trainers-container .trainers-style .container-trainers .trainer .single-team {
  border: 5px solid transparent;
  margin: 0 auto 20px;
  max-width: 140px;
  position: relative;
  border-radius: 50%;
}

#sectionInstructor .trainers-container .trainers-style .container-trainers .trainer .single-team .member-thumb:before {
  border: 5px solid;
  content: "";
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: -15px;
  left: -15px;
  right: -15px;
  top: -15px;
  visibility: hidden;
  width: auto;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

#sectionInstructor .trainers-container .trainers-style .container-trainers .trainer .single-team:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 30px 0 rgba(10, 10, 10, 0.2);
}

#sectionInstructor .trainers-container .trainers-style .container-trainers .trainer .single-team:hover .member-thumb:before {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-color: #48B54A;
}

#sectionInstructor .trainers-container .trainers-style .container-trainers .trainer .single-team .trainer-img {
  width: 125px;
  height: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-radius: 50%;
  overflow: hidden;
}

#sectionInstructor .trainers-container .trainers-style .container-trainers .trainer .trainer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  padding: 0 3%;
}

#sectionInstructor .trainers-container .trainers-style .container-trainers .trainer .trainer-info .text {
  margin-bottom: 5px;
}

#sectionInstructor .trainers-container .trainers-style .container-trainers .trainer .trainer-info .sidebar-box .about,
#sectionInstructor .trainers-container .trainers-style .container-trainers .trainer .trainer-info .about-min {
  word-wrap: break-word;
}

@media (max-width: 767px) {
  #sectionInstructor .trainers-container .trainers-style .container-trainers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sectionInstructor .trainers-container .trainers-style .container-trainers .trainer {
    width: 100%;
  }
}

#sectionInstructor .showMore {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sectionInstructor .showMore.is-hidden {
  display: none;
}

#sectionInstructor .showMore #moreTrainers {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  border: 0;
  background: #7f9298;
}

#sectionInstructor .showMore #moreTrainers:focus, #sectionInstructor .showMore #moreTrainers:hover {
  outline: none;
  background: black;
}

#sectionInstructor .showMore #moreTrainers .mdi {
  color: white;
}

#sectionInstructor .moreBio {
  background-color: white;
  color: grey;
  border-color: grey;
}

#sectionComentarios {
  padding: 3rem;
  background-color: #E6E6E6;
}

.testimonials {
  width: 100%;
  padding: 5px;
  padding-bottom: 20px;
  background-color: #ebeced;
}

.testimonials .testimonial {
  padding: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials .testimanial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.rrss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.rrss .icon {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5B6F7F !important;
  margin-right: 5px;
  margin-left: 5px;
  border: 2px solid #5B6F7F;
}

.rrss .icon:hover {
  background: lightgray;
}

footer {
  padding-bottom: 20px;
}

footer .footer-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .footer-follow h6 {
  width: 45%;
  margin-bottom: 1rem;
}

footer .footer-follow .rrss {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-follow .rrss .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5B6F7F;
  margin-right: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
  font-size: 1rem;
}

.classonlivePersonalTerminos {
  margin-top: 1rem;
}

.termsOfUse, .publiCheck, .poli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.termsOfUse .terms, .publiCheck .terms, .poli .polis {
  margin-left: .5rem;
}

.termsOfUse input, .publiCheck input , .poli input{
  margin-right: 1rem;
}

.termsOfUse .text, .publiCheck .text , .poli .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#terminos-modal .form-control {
  height: 100%;
}

#politica-modal .form-control {
  height: 100%;
}


* {
  font-family: 'Roboto', sans-serif;
}

body {
  height: 100%;
  width: 100%;
}

a:not([href]):not([tabindex]).btn-green, a:not([href]):not([tabindex]).btn-gray {
  color: white;
}

.btn-green {
  color: white;
}

.btn-gray {
  background: #525559;
  color: white;
}

.btn-gray:hover {
  color: white;
  opacity: .8;
}

.money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn-container {
  margin: 1rem 0;
}

.btn-container .btn:last-child {
  margin-left: 1rem;
}

.titleLine {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid #525559;
  padding: 1rem;
}

.titleLine .text-grey {
  color: #525559;
}

.header-container {
  position: relative;
}

.header-container .header {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  height: 800px;
}

@media (max-width: 1024px) {
  .header-container .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 200px;
    max-height: 400px;
  }
}

.header-container .header .img-filter-light {
  background-color: rgba(0, 0, 0, 0.38);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-container .header-info-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  /* height: 100%; */
  padding: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .header-container .header-info-container {
    width: 100%;
  }
}

.header-container .header-info-container .logoContainer {
  margin-bottom: 2rem;
}

.info .general-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .info .general-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.info .general-info .btn-buy {
  width: 180px;
  height: 180px;
  border-radius: 50% !important;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .info .general-info .btn-buy {
    width: 160px;
    height: 160px;
  }
}

.info .video-presentation {
  width: 100%;
  background: rgba(217, 217, 217, 0.2);
  padding: 2rem 4rem;
}

.info .video-presentation #video {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info .detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(217, 217, 217, 0.2);
  padding: 2rem 0;
}

.info .detail-info .section-info {
  padding: 2rem 0;
}

.info .detail-info .section-info:first-child {
  padding-top: 0;
}

.info .detail-info .section-info .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.info .detail-info .section-info .title-container.left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.info .detail-info .section-info .title {
  background: #D9D9D9;
  padding: 1rem 2rem;
  width: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info .teachers .section-info .title {
  background: #D9D9D9;
  padding: 1rem 2rem;
  width: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1024px) {
  .info .detail-info .section-info .title {
    width: 30%;
  }
  
  .info .teachers .section-info .title {
    width: 30%;
  }
}

@media (max-width: 750px) {
  .info .detail-info .section-info .title {
    width: 100%;
  }
  .info .teachers .section-info .title {
    width: 100%;
  }
}

.info .detail-info .section-info .title .text-grey {
  color: #525559;
}

.info .detail-info .section-info .title:hover {
  background: #525559;
}

.info .detail-info .section-info .title:hover .text-grey {
  color: #D9D9D9;
}

.info .teachers .section-info .title .text-grey {
  color: #525559;
}

.info .teachers .section-info .title:hover {
  background: #525559;
}

.info .teachers .section-info .title:hover .text-grey {
  color: #D9D9D9;
}

.info .detail-info .section-info .longText {
  padding: 2rem 0;
  padding-bottom: 0;
}

.info #buySection {
  background: #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem;
}

.info #buySection .circle {
  background: white;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info #buySection .input-group {
  margin-top: 2rem;
}

.info #buySection .sale:hover {
  font-weight: bold;
}

.info #buySection .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}

.info .course-content {
  margin-top: 4rem;
  padding: 2rem 4rem;
}

@media (max-width: 1024px) {
  .info .course-content {
    padding: 2rem;
  }
}

.info .course-content .content-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info .course-content .content-body .accordion {
  padding-left: 0;
}

@media (max-width: 1024px) {
  .info .course-content .content-body .accordion {
    padding-right: 0;
  }
}

.info .course-content .content-body .accordion .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1.5rem;
}

.info .course-content .content-body .accordion .card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
}

.info .course-content .content-body .accordion .card .card-header .col-md-11 {
  padding-left: 0;
}

@media (max-width: 1024px) {
  .info .course-content .content-body .accordion .card .card-header .col-md-11 {
    max-width: 90%;
  }
}

.info .course-content .content-body .accordion .card .card-header button {
  background: transparent;
  color: #808080;
}

.info .course-content .content-body .accordion .card .card-header button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.info .course-content .content-body .buySection {
  padding-right: 0;
}

.info .course-content .content-body .modules-container .module {
  margin: 1.2rem 0;
}

.info .course-content .content-body .modules-container .module .card-header {
  background: #cdcdcd;
}

.info .course-content .content-body .modules-container .module .card-body2 {
  padding: 1rem;
}

.info .course-content .content-body .modules-container .module .module-resources .resource {
  margin: 1rem 0;
}

.info .course-content .content-body .modules-container .module .module-resources .resource .title-resource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  border-bottom: 1px solid #525559;
}

.info .course-content .content-body .modules-container .module .module-resources .resource .title-resource .mdi {
  margin-right: 1rem;
}

.info .course-content .content-body .modules-container .module .module-resources .resource .resource-body .OneSession {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info .course-content .content-body .modules-container .module .module-resources .resource .resource-body .OneSession .col-md-4:first-child, .info .course-content .content-body .modules-container .module .module-resources .resource .resource-body .OneSession .col-md-4:last-child {
  padding-left: 0;
}

.info .course-content .content-body .modules-container .module .module-resources .resource .resource-body .multiSession .date-container,
.info .course-content .content-body .modules-container .module .module-resources .resource .resource-body .multiSession .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info .course-content .content-body .modules-container .module .module-resources .resource .resource-body .multiSession .date-container .col-md-4,
.info .course-content .content-body .modules-container .module .module-resources .resource .resource-body .multiSession .day .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info .course-content .content-body .modules-container .module .module-resources .resource .resource-body .multiSession .date-container .col-md-4:first-child,
.info .course-content .content-body .modules-container .module .module-resources .resource .resource-body .multiSession .day .col-md-4:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.info .course-content .content-body .modules-container .module .module-resources .resource .resource-body .multiSession .date-container {
  margin-bottom: 1rem;
  padding: 0;
}

.info .course-content .content-body .modules-container .module .module-resources .resource .resource-body .multiSession .day {
  margin-bottom: .5rem;
}

.info .course-content .content-body .modules-container .module .module-resources .resource .resource-body .multiSession .time {
  padding: 0;
}

.info .course-content .content-body .modules-container .module .module-resources .resource.video .title-resource, .info .course-content .content-body .modules-container .module .module-resources .resource.document .title-resource, .info .course-content .content-body .modules-container .module .module-resources .resource.exam .title-resource {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info .course-content .content-body .modules-container .module .module-resources .resource.video .title-resource .mdi, .info .course-content .content-body .modules-container .module .module-resources .resource.document .title-resource .mdi, .info .course-content .content-body .modules-container .module .module-resources .resource.exam .title-resource .mdi {
  margin-right: 0;
}

.info .course-content .content-body .modules-container .module .module-resources .resource.video .text-container, .info .course-content .content-body .modules-container .module .module-resources .resource.document .text-container, .info .course-content .content-body .modules-container .module .module-resources .resource.exam .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.info .course-content .content-body .modules-container .module .module-resources .resource.video .text-container .mdi, .info .course-content .content-body .modules-container .module .module-resources .resource.document .text-container .mdi, .info .course-content .content-body .modules-container .module .module-resources .resource.exam .text-container .mdi {
  margin-right: 1rem;
}

.info .course-content .content-body .modules-container .module .module-resources .resource.video.disabled, .info .course-content .content-body .modules-container .module .module-resources .resource.document.disabled, .info .course-content .content-body .modules-container .module .module-resources .resource.exam.disabled {
  opacity: .5;
}

.info .course-content .content-body .modules-container .module .module-resources .resource.video .resource-body .col-md-12, .info .course-content .content-body .modules-container .module .module-resources .resource.document .resource-body .col-md-12, .info .course-content .content-body .modules-container .module .module-resources .resource.exam .resource-body .col-md-12 {
  padding: 0;
}

.info .course-content .content-body .modules-container .module .module-resources .resource.video .resource-body .col-md-12:first-child, .info .course-content .content-body .modules-container .module .module-resources .resource.document .resource-body .col-md-12:first-child, .info .course-content .content-body .modules-container .module .module-resources .resource.exam .resource-body .col-md-12:first-child {
  margin-bottom: 1rem;
}

.info .course-content .content-body .modules-container .module .module-resources .resource.exam .title-resource {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 0;
}

.info .course-content .content-body .modules-container .module .module-resources .resource.exam .title-resource .mdi {
  margin-right: 1rem;
}

@media (min-width: 767px) and (max-width: 1023px) {
  .info .course-content .content-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .info .course-content .content-body .accordion, .info .course-content .content-body .buySection {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .info .course-content .content-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 1024px) {
  .info .course-content .content-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.info .teachers .section-info {
  margin-bottom: 0;
}

.info .teachers .teachers-container {
  margin-top: 2rem;
}

.info .teachers .teachers-container .teacher {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .info .teachers .teachers-container .teacher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.info .teachers .teachers-container .teacher:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  margin: 1.5rem 0;
  padding: 3rem 0;
}

@media (max-width: 767px) {
  .info .teachers .teachers-container .teacher:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.info .teachers .teachers-container .teacher:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.info .teachers .teachers-container .teacher .teacher-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.5rem;
}

@media (max-width: 1024px) {
  .info .teachers .teachers-container .teacher .teacher-header {
    width: 100%;
  }
}

.info .teachers .teachers-container .teacher .img-container {
  width: 269px;
  height: 269px;
}

.info .teachers .teachers-container .teacher .img-container img {
  width: 100%;
  height: 100%;
}

.info .teachers .teachers-container .teacher .info-teacher {
  width: calc(100% - 269px);
  padding: 0 2rem;
}

@media (max-width: 1024px) {
  .info .teachers .teachers-container .teacher .info-teacher {
    width: 100%;
    margin-top: 1rem;
  }
}

.info .teachers .teachers-container .teacher .info-teacher .btn-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .info .teachers .teachers-container .teacher .info-teacher .btn-container .btn {
    width: 100%;
    margin: 0;
  }
}

.info .reviews {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 0;
}

.info .reviews .swiper-container {
  width: 85%;
}

@media (max-width: 1024px) {
  .info .reviews .swiper-container {
    width: 100%;
  }
  .info .reviews .swiper-container .swiper-wrapper {
    margin-top: 4rem;
  }
}

.info .reviews .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 1rem;
}

.info .reviews .swiper-container .swiper-slide .review-container {
  background: #525559;
  width: 90%;
  padding: 2rem;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 4rem;
}

.info .reviews .swiper-container .swiper-slide .review-container:before {
  border: 25px solid #525559;
  content: '';
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  bottom: -48px;
  left: calc(90% - 25px);
}

.info .reviews .swiper-container .swiper-slide .review-container .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.info .reviews .swiper-container .swiper-slide .review-container .name .mdi-minus {
  margin-right: 1rem;
}

.info .reviews .swiper-container .swiper-slide .review-container .name .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 2rem;
}

.info .reviews .swiper-container .swiper-slide .review-container .name .stars .mdi-star {
  margin-right: .5rem;
}

.info .reviews .swiper-container .swiper-slide .review-container .name .stars .mdi-star:last-child {
  margin-right: 0;
}

.info .reviews .swiper-container .swiper-slide .review-container .name .stars .text-yellow {
  color: #F2E205;
}

@media (max-width: 1024px) {
  .info .reviews .swiper-container .swiper-slide .review-container {
    width: 80%;
  }
}

.whiteBox {
  background-color: #fff;
  text-align: left;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #bfc5c6;
  border-radius: 4px;
  width: 100%;
}

.whiteBox .box-title {
  margin-bottom: 1rem;
  border-bottom: 1px solid #525559;
}

.whiteBox .box-body .themes {
  margin-bottom: 1.2rem;
}

.whiteBox .box-footer {
  margin-top: 1.2rem;
}

.whiteBox .box-footer .btn-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.whiteBox .box-footer .btn-container .btn {
  width: 100%;
}

.whiteBox .box-footer .btn-container .btn:first-child {
  margin-bottom: 1rem;
}

.whiteBox .box-footer .btn-container .btn:last-child {
  margin-left: 0;
}

.ch-item {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: relative;
  cursor: default;
}

@media (max-width: 1024px) {
  .ch-item {
    width: 200px;
    height: 200px;
  }
}

.ch-info-wrap {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -webkit-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 20px;
  left: 20px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8);
          box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8);
}

@media (max-width: 1024px) {
  .ch-info-wrap {
    width: 160px;
    height: 160px;
  }
}

.ch-info {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media (max-width: 1024px) {
  .ch-info {
    width: 160px;
    height: 160px;
  }
}

.ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .ch-info > div {
    -webkit-backface-visibility: inherit;
            backface-visibility: inherit;
  }
}

.ch-info .ch-info-back {
  padding: .5rem;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .ch-info .ch-info-back {
    -webkit-transform: none;
            transform: none;
  }
}

.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 0 15px;
  padding: 40px 0 0 0;
  height: 90px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}

.buyButtonContainer {
  width: 220px;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .buyButtonContainer {
    width: 220px;
    height: 220px;
  }
}

.option-course-hide-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sellModules .selectModules .module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: .8rem 0;
}

#sellModules .totalCompra {
  margin-bottom: 1rem;
}

#sellModules .modCheck {
  width: 10%;
}

#sellModules .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}

#sellModules .text-container span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 75%;
          flex: 0 1 75%;
}

#sellModules .text-container span.moneyMod {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}

#organized .box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.SessionResource {
  opacity: .5;
}

@media (max-width: 800px) {
  #coursePresentation {
    height: auto !important;
  }
}

.profileTeacherLogo {
  background-size: contain;
  border: 0;
}

.logo-bg {
  background: black;
  padding: 1rem;
}

.titleTema p {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

#hlsVideo {
  width: 100% !important;
  height: 100% !important;
}