.fs-22 {
  font-size: 22px;
}

.fs-18 {
  font-size: 18px;
}

.text-graylight {
  color: #C5C5C5 !important;
}

form input[type=text], form input[type=search], form textarea, form input[type=email] {
  border-bottom: 1px solid #02B3FD;
}

.header__logo div, .header__logo img {
  width: 253px !important;
}

.bg-dark-1 {
  background-color: #010910;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

::selection {
  color: #ffffff !important;
  background-color: #02B3FD !important;
  text-shadow: none;
}

.text-blue {
  color: #02B3FD !important;
}

a:not([href]):not([class]) {
  color: white;
  text-decoration: none;
}

.fa.fa-chevron-right {
  font-size: 20px !important;
}

.subnav-list {
  position: relative;
  top: 0;
}

.navList li a.submenu {
  font-size: 24px !important;
  margin-left: 20px;
  letter-spacing: 0.5px;
}

.masthead.-type-1 .masthead__title {
  line-height: 1.2;
  font-size: 4.5rem;
}

.header__menu .nav-button-open:hover .icon {
  color: #02B3FD !important;
}

.header.-sticky-initial.-sticky-dark .header__bar, .header.is-sticky.-sticky-dark .header__bar {
  background-color: #222324;
  opacity: 0.99;
}

.masthead.-type-1 .masthead__text {
  max-width: 37.75rem;
  font-size: 20px;
}

.nav__bg {
  background-color: #222324;
}

.header__menu .text {
  color: #ffffff !important;
  display: block;
  font-size: 10px;
  position: relative;
  top: -6px;
}

a:hover {
  text-decoration: none;
  color: #02B3FD !important;
}

.nav__container {
  padding-top: 3rem;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.nav-mt-5 {
  margin-top: 30px;
}

.nav__content {
  padding-top: 2rem;
}

.navList li a {
  font-size: 24px;
}

.nav__inner {
  width: 50%;
  right: 0 !important;
  left: auto;
}

.nav__bg {
  width: 50vw;
  right: 0 !important;
  left: auto;
}

.masthead.bg-dark-1 {
  background-image: url("../img/bg-header@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.masthead .button.-outline-white:hover {
  background-color: #ffffff !important;
  color: #18191A !important;
}
.masthead .button {
  border: none;
  color: #ffffff !important;
  background: #4a4ba8;
  background: -moz-linear-gradient(180deg, #4a4ba8 0%, #3c72cd 100%);
  background: -webkit-linear-gradient(180deg, #4a4ba8 0%, #3c72cd 100%);
  background: linear-gradient(180deg, #4a4ba8 0%, #3c72cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a4ba8",endColorstr="#3c72cd",GradientType=1);
}

header.video-box {
  position: relative;
  background-color: black;
  height: 90vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
header.video-box video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header.video-box .container {
  position: relative;
  z-index: 2;
}
header.video-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
header.video-box .display-3 {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff !important;
  width: 30%;
  text-align: left;
}

section.personalized-support {
  position: relative;
  background-color: black;
  height: 90vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
section.personalized-support video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
section.personalized-support .container {
  position: relative;
  z-index: 2;
}
section.personalized-support .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
section.personalized-support .display-3 {
  font-size: 70px;
  font-weight: 700;
  color: #ffffff !important;
}
section.personalized-support .subtitle {
  font-size: 0.875rem;
  margin-bottom: 0;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.company .sectionHeading__title {
  font-size: 61px;
  line-height: 75px;
}
.company .number {
  font-size: 65px !important;
  font-family: "Inter", sans-serif !important;
}
.company .number .plus {
  color: #5854B1 !important;
}

.services-box .blogCard.-type-2 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #8a6aca;
  background: -moz-linear-gradient(180deg, #8a6aca 0%, #453565 100%);
  background: -webkit-linear-gradient(180deg, #8a6aca 0%, #453565 100%);
  background: linear-gradient(180deg, #8a6aca 0%, #453565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8a6aca",endColorstr="#453565",GradientType=1);
}
.services-box .rounded-4 {
  border-radius: 8px;
}

.offer-box .mt-40 {
  margin-top: 1.5rem !important;
}

.map-box .sectionHeading.-xl .sectionHeading__title {
  line-height: 1.1;
  font-weight: 700;
  font-size: 68px;
}
.map-box p {
  line-height: 40px;
}

.awards-box .title-award {
  font-size: 26px;
  line-height: 31px;
}
.awards-box .title-award.fs-40 {
  font-size: 40px;
  line-height: 49px;
}
.awards-box .title-award.pl-190 {
  padding-left: 190px;
}
.awards-box .title-award.fs-39 {
  font-size: 39px;
  line-height: 47px;
}
.awards-box .title-award.fs-46 {
  font-size: 46px;
  line-height: 56px;
}
.awards-box .title-award.pr-90 {
  padding-right: 90px;
}

@media (max-width: 767px) {
  .awards-box .title-award.pl-190 {
    padding-left: 0px !important;
  }
  .awards-box .title-award.pr-90 {
    padding-right: 0px;
  }

  .ml--75 {
    margin-left: 0px !important;
  }

  .d-sm-none {
    display: none !important;
  }
}
.contact-box.layout-pt-lg {
  padding-top: 14rem;
}
.contact-box.layout-pb-lg {
  padding-bottom: 10rem;
}
.contact-box .button {
  border: none;
  color: #ffffff !important;
  background: #4a4ba8;
  background: -moz-linear-gradient(180deg, #4a4ba8 0%, #3c72cd 100%);
  background: -webkit-linear-gradient(180deg, #4a4ba8 0%, #3c72cd 100%);
  background: linear-gradient(180deg, #4a4ba8 0%, #3c72cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a4ba8",endColorstr="#3c72cd",GradientType=1);
}

footer.bg-footer {
  background-color: #222324;
}

a.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.button.-md {
  text-transform: inherit;
}

.masthead.-type-1.contact-header {
  overflow: visible;
  display: flex;
  align-items: center;
  height: 80vh;
  width: 100%;
}

.contact-form {
  background: #ffffff;
  border: 1px solid gray;
  padding: 40px;
  border-radius: 10px;
}
.contact-form .text-white {
  color: #2C2C2D !important;
}
.contact-form .button {
  background-color: #02B3FD !important;
  color: #ffffff !important;
  border: 0.0625rem solid #ffffff;
}
.contact-form .custom-select {
  color: #2C2C2D !important;
  border: 1px solid #ffffff;
  border-radius: 0;
  border-bottom: 1px solid #02B3FD !important;
}

.box-white {
  background: #ffffff;
  border: 1px solid gray;
  padding: 40px;
  border-radius: 10px;
  color: #2C2C2D !important;
}

.masthead.-type-1.about {
  overflow: visible;
  display: flex;
  align-items: center;
  height: 80vh;
  width: 100%;
}

.top-index {
  position: absolute;
  z-index: 50;
}

.preloader__bg::after {
  content: "";
  display: block;
  background-image: url("../img/g.gif");
  width: 250px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 45%;
  left: 40%;
}

.bg-gradient-purple {
  background: #8a6aca;
  background: linear-gradient(180deg, #8a6aca 0%, #453565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8a6aca",endColorstr="#453565",GradientType=1);
  border: 0px solid transparent;
}

.point {
  font-size: 34px;
  font-weight: bolder;
  position: relative;
  top: 4px;
}
.point.blue {
  color: #02B3FD !important;
}
.point.cyan {
  color: #8BCFFD !important;
}
.point.purple {
  color: #8A6ACA !important;
}

.masthead .button.contact {
  border: none;
  color: #ffffff !important;
  background: none;
}

.fs-54 {
  font-size: 54px !important;
}

.LatamConnect .bg-dark-1.z-0 {
  z-index: 0 !important;
}
.LatamConnect .fs-50 {
  font-size: 46px !important;
}
.LatamConnect .pt-118 {
  padding-top: 118px !important;
}
.LatamConnect .pt-83 {
  padding-top: 83px !important;
}
.LatamConnect .pt-36 {
  padding-top: 36px;
}
.LatamConnect .pt-6 {
  padding-top: 6px !important;
}
.LatamConnect .fs-56 {
  font-size: 56px !important;
}
.LatamConnect .masthead__button .button {
  border: none;
  color: #ffffff !important;
  background: #4a4ba8;
  background: -moz-linear-gradient(180deg, #4a4ba8 0%, #3c72cd 100%);
  background: -webkit-linear-gradient(180deg, #4a4ba8 0%, #3c72cd 100%);
  background: linear-gradient(180deg, #4a4ba8 0%, #3c72cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a4ba8",endColorstr="#3c72cd",GradientType=1);
}
.LatamConnect .mr-125 {
  margin-right: 125px;
}
.LatamConnect .fw-400 {
  font-weight: 400;
}
.LatamConnect .contact-form {
  background: transparent;
  border: 0px;
  border-radius: 0px;
}
.LatamConnect .contact-form .text-white {
  color: #ffffff !important;
}
.LatamConnect form label, .LatamConnect form p {
  font-size: 20px;
}
.LatamConnect form input[type=text], .LatamConnect form input[type=search], .LatamConnect form textarea, .LatamConnect form input[type=email] {
  border-bottom: 1px solid #D6D6D6;
}
.LatamConnect .border-b {
  border-bottom: 1px solid #29ABE2;
}
.LatamConnect input[type=text] {
  color: white;
}

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

.h-100 {
  height: 100vh !important;
}

.pt-170 {
  padding-top: 170px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ratio-1\:1::before {
  padding-bottom: 61%;
}

.fs-44 {
  font-size: 44px;
  line-height: 60px;
}

.ml--75 {
  margin-left: -75px;
}

.h-90 {
  height: 90vh !important;
}

.fs-50 {
  font-size: 46px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.button.-outline-white.no-hover:hover {
  background-color: transparent !important;
}

.fs-22 {
  font-size: 22px !important;
}

.px-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.fs-18 {
  font-size: 18px;
}

.header.-sticky-initial.-sticky-dark .header__bar, .header.is-sticky.-sticky-dark .header__bar {
  background-color: #010910;
}

.nav__bg {
  background-color: #010910;
}

.mr-minus-col-2 {
  margin-right: -5.66667vw;
}

.mt-md-48 {
  margin-top: 48px !important;
}

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