@charset "UTF-8";
a.bg-blue-800:hover {
  background-color: #1C1D2C;
}

a.bg-violet:hover,
button.bg-violet:hover {
  background-color: #AB58AA;
}

a.bg-violet:active,
button.bg-violet:active {
  background-color: #843183;
}

a.text-gray-300:hover {
  color: #fff;
}

a.border-white:hover {
  background-color: #fff;
  color: #000 !important;
}

.bg-image-utm {
  background-image: url("../img/utm-background.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-blue-700 {
  background-color: #1a1d32;
}

.bg-blue-800 {
  background-color: #0f101f;
}

.bg-gradient-violet {
  background-image: linear-gradient(#913e90, #36529f);
}

.bg-violet {
  background-color: #913e90;
}

.text-blue-600 {
  color: #414a81;
}

.text-gray-300 {
  color: #b3b3b3;
}

.text-gray-300.active {
  color: #fff;
}

.text-gray-400 {
  color: #a1a1a1;
}

.hover-glow:hover {
  box-shadow: 0 0 0.25rem #0d6efd;
}

@font-face {
  font-family: icomoon;
  src: url(fonts/icomoon.ttf?a0ool0) format("truetype"), url(fonts/icomoon.woff?a0ool0) format("woff"), url(fonts/icomoon.svg?a0ool0#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

i {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-whatsapp:before {
  content: "";
}

.icon-telegram:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-innovation:before {
  content: "";
}

.icon-crm:before {
  content: "";
}

.icon-bullhorn:before {
  content: "";
}

.icon-bot:before {
  content: "";
}

.icon-back-in-time:before {
  content: "";
}

body {
  background-color: #000;
  font-family: 'Montserrat', sans-serif;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #36529f;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #435FAC;
}

::-webkit-scrollbar-thumb:active {
  background-color: #1D3986;
}

a {
  transition: all 0.15s ease;
}

button {
  transition: background-color 0.1s ease;
}

input.border-blue:focus,
textarea.border-blue:focus {
  outline: 3px solid #03a9f4;
  transition: outline 0.15s ease;
}

input.outline-none:focus {
  outline: none;
}

.border-blue {
  border-color: #36529f !important;
}

@media (min-width: 992px) {
  #contact-modal .modal-content {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

.contact-modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 1rem;
  right: 0.75rem;
}

.contact-modal__close > svg {
  fill: #b3b3b3;
}

.contact-modal__close > svg:hover {
  fill: #fff;
}

.contact-info {
  position: absolute;
  top: 25%;
  left: -16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.contact-info:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;
  background-color: #5E0B5D;
  width: 16px;
  height: 25px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.js-language-dropdown {
  position: relative;
}

.js-language-dropdown.active > button {
  background-color: rgba(145, 62, 144, 0.5);
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.js-language-dropdown.active > button:after {
  transform: rotate(180deg) translateY(1px);
}

.js-language-dropdown.active .js-language-dropdown__list {
  opacity: 1;
  pointer-events: all;
}

.js-language-dropdown button {
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.js-language-dropdown button:hover {
  background-color: rgba(145, 62, 144, 0.5);
}

.js-language-dropdown button:after {
  content: '';
  display: inline-block;
  background-image: url(../img/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  height: 8px;
  width: 8px;
  margin-left: 0.5rem;
  transition: transform 0.1s ease;
}

.js-language-dropdown__list {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background-color: #502757;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.js-language-dropdown__list li:hover {
  background-color: #6A4171;
}

.js-language-dropdown__list li:hover:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.mobile-nav-burger {
  cursor: pointer;
  z-index: 1050;
}

.mobile-nav-burger .line-top,
.mobile-nav-burger .line-middle,
.mobile-nav-burger .line-bottom {
  background-color: #7361a3;
  border-radius: 0.25em;
  width: 30px;
  height: 3px;
  margin: 0.3125rem;
  transition: all 0.3s ease;
}

.mobile-nav-burger.active .line-top {
  background-color: #fff;
  transform: rotate(45deg) translate(6px, 5px);
}

.mobile-nav-burger.active .line-middle {
  background-color: #fff;
  transform: translateX(-100%);
  opacity: 0;
}

.mobile-nav-burger.active .line-bottom {
  background-color: #fff;
  transform: rotate(-45deg) translate(6px, -5px);
}

.btn-reflection {
  position: relative;
  overflow: hidden;
}

.btn-reflection:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.25), transparent 60%);
  transition: 0.5s;
  animation: btn-reflection 4s infinite;
}

@keyframes btn-reflection {
  60%, 100% {
    left: 100%;
  }
}

.neon-glow-bottom {
  position: relative;
  animation: neon-bottom 3s ease-in-out infinite alternate;
}

.neon-glow-top {
  position: relative;
  animation: neon-top 3s ease-in-out infinite alternate;
}

.neon-glow-inset {
  position: relative;
  animation: neon-inset-top 3s ease-in-out infinite alternate;
}

@media (min-width: 992px) {
  .neon-glow-inset {
    animation: neon-inset-right 3s ease-in-out infinite alternate;
  }
}

@keyframes neon-bottom {
  0% {
    box-shadow: 0 -0.5rem 2rem #36529f;
  }
  100% {
    box-shadow: 0 -0.25rem 3rem #36529f;
  }
}

@keyframes neon-top {
  0% {
    box-shadow: 0 0.5rem 2rem #1D3986;
  }
  100% {
    box-shadow: 0 0.25rem 3rem #1D3986;
  }
}

@keyframes neon-inset-top {
  0% {
    box-shadow: inset 0 2.25rem 1rem -2rem #36529f;
  }
  100% {
    box-shadow: inset 0 1.9rem 1rem -2rem #36529f;
  }
}

@keyframes neon-inset-right {
  0% {
    box-shadow: inset -2.25rem 0 1rem -2rem #36529f;
  }
  100% {
    box-shadow: inset -1.9rem 0 1rem -2rem #36529f;
  }
}

.mw-none {
  max-width: none;
}

.w-150 {
  width: 150px;
}

.w-230 {
  width: 230px;
}

.w-256 {
  width: 256px;
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100%;
  }
  .mw-lg-650 {
    max-width: 650px;
  }
  .mw-lg-1000 {
    max-width: 1000px;
  }
}

@media (min-width: 1200px) {
  .mw-xl-550 {
    max-width: 550px;
  }
}

@media (min-width: 1400px) {
  .mw-xxl-650 {
    max-width: 650px;
  }
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.ls-sm {
  letter-spacing: -0.03em;
}

@media (min-width: 1200px) {
  .fs-xl-16 {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */