/** 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;
}

a {
  color: #808080;
}

a.active {
  font-weight: 700;
}

a:hover {
  color: #000;
}

.btn-free,
.btn-register {
  border: 2px solid #FF751A;
  border-radius: 8px;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  /*margin-left: 10px;
    margin-right: 15px;*/
  background-color: #FF751A;
  margin: 0 auto;
  text-decoration: none;
  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: white;
  cursor: pointer;
  -webkit-appearance: none;
}

.btn-free:hover,
.btn-register:hover {
  opacity: .8 !important;
  border: 2px solid #FF751A;
  color: white;
}

.btn-free:focus,
.btn-register:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn-register {
  border: 2px solid #62A215;
  background-color: #62A215;
}

.btn-register:hover {
  border: 2px solid #62A215;
}

.menu {
  color: #777;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 0.2em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  /* Posicionamos la cabecera al lado izquierdo */
  top: 0;
  /* Posicionamos la cabecera pegada arriba */
  position: fixed;
  z-index: 20;
  width: 100%;
}

@media (max-width: 1024px) {
  .menu {
    display: none;
  }
}

.menu .link {
  margin: 10px;
  font-size: 1.5rem;
  color: #808080;
}

.menu .link.active {
  font-weight: 700;
}

.menu .logo_header {
  width: auto;
  height: 50px;
}

.menu .link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu .link-container .link {
  color: #777;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin: 13px;
}

.menu .link-container .link:hover {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  text-decoration: none;
}

.menu .link-container .link.active {
  font-weight: 800;
  color: #62A215 !important;
}

.menu .link-container .iniciasesion {
  text-align: right;
}

.menu .link-container .iniciasesion a {
  margin: 1em;
  color: #777;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin: 13px;
}

.menu .link-container .iniciasesion a .icon {
  font-size: 1.5em;
  padding-right: 5px;
}

.menu .link-container .miPanelLink {
  margin: 1em;
}

.menuresponsive {
  display: none;
}

.menuresponsive .logo-menu {
  width: 40%;
}

.menuresponsive .logo-menu img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .menuresponsive {
    color: #777;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    padding: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    /* Posicionamos la cabecera al lado izquierdo */
    top: 0;
    /* Posicionamos la cabecera pegada arriba */
    position: fixed;
    z-index: 20;
    width: 100%;
  }

  .menuresponsive .links {
    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;
    margin-right: 1rem;
  }

  .menuresponsive .links .pruebagratis {
    margin-right: 1rem;
  }
}

.listmenu {
  display: none;
}

@media (max-width: 1024px) {
  .listmenu {
    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;
    padding: 1em;
    -webkit-transition: translateY 2s ease;
    transition: translateY 2s ease;
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
    background-color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    left: 0px;
    top: 45px;
    position: fixed;
    z-index: 18;
    width: 100%;
  }

  .listmenu a {
    color: #777;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 13px;
  }

  .listmenu a:hover {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    text-decoration: none;
  }

  .listmenu div {
    margin: 10px;
  }

  .listmenu button {
    border: 1px solid #62A215;
    border-radius: 8px;
    font-size: 15px;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px;
    background-color: #62A215;
  }

  .listmenu button a {
    color: #fff;
  }

  .listmenu.close {
    display: none;
    -webkit-transition: translateY 2s ease;
    transition: translateY 2s ease;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    /*transform: translateY(0%);
                transition: transform 340ms ease;*/
  }
}

@media (max-width: 400px) {
  .listmenu {
    top: 35px !important;
    max-height: 450px;
    overflow: scroll;
  }
}

@media (min-width: 401px) and (max-width: 800px) {
  .listmenu {
    top: 39px;
    max-height: 200px;
    overflow: scroll;
  }
}

.iconmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iconmenu .mdi {
  margin-right: 5px;
}

.btn-access {
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #FF751A;
  border-radius: 8px;
  color: #FF751A;
  cursor: pointer;
  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-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.btn-access:hover {
  background: #FF751A;
  color: white !important;
}

.miPanelOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 2rem;
}

