@charset "UTF-8";
/* =========================
   TIPOGRAFÍAS
   ========================= */
@font-face {
  font-family: "GRegular";
  src: url(../fonts/NeueMontreal-Regular.otf);
}
@font-face {
  font-family: "GNeueMedium";
  src: url(../fonts/NeueMontreal-Medium.otf);
}
@font-face {
  font-family: "GPangramRegular";
  src: url(../fonts/Pangram-Regular.otf);
}
@font-face {
  font-family: "GBold";
  src: url(../fonts/Pangram-ExtraBold.otf);
}
@font-face {
  font-family: "GBlack";
  src: url(../fonts/Pangram-Black.otf);
}
@font-face {
  font-family: "GMedium";
  src: url(../fonts/Pangram-Medium.otf);
}
@font-face {
  font-family: "GLight";
  src: url(../fonts/DINNextW1G-Light.otf);
}
@font-face {
  font-family: "GSBold";
  src: url(../fonts/Pangram-Bold.otf);
}
div {
  font-family: "GRegular";
}

.display-1 {
  font-family: "GPangramRegular";
  letter-spacing: 3px;
}

h5,
h3,
h2 {
  font-family: "GSBold";
}

h1 {
  font-family: "GMedium";
}

b {
  font-family: "GBold";
}

strong {
  font-family: "GBlack";
}

/* =========================
   VARIABLES
   ========================= */
:root {
  --dot-size: 12px;
  --dot-gap: 12px;
  --header-h: 64px;
  --overlay: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .35));
  --card-bg: rgba(255, 255, 255, .85);
  --glass: rgba(255, 255, 255, .15);
  --glass-b: rgba(255, 255, 255, .35);
  --pin-delay: clamp(120px, 16vh, 260px);
}

/* =========================
   GLOBAL
   ========================= */
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  scroll-behavior: auto;
}

body {
  background: #fff;
  color: #fff;
  text-rendering: geometricprecision;
  overflow-x: hidden;
}

.text-dark {
  color: #3d3d3d !important;
}

.radius-100 {
  border-radius: 100%;
  width: 30vw !important;
  height: 30vw !important;
}
@media (max-width: 1400px) {
  .radius-100 {
    width: 40vw !important;
    height: 40vw !important;
  }
}
@media (max-width: 1200px) {
  .radius-100 {
    width: 300px !important;
    height: 300px !important;
  }
}
@media (max-width: 768px) {
  .radius-100 {
    width: 270px !important;
    height: 270px !important;
  }
}
@media (max-width: 576px) {
  .radius-100 {
    width: 180px !important;
    height: 180px !important;
  }
}

.backdrop {
  backdrop-filter: blur(20px);
}

/* =========================
   HEADER
   ========================= */
.site-header {
  height: var(--header-h);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem;
  z-index: 1000;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
@media (max-width: 992px) {
  .site-header {
    height: 90px;
  }
}
@media (max-width: 768px) {
  .site-header {
    height: 60px;
    padding: 0 1.5rem;
  }
}
.site-header.is-fixed {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
}
.site-header.hide {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.site-header.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header nav {
  background: rgba(61, 61, 61, 0.4);
  border-radius: clamp(6px, 1vw, 12px);
  -webkit-box-shadow: none;
          box-shadow: none;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .site-header nav {
    background: rgba(61, 61, 61, 0.3);
  }
}
@media (max-width: 768px) {
  .site-header .mx-3 {
    width: 30px;
  }
}
.site-header .logo-mobile {
  width: clamp(70px, 20vw, 110px);
  height: auto;
}
.site-header .bg-danger {
  background-color: #c61200 !important;
  border-end-end-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .site-header .bg-danger {
    border-radius: 0px;
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  .site-header .bg-danger {
    border-radius: 0px;
    font-size: 14px !important;
  }
}
.site-header .bg-dark {
  border-end-end-radius: 20px;
  border-top-right-radius: 20px;
}
.site-header #navMain,
.site-header .navbar-nav {
  height: 100%;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .nav-link {
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "GRegular";
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: normal;
  text-rendering: initial;
  padding: 23px 0;
  position: relative;
  left: 7px;
}
.site-header .nav-link:after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 19px;
  height: 1px;
  width: calc(100% - 15px);
  background: #ffffff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.site-header .nav-link:hover:after, .site-header .nav-link:focus-visible:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  left: 7px;
  bottom: 19px;
}
.site-header .nav-link.active:after {
  width: calc(100% - 15px);
  left: 7px;
  bottom: 19px;
  background: #ffffff;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.site-header .nav-link.bg-danger {
  position: relative;
  background-color: #c61200 !important;
  color: #fff !important;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.site-header .nav-link.bg-danger:after {
  display: none !important;
}
.site-header .nav-link.bg-danger:hover, .site-header .nav-link.bg-danger:focus-visible {
  background-color: #ffffff !important;
  color: #2b2b2b !important;
}
.site-header .navbar-brand img {
  height: auto;
}
.site-header .navbar-brand img:first-child {
  width: clamp(40px, 4vw, 60px);
}
.site-header .navbar-brand img:nth-child(2) {
  width: clamp(150px, 14vw, 180px);
}

/* H1 con dos líneas que se abren desde el centro */
.bienvenida {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  overflow: visible;
  font-family: "GMedium";
  font-weight: normal;
  font-synthesis: none;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: clamp(36px, 6.25vw, 90px);
  text-align: center;
}

.bienvenida .line-wrap {
  display: block;
  overflow: hidden;
  line-height: 1.2;
}

.bienvenida-line {
  display: block;
  opacity: 0;
  -webkit-transform: none;
          transform: none;
}

/* línea 1 terminará arriba, línea 2 abajo */
.bienvenida-line-1 {
  /* estado inicial: centrada (y=0), la moveremos hacia arriba con GSAP */
}

.bienvenida-line-2 {
  /* estado inicial: centrada (y=0), la moveremos hacia abajo con GSAP */
}

/* Chevron inicial (entrará con GSAP) */
.chevron {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

/* =========================
   SECTIONS
   ========================= */
.section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 1;
}
.section.pin {
  position: relative;
  z-index: 1;
}

.pin-delay-spacer {
  height: var(--pin-delay);
  width: 100%;
  pointer-events: none;
}

.bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  -webkit-filter: saturate(1.05) contrast(1.02);
          filter: saturate(1.05) contrast(1.02);
}

.bg-img--media {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.bg-overlay {
  position: absolute;
  inset: 0;
  background: var(--overlay);
}

.bg-overlay-2 {
  position: absolute;
  inset: 0;
  background: rgba(0, 61, 113, 0.3411764706);
}

.content {
  position: relative;
  z-index: 2;
}

.glass {
  border-radius: 20px;
  backdrop-filter: blur(8px);
}

.section {
  position: relative;
  overflow: hidden;
}

.section .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: -10vh;
  bottom: -10vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

/* Por si acaso hubiera separación entre secciones */
#s2 {
  margin-bottom: 0;
  background: rgb(0, 61, 113);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  display: block;
  overflow: visible;
  min-height: 100vh;
}
@media (min-width: 1200px) {
  #s2 {
    min-height: auto;
  }
}

#s2 #label {
  position: relative !important;
  margin-top: -10px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #ffffff;
  color: #4a4a4a;
  line-height: 150%;
  padding: 28px 18px 18px 18px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#s2 #label p {
  font-size: 14px !important;
}
#s2 #label a {
  color: inherit;
  text-decoration: none;
}
#s2 #label a:visited, #s2 #label a:hover, #s2 #label a:active, #s2 #label a:focus {
  color: inherit;
  text-decoration: none;
}
#s2 #label .container {
  font-size: 0.95rem;
}

