.pb-2, .py-2 {
  padding-bottom: 10px !important;
}

.pt-2, .py-2 {
  padding-top: 10px !important;
}

@media (min-width: 768px) {
  .pb-md-100, .py-md-100 {
    padding-bottom: 100px !important;
  }
  .pt-md-100, .py-md-100 {
    padding-top: 100px !important;
  }
}
.loading {
  /* opacity: 0.5; */
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.sepline {
  position: relative;
}
.sepline:after {
  content: "";
  width: 28px;
  height: 4px;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sepline.centered:after {
  left: 50%;
}

.text-primary {
  color: #c00 !important;
}

.loading-veil {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
	background-color: rgba(255, 255, 255, .5);
}

.loading-svg {
  background-image: url(https://www.eclass.com/wp-content/themes/eclass/dist/images/new/icon/loading.gif);
  content: "";
  display: inline-block;
  height: 128px;
  width: 128px;
}

html, body {
  height: 100%;
}

body {
  color: #4b4b4b;
  width: 100%;
  min-height: 100vh;
}
body .header .container {
  height: 0px !important;
}
body .header .logo {
  padding: 10px 20px;
  margin-bottom: -40px;
  background: #c00;
  top: 0;
  z-index: 6;
}
body .header .logo img {
  width: 123px;
}
body .text-eclass-academy-negocios, body a.text-eclass-academy-negocios {
  color: #9a0000;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  overflow-wrap: break-word;
}
body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .modal .form-hubspot .hs-richtext h1, body .modal .form-hubspot .hs-richtext h2, body .modal .form-hubspot .hs-richtext h3, body .modal .form-hubspot .hs-richtext h4, body .modal .form-hubspot .hs-richtext h5, body .modal .form-hubspot .hs-richtext h6, body .h5, body .form-hubspot .hs-richtext p, body .h6 {
  /* margin-bottom: 2.5px; */
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
body .column-text .title strong,
body .column-text .form-hubspot .hs-richtext p strong,
body .form-hubspot .hs-richtext .column-text p strong,
body .stripe strong,
body .title-circle strong {
  display: block !important;
}
body .pb-5,
body .column-text .title strong,
body .py-5 {
  padding-bottom: 25px !important;
}
@media (min-width: 576px) {
  body .mb-sm-6,
body .column-text .title strong,
body .my-sm-6 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 576px) {
  body .pb-sm-6,
body .column-text .title strong,
body .py-sm-6 {
    padding-bottom: 30px !important;
  }
}
body.controller-users.action-login .header .logo {
  position: absolute;
  right: 208px;
}
body .font-base-color {
  color: #4b4b4b;
}
body .btn:not(:disabled):not(.disabled),
body .hs-button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
body a, body input[type=submit], body button, body .btn, body .hs-button, body label, body input[type=text], body input[type=password], body select, body textarea, body .form-control, body .form-hubspot .hs-form-field input, body .form-hubspot .hs-form-field select, body .form-hubspot .hs-form-field textarea {
  transition: all 0.2s ease-in-out;
}
body .text-uppercase, body .btn, body .hs-button {
  text-transform: uppercase !important;
}
@media (min-width: 576px) {
  body .mb-sm-0, body .my-sm-0 {
    margin-bottom: 0 !important;
  }
}
body .btn,
body .hs-button {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 2.125rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body textarea:hover, body input:hover, body textarea:active, body input:active, body textarea:focus, body input:focus, body button:focus, body button:active, body button:hover, body label:focus, body .btn:active, body .hs-button:active, body .btn.active, body .active.hs-button {
  outline: 0 !important;
}
body [class*=btn-outline-] {
  box-shadow: inset 0 0 0 2px currentColor;
}
body [class*=btn-]:not([disabled]):not(.disabled).active, body [class*=btn-]:not([disabled]):not(.fill-hover), body [class*=btn-]:not([disabled]):not(.disabled):active, body .show > [class*=btn-].dropdown-toggle, body [class*=btn-]:not([disabled]):not(.disabled):active {
  box-shadow: none;
}
body .btn, body .hs-button {
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  letter-spacing: 0.2pt;
}
body .btn-outline-eclass-academy-negocios {
  color: #9a0000;
  background: transparent;
  border-color: #9a0000;
}
body .fill-hover {
  position: relative;
}
body .fill-hover span {
  z-index: 4;
  position: relative;
}
body .fill-hover.btn-outline-eclass-academy-negocios:after,
body .fill-hover.btn-eclass-academy-negocios:after {
  background-color: #cc0000;
}
body .fill-hover.btn-outline-eclass-academy-negocios:hover,
body .fill-hover.btn-outline-eclass-academy-negocios:focus,
body .fill-hover.btn-outline-eclass-academy-negocios.focus {
  background: transparent;
  box-shadow: inset 0 0 0 2px #9a0000;
}
body .fill-hover:after {
  z-index: 2;
  border-radius: 50px;
}
body .hover-open, body .fill-hover:after,
body .main-menu li > a:before,
body .main-menu .dropdown-menu a.dropdown-item span.name:before,
body .secondary-menu ul.menu li a:before,
body .card__institucion a:after,
body .card__institucion a:focus:after,
body .card__blog .btn:after,
body .card__blog .hs-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  background: currentColor;
}
body .content-page .hero {
  overflow: hidden;
  color: #fff;
}
body .content-page .hero .content {
  background-position: left center;
  position: absolute;
  height: 291px;
  width: 100%;
  top: 0;
  left: 0;
}
body .content-page .hero .background-cover {
  background-size: cover;
}
body .content-page .categories-main-banner {
  height: 291px;
}
body .content-page .content-column.cat-styles {
  position: relative;
}
body .content-page .content-column.cat-styles .container-fluid {
  position: absolute;
  height: 100%;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: cover;
}
body .content-page .content-column.cat-styles h2.text-uppercase.text-dark,
body .content-page .content-column.cat-styles h2.text-uppercase.text-light,
body .content-page .content-column.cat-styles .alter.first {
  font-size: 40px;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
  font-weight: 700;
}
body .content-page .content-column.cat-styles .py-5 {
  padding-top: 6rem !important;
}
body .content-page .content-column.cat-styles p.margined {
  margin-left: 20%;
  margin-right: 20%;
}
body .content-page .content-column.cat-styles div.pb-2.d-none.d-md-block {
  position: relative;
}
body .content-page .content-column .img-background {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body .categories-cover-button,
body .categories-cover-button-no-hover {
  height: 137px;
  padding: 2rem;
  padding-right: 5rem;
  box-shadow: 2px 1px 6px 1px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
  border-radius: 12px;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  position: relative;
}
body .categories-cover-button span,
body .categories-cover-button-no-hover span {
  text-transform: uppercase;
}
body .categories-cover-button span i,
body .categories-cover-button-no-hover span i {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 48px;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  position: absolute;
}
body .categories-cover-button span::after,
body .categories-cover-button-no-hover span::after {
  background-image: url(https://www.eclass.com/wp-content/themes/eclass/dist/images/new/icon/right-chevron-thick-red.svg);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  position: absolute;
}
body .categories-cover-button a,
body .categories-cover-button-no-hover a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1rem 2rem;
  background-color: #2f2f2f;
  color: #fff;
  font-size: 12px;
  transition-timing-function: ease-in;
  transition: 0.2s;
  opacity: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
body .categories-filters-container {
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 1rem;
}
body .categories-filters-container .categories-filters-header {
  margin-bottom: 0.5rem;
  position: relative;
}

body .categories-filters-container .categories-filters-header .close-filters {
	position: absolute;
	right: 0;
	top: -7px;
	border: none;
	padding: 0;
	height: 32px;
	background-color: transparent;
	width: 32px
}
body .categories-filters-container .categories-filters-header .close-filters::after {
	background-image: url(https://www.eclass.com/wp-content/themes/eclass/dist/images/new/icon/close.svg);
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	height: 32px;
	width: 32px
}
body .categories-filters-container .categories-filters-body .categories-main-content-container button {
  cursor: pointer;
  border-radius: 0;
}
body .categories-filters-container .categories-filters-body button,
body .categories-filters-container .categories-filters-body [type=button], body .categories-filters-container .categories-filters-body [type=reset], body .categories-filters-container .categories-filters-body [type=submit] {
  -webkit-appearance: button;
}
body .categories-filters-container .categories-filters-body [data-bs-toggle=collapse] .fa:before {
  content: "";
  background-image: url(https://www.eclass.com/wp-content/themes/eclass/dist/images/new/icon/down-chevron.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  transition: ease-in;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotateZ(180deg);
}
body .categories-filters-container .categories-filters-body [data-bs-toggle=collapse].collapsed .fa:before {
  transform: translateY(-50%);
}
body .categories-filters-container .categories-filters-body .accordionBtn {
  border: none;
  background: 0 0;
  font-weight: 700 !important;
  width: 100%;
  text-align: left;
  font-family: roboto, sans-serif !important;
  padding: 0.5rem 0;
  position: relative;
  color: #313131;
}
body .categories-filters-container .categories-filters-body .card {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  --bs-card-border-width: 0;
  background-color: inherit;
}
body .categories-filters-container .categories-filters-body .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
body .categories-filters-container .categories-filters-body .custom-control.custom-checkbox {
  padding-left: 0;
  padding-right: 1.5rem;
}
body .categories-filters-container .categories-filters-body .custom-control.custom-checkbox label {
  width: 100%;
}
body .categories-filters-container .categories-filters-body .custom-control input[type=radio],
body .categories-filters-container .categories-filters-body .custom-control input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
body .categories-filters-container .categories-filters-body .custom-control .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body .categories-filters-container .categories-filters-body .custom-control .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #2f2f2f !important;
}
body .categories-filters-container .categories-filters-body .custom-control .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+);
}
body .categories-filters-container .categories-filters-body .custom-control .custom-control-label {
  line-height: 1.25;
  min-height: 40px;
}
body .categories-filters-container .categories-filters-body .custom-control .custom-control-label.checked:before {
  background-color: #2f2f2f !important;
}
body .categories-filters-container .categories-filters-body .custom-control .custom-control-label.checked:after {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+);
}
body .categories-filters-container .categories-filters-body .custom-control .custom-control-label::before, body .categories-filters-container .categories-filters-body .custom-control .custom-control-label::after {
  right: 0 !important;
  left: unset !important;
}
body .categories-filters-container .categories-filters-body .custom-control .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #ddd;
}
body .categories-filters-container .categories-filters-body .custom-control .custom-control-label::before {
  background-color: #fff !important;
  border: 1px solid !important;
}
body .categories-filters-container .categories-filters-body .custom-control .custom-control-label::before {
  border-radius: 3px;
}
body .categories-filters-container .categories-filters-body .custom-control .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
body .categories-filters-container .categories-filters-body .click-to-deploy-more {
  position: absolute;
  bottom: 0;
  background: transparent linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.6666666667) 23%, #f7f7f7 100%);
  width: calc(100% + 1px);
}
body .categories-filters-container .categories-filters-body .click-to-deploy-more button {
  cursor: pointer;
  border: none;
  background: unset;
  width: 100%;
  padding: 1rem 0;
  text-transform: uppercase;
  color: #c00;
  font-weight: 700 !important;
  font-family: roboto, sans-serif !important;
}
@media screen and (max-width: 768px) {
  body .categories-filters-container {
    padding: 2rem;
    position: fixed;
    top: 100%;
    width: 100%;
    z-index: 8;
    left: 0;
    height: calc(100vh - 98px);
    transition-timing-function: ease-in;
    overflow-y: scroll;
    transition: 0.2s;
  }
  body .categories-filters-container.open {
    top: 98px;
    transition-timing-function: ease-out;
    transition: 0.25s;
  }
}
body .categories-main-button-container {
  position: fixed;
  top: calc(100vh - 135px);
  z-index: 8;
  width: 100%;
  left: 0;
  padding: 2rem 2rem 3rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
  transition-timing-function: ease-in;
  transition: 0.2s;
}

body .categories-main-button-container.down {
	top: 100%;
	transition-timing-function: ease-out;
	transition: .25s
}

body .categories-main-button-container .btn {
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  letter-spacing: 0.2pt;
}
body .categories-main-button-container .btn-primary {
  color: #fff;
  background-color: #c00;
  border-color: #c00;
}
body .categories-main-button-container .categories-main-button span {
  font-size: 18px !important;
}
body .categories--card {
  background-color: #f7f7f7;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1098039216);
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
}
body .categories--card figure.categories--card__bg {
  margin: 0 0 1rem;
  background-color: #e8e8e8;
  height: 128px;
  position: absolute;
  width: 100%;
}
body .categories--card article {
  padding: 1rem;
  position: relative;
  z-index: 2;
}
body .categories--card article h3 {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4b4b4b;
}
body .categories--card article h3 a {
  color: inherit;
}
body .categories--card article figure {
  display: block;
}
body .categories--card article figure.categories--card__logo {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 83px;
  width: 100px;
  z-index: 1;
}
body .categories--card article span.d-block {
  font-size: 14px;
}
body .categories--card article a.btn {
  margin-top: 1rem;
  padding: 0.5rem 1.125rem;
}
body .categories--card article a.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /* padding: 0.5rem 2.125rem; */
	padding: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .categories--card article a.btn {
  transition: all 0.2s ease-in-out;
}
body .categories--card article a.btn {
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  letter-spacing: 0.2pt;
}
body .categories--card article a.btn-outline-primary {
  color: #c00;
  background-color: transparent;
  background-image: none;
  border-color: #c00;
}
body .categories--card article a.btn-outline-primary:hover {
  background: 0 0;
  color: #a30000;
}
body .categories--card article a.btn-outline-primary:hover {
  color: #fff;
  background-color: #c00;
  border-color: #c00;
}
body .categories--card article .fill-hover {
  position: relative;
}
body .categories--card article .fill-hover span {
  font-size: 14px;
}
body .categories--card article [class*=btn-outline-] {
  box-shadow: inset 0 0 0 2px currentColor;
}
body .categories--card article [class*=btn-outline-]:hover, body .categories--card article [class*=btn-outline-]:focus {
  box-shadow: none;
  box-shadow: inset 0 0 0 2px currentColor;
}
body .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
body .modal__centered {
  text-align: center;
}
body .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}
@media (min-width: 576px) {
  body .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
}
body .modal__centered .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
body .modal__transparent .modal-dialog {
  max-width: 550px !important;
  width: 100%;
}
body .modal__transparent .modal-body {
  padding: 0 15px;
}
body #page-wrapper {
  height: inherit;
}
body .page {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
body .page {
  height: 100%;
}
body .page-content {
  padding: 30px;
  margin-left: 200px;
  min-width: 768px;
  padding-bottom: 140px;
  height: inherit;
}
body .page-login .page-content {
  padding: 0;
  margin: 0;
  height: inherit;
}
body .page-login .login {
  height: inherit;
}
body .page-login .login .login-content {
  min-width: 900px;
  height: inherit;
  width: 100%;
  display: table;
}
body .page-login .login .login-content .login-content-left {
  width: 50%;
  height: inherit;
  display: table-cell;
  padding: 90px 50px;
  background-image: url(../images/login.png);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  body .page-login .login .login-content .login-content-left {
    display: none;
  }
}
body .page-login .login .login-content .login-content-right {
  width: 50%;
  height: inherit;
  display: table-cell;
  padding: 0 50px 90px;
  position: relative;
  min-height: 100vh;
  padding-top: 250px;
}
body .footer {
  padding-top: 100px;
  padding-bottom: 100px;
}
body .footer .logo-footer {
  z-index: 0;
  padding: 0 20px 20px 0;
  top: -20px;
  left: -2px;
  width: 134px;
}
body .footer .logo-footer img {
  width: 114px;
  height: 28px;
}
body .footer .border {
  border-color: gray !important;
}
body .footer .content {
  padding: 50px 70px;
  position: relative;
}
body .logos-bottom {
  max-width: 600px;
}