/** 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;
}

.btn {
  outline: none;
  border-radius: 3px !important;
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

.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 {
  color: #1b1d1e !important;
  background: #758789 !important;
  color: white !important;
}

.btn.btn-white {
  color: #1b1d1e !important;
  background: white !important;
  border: 1px solid #1b1d1e !important;
}

.btn.btn-white:hover {
  background: lightgray !important;
}

.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;
}


.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;
}

#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;
}

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%;
}

.datosEmpresa {
  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;
}

.eslogan {
  all: unset;
}

.bg-webinar {
  background-image: url("https://d28dhcwclph1gf.cloudfront.net/images/nuevaweb/default-background-webinar.jpg");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 800px;
}

@media (max-width: 1024px) {
  .bg-webinar {
    height: auto;
  }
}

.bg-webinar .black {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 5%;
  padding-bottom: 15%;
  height: 100%;
}

.bg-webinar .black .navbar-brand {
  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;
}

.bg-webinar .black .intro-message .intro-message>h1,
.bg-webinar .black .intro-message .tituloCabecera>* {
  margin: 0;
  padding-bottom: 20px;
  word-break: keep-all;
}

.bg-webinar .black .intro-message #whenCabecera {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bg-webinar .black .intro-message #whenCabecera .icon-container {
  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;
}

.bg-webinar .black .intro-message #whenCabecera .icon-container .timeZone-container .changeTZ {
  color: red !important;
}

.bg-webinar .black .intro-message #cabeceraForm {
  width: 70%;
  margin: 0 auto;
  min-width: 250px;
  padding-top: 25px;
  padding-bottom: 10%;
}

.bg-webinar .black .intro-message #cabeceraForm .personalForm {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-webinar .black .intro-message #cabeceraForm .personalForm .btn {
  width: 100%;
  height: 50px;
}

.bg-webinar .black .intro-message #cabeceraForm .register-container {
  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;
  padding: 0;
  margin-bottom: 1rem;
}

.bg-webinar .black .intro-message #cabeceraForm .register-container .col-md-9,
.bg-webinar .black .intro-message #cabeceraForm .register-container .col-md-3 {
  padding: 0;
  min-height: 50px;
}

.bg-webinar .black .intro-message #cabeceraForm .register-container .btn,
.bg-webinar .black .intro-message #cabeceraForm .register-container .inputEmail {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media (max-width: 1024px) {
  .bg-webinar .black .intro-message #cabeceraForm {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bg-webinar .black .intro-message #cabeceraForm .normalForm {
    width: 100%;
  }

  .bg-webinar .black .intro-message #cabeceraForm .register-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bg-webinar .black .intro-message #cabeceraForm .register-container .btn {
    width: 100%;
    margin-top: 1rem;
  }
}

.content02 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content02 .container .videoPromocional {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.content02 .container .videoPromocional iframe {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 560px;
  height: 315px;
}

.content02 .container #SectioninfoGeneral {
  padding: 1.2rem;
  padding-top: 6rem;
}

.content02 .container #SectioninfoGeneral .info-container {
  margin-bottom: 1.5rem;
}

.content02 .container #SectioninfoGeneral .material-item {
  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: 20px;
}

.content02 .container #SectioninfoGeneral .material-item .btn-border {
  width: auto;
  margin-left: 15px;
}

.content02 .container #SectioninfoGeneral .material-item .enlaceVerMaterial {
  color: #818182 !important;
}

.content02 .container #SectioninfoGeneral .material-item .enlaceVerMaterial:hover {
  color: black !important;
}

.content02 .container .sectionPrice {
  padding: 1.2rem;
  padding-top: 6rem;
}

@media (max-width: 767px) {
  .content02 .container .sectionPrice {
    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;
  }
}

.content02 .container .sectionPrice .btn {
  margin-top: 1rem;
  width: 100%;
}

.content02 .container .sectionPrice .termsOfUse {
  margin-top: .5rem;
}

.content02 .container .sectionPrice .detallesFecha {
  margin-top: 1rem;
}

.content02 .container .sectionPrice .detallesFecha .icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: .5rem;
}

.content02 .container .sectionPrice .detallesFecha .icon-container .timeZone-container .changeTZ {
  color: #ff7777 !important;
}

.content02 .container .sectionPrice .detallesFecha .icon-container .mdi {
  margin-right: 1rem;
}

.content02 .container .sectionPrice .detallesFecha .icon-container:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content02 .container .sectionPrice .detallesFecha .icon-container:nth-child(2) .col-md-12 {
  padding: 0;
  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;
}

.content02 .container .sectionPrice .detallesFecha .icon-container:nth-child(2) .col-md-12 .mdi {
  margin-right: 1rem;
}

.content02 .container .sectionEmpresaPro {
  margin-top: 30px;
  padding: 15px;
  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;
}

.content02 .container .sectionEmpresaPro h4 {
  border-bottom: 1px solid black;
  width: 100%;
}

@media (max-width: 800px) {
  .content02 .container .sectionEmpresaPro .datosEmpresa {
    width: 100%;
  }

  .content02 .container .sectionEmpresaPro .datosEmpresa img {
    width: 100%;
    height: auto;
  }
}

.carousel-container {
  padding: 5%;
  width: 100%;
  text-align: center;
  background-color: #ebeced;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 35px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  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;
}

.trainer-img {
  width: 233px;
  height: 170px;
}

.moreBio {
  margin-top: 1rem;
}

/*CTA*/
#sectionCTA {
  padding-top: 60px;
  padding-bottom: 100px;
  text-align: center;
  background-color: #333333;
}

#sectionCTA .inputCTA {
  background-color: #fff;
  border: 0;
}

#sectionCTA #footerForm {
  width: 70%;
  margin: 0 auto;
  padding-top: 25px;
}

#sectionCTA #footerForm input {
  height: 50px;
  border-radius: 8px 0 0 8px;
}

#sectionCTA #footerForm .termsOfUse,
#sectionCTA #footerForm .publiCheck {
  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;
}

#sectionCTA #footerForm .termsOfUse input,
#sectionCTA #footerForm .publiCheck input {
  margin-right: .5rem;
}

#sectionCTA #footerForm .personalForm {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sectionCTA #footerForm .personalForm .btn {
  height: 50px;
}

@media (max-width: 1024px) {
  #sectionCTA .input-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #sectionCTA .input-group .btn {
    margin-top: 1rem;
    width: 100%;
  }

  #sectionCTA .input-group input {
    width: 100%;
    height: auto !important;
    border-radius: 3px !important;
  }
}

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;
}

#footer {
  padding: 1rem;
}

.classonlivePaidCourse {
  margin-bottom: 1rem;
}

#passWebinar #passwordWebinar {
  margin: 1rem 0;
}

#terminos-modal .cursoTerminos {
  height: 400px;
  max-height: 400px;
  overflow-y: scroll;
}

.mt-1rem {
  margin-top: 1rem;
}