#s3 {
  margin-top: 0;
  min-height: 360vh;
}

/* =========================
   SECCIONES ESPECÍFICAS
   ========================= */
#s2 {
  --s2-tabs-max: 75%;
}
@media (max-width: 1000px) {
  #s2 {
    --s2-tabs-max: 90%;
  }
}
@media (max-width: 750px) {
  #s2 {
    --s2-tabs-max: 85%;
  }
}
@media (max-width: 768px) {
  #s2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#s2 #pills-tab {
  width: 100%;
  max-width: var(--s2-tabs-max);
  margin: 10px auto;
  padding: 0;
  row-gap: 0;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: transparent;
  border-radius: 20px;
}
@media (max-width: 750px) {
  #s2 #pills-tab {
    row-gap: 10px;
  }
}
#s2 .nav-pills .nav-link.active,
#s2 .nav-pills .show > .nav-link {
  background-color: rgba(255, 255, 255, 0.3);
}
#s2 #pills-tabContent {
  width: 100%;
  max-width: var(--s2-tabs-max);
  margin: 0 auto 40px;
  min-height: 350px;
  max-height: none;
  overflow: visible !important;
  border: 1px solid #ffffff;
  border-radius: 10px;
  background: transparent;
  padding: 0;
}
@media (max-width: 576px) {
  #s2 #pills-tabContent {
    min-height: 0;
  }
}
#s2 #pills-profile {
  position: relative;
  padding-top: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
@media (max-width: 768px) {
  #s2 #pills-profile {
    padding-top: 20px;
  }
}
#s2 .owl-flex {
  margin-top: 20px;
  position: static;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
#s2 .owl-flex.is-refreshing {
  opacity: 0;
}
#s2 .owl-flex .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  gap: 8px;
}
@media (max-width: 768px) {
  #s2 .owl-flex .owl-nav {
    top: 14px;
    right: 14px;
  }
}
#s2 .owl-flex .owl-nav button {
  margin: 0;
  background: rgba(255, 255, 255, 0);
  border-radius: 999px;
  height: 30px;
  width: 60px;
  border: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
#s2 .owl-flex .owl-nav button img {
  width: 18px;
}
#s2 .owl-flex .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.3);
}
#s2 .owl-flex .owl-nav button.disabled {
  background: #E2E2E2;
  border-color: #E2E2E2;
  opacity: 1;
}
#s2 .owl-flex .owl-nav button.disabled img {
  -webkit-filter: grayscale(1) brightness(0.6);
          filter: grayscale(1) brightness(0.6);
}
#s2 .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#s2 .nav-item .nav-link {
  padding: 24px 30px;
  width: 100%;
  color: white;
  border: 1px solid white;
  font-size: 24px;
  border-radius: 10px;
  font-family: "GMedium";
  line-height: 1.4;
  letter-spacing: 0;
  background: transparent;
  text-align: center;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
@media (max-width: 1000px) {
  #s2 .nav-item .nav-link {
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 750px) {
  #s2 .nav-item .nav-link {
    padding: 20px 30px;
  }
}
#s2 .nav-item .nav-link:hover, #s2 .nav-item .nav-link:focus-visible {
  background-color: rgba(246, 246, 246, 0.3);
}
#s2 .tab-pane {
  border-radius: 0;
  padding: 0;
  color: white;
  border: 0;
  font-size: 16px;
  height: auto;
  background: transparent;
  display: none;
}
#s2 .tab-pane.active {
  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;
  min-height: inherit;
}
#s2 .tab-pane > .container {
  width: 100%;
}
@media (max-width: 768px) {
  #s2 .tab-pane {
    height: auto;
    padding: 0;
  }
}
@media (max-width: 768px) {
  #s2 .tab-pane p {
    margin-bottom: 5px;
  }
}
#s2 #pills-contact {
  font-family: "GNeueMedium";
}

#s2 #pills-home h3 {
  font-family: "GMedium";
  font-size: clamp(25px, 2.5vw, 40px);
  line-height: 1.3;
  margin-bottom: 0;
}

#s2 #pills-home p {
  font-family: "GNeueMedium";
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.6;
  margin-bottom: 0;
}

#s2 #pills-home .col-12 {
  padding: 12px 20px !important;
}
@media (max-width: 750px) {
  #s2 #pills-home .col-12 {
    padding: 10px 14px !important;
  }
}