@media (max-width: 1024px) {
  .miPanelOption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.check-box {
  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-top: 1rem;
}

.check-box .acceptTerminos {
  margin-right: 1rem;
}

#register-modal .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}

#footer {
  padding-top: 60px;
  width: 100%;
  background: #fff;
  padding-bottom: 0;
}

#footer.footer-line {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

#footer #footerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer #footerTop .info-section {
  width: 20%;
}

@media (max-width: 768px) {
  #footer #footerTop {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #footer #footerTop .info-section {
    width: 50%;
    margin-bottom: 20px;
  }
}

#footer #footerTop .title-footerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#footer #footerTop .links {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#footer #footerTop .links .link {
  color: #424e4f;
  margin-bottom: 1rem;
}

#footer #footerTop .links a {
  cursor: pointer;
}

#footer #footerTop .links a:hover {
  color: #62A215;
  text-decoration: none;
}

#footer #footerTop .footer-follow .rrss-link {
  color: #A2A2A2;
}

#footer #footerTop .footer-follow .rrss-link:hover {
  opacity: .8;
}

#footer #footerTop .footer-follow .rrss-link.facebook {
  color: #3C5A99;
}

#footer #footerTop .footer-follow .rrss-link.twitter {
  color: #1691DB;
}

#footer #footerTop .footer-follow .rrss-link.instagram {
  color: #C13584;
}

#footer #footerTop .footer-follow .rrss-link.youtube {
  color: #FF0000;
}

#footer .banner-section {
  width: 100%;
}

#footer .banner-section a {
  width: 100%;
  height: 100%;
}

#footer .banner-section .banner {
  width: 100%;
  height: auto;
}

#footer #footerDown {
  margin-top: 55px;
  margin-bottom: 55px;
  padding-top: 15px;
  text-align: left;
  border-top: 1px solid #424e4f;
}

#footer #footerDown .nomSection {
  margin-bottom: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer #footerDown .medios {
  width: 100%;
  margin-top: 1rem;
}

#footer #footerDown .medios .logos-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer #footerDown .medios .logos-notice .logo-notice {
  width: 16%;
}

@media (max-width: 767px) {
  #footer #footerDown .medios .logos-notice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #footer #footerDown .medios .logo-notice {
    width: 35% !important;
  }
}

#footer #footerDown .supports-logo {
  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;
}

@media (max-width: 767px) {
  #footer #footerDown .supports-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #footer #footerDown .supports-logo .text {
    margin-bottom: 1rem;
    text-align: center;
  }

  #footer #footerDown .supports-logo img {
    height: 100px;
    width: auto;
    margin-bottom: 1rem;
  }

  #footer #footerDown .supports-logo img:last-child {
    margin-bottom: 0;
  }

  #footer #footerDown .supports-logo .startup {
    height: 40px;
  }
}

#creditshome {
  padding: 1.2rem;
  margin-top: 20px;
  background-color: #4D4D4D;
}

.btn {
  outline: none;
  border-radius: 3px !important;
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

.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;
}

@media (max-width: 900px) {
  .text {
    font-size: 1.5rem;
  }

  .text.size-sm {
    font-size: 2rem;
  }

  .text.size-md {
    font-size: 2.2rem;
  }

  .text.size-l {
    font-size: 2.8rem;
  }
}

.bg-gray {
  width: 100%;
  background: #F0F0F0;
}

.btn {
  border: 0px;
  border-radius: 8px;
  color: #fff;
  letter-spacing: 1px;
  height: 50px;
  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;
}

.img-container .img-responsive {
  width: 100%;
  height: auto;
}

.content-page {
  margin-top: 50px;
}

.promo-header {
  width: 100%;
  height: 761px;
  position: relative;
  background-image: url("../images/intro-bg-taller.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .promo-header {
    height: 865px;
  }
}

.promo-header.bg-streaming {
  background-image: url("/images/landings/seo/intro-bg.jpg");
}

.promo-header.bg-taller {
  background-image: none;
  background-color: #1b1d1e;
}

.promo-header .bg-webinar {
  background: url("/images/landings/seo/intro-bg-webinar02.jpg");
}

