@charset "UTF-8";
/* @use "../_variables/variables" as v; */
/* @mixin scrollStyle{
    &::-webkit-scrollbar {
        width: 6px;       
    }  
    &::-webkit-scrollbar-track {
        background-color: v.$verde-musgo;
    }
    &::-webkit-scrollbar-thumb {
        background-color: v.$verde-salvia-suave;      
        border: 1px solid v.$verde-salvia-suave;  
        border-radius: 0px;
    }
    @include tablet{
        &::-webkit-scrollbar {
            width: 3px;       
        } 
    }
} */
/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*======================================================================*
    Tipography
*======================================================================*/
/* @mixin sora-bold {
    font-family: 'Sora-Bold', "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}

@mixin sora-regular {
    font-family: 'Sora-Regular', "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}

@mixin sora-light {
    font-family: 'Sora-Light', "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}

@mixin sora-extralight {
    font-family: 'Sora-ExtraLight', "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}

@mixin sora-extrabold {
    font-family: 'Sora-ExtraBold', "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}

@mixin sora-medium{
    font-family: 'Sora-Medium', "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}

@mixin sora-regular {
    font-family: 'Sora-Regular', "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}

@mixin sora-semibold {
    font-family: 'Sora-SemiBold', "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}

@mixin sora-thin{
    font-family: 'Sora-Thin', "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}

@mixin courgette-regular {
    font-family: 'Courgette-Regular', "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
} */
.bg-fixed {
  background-image: url("/assets/images/background-p1s4.png");
  width: 100%;
  height: 0;
  z-index: 100;
  top: 0;
  position: sticky;
  z-index: 1;
  background-size: 720px 465px;
}
@media (min-width: 768px) {
  .bg-fixed {
    background-size: 100%;
  }
}
.bg-fixed img {
  position: absolute;
  width: 150%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media (min-width: 768px) {
  .bg-fixed img {
    width: 80%;
  }
}
.bg-fixed :nth-child(1) img {
  display: none;
}
@media (min-width: 768px) {
  .bg-fixed :nth-child(1) img {
    display: block;
  }
}
.bg-fixed :nth-child(2) img {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  display: block;
}
@media (min-width: 768px) {
  .bg-fixed :nth-child(2) img {
    display: none;
  }
}

.bkg-fixed {
  width: 100%;
  position: relative;
}

.bkg-fixed-inner {
  width: 100%;
  height: 100%;
  position: absolute;
}

.bkg-fixed-inner::before {
  content: "";
  background: center center/contain no-repeat url("/assets/images/background-p1s4_mobile.png");
  z-index: 1;
  pointer-events: none;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background-attachment: fixed;
  background-blend-mode: screen;
}
@media (min-width: 768px) {
  .bkg-fixed-inner::before {
    background-image: url("/assets/images/background-p1s4.png");
    background-size: 80%;
  }
}

.ttl-center {
  position: relative;
  z-index: 100;
  text-align: center;
}
@media (min-width: 1200px) {
  .ttl-center {
    max-width: 1130px;
    margin: 0 auto;
  }
}

.featured-services-cards {
  width: 100%;
  position: relative;
  padding-bottom: 300px; /*40 para nivelar lo demás para dejar el espacio que se ve*/
}
.featured-services-cards__inner {
  max-width: 1148px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px;
  gap: 40px;
}
@media (min-width: 1200px) {
  .featured-services-cards__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .featured-services-cards__inner > div:nth-child(even) {
    position: relative;
    top: 40px;
  }
}
.featured-services-cards__inner .item-card-service {
  min-height: 600px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* height: 600px; */
  /* padding: 56px 40px 0 40px; */
  border-radius: 32px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 36px 0 rgba(0, 133, 255, 0.15);
          box-shadow: 0 0 36px 0 rgba(0, 133, 255, 0.15);
  overflow: hidden;
}
.featured-services-cards__inner .btn-service-card,
.featured-services-cards__inner .item-card-service {
  width: 100%;
  max-width: 554px;
  min-width: 343px;
  z-index: 10;
}

/*Lista de retos*/
.challengeList {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/*Lista Numerico*/
.whyUs {
  list-style: none;
  padding-left: 0;
  width: 100%;
  min-width: 343px;
  max-width: 1130px;
}

/*Listas de clientes y tecnologias*/
.logo-showcase-grid {
  list-style: none;
  padding-left: 0;
}

/*lista para tecnologia*/
ul.listaIconoCheck {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  ul.listaIconoCheck {
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  ul.listaIconoCheck {
    padding-right: 0px;
  }
}
ul.listaIconoCheck li {
  position: relative;
  padding-left: 1.8rem;
  font-size: 14px;
}
ul.listaIconoCheck li:not(:last-of-type) {
  margin-bottom: 16px;
}
ul.listaIconoCheck li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #0071FF;
}

/* .p4-s3 .cont{
    top:-200px;
    @include m.tablet{
        top:200px
    }
    @include m.tablet-xl{
          top: calc(75vh - 468px);
    }
} */
/*Banner Simple*/
.txt-adaptable--right {
  margin-left: auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "onest";
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  z-index: 1;
  position: relative;
}

.style-basic {
  min-height: 640px;
  padding: 176px 16px 48px 16px;
  z-index: 10;
}
@media (min-width: 768px) {
  .style-basic {
    padding: 176px 40px 48px 40px;
  }
}
.style-basic .h1-principal {
  font-size: 38px;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .style-basic .h1-principal {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .style-basic .h1-principal {
    font-size: 84px;
  }
}
.style-basic:not(.banner-azul-marino):not(.bkg-fixed-page):not(.banner-azul) {
  background-image: url("/assets/images/Hero_servicios.png");
  background-color: #f1f4ff;
  color: #000032;
}
.style-basic.banner-azul-marino {
  background-color: #000032;
  position: relative;
  color: #ffffff;
}
.style-basic.bkg-fixed-page {
  background-color: #000032;
  color: #ffffff;
  position: relative;
  top: 0;
  left: 0;
}
.style-basic.bkg-fixed-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("/assets/images/background-p4s1_mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .style-basic.bkg-fixed-page::before {
    background-image: url("/assets/images/background-p4s1.png");
    background-position: center;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .style-basic.bkg-fixed-page::before {
    background-size: 85%;
    background-position: top left;
    background-size: contain;
  }
}
.style-basic.banner-azul {
  background-color: #0A4CE7;
  color: #ffffff;
  background-blend-mode: overlay;
  background-image: url("/assets/images/Hero_servicios.png");
}

body {
  overscroll-behavior-y: none;
}

/*politicas*/
h2.h1-principal {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  h2.h1-principal {
    margin-bottom: 20px;
  }
}

.informative-txt {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .informative-txt {
    margin-top: 20px;
  }
}
.informative-txt h2, .informative-txt h3, .informative-txt h4 {
  color: #000032;
  margin-top: 20px;
  margin-bottom: 14px;
}
.informative-txt h2 {
  font-family: "onestBold";
  font-size: 28px;
}
@media (min-width: 768px) {
  .informative-txt h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .informative-txt h2 {
    font-size: 44px;
  }
}
.informative-txt h3 {
  font-family: "onestBold";
  font-size: 20px;
}
@media (min-width: 768px) {
  .informative-txt h3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .informative-txt h3 {
    font-size: 34px;
  }
}
.informative-txt h4 {
  font-family: "onestSemiBold";
  font-size: 18px;
}
@media (min-width: 768px) {
  .informative-txt h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .informative-txt h4 {
    font-size: 28px;
  }
}

/* Contactanos */
.container_inner {
  margin: 0 auto;
  padding-top: 150px;
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  .container_inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container_inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container_inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container_inner {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container_inner {
    max-width: 1320px;
  }
}

.contact_ttl {
  font-family: "onestBold";
  font-size: 28px;
  color: #000032;
  margin-bottom: 16px;
}
@media (min-width: 360px) {
  .contact_ttl {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .contact_ttl {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .contact_ttl {
    font-size: 60px;
    margin: 0;
  }
}

/* footer */
.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .footer-contact p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .footer-contact p > *:not(:first-child) {
    padding-left: 5px;
  }
  .footer-contact p > *:not(:last-child) {
    position: relative;
    padding-right: 8px;
  }
  .footer-contact p > *:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 2px solid #fff;
  }
}

.copy {
  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;
}
.copy p {
  margin-bottom: 0;
  display: inline-block;
}
.copy a {
  font-family: "onest";
  font-size: 10px;
  line-height: auto;
  display: inline-block;
  padding-left: 5px;
}
.copy a:hover {
  color: #4cd9e7;
}
.copy > *:not(:last-child) {
  position: relative;
  padding-right: 8px;
}
.copy > *:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 2px solid #fff;
}

/* Navbar*/
.panel {
  border-radius: 0 0 24px 24px;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 998;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

body.no-scroll {
  overflow: hidden;
}

/*Clase para idioma*/
.header-desktop-translate-action {
  position: relative;
}
@media (min-width: 1200px) {
  .header-desktop-translate-action {
    padding: 0px 8px;
  }
}
.header-desktop-translate-action a.translate-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #000032;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-desktop-translate-action a.translate-action:hover {
  color: #0a4ce7;
}
.header-desktop-translate-action div.icon {
  position: relative;
  width: 40px;
  height: 40px;
}
.header-desktop-translate-action div.icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1200px) {
  .header-desktop-translate-action::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #000032;
    top: 0;
    left: 0;
  }
}
.header-desktop-translate-action.display-none-xl {
  margin-left: auto;
  padding-right: 16px;
}
@media (min-width: 1200px) {
  .header-desktop-translate-action.display-none-xl {
    display: none;
  }
}