#s2 #pills-profile h4 {
  font-family: "GMedium";
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.3;
  margin-bottom: 4px;
}

#s2 #pills-profile p {
  font-family: "GMedium";
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: 1.4;
  margin-bottom: 0;
}

#s2 #pills-contact p {
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.4;
  text-align: justify;
  margin: 0 auto;
  max-width: 80%;
}
@media (max-width: 1000px) {
  #s2 #pills-contact p {
    max-width: 90%;
  }
}
@media (max-width: 750px) {
  #s2 #pills-contact p {
    line-height: 1.2;
    text-align: left;
    max-width: 100%;
  }
}

#s1 {
  z-index: 0;
  isolation: isolate;
}

/* S2 se monta un poco sobre S1 */
#s2 {
  position: relative;
  z-index: 4;
  isolation: isolate;
}
#s3 {
  position: relative;
  z-index: 5;
  isolation: isolate;
}

#s3 .primer-wrapper {
  position: relative;
  z-index: 3;
  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;
  min-height: 100vh;
  padding: 0 1.5rem;
  text-align: center;
  -webkit-transform: translateY(-6vh);
          transform: translateY(-6vh);
}
@media (max-width: 992px) {
  #s3 .primer-wrapper {
    -webkit-transform: translateY(-5vh);
            transform: translateY(-5vh);
  }
}
@media (max-width: 768px) {
  #s3 .primer-wrapper {
    -webkit-transform: translateY(-4vh);
            transform: translateY(-4vh);
  }
}

#s3 {
  min-height: 100vh;
}
#s3 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#s3 .bg-img {
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 768px) {
  #s3 {
    height: 360vh !important;
    min-height: 360vh !important;
  }
}
@media (max-width: 992px) {
  #s3 {
    border-radius: 0px;
  }
}
#s3 #label {
  top: 0px;
  background-color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 992px) {
  #s3 #label {
    display: none;
  }
}
#s3 .underlabel {
  margin: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 200px;
}
@media (max-width: 768px) {
  #s3 .underlabel {
    margin-top: 50px;
  }
}
#s3 .underlabel .primer {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  #s3 .underlabel .primer {
    height: 60vh;
  }
}
@media (max-width: 768px) {
  #s3 .underlabel .primer {
    height: 40vh;
  }
}
@media (max-width: 768px) {
  #s3 .underlabel .segundo {
    height: 60vh;
  }
}
#s3 .bg-white {
  padding: 50px 40px 0 40px;
  font-size: 12.1px;
}
#s3 .bg-white a {
  color: black;
  text-decoration: none;
}
#s3 .bg-white p {
  font-family: GMedium;
}
#s3 h5 {
  border-bottom: 1px solid white;
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #s3 h5 {
    margin-bottom: 10px;
  }
}
#s3 .wow-card {
  position: relative;
  min-height: 450px;
}
@media (max-width: 768px) {
  #s3 .wow-card {
    min-height: 320px;
    margin-bottom: 40px;
  }
}
#s3 .wow-card img {
  margin: 20px 0;
}
@media (max-width: 768px) {
  #s3 .wow-card img {
    margin: 10px 0;
  }
}
#s3 .wow-card p {
  margin-bottom: 0;
}

.section {
  position: relative;
  overflow: hidden;
}
.section .bg-img {
  position: absolute;
  inset: -10vh 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.section .content {
  position: relative;
  z-index: 1;
}

#s3 {
  position: relative;
  color: #fff;
  min-height: 100vh;
}
#s3 .underlabel {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 0;
}
#s3 .primer h1 {
  margin: 0;
  opacity: 1;
}
#s3 .segundo .row {
  --bs-gutter-x: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
#s3 .segundo .col-12.col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
  max-width: 450px;
  padding-left: 0;
  padding-right: 0;
}
#s3 .glass.wow-card.extra {
  position: relative;
  width: 100%;
  font-family: "GRegular";
  font-size: 17px;
  border-radius: 15px;
  backdrop-filter: blur(92px);
  background: rgba(64, 64, 65, 0.2);
  color: #fff;
  overflow: hidden;
  height: 60%;
  min-height: 450px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#s3 .glass.wow-card.extra h5 {
  font-family: "GRegular";
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 0.9rem;
}
#s3 .glass.wow-card.extra p {
  font-family: "GRegular";
  font-size: 1.6rem;
  margin-bottom: 0.3rem;
}
#s3 .glass.wow-card.extra b,
#s3 .glass.wow-card.extra strong {
  font-family: "GRegular";
  font-weight: 400;
}
#s3 .glass.wow-card.extra img.bottom-right {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: 60px;
  height: auto;
}
@media (max-width: 991.98px) {
  #s3 .underlabel {
    padding-top: 110px;
    padding-bottom: 70px;
  }
  #s3 .glass.wow-card.extra {
    margin-bottom: 1.5rem;
  }
  #s3 #label .col-6 {
    font-size: 0.85rem;
  }
}
@media (max-width: 575.98px) {
  #s3 #label .row {
    text-align: center;
  }
  #s3 #label .row .col-6 {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  #s3 #label .row .text-end {
    text-align: center !important;
  }
}

#s3 {
  position: relative;
  overflow: hidden;
}

#s3 {
  position: relative;
}

.s3-inner {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-overlay {
  position: absolute;
  inset: 0;
  background: var(--overlay);
  pointer-events: none;
}

#s5 {
  background: #f5f4f6;
  color: #3d3d3d;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(56px, 8vh, 90px);
  padding-bottom: clamp(56px, 8vh, 90px);
  --s5-label-offset: 38px;
}
#s5 .bg-img {
  background: #f5f4f6;
  -webkit-filter: none;
          filter: none;
}
#s5 .bg-img.bg-white {
  padding: 0;
  background: #f5f4f6 !important;
}
#s5 .content {
  width: 100%;
  max-width: clamp(1440px, 90vw, 1600px);
  margin: 0 auto;
  padding: 0 clamp(28px, 5vw, 72px);
}
#s5 .row {
  --bs-gutter-y: 0;
}
#s5 h2 {
  font-size: clamp(31.5px, 2.2vw, 42px);
  line-height: clamp(40.95px, 2.8vw, 54px);
  text-align: left;
  margin-bottom: 24px;
}
#s5 .slider-container {
  position: relative;
  margin-top: -8px;
}
#s5 .slider-item {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: minmax(0, 1fr) clamp(32px, 3vw, 120px) auto clamp(32px, 3vw, 120px) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(32px, 3vw, 120px);
     -moz-column-gap: clamp(32px, 3vw, 120px);
          column-gap: clamp(32px, 3vw, 120px);
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
#s5 .slider-item picture {
  -ms-grid-column: 2;
  grid-column: 2;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