.promo-header .header {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .promo-header .header {
    position: relative;
    width: 90%;
    margin-top: 0;
    top: 45%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .promo-header .header {
    width: 80%;
    position: relative;
  }
}

.promo-header .header .navbar-brand {
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media (max-width: 767px) {
  .promo-header .header .navbar-brand {
    height: 50px;
  }
}

.promo-header .header .navbar-brand img {
  height: 100%;
  width: auto;
}

.promo-header .header .intro-message .description {
  margin: 20px 0;
  padding: 10px 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.promo-header .header .form-header .input-email {
  border: 2px solid #FF751A;
  color: #707070;
  height: 50px;
}

.promo-header .header .form-header .registerBtnCabecera {
  background: #FF751A;
  height: 50px;
}

.promo-header .header .form-header .check-box {
  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;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.promo-header .header .form-header .check-box input {
  margin-right: 1rem;
}

.promo-header .header .form-header .info-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .promo-header .header .form-header .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promo-header .header .form-header .input-group input {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .promo-header .header .form-header .input-group .registerBtnCabecera {
    width: 100%;
    margin: 1rem 0;
  }
}

.content-section {
  padding: 5rem 0;
  overflow: hidden;
}

.content-section .icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3rem;
}

.content-section .icon-container .section-items {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33% - 1rem);
  flex: 0 1 calc(33% - 1rem);
}

.content-section .icon-container .section-items .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
}

.content-section .icon-container .section-items .title .icon {
  margin-bottom: .5rem;
  border: 0.3rem solid #62A215;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  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: 768px) {
  .content-section .icon-container {
    -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;
  }

  .content-section .icon-container .section-items {
    margin-bottom: 2rem;
  }

  .content-section .icon-container .section-items .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-section .icon-container .section-items .content {
    text-align: center;
  }
}

.content-section .section-advantage {
  margin-top: 2rem;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-section .section-advantage.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .content-section .section-advantage.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .content-section .section-advantage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .content-section .section-advantage {
    margin-bottom: 10rem;
  }
}

.content-section .section-advantage .section-title,
.content-section .section-advantage .section-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 1rem);
  flex: 0 1 calc(50% - 1rem);
}

@media (max-width: 768px) {

  .content-section .section-advantage .section-title,
  .content-section .section-advantage .section-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .content-section .section-advantage .section-title .img-responsive,
  .content-section .section-advantage .section-content .img-responsive {
    margin-top: 2rem;
  }
}

.content-section .section-advantage .section-content img {
  width: 100%;
}

.content-section .section-advantage .section-content .gif {
  width: auto;
  height: 427px;
}

@media (max-width: 768px) {
  .content-section .section-advantage .section-content .gif {
    width: 100%;
    height: auto;
  }
}

.content-section .hoWorks {
  margin-top: 2rem;
  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;
}

.content-section .hoWorks .section-items {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(25% - 1rem);
  flex: 0 1 calc(25% - 1rem);
  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;
}

.content-section .hoWorks .section-items .title {
  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;
}

@media (max-width: 768px) {
  .content-section .hoWorks .section-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 2rem;
  }
}

.content-section .hoWorks .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
}

.content-section .hoWorks .title .icon {
  margin-bottom: .5rem;
  border: 0.3rem solid #62A215;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  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;
}

.content-section .title-section {
  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;
}

@media (max-width: 768px) {
  .content-section .title-section {
    margin-bottom: 7rem;
  }
}

@media (max-width: 768px) {
  .content-section {
    padding-bottom: 0;
  }
}

.content-section.bg-orange {
  background: #FF751A;
}

@media (max-width: 768px) {
  .content-section.bg-orange {
    padding: 2rem 0;
  }
}

.button-register {
  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;
}

.plans {
  padding: 5% 0;
  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;
}

.plans .plans-title {
  margin-bottom: 35px;
}

.plans .plans-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plans .plans-content .feature {
  margin-bottom: 20px;
}

.plans .plans-content .feature .mdi {
  margin-right: 5px;
}

.plans .plans-content .feature .title-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plans .plans-content .feature .info-feature {
  margin-left: 1.8rem;
}

