<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}
#content {
  overflow: hidden;
}
/*---------------------------Fuentes----------------------------*/
@font-face {
  font-family: "Averta";
  src: url("/fonts/Averta/Averta-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/Averta/Averta-Regular.woff") format("woff"),
    url("/fonts/Averta/Averta-Regular.ttf") format("truetype"),
    url("/fonts/Averta/Averta-Regular.svg#Averta-Regular") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("/fonts/Averta/Averta-Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/Averta/Averta-Semibold.woff") format("woff"),
    url("/fonts/Averta/Averta-Semibold.ttf") format("truetype"),
    url("/fonts/Averta/Averta-Semibold.svg#Averta-Semibold") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("/fonts/Averta/Averta-Bold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Averta/Averta-Bold.woff") format("woff"),
    url("/fonts/Averta/Averta-Bold.ttf") format("truetype"),
    url("/fonts/Averta/Averta-Bold.svg#Averta-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("/fonts/Averta/Averta-Black.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Averta/Averta-Black.woff") format("woff"),
    url("/fonts/Averta/Averta-Black.ttf") format("truetype"),
    url("/fonts/Averta/Averta-Black.svg#Averta-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
/*------------------Generales------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
b,
a,
ul,
li,
button {
  font-family: "Averta";
}
.mobileElement {
  display: none !important;
}
h1 {
  font-size: 70px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
  color: white;
}
h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 8px;
  margin-bottom: 30px;
  color: white;
}
h3 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  color: #011f5e;
}
h4 {
  color: #ff881f;
  font-size: 20px;
  font-weight: 700;
}
h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  color: white;
}
p {
  color: #011f5e;
  font-size: 17px;
  font-weight: 100;
  line-height: 30px;
}
span {
  font-size: 17px;
  font-weight: 400;
  color: white;
}
a,
ul,
button,
li {
  cursor: pointer;
  font-weight: 100;
}
.bold {
  color: #011f5e;
  font-weight: 700;
}
.button,
.itemLetsTalk {
  font-size: 18px;
  color: white;
  border-radius: 100px;
  background-color: #ff881f;
  border: 1px solid #ff881f;
  padding: 15px 40px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
.itemLetsTalk {
  padding: 10px 15px 10px 15px !important;
  border-bottom: unset !important;
  border: 1px solid #ff881f !important;
}
.button:hover,
.itemLetsTalk:hover {
  background-color: transparent;
  border: 1px solid white !important;
  border-radius: 10px;
  color: white !important;
}
.button-blur {
  background: rgba(255, 255, 255, 0.04);
  stroke-width: 1px;
  stroke: #fff;
  backdrop-filter: blur(37px);
  border: 1px solid white;
  -webkit-backdrop-filter: blur(37px);
  /* margin-left: 20px; */
}
.button-blur:hover {
  background: #ff881f;
  border: 1px solid #ff881f !important;
}
.button-hero {
  margin: 0 10px;
}
.container-fixed-buttons {
  position: fixed !important;
  top: 90%;
  right: calc(95% - 324px);
  width: fit-content !important;
  visibility: hidden;
}
#service + .container-fixed-buttons {
  right: calc(95% - 324px);
}
.container-fixed-buttons .button {
  min-width: 100px;
  font-size: 14px;
  padding: 12px 20px;
  text-align: center;
}
.container-fixed-buttons .button:hover {
  background-color: transparent;
  border: 1px solid #ff881f !important;
  border-radius: 10px;
  color: #ff881f !important;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.float {
  animation: float 7s linear infinite;
}

@keyframes float {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

/* -------------Hero--------------- */
.hero-container {
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: linear-gradient(98deg, #010e29 -0.28%, #011f5e 102.9%), #d9d9d9;
}
.arrow-down {
  position: absolute;
  bottom: 5vh;
  width: 30px;
  height: 30px;
  right: calc(50% - 15px);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 5s ease-in-out infinite;
}
#scroll-down {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 80px;
  z-index: -1;
}
.hero-container h1,
.hero-container h2,
.hero-container .button,
.hero-container .arrow-down {
  z-index: 9;
}
.background {
  position: absolute;
  z-index: 1;
  top: 250px;
  left: 0;
  right: 0;
  bottom: 0;
}
.background svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(3) scaleX(2.25);
  transform-origin: bottom;
  box-sizing: border-box;
  display: block;
  pointer-events: none;
}
.container-button-hero {
  z-index: 15;
  height: 53px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 54px;
}
.button-hero,
.button-hero-index {
  position: relative;
  top: 55px;
}
/* Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(98deg, #010e29 -0.28%, #011f5e 102.9%), #d9d9d9;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.counter {
  color: white;
  color: white;
  font-size: 25px;
  font-family: "Averta";
}
.counter:after {
  content: "%";
  font-size: 25px;
}
.hide {
  opacity: 0;
  transition: 2s;
  pointer-events: none;
}
.preloader {
  margin-top: 30px;
}
/* -------------Header--------------- */
header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 80px;
  z-index: 15;
}
.row {
  height: 100%;
  width: 100%;
}
.desktop-menu {
  height: 100%;
}
header .container {
  height: 100%;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
}
header.active {
  background: linear-gradient(98deg, #010e29 -0.28%, #011f5e 102.9%), #d9d9d9;
}
.row &gt; div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row div nav {
  display: flex;
  align-items: center;
}
#headerLogoLink {
  display: flex;
}
#logoHeader {
  width: 250px;
  margin-top: 3px;
  height: 100%;
}
.mainmenu {
  display: flex;
  align-items: center;
  /* overflow: visible; */
}
.mainmenu li {
  margin: 0px 25px;
  display: inline;
  list-style: none;
  font-weight: 400;
  font-weight: 200;
}
.mainmenu li a,
nav a {
  position: relative;
  line-height: 17px;
  font-size: 15px;
  padding-bottom: 0px;
  color: white;
  transition: 0.5s all ease-in-out;
  border-bottom: 3px solid transparent;
  display: block;
}
.mainmenu li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ff881f;
  transition: width 0.3s;
}
.mainmenu li .itemLetsTalk::after {
  width: unset;
  height: unset;
  background: unset;
  transition: unset;
}
.mainmenu li a:hover::after {
  width: 100%;
}
.item:hover {
  color: #ff881f;
}