#s5 .slider-item img.radius-100 {
  width: clamp(320px, 28vw, 560px) !important;
  height: clamp(320px, 28vw, 560px) !important;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
#s5 .slider-item .label {
  text-align: center;
  color: #3d3d3d;
}
#s5 .slider-item .label h5,
#s5 .slider-item .label h6 {
  font-family: "GNeueMedium";
  font-size: clamp(22.5px, 1.6vw, 30px);
  line-height: clamp(29.25px, 2vw, 39px);
  font-weight: 400;
  margin: 0;
}
#s5 .slider-item .label h6 {
  font-family: "GPangramRegular";
  font-weight: 100;
}
#s5 .slider-item .slider-copy {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-column-align: start;
      justify-self: start;
  max-width: clamp(320px, 22vw, 420px);
  padding: 0 !important;
  -webkit-transform: translateY(calc(-1 * var(--s5-label-offset)));
          transform: translateY(calc(-1 * var(--s5-label-offset)));
}
#s5 .slider-item .slider-copy .name {
  font-size: clamp(31.5px, 2.2vw, 46px);
  line-height: clamp(40.95px, 2.8vw, 54px);
  margin-bottom: 0;
}
#s5 .slider-item .slider-copy > p {
  margin: 0;
}
#s5 .slider-item .slider-copy > p {
  font-family: "GPangramRegular";
  font-size: clamp(20.25px, 1.5vw, 28px);
  line-height: clamp(26.325px, 1.9vw, 36px);
  margin: 4px 0 22px;
}
#s5 .slider-item .slider-copy .descripcion {
  font-family: "GRegular";
  font-size: max(0.5px, 0.0109375 * (clamp(0px, 100cqw, 9999px) - 15px));
  line-height: 18.8px;
  text-align: justify;
}
#s5 .slider-item .slider-copy .descripcion p {
  margin: 0;
}
#s5 .slider-item .slider-copy .descripcion p + p {
  margin-top: 0.6em;
}
#s5 .slider-item .slider-copy .descripcion p:empty {
  display: none;
}
#s5 .owl-prop {
  position: relative;
}
#s5 .owl-prop .owl-nav {
  position: absolute;
  left: 0;
  top: calc(50% - var(--s5-label-offset));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 168px;
  z-index: 3;
}
#s5 .owl-prop .owl-nav button {
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 0;
  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;
}
#s5 .owl-prop .owl-nav img {
  width: 24px;
  height: 24px;
  display: block;
}
#s5 .owl-prop .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  left: 0;
  top: calc(50% - var(--s5-label-offset));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  padding-left: 2.6ch;
  font-family: "GSBold";
  font-size: 20.25px;
  line-height: 26.325px;
  font-weight: 400;
  color: #3d3d3d;
}
#s5 .owl-prop .owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  vertical-align: middle;
}
#s5 .owl-prop .owl-dot {
  counter-increment: slides-num;
  width: 0;
  height: 0;
  overflow: hidden;
}
#s5 .owl-prop .owl-dot span {
  display: none;
}
#s5 .owl-prop .owl-dot.active:before {
  content: counter(slides-num) " / ";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1200px) {
  #s5 {
    --s5-label-offset: 30px;
  }
  #s5 h2 {
    font-size: 22.4px;
    line-height: 29.12px;
    margin-bottom: 32px;
  }
  #s5 .slider-item .label h5,
  #s5 .slider-item .label h6 {
    font-size: 16px;
    line-height: 20.8px;
  }
  #s5 .slider-item .slider-copy {
    max-width: 240px;
  }
  #s5 .slider-item .slider-copy .name {
    font-size: 22.4px;
    line-height: 29.12px;
  }
  #s5 .slider-item .slider-copy > p {
    font-size: 14.4px;
    line-height: 18.72px;
    margin-bottom: 18px;
  }
  #s5 .slider-item .slider-copy .descripcion {
    font-size: 10.5px;
    line-height: 12.6px;
  }
  #s5 .owl-prop .owl-nav {
    gap: 220px;
  }
  #s5 .owl-prop .owl-dots {
    font-size: 14.4px;
    line-height: 18.72px;
  }
}
@media (max-width: 768px) {
  #s5 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    --s5-label-offset: 0px;
  }
  #s5 h2 {
    text-align: center;
  }
  #s5 .slider-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 14px;
    text-align: left;
  }
  #s5 .slider-item picture {
    grid-column: auto;
  }
  #s5 .slider-item img.radius-100 {
    width: clamp(210px, 63vw, 280px) !important;
    height: clamp(210px, 63vw, 280px) !important;
  }
  #s5 .slider-item .label {
    display: none;
  }
  #s5 .slider-item .slider-copy {
    grid-column: auto;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
    max-width: 100%;
  }
  #s5 .slider-item .slider-copy .name {
    font-size: 23.0769px;
    line-height: 30px;
  }
  #s5 .slider-item .slider-copy > p {
    font-size: 17.3077px;
    line-height: 22.5px;
    margin-bottom: 14px;
  }
  #s5 .slider-item .slider-copy .descripcion {
    font-size: 12px;
    line-height: 14.4px;
  }
  #s5 .slider-container {
    margin-top: 0;
  }
  #s5 .owl-prop {
    padding-bottom: 70px;
  }
  #s5 .owl-prop .owl-nav {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    width: 100%;
  }
  #s5 .owl-prop .owl-nav button {
    width: 40px;
    height: 30px;
  }
  #s5 .owl-prop .owl-nav .owl-prev img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #s5 .owl-prop .owl-nav .owl-next img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #s5 .owl-prop .owl-dots {
    left: 50%;
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 19.2308px;
    line-height: 25px;
    text-align: center;
  }
}