@media (min-width: 767px) and (max-width: 800px) {
  .plans .plans-content .feature {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.plans .plans-content .compare-plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .plans .plans-content .compare-plans {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .plans .plans-content .compare-plans {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.plans .plans-content .btn-orange {
  background-color: #ff7519;
  border-bottom: 3px solid #ea6c18;
  padding: 10px 30px;
  color: #fff;
  height: auto;
  border-radius: 30px;
}

.plans .plans-content .btn-orange:hover {
  background-color: #ea6c18;
  color: #fff;
  border-bottom: 3px solid #ea6c18;
}

.testimonials {
  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 .title_section {
  margin-bottom: 30px;
}

.testimonials .testimonials-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .testimonials .testimonials-content {
    -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;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .testimonials .testimonials-content {
    -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 .testimonials-content .testimonial {
  width: 25%;
  min-height: 480px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px rgba(128, 128, 128, 0.5);
  box-shadow: 3px 3px 10px rgba(128, 128, 128, 0.5);
  padding: 40px;
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .testimonials .testimonials-content .testimonial {
    width: 90%;
    margin-bottom: 20px;
    min-height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .testimonials .testimonials-content .testimonial {
    width: 90%;
    margin-bottom: 20px;
    min-height: auto;
  }
}

.testimonials .testimonials-content .testimonial:nth-child(2) {
  margin: 0 5%;
}

@media (max-width: 767px) {
  .testimonials .testimonials-content .testimonial:nth-child(2) {
    margin: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .testimonials .testimonials-content .testimonial:nth-child(2) {
    margin: 0;
    margin-bottom: 20px;
  }
}

.testimonials .testimonials-content .testimonial .testimonial-header {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials .testimonials-content .testimonial .testimonial-header .testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials .testimonials-content .testimonial .testimonial-header .testimonial-img .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.testimonials .testimonials-content .testimonial .testimonial-header .testimonial-info {
  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 .testimonials-content .testimonial .testimonial-content {
  border-top: 1px solid #707070;
  margin-top: 15px;
  padding-top: 10px;
}

.contact {
  padding: 4rem;
}

.contact.bg-contact {
  background: #1b1d1e;
}

.contact .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

#welcome-modal .btn {
  margin-bottom: 1rem;
}

.btn {
  outline: none;
  border-radius: 3px !important;
  cursor: pointer;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.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;
}

.modal-btn-promo {
  margin-bottom: 1rem;
}

#register-modal .check-box {
  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-top: 1rem;
}

#register-modal .check-box .acceptTerminos {
  margin-right: 1rem;
}

#register-modal .form-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;
}

@media (max-width: 768px) {
  .bg-webinar .section-advantage .section-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50% !important;
    flex: 0 1 50% !important;
  }
}

.btn-green {
  display: inline-block;
  background-color: #48D132;
  color: #fff;
  font-weight: 400;
  height: auto;
  width: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0;
  border-radius: 0.25rem !important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-green:hover {
  opacity: .8;
}

.mt-1rem {
  margin-top: 1rem;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.centered-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#cookies-message {
    display: block;
    background-color: #E6E6E6;
    border-top: 1px solid #ECECEC;
    position: fixed;
    height: auto;
    overflow: hidden;
    z-index: 1002;
    -webkit-transition: left 0.4s cubic-bezier(0.94, 0.06, 0.32, 0.95) 0s;
    transition: left 0.4s cubic-bezier(0.94, 0.06, 0.32, 0.95) 0s;
    bottom: 0;
    width: 100vw;
}

#cookies-message .cookies-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 1.25rem;
}

#cookies-message .cookies-content p a {
    color: #1b1d1e;
    font-weight: 600;
    text-decoration: underline;
}

#cookies-message .cookies-content p,
#cookies-message .cookies-content button {
    display: inline-block;
}

#cookies-message .cookies-content p {
    margin: 0;
    padding: 0;
    text-align: justify;
}

#cookies-message .cookies-content .btn-cookies-bar {
    height: 35px;
    background-color: #373c4a;
    color: #fff;
}