/* Burger Menu */
#main-container-responsive {
  display: none;
}
#container-menu-responsive nav {
  display: none;
}

/*-----------------Footer-----------------*/
footer {
  background: linear-gradient(98deg, #010e29 -0.28%, #011f5e 102.9%), #d9d9d9;
}
.container-footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}
.container-footer-top h6 {
  margin-right: 30px;
}
.container-footer-bottom {
  display: flex;
  width: 90%;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.container-footer-bottom span,
.container-footer-bottom a {
  font-size: 14px;
  color: white !important;
}
.redes img {
  width: 25px;
  margin: 0 5px;
}

/* Pop up video */
.cover-image {
  border-radius: 15px;
  cursor: pointer;
  width: 490px;
}
.container-popup {
  position: relative;
}
.container-popup iframe {
  width: 90vw;
  height: 50vw;
}
.popup-video {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.close-video {
  position: absolute;
  right: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  top: -10px;
  color: white;
  background: rgb(0, 0, 0, 0.4);
  border-radius: 100px;
  padding: 5px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
}
.blackBkg50 {
  cursor: pointer;
}

/*Trust us*/
.container-cards-trust-us, .container-cards-time {
  width: 80%;
  margin: auto;
  max-width: 1400px;
  padding: 60px 0;
}
.card-trust-us {
  background: white;
  padding: 20px 40px;
  box-shadow: 0px 0px 18px 0px rgba(1, 31, 94, 0.07);
  width: calc(93% - 80px);
  margin: auto auto;
  border-radius: 20px;
  min-height: 220px;
  display: flex;
  align-items: center;
}
.body-trust-us p{
  margin-bottom: 30px;
}
.arrows-cards-trust-us {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px;
}
.arrows-cards-trust-us img {
  margin: 0 10px;
  cursor: pointer;
}
.container-cards-trust-us .slick-slide, .container-cards-time .slick-slide {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-trust-us {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.body-trust-us h4 {
  color: #011f5e;
  margin-bottom: 10px;
}
.header-trust-us .date {
  color: #ff881f;
}
.container-time h3:first-child{
  width: 80%;
  text-align: left;
  margin-left: 5%;
}
.container-time h3:last-child{
  width: 90%;
  text-align: right;
}
.container-time{
  margin: 90px 0;
}
/*--------------------- RESPONSIVE ----------------------*/
@media screen and (min-width: 1500px) and (max-width: 1950px) {
  .container-popup iframe {
    width: 72vw;
    height: 40vw;
  }
}
@media screen and (max-width: 1000px) {
  #logoHeader {
    width: 180px;
  }
  .mainmenu li a,
  nav a {
    font-size: 13px;
  }
  .mainmenu li{
    margin: 0 10px;
  }
}
@media screen and (max-width: 769px) {
  /*---------------Generales---------------*/
  .desktopElement {
    display: none !important;
  }
  .mobileElement {
    display: block !important;
  }
  h1 {
    font-size: 34px;
    line-height: 35px;
    width: 90%;
    max-width: unset !important;
  }
  h2 {
    font-size: 17px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 100;
  }
  .button {
    font-size: 16px;
    padding: 10px 25px;
  }
  .background {
    top: 750px;
  }
  /* Pop up video */
  .close-video {
    right: -11px;
  }
  /* Trust us */
  .container-cards-trust-us, .container-cards-time {
    width: 100%;
    padding: 40px 0;
    /* margin-top: 20px; */
  }
  .header-trust-us {
    flex-direction: column-reverse;
  }
  .header-trust-us p {
    margin-bottom: 15px;
  }
  .slick-slide img {
    width: 150px;
    margin-bottom: 20px;
  }
  .container-time{
    margin: 90px 0;
  }
  /*---------------Header------------------*/
  header {
    height: 80px;
  }
  #index-container {
    width: 100%;
  }
  .row {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: auto;
    align-items: center;
  }
  .deskopt-menu {
    width: 155px;
    margin-left: auto;
    margin-right: auto;
  }
  .row &gt; div {
    display: flex;
    align-items: center;
  }
  .mainmenu li {
    margin-bottom: 30px;
  }
  #logoHeader {
    width: 200px;
    margin-top: 2px;
  }
  /*-----Burger icon---------*/
  #main-container-responsive {
    display: block;
    height: auto;
  }
  #hamburger button {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    width: 35px;
    height: 35px;
  }
  #hamburger button span {
    background: white;
    display: block;
    height: 2px;
    width: 80%;
    margin: 7px;
    border-radius: 100px;
    animation: 1s;
    animation-fill-mode: forwards;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #hamburger button.open span {
    margin: 0;
  }
  #hamburger button span:nth-child(3) {
    top: 31px;
  }
  #hamburger button.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-bottom: -5px;
  }
  #hamburger button.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  #hamburger button.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-133deg);
    -moz-transform: rotate(-133deg);
    -o-transform: rotate(-133deg);
    transform: rotate(-133deg);
  }
  /*------------------Open menu-----------------*/
  #container-menu-responsive.open {
    background: rgba(1, 20, 58, 1);
    display: flex !important;
    width: 100% !important;
    box-shadow: 1px 6px 14px -12px rgb(0 0 0 / 22%);
    -webkit-box-shadow: 1px 6px 14px -12px rgb(0 0 0 / 22%);
    -moz-box-shadow: 1px 6px 14px -12px rgb(0 0 0 / 22%);
  }
  header.open {
    background: rgba(1, 20, 58, 1);
  }
  .languageContainer {
    display: none !important;
  }
  header.open .languageContainer {
    display: block !important;
  }
  #container-menu-responsive nav.open {
    display: block;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 2rem;
  }
  #container-menu-responsive nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mainmenu li a,
  nav a {
    line-height: 17px;
    font-size: 20px;
  }
  .mainmenu li {
    margin-bottom: 30px;
  }
  .signUp {
    font-size: 14px;
    padding: 5px 14px;
  }
  .item-menu-responsive {
    margin: 1.2em 0 !important;
  }
  #container-menu-responsive nav.open .redes-footer a {
    margin: 0;
  }
  #container-menu-responsive .item-menu-responsive {
    color: #0f4f3e;
    font-size: 18px;
  }
  #container-menu-responsive.open {
    animation: menu-animation 0.7s ease 0s 1 normal forwards;
    height: calc(100dvh - 80px);
  }
  #container-menu-responsive nav.open {
    animation: menu-animation 0.7s ease 0s 1 normal forwards;
  }
  @keyframes menu-animation {
    0% {
      opacity: 0;
      transform: translateY(-50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .itemLetsTalk {
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .servicios img {
    position: relative;
    left: 140px;
  }
  #container-menu-responsive .redes-footer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  #container-menu-responsive .redes-footer img {
    width: 100%;
  }
  .item:hover {
    color: white;
  }
  .mainmenu li a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: transparent;
    transition: width 0.3s;
  }
  /*------------------Footer------------------*/
  .container-footer-top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .container-footer-top h6 {
    line-height: 30px;
    max-width: 90%;
    margin: 0 auto 20px auto;
  }
  .container-footer-bottom {
    flex-direction: column;
    padding: 40px 0;
  }
  .container-redes {
    margin-bottom: 20px;
  }
  .container-redes + a {
    margin-bottom: 20px;
    font-weight: 300;
  }
  .container-redes + a + span {
    font-weight: 300;
  }
  .container-footer-bottom a {
    margin-bottom: 10px;
  }
  .redes{
    margin-bottom: 10px;
  }
  /*********** Container fixed buttons *************/
  .container-fixed-buttons {
    display: flex;
    width: 95% !important;
    right: 0 !important;
    justify-content: center;
    margin-right: 2.5%;
    flex-direction: unset !important;
    height: auto !important;
  }
  .container-fixed-buttons .button {
    width: 25%;
    min-width: unset;
    margin: 0 1% !important;
    font-size: 11px;
    padding: 10px 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1150px) {
  .container-time h3{
    font-size: 27px;
  }
}
</pre></body></html>