#s3 .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
  z-index: -1;
  top: 0;
}

#s6 {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #f5f4f6;
  background-color: #030c31;
  --s6-line-x: 0;
  --s6-line-y: 0;
}
#s6 .bg-img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
#s6 .bg-overlay {
  background: rgba(3, 12, 49, 0.5);
}
#s6 .grilla {
  padding: 0 !important;
}
#s6 .grilla .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
#s6 h3 {
  font-size: 29.8813px;
  line-height: 38.8456px;
  font-weight: 400;
  color: #ffffff;
  margin: 20px 0 0 !important;
}
#s6 .desc {
  padding: 0 !important;
  max-width: 350px;
}
#s6 .desc h5 {
  font-size: 21.3438px;
  line-height: 27.7469px;
  font-weight: 400;
  color: #f5f4f6;
  margin: 0 !important;
}
#s6 .desc p {
  font-family: "GNeueMedium";
  font-size: 14.9406px;
  line-height: 17.9287px;
  color: #f5f4f6;
  margin: 10px 0 0;
}
#s6 .desc p + p {
  margin-top: 10px;
}
#s6 .grilla .col-md-4 {
  position: relative;
  height: 33.3333333333vh;
  padding: 20px;
  border-left: none;
  border-top: none;
}
#s6 .grilla .col-md-4.this {
  background-color: transparent;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
#s6 .grilla .col-md-4::before, #s6 .grilla .col-md-4::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background: rgb(245, 244, 246);
}
#s6 .grilla .col-md-4::before {
  width: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transform: scaleY(var(--s6-line-y));
          transform: scaleY(var(--s6-line-y));
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.9s ease;
  transition: -webkit-transform 0.9s ease;
  transition: transform 0.9s ease;
  transition: transform 0.9s ease, -webkit-transform 0.9s ease;
}
#s6 .grilla .col-md-4::after {
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  -webkit-transform: scaleX(var(--s6-line-x));
          transform: scaleX(var(--s6-line-x));
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.9s ease;
  transition: -webkit-transform 0.9s ease;
  transition: transform 0.9s ease;
  transition: transform 0.9s ease, -webkit-transform 0.9s ease;
}
#s6 .grilla .col-md-4:nth-child(-n+3)::after {
  opacity: 0;
}
#s6 .grilla .col-md-4:nth-child(3n+1)::before {
  opacity: 0;
}
#s6 .grilla .col-md-4.nb {
  border: 0 !important;
}
#s6 .grilla .col-md-4.nb::before, #s6 .grilla .col-md-4.nb::after {
  opacity: 0;
}
#s6 .grilla .col-md-4 .titulo {
  font-family: "GNeueMedium";
  font-size: 17.075px;
  line-height: 22.1975px;
  font-weight: 400;
  color: #f5f4f6;
  margin: 0;
}
#s6 .grilla .col-md-4 .bajada {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 248px;
  text-align: right;
  font-family: "GNeueMedium";
  font-size: 14.9406px;
  line-height: 20.9169px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  #s6 .grilla .col-md-4.this:hover, #s6 .grilla .col-md-4.this:focus-within {
    background-color: rgba(255, 255, 255, 0.3);
  }
  #s6 .grilla .col-md-4.this .bajada {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  #s6 .grilla .col-md-4.this:hover .bajada, #s6 .grilla .col-md-4.this:focus-within .bajada {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  #s6 .grilla {
    padding: 0 !important;
  }
  #s6 h3 {
    font-size: 22.4px;
    line-height: 29.12px;
    margin-top: 14px !important;
  }
  #s6 .desc {
    max-width: 262px;
  }
  #s6 .desc h5 {
    font-size: 16px;
    line-height: 20.8px;
  }
  #s6 .desc p {
    font-size: 11.2px;
    line-height: 13.44px;
  }
  #s6 .grilla .col-md-4 {
    padding: 16px;
  }
  #s6 .grilla .col-md-4 .titulo {
    font-size: 12.8px;
    line-height: 16.64px;
  }
  #s6 .grilla .col-md-4 .bajada {
    font-size: 11.2px;
    line-height: 15.68px;
    width: 186px;
    right: 16px;
    bottom: 16px;
  }
}
@media (max-width: 768px) {
  #s6 {
    min-height: auto;
    padding-top: 32px;
  }
  #s6 .grilla {
    padding: 0 24px;
    padding-bottom: 0;
  }
  #s6 h3 {
    font-size: 15.3846px;
    line-height: 20px;
    margin-top: 0 !important;
  }
  #s6 .desc {
    max-width: 100%;
    margin-top: 0;
  }
  #s6 .desc h5 {
    font-size: 21.1539px;
    line-height: 27.5px;
  }
  #s6 .desc p {
    font-size: 15px;
    line-height: 18px;
    margin-top: 12px;
  }
  #s6 .grilla .col-md-4 {
    height: auto;
    padding: 0;
  }
  #s6 .grilla .col-md-4::before, #s6 .grilla .col-md-4::after {
    display: none;
  }
  #s6 .grilla .col-md-4.this {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 0.34fr 12px 0.66fr;
    grid-template-columns: 0.34fr 0.66fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 12px;
    padding: 18px 14px;
    border-top: 1px solid rgb(245, 244, 246);
  }
  #s6 .grilla .col-md-4.this:first-of-type {
    margin-top: 32px;
  }
  #s6 .grilla .col-md-4.this:last-of-type {
    border-top: 1px solid rgb(245, 244, 246);
  }
  #s6 .grilla .col-md-4 .titulo {
    font-family: "GSBold";
    font-size: 14px;
    line-height: 18px;
    max-width: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  #s6 .grilla .col-md-4 .bajada {
    position: static;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    display: block;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  #s6 .accordion {
    display: none !important;
  }
}

