.site-logo img {
  max-height: 80px;
  max-width: 100%;
}
.site-logo .sticky-logo {
  display: none;
}

.spacer {
  height: 80px;
}

.row-grid {
  margin: -15px;
}
.row-grid > * {
  padding: 15px;
}
.row-grid.row-grid-small {
  margin: -7.5px;
}
.row-grid.row-grid-small > * {
  padding: 7.5px;
}

.has-error {
  border-color: #7e1e18;
}

.is-sticky .site-logo img {
  display: none;
}
.is-sticky .site-logo .sticky-logo {
  display: block;
  max-height: 40px;
}
.is-sticky .cta .dropdown-toggle::after {
  color: inherit;
}
.is-sticky .site-menu-toggle {
  color: inherit;
}

.site-navbar .site-navigation {
  font-size: 0.875em;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 5px 10px;
}

#home-section .carousel-nav {
  justify-content: flex-end;
  z-index: 11;
  pointer-events: none;
}
#home-section .carousel-nav button {
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  #home-section .carousel-nav {
    justify-content: center;
  }
}

.site-menu-toggle {
  margin-left: 15px;
  color: #fff;
}

.cta .dropdown-toggle::after {
  color: #fff;
}

.site-section-left, .site-section-right {
  position: relative;
  color: #fff;
  background: #7971ea;
}
.site-section-left h1, .site-section-right h1 {
  text-transform: uppercase;
  border: 1px solid #DAE950;
  padding: 0.25em 1em;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .site-section-left h1, .site-section-right h1 {
    font-size: 1.5em;
    padding: 0.5em;
  }
}
.site-section-left .site-section-images, .site-section-right .site-section-images {
  margin: 45px auto;
}
.site-section-left::before, .site-section-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to right, rgba(121, 113, 234, 0), #7971ea 50%);
  z-index: 1;
}
.site-section-left .cover, .site-section-right .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
}
.site-section-left .container, .site-section-right .container {
  z-index: 1;
  position: relative;
}
.site-section-left .content-html h2, .site-section-right .content-html h2 {
  font-size: 1.25em;
}

.site-section-right .cover {
  left: auto;
  right: 0;
}
.site-section-right::before {
  left: 0;
  right: auto;
  background: linear-gradient(to left, rgba(121, 113, 234, 0), #7971ea 50%);
}

.register-section {
  position: relative;
  z-index: 1;
}
.register-section .form-box {
  max-width: 432px;
  margin-top: -200px;
  z-index: 1;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .register-section .form-box {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .register-section .form-box {
    padding: 20px;
  }
}

#my-courses-section .form-box {
  text-align: center;
}
#my-courses-section .form-box .img-holder {
  padding-bottom: 56.25%;
  position: relative;
}
#my-courses-section .form-box .img-holder .absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#my-courses-section .form-box h3 {
  font-size: 1.5em;
}

#output {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
#image::before {
  content: "Clic";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

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