.bg-primary, .btn-primary, .btn-outline-primary:hover {
  background: #8112CB !important;
}

.bg-secondary, .btn-secondary, .btn-outline-secondary:hover {
  background: #5C0C91 !important;
}

.bg-warning, .btn-warning, .btn-outline-warning:hover {
  background: #FFC145 !important;
}

.bg-light, .btn-light, .btn-outline-light:hover {
  background: #D4C5E2 !important;
}

.bg-light-90 {
  background: rgba(212, 197, 226, 0.9) !important;
}

.bg-light-75 {
  background: rgba(212, 197, 226, 0.75) !important;
}

.bg-light-50 {
  background: rgba(212, 197, 226, 0.5) !important;
}

.bg-light-25 {
  background: rgba(212, 197, 226, 0.25) !important;
}

.bg-light-10 {
  background: rgba(212, 197, 226, 0.1) !important;
}

.bg-light2 {
  background: #BFF0D4 !important;
}

.bg-light3 {
  background: #EAF7CF !important;
}

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

.text-secondary {
  color: #5C0C91 !important;
}

.text-warning {
  color: #FFC145 !important;
}

.text-light {
  color: #D4C5E2 !important;
}

.border-primary, .btn-outline-primary {
  border-color: #8112CB !important;
}

.border-secondary, .btn-outline-secondary {
  border-color: #5C0C91 !important;
}

.border-warning, .btn-outline-warning {
  border-color: #FFC145 !important;
}

.border-light, .btn-outline-light {
  border-color: #D4C5E2 !important;
}

* {
  font-family: "Nunito", sans-serif;
}

body, .nav-link, p, a {
  font-size: 17px;
}

.navbar-brand img {
  height: 40px;
}

.btn {
  font-weight: 900;
  padding: 10px 20px !important;
  border: 0;
  border-radius: 15px;
}

.btn-white {
  background: #ffffff;
  color: #8112CB !important;
}

.btn-white:hover {
  background: #5C0C91 !important;
  color: #ffffff !important;
}

.my-6 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mt-6 {
  margin-top: 5rem !important;
}

.mb-6 {
  margin-bottom: 5rem !important;
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.fs-1-5x {
  font-size: 4rem !important;
}

.fs-2x {
  font-size: 5rem !important;
}

.fs-3x {
  font-size: 10rem !important;
}

.nav-link.active {
  font-weight: 800;
}

.page-title {
  font-size: 64px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 50px;
}

.section-title {
  font-size: 54px;
  text-transform: uppercase;
  font-weight: 100;
}

.section-subtitle {
  font-weight: 400;
  padding-bottom: 3rem;
}

.breadcrumb-item a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.breadcrumb-item::before, .breadcrumb-item.active {
  color: #D4C5E2 !important;
}

.form-control-error {
  border-width: 3px;
  border-color: red !important;
}

.invalid {
  color: red;
  font-weight: 800;
  font-size: 1.1em;
  text-align: left;
  display: block;
  margin: 10px 0;
}

#slider {
  height: 700px;
  overflow: hidden;
}

.carousel-item {
  background: linear-gradient(135deg, #5c0c91 0%, rgba(92, 12, 145, 0) 100%);
}

.carousel-item img {
  opacity: 0.5;
}

.carousel-item .carousel-caption {
  bottom: 0;
  top: 0;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}

.carousel-item .carousel-caption h4 {
  font-size: 64px;
  font-weight: 300;
}

.carousel-item .carousel-caption h2 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.accordion {
  --bs-accordion-bg:transparent !important;
}

.accordion .accordion-item {
  border: 0;
}

.accordion .accordion-item .accordion-body {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 15px 15px;
  margin-bottom: 15px;
}

.accordion .accordion-item .accordion-button {
  font-size: 32px;
  font-weight: 200;
}

.accordion .accordion-item .accordion-button::after {
  margin-left: 30px;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #8112CB;
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px 15px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 15px;
}

footer .nav-link {
  padding: 5px 0;
  color: white;
}

footer .nav-link:hover {
  color: #D4C5E2;
}

.hero-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.hero-image .bg-image {
  background: linear-gradient(135deg, #5c0c91 0%, rgba(92, 12, 145, 0) 100%);
}

#login {
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/bg_login.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 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;
}

/* SECTION CLIENTS  */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

.client-slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.client-slider::before, .client-slider::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.client-slider::before {
  left: 0;
  top: 0;
}

.client-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.client-slider .client-slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 14);
}

.client-slider .client-slide {
  height: 100px;
  width: 250px;
}
/*# sourceMappingURL=style.css.map */