#s6.is-animated {
  --s6-line-x: 1;
  --s6-line-y: 1;
}

#s7 {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003d71;
  color: #ffffff;
  padding: 0;
}
#s7 .bg-img {
  -webkit-filter: none;
          filter: none;
  opacity: 0.95;
  -webkit-transform: none;
          transform: none;
}
#s7 .content {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 0 0 10vw !important;
}
#s7 .row {
  margin: 0 !important;
}
#s7 .row > [class*=col-] {
  padding: 0;
}
#s7 .wow-card {
  width: 533.6px;
  height: 408.9px;
  background: rgba(61, 61, 61, 0.3) !important;
  border-radius: 16.0079px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 65px 53px !important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 0;
  backdrop-filter: blur(20px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#s7 h2 {
  margin: 0 0 8px;
  line-height: 0;
  width: 100%;
}
#s7 .movi-logo {
  width: 426.875px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#s7 .wow-card > p {
  font-family: "GNeueMedium";
  font-size: clamp(12px, 1.1vw, 16px);
  line-height: 1.4;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  max-width: 426.875px;
}
#s7 .box-ico {
  margin-top: 42px;
  width: 100%;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 110px 10.6719px 110px 10.6719px 110px 10.6719px 110px;
  grid-template-columns: repeat(4, 110px);
  gap: 10.6719px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0 !important;
}
#s7 .ico {
  width: 110px;
  height: 110px;
  border: 1px solid #f5f4f6;
  border-radius: 16.0079px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 12px 0;
  gap: 10px;
  background: transparent;
}
#s7 .ico img {
  width: 35.1406px;
  height: 35.1406px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#s7 .ico p {
  font-family: "GNeueMedium";
  font-size: 14.9406px;
  line-height: 17.9287px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  #s7 .wow-card {
    width: 400px;
    height: 306.5625px;
    border-radius: 12.0001px;
    padding: 49px 40px !important;
  }
  #s7 .movi-logo {
    width: 320px;
  }
  #s7 .wow-card > p {
    font-size: 12.0001px;
    line-height: 16.8001px;
    max-width: 320px;
  }
  #s7 .box-ico {
    margin-top: 32px;
    -ms-grid-columns: 72.9844px 8px 72.9844px 8px 72.9844px 8px 72.9844px;
    grid-template-columns: repeat(4, 72.9844px);
    gap: 8px;
  }
  #s7 .ico {
    width: 72.9844px;
    height: 77.5938px;
    border-radius: 12.0001px;
    padding: 10px 10px 0;
    gap: 8px;
  }
  #s7 .ico img {
    width: 26.25px;
    height: 26.25px;
  }
  #s7 .ico p {
    font-size: 11.2px;
    line-height: 13.44px;
  }
}
@media (max-width: 768px) {
  #s7 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 75px;
  }
  #s7 .content {
    padding: 0 0 0 10vw !important;
  }
  #s7 .wow-card {
    width: 90%;
    height: auto;
    border-radius: 9.6154px;
    padding: 30px !important;
  }
  #s7 .movi-logo {
    width: 240px;
  }
  #s7 .wow-card > p {
    font-size: 13.4616px;
    line-height: 16.154px;
    max-width: 240px;
  }
  #s7 .box-ico {
    margin-top: 12px;
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #s7 .ico {
    width: 100%;
    height: auto;
    border-radius: 4.3942px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 14px;
    gap: 12px;
  }
  #s7 .ico img {
    width: 28.8438px;
    height: 28.8438px;
  }
  #s7 .ico p {
    font-size: 14.4231px;
    line-height: 17.3078px;
    text-align: left;
  }
}

#s8 {
  position: relative;
  z-index: 4;
  display: block;
  background-color: #f5f4f6;
  color: #3d3d3d;
  padding: 136px 0 110px;
}
#s8 h2 {
  font-size: 34.15px;
  line-height: 44.395px;
  font-weight: 400;
  color: #3d3d3d;
  margin: 0 0 61px;
}
#s8 .logos {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  row-gap: 60px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 61px !important;
  margin: 0 auto 68px !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 60px 24px !important;
}
#s8 .logos img {
  width: auto;
  max-height: 71px;
  max-width: 100%;
  height: auto;
  padding: 6px 10px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  #s8 .logos img:hover {
    -webkit-filter: none;
            filter: none;
  }
}
#s8 .card {
  border: 0 !important;
  border-radius: 21.3438px;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#s8 .content > .row:last-child {
  --bs-gutter-x: 50px;
}
#s8 .content > .row:last-child > .col-12.col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
#s8 .content > .row:last-child .card {
  padding: 108px 88px !important;
  min-height: 584px;
}
#s8 .content > .row:last-child > .col-12.col-md-6:first-child h3 {
  font-size: 34.15px;
  line-height: 44.395px;
  font-weight: 400;
  color: #3d3d3d;
  margin: 0 0 18px;
}
#s8 .content > .row:last-child > .col-12.col-md-6:first-child p {
  font-family: "GNeueMedium";
  font-size: 14.9406px;
  line-height: 17.9287px;
  text-align: justify;
  color: #3d3d3d;
  margin-bottom: 12px;
}
#s8 .content > .row:last-child > .col-12.col-md-6:first-child p:last-child {
  margin-bottom: 0;
}
#s8 .wpcf7 h1,
#s8 .wpcf7 h2,
#s8 .wpcf7 h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  color: #3d3d3d;
  margin: 0 0 20px;
}
#s8 .wpcf7 form p {
  margin: 0 0 18px;
}
#s8 .wpcf7 form p:last-child {
  margin-bottom: 0;
}
#s8 .wpcf7 label {
  font-family: "GNeueMedium";
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #3d3d3d;
  margin-bottom: 8px;
}
#s8 .wpcf7 input,
#s8 .wpcf7 textarea,
#s8 .wpcf7 select {
  width: 100%;
  border: 1px solid rgba(61, 61, 61, 0.6);
  border-radius: 25px;
  background: transparent;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#s8 .wpcf7 input {
  height: 42px;
}
#s8 .wpcf7 textarea {
  height: 92px;
  border-radius: 21px;
  padding: 0 12px;
  resize: none;
}
#s8 .wpcf7 input[type=submit],
#s8 .wpcf7 .wpcf7-submit {
  height: 42px;
  border-radius: 25px;
  padding: 0 20px;
  background: #cf1c1c;
  color: #fff;
  border: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#s8 .wpcf7 input[type=submit]:hover, #s8 .wpcf7 input[type=submit]:focus-visible,
#s8 .wpcf7 .wpcf7-submit:hover,
#s8 .wpcf7 .wpcf7-submit:focus-visible {
  background: #2b2b2b;
  color: #fff;
}
@media (max-width: 1200px) {
  #s8 {
    padding: 102px 0 90px;
  }
  #s8 h2 {
    font-size: 25.6px;
    line-height: 33.28px;
    margin-bottom: 46px;
  }
  #s8 .logos {
    padding: 46px !important;
    margin-bottom: 60px !important;
  }
  #s8 .card {
    border-radius: 16px;
  }
  #s8 .content > .row:last-child .card {
    padding: 155px 66px !important;
    min-height: 584px;
  }
  #s8 .content > .row:last-child > .col-12.col-md-6:first-child h3 {
    font-size: 25.6px;
    line-height: 33.28px;
  }
  #s8 .content > .row:last-child > .col-12.col-md-6:first-child p {
    font-size: 11.2px;
    line-height: 13.44px;
  }
}
@media (max-width: 768px) {
  #s8 {
    padding: 94px 0 80px;
  }
  #s8 h2 {
    font-size: 26.9231px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 30px;
  }
  #s8 .logos {
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 30px !important;
    margin-bottom: 48px !important;
  }
  #s8 .logos img {
    -webkit-filter: none;
            filter: none;
  }
  #s8 .card {
    border-radius: 14.4231px;
  }
  #s8 .content > .row:last-child {
    --bs-gutter-x: 0;
    row-gap: 38px;
  }
  #s8 .content > .row:last-child .card {
    padding: 30px !important;
    min-height: auto;
  }
  #s8 .content > .row:last-child > .col-12.col-md-6:first-child h3 {
    font-size: 26.9231px;
    line-height: 35px;
  }
  #s8 .content > .row:last-child > .col-12.col-md-6:first-child p {
    font-size: 13.4615px;
    line-height: 16.1538px;
  }
  #s8 .wpcf7 h1,
  #s8 .wpcf7 h2,
  #s8 .wpcf7 h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

#s9 {
  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;
  min-height: 100vh;
  color: #ffffff;
  --overlay: rgba(45, 45, 45, 0.3);
}
#s9 .bg-img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
#s9 .content {
  max-width: 100%;
  padding: 2%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#s9 .this-flex {
  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;
  gap: 20px;
}
#s9 .this-flex img {
  display: block;
  height: auto;
}
#s9 .iso {
  width: 170px;
}
#s9 .logo {
  width: 200px;
}
#s9 .addr {
  position: absolute;
  bottom: 2%;
  left: 2%;
  width: 21.1402%;
  font-family: "GNeueMedium";
  font-size: 20px;
  line-height: 1.35;
  color: #ffffff;
}
#s9 .addr p {
  margin: 0;
}
#s9 .addr a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1200px) {
  #s9 .content {
    padding: 5%;
  }
  #s9 .addr {
    width: 38.4931%;
    font-size: 26.667px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  #s9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  #s9 .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-height: auto;
    padding: 10% 5%;
  }
  #s9 .this-flex {
    gap: 16px;
  }
  #s9 .iso {
    width: 147px;
  }
  #s9 .logo {
    width: 158px;
  }
  #s9 .addr {
    position: static;
    width: 100%;
    margin: 24px auto 100px;
    text-align: center !important;
    font-size: 15px;
    line-height: 1.4;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* =========================
   COMPONENTES EXTRA
   ========================= */
.bottom-right {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.client-icon {
  width: 96px;
  height: 96px;
  border-radius: 20px;
  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;
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  font-size: 40px;
  font-weight: 700;
  border: 2px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 992px) {
  .client-icon {
    width: 72px;
    height: 72px;
    font-size: 30px;
  }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: rgba(255, 255, 255, 0.2509803922);
}

.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-dark-40 {
  background-color: rgba(0, 0, 0, 0.2509803922);
}

.ejecutivo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.ejecutivo .d-block {
  padding: 0;
}

.owl-flex .profile {
  max-width: 200px;
  border-radius: 20px;
}

.ico-in {
  width: 20px !important;
  height: 20px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.slider-wrap {
  overflow: hidden;
  width: 100%;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.ejecutivo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 0;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
}
@media (max-width: 768px) {
  .ejecutivo {
    padding: 0;
  }
}
.ejecutivo img.profile {
  border-radius: 14px;
  max-width: 160px;
  width: 100%;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 160px;
}
@media (max-width: 768px) {
  .ejecutivo img.profile {
    max-width: 120px;
    height: 120px;
  }
}
.ejecutivo h4 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.2;
}
.ejecutivo p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  .ejecutivo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.long {
  min-height: 150vh;
}

#mobileMenu {
  position: fixed;
  top: 0;
  right: -100%; /* oculto por defecto */
  width: 50%;
  height: 100%;
  background: #222;
  -webkit-transition: right 1s ease;
  transition: right 1s ease;
  z-index: 9999;
}
@media (max-width: 768px) {
  #mobileMenu {
    width: 80%;
  }
}
@media (max-width: 576px) {
  #mobileMenu {
    width: 100%;
  }
}
#mobileMenu .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mobileMenu .nav-link {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  #mobileMenu .nav-link {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

#mobileMenu .nav-link::after {
  width: 0%;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  left: 0%;
  background: #ffffff;
  /* transform: translateX(-50%); */
  bottom: 0px;
  height: 1px;
  position: absolute;
  content: "";
}

#mobileMenu .nav-link:hover::after {
  /* -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); */
  width: 100%;
  /* -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease; */
}

#mobileMenu.active {
  right: 0%; /* cuando está activo */
}

.hamb {
  cursor: pointer;
  padding: 10px 20px;
  background: #444;
  color: #fff;
  display: inline-block;
}

.close {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 20px;
  cursor: pointer;
}
.close img {
  width: 20px;
}

.overlay {
  background: rgba(0, 0, 0, 0.4392156863);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.overlay.active {
  opacity: 1;
  z-index: 997;
}

.extra {
  background: rgba(0, 0, 0, 0.2509803922);
}

.section--larga {
  position: relative;
  min-height: 135svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.section--larga.pin {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  #s2 {
    background-attachment: scroll;
  }
}
#s2 .bg-overlay-2 {
  display: block;
  z-index: 1;
}

#s1 {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: rgb(6, 96, 173);
}
#s1 .bg-img {
  inset: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(18px);
          filter: blur(18px);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 0.6;
  z-index: 0;
  position: absolute;
}

/* Sección base */
#s3 {
  position: relative;
}

/* Wrapper que se pinnea (título + cards) */
#s3 .s3-inner {
  position: relative;
}

/* 🔥 TÍTULO SIEMPRE CENTRADO EN LA PANTALLA */
/* 🔥 Cards: empujadas hacia abajo para que entren desde abajo sin mover el título */
#s3 .segundo {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#s5 {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

#s6 {
  position: relative;
  z-index: 2; /* MÁS alto que S5 */
  min-height: 100vh;
}

#s3.s3-wix {
  position: relative;
  color: #fff;
  overflow: visible;
  border-radius: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  --s3-card-top: clamp(110px, 18vh, 150px);
  background: #000;
}
#s3.s3-wix .s3-grid {
  position: relative;
  width: 100%;
  min-height: 320vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 30% 30% 30% 10%;
  grid-template-rows: 30% 30% 30% 10%;
      grid-template-areas: "hero hero" "card-left ." ". card-right" "spacer spacer";
}
@media (max-width: 1000px) {
  #s3.s3-wix .s3-grid {
    min-height: 360vh;
  }
}
@media (max-width: 750px) {
  #s3.s3-wix {
    --s3-card-top: clamp(70px, 16vh, 120px);
  }
  #s3.s3-wix .s3-grid {
    min-height: 360vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "hero" "card-left" "card-right";
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}
#s3.s3-wix .s3-hero {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: hero;
  position: sticky;
  top: 0;
  height: 100vh;
  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;
  overflow: hidden;
  z-index: 1;
}
#s3.s3-wix .s3-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.8;
  pointer-events: none;
}
#s3.s3-wix .s3-title {
  position: relative;
  z-index: 2;
  width: 69.21875%;
  text-align: center;
}
#s3.s3-wix .s3-title-text {
  margin: 0;
  font-family: "GMedium";
  font-size: clamp(42px, 5.8vw, 100px);
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  #s3.s3-wix .s3-title {
    width: 86%;
  }
  #s3.s3-wix .s3-title-text {
    line-height: 1.2;
  }
}
#s3.s3-wix .s3-card {
  position: sticky;
  top: var(--s3-card-top);
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20vh;
}
#s3.s3-wix .s3-card--left {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: card-left;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#s3.s3-wix .s3-card--right {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: card-right;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#s3.s3-wix .s3-card-inner {
  width: 62.5%;
  margin-right: 5%;
  padding: 12%;
  background: rgba(61, 61, 61, 0.3);
  backdrop-filter: blur(20px);
  border-radius: clamp(15px, 1.2vw, 24px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: clamp(450px, 30vw, 620px);
}
#s3.s3-wix .s3-card--right .s3-card-inner {
  margin-right: 0;
  margin-left: 5%;
}
@media (max-width: 1000px) {
  #s3.s3-wix .s3-card-inner {
    width: 72.9167%;
    padding: 8.6%;
  }
}
@media (max-width: 750px) {
  #s3.s3-wix .s3-card {
    position: sticky;
    top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #s3.s3-wix .s3-card-inner {
    width: 71.8%;
    margin: 12% auto 0;
    padding: 10%;
    border-radius: 20px;
    min-height: 320px;
  }
  #s3.s3-wix .s3-card--right .s3-card-inner {
    margin: 12% auto 0;
  }
}
#s3.s3-wix .s3-card-title {
  margin: 0 0 12px;
  font-family: "GMedium";
  font-size: clamp(32px, 2.8vw, 48px);
  line-height: 1;
}
#s3.s3-wix .s3-card-divider {
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: clamp(18px, 1.6vw, 28px);
}
#s3.s3-wix .s3-card-content {
  width: 42.4%;
  margin-top: auto;
}
#s3.s3-wix .s3-card--right .s3-card-content {
  width: 60.5%;
}
@media (max-width: 750px) {
  #s3.s3-wix .s3-card-content,
  #s3.s3-wix .s3-card--right .s3-card-content {
    width: 100%;
  }
}
#s3.s3-wix .s3-country {
  margin-bottom: clamp(18px, 1.6vw, 28px);
}
#s3.s3-wix .s3-flag {
  display: block;
  width: clamp(48px, 5vw, 96px);
  height: auto;
  margin-bottom: clamp(8px, 0.9vw, 14px);
}
#s3.s3-wix .s3-country-text {
  font-family: "GMedium";
  font-size: clamp(14px, 1.15vw, 20px);
  line-height: 1.2;
}
#s3.s3-wix .s3-card-icon {
  position: absolute;
  right: 8%;
  bottom: 8%;
  width: 23%;
  max-width: 160px;
  height: auto;
}
#s3.s3-wix .s3-spacer {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: spacer;
  min-height: clamp(560px, 40vh, 900px);
}
@media (max-width: 750px){
  #s3.s3-wix .s3-hero {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #s3.s3-wix .s3-card--left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #s3.s3-wix .s3-card--right {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 750px) {
  #s3.s3-wix .s3-spacer {
    display: none;
    min-height: 0;
  }
}