@font-face {
  font-family: 'Proxima Nova Light';
  src: url("../font/proxima_nova/Proxima Nova Light.otf");
}

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url("../font/proxima_nova/Proxima Nova Regular.otf");
}

@font-face {
  font-family: 'Proxima Nova SemiBold';
  src: url("../font/proxima_nova/Proxima Nova Semibold.otf");
}

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("../font/proxima_nova/Proxima Nova Bold.otf");
}

:root {
  /* FONTS */
  --font-titles: 'Proxima Nova Bold', system-ui, sans-serif;
  --font-button: 'Proxima Nova SemiBold', system-ui, sans-serif;
  /* COLOR */
  --primary-color: #00FFBD;
  --background-color: #2C3DA7;
}

html {
  scroll-behavior: smooth;
  background-color: var(--background-color);
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  background-color: var(--background-color);
  color: #FFF;
  min-width: 320px;
  width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

header {
  margin-top: 0;
  background: var(--background-color);
}

.overflow-mobile {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

main {
  text-align: center;
}

/* NAVBAR */
nav {
  background-color: var(--background-color);
}

nav a {
  font-family: "Proxima Nova Regular", system-ui, sans-serif;
  font-size: 0.815rem;
  line-height: 1.125rem;
  text-transform: uppercase;
}

nav .navbar-nav {
  margin-left: auto !important;
}

.circulo {
  height: 3px;
  width: 3px;
  background-color: #00FFBD;
  border-radius: 50%;
  display: inline-block;
  margin: auto 10px;
}

.nav_contacto {
  color: #00FFBD !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-left: 30px;
  text-decoration: none;
  border-style: solid;
  border-radius: 18px;
  border-width: 1px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.nav_contacto:hover {
  background-color: #00FFBD;
  color: #181D4D !important;
  border-color: transparent;
  border-width: 1px;
  cursor: pointer;
}

.navbar-mobile .navbar-nav {
  text-align: right;
}

.navbar-mobile .btn-close {
  color: #FFF !important;
}

.navbar-mobile .btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.navbar-mobile .nav-item {
  margin-bottom: 10px;
}

.navbar-mobile .nav-link {
  border-bottom: 1px solid #FFF;
  border-bottom-width: 50%;
}

.offcanvas {
  background-color: #414141;
}

.offcanvas a {
  font-family: "Proxima Nova SemiBold", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: capitalize;
}

.offcanvas-end {
  width: 255px;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0);
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler-icon {
  width: 1.8em;
  height: 1.8em;
}

.wsp_burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* END NAVBAR */
.section {
  padding: 160px 0px;
}

.section_carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: initial;
  padding: 40px 0px;
  height: 90vh;
  background: url("../img/evolving-svg/Group 3777.svg") -10vw 25vh no-repeat, url("../img/evolving-svg/Group 3778.svg") 70vw 5vh no-repeat;
  /* border-bottom: 2px solid #8C4AE1; */
}

.section_carousel .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_carousel .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_carousel .container .row h1 {
  font-family: var(--font-titles);
  font-weight: 700;
  font-size: 5rem;
  line-height: 5rem;
  letter-spacing: -1.6px;
}

.section_carousel .container .row p {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 75px 0px;
  max-width: 85%;
}

.section_carousel .container .row p span {
  font-family: "Proxima Nova Bold", sans-serif;
  color: var(--primary-color);
}

.section_carousel .container .row a {
  padding: 10px 45px;
  text-decoration: none;
  border-style: solid;
  border-radius: 50px;
  border-width: 1px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: var(--font-button);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #5F2EA1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section_2 {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#00FFBD91), color-stop(85%, #2468a9), color-stop(105%, #2e41a4));
  background: transparent linear-gradient(180deg, #00FFBD91 0%, #2468a9 85%, #2e41a4 105%);
}

.section_2 h2 {
  font-size: 3.75rem;
  line-height: 2.625rem;
  letter-spacing: -1.2px;
}

.section_2 p {
  font-family: "Proxima Nova SemiBold", sans-serif;
  font-size: 1.25rem;
  line-height: 1.375rem;
}

.section_2 .parrafo_2 {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 1.125rem;
}

.section_2 .row {
  /* .border-bottom-icon {
            border-bottom: 1px solid #FFF;
        } */
}

.section_2 .row img {
  max-width: 64px;
  margin-top: 90px;
}

.section_2 .row p {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 0.875rem;
  text-align: left;
  margin-top: 90px;
  line-height: 17px;
}

.section_2 h3 {
  font-family: "Proxima Nova Light", sans-serif;
  font-size: 1.875rem;
  line-height: 2.125rem;
  margin-top: 160px;
}

.section_3 {
  background-color: #181D4D;
  background-image: url("../img/evolving-svg/Mask Group 7@2x.png");
  background-size: cover;
  background-position: center;
}

.section_3 h3 {
  font-family: "Proxima Nova Light", sans-serif;
  font-size: 2.125rem;
  line-height: 2.563rem;
  margin: 65px 0px 40px 0px;
}

.section_3 span {
  font-family: "Proxima Nova Bold", sans-serif;
}

.section_3 p {
  font-family: "Proxima Nova Regular", system-ui, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.188rem;
  margin-bottom: 70px;
}

.section_3 a {
  padding: 10px 40px;
  font-family: "Proxima Nova SemiBold", system-ui, sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-radius: 25px;
  border-width: 1px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  background-color: #00FFBD;
  border-color: #00FFBD;
  color: #181D4D;
}

.section_3 a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.section_4 {
  padding-bottom: 0px;
  text-align: left;
}

.section_4 h2 {
  text-align: center;
}

.section_4 h3 {
  font-family: "Proxima Nova Bold", sans-serif;
  font-size: 1.875rem !important;
  line-height: 1.875rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -5px;
  margin-left: 20px;
}

.section_4 p, .section_4 ul {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.section_4 .primer_parrafo {
  font-size: 0.938rem;
}

.section_4 .imagenes-section-4 {
  width: 100%;
}

.section_4 .img-1 {
  position: relative;
  margin-top: -100px;
  width: 1040px;
  right: -80px;
}

.section_4 .img-2 {
  position: relative;
  margin-top: -161px;
  width: 1220px;
  left: -736px;
}

.section_4 .img-3 {
  position: relative;
  margin-top: -403px;
  width: 1084px;
  right: -23px;
}

.section_4 .img-4 {
  position: relative;
  margin-top: -229px;
  width: 1220px;
  left: -784px;
}

.section_4 .textos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: -110px;
}

.section_4 li {
  list-style: none;
  font-size: 14px;
}

.section_4 li::before {
  content: "\2022";
  color: #00FFBD;
  display: inline-block;
  width: 1.25em;
  margin-left: -1em;
}

.section_5 {
  padding-top: 0px;
}

.section_5 .col {
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_5 .col img {
  max-width: 80%;
  margin: auto auto;
  max-height: 75%;
}

.section_6 {
  background-image: url("../img/evolving-svg/Mask Group 12@2x.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  border-bottom: solid;
  border-width: 1px;
  border-color: #00FFBD;
}

.section_6 input {
  height: 55px;
  cursor: default;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 15px 30px;
  margin: 10px;
  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
  border-bottom: solid;
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0;
  transition: 0;
  font-family: "Proxima Nova Bold", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.26px;
  line-height: 51px;
}

.section_6 input::-webkit-input-placeholder {
  color: white;
}

.section_6 input:-ms-input-placeholder {
  color: white;
}

.section_6 input::-ms-input-placeholder {
  color: white;
}

.section_6 input::placeholder {
  color: white;
}

.section_6 input:hover::-webkit-input-placeholder {
  color: #00FFBD;
}

.section_6 input:hover:-ms-input-placeholder {
  color: #00FFBD;
}

.section_6 input:hover::-ms-input-placeholder {
  color: #00FFBD;
}

.section_6 input:hover::placeholder {
  color: #00FFBD;
}

.section_6 input:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: solid;
  border-color: #00FFBD;
}

.section_6 button {
  position: relative;
  padding: 10px 60px;
  text-decoration: none;
  border-style: solid;
  border-radius: 25px;
  border-width: 1px;
  font-family: "Proxima Nova SemiBold", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  background-color: #00FFBD;
  border-color: #00FFBD;
  color: #181D4D;
  margin-top: 40px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section_6 button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.section_6 .form-control {
  display: initial;
  max-width: 320px;
}

.section_6 .form-control:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #00FFBD;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(1, 255, 255, 0);
          box-shadow: 0 0 0 0.25rem rgba(1, 255, 255, 0);
}

.section_6 .btn:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(113, 240, 198, 0.16) !important;
          box-shadow: 0 0 0 0.25rem rgba(113, 240, 198, 0.16) !important;
}

.titulo_seccion {
  font-family: "Proxima Nova Bold", system-ui, sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 2.625rem;
  margin-bottom: 70px;
  letter-spacing: -1px;
}

.btn-whatsapp {
  display: block;
  width: 110px;
  height: 110px;
  color: #fff;
  position: fixed;
  right: 50px;
  bottom: 50px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
  background-color: #FFFFFF2E;
  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;
}

.btn-whatsapp img {
  height: 45px;
}

.btn-whatsapp-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.btn-whatsapp-desktop img {
  height: 35px;
}

/* FOOTER */
footer {
  text-align: center;
  padding: 20px 0px 5px 0px;
}

footer img {
  width: 120px;
}

footer p {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 0.438rem;
  opacity: 0.75;
  margin-top: 1rem;
}

/* MEDIASQUERIS */
@media (max-width: 991px) {
  .navbar-desktop, .btn-whatsapp {
    display: none;
  }
  .titulo_seccion {
    font-size: 2.5rem;
  }
  .section_carousel {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2C3DA7DB), to(#2C3DA7DB)), url("../img/evolving-svg/Group 3730.svg");
    background-image: linear-gradient(to bottom, #2C3DA7DB, #2C3DA7DB), url("../img/evolving-svg/Group 3730.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
  }
  .section_carousel .container .row h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
  .section_carousel .container .row p {
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1.688rem;
    margin: 50px 40px;
  }
  .section_carousel .container .row img {
    display: none;
  }
  .section_2 {
    background: var(--background-color);
    padding: 0px 0px 50px 0px;
  }
  .section_2 h2 {
    font-size: 2.5rem;
  }
  .section_2 p {
    font-family: "Proxima Nova SemiBold", sans-serif;
    font-size: 1.063rem;
    line-height: 1.313rem;
    padding: 0px 15px;
  }
  .section_2 .parrafo_2 {
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 1.125rem;
  }
  .section_2 .row img {
    width: 80px;
    max-width: none;
    margin-top: 0px;
  }
  .section_2 .row p {
    font-size: 1.063rem;
    line-height: 1.313rem;
    text-align: center;
    margin-top: 0px;
  }
  .section_2 h3 {
    margin-top: 100px;
    font-size: 1.25rem;
    line-height: 1.688rem;
  }
  .section_2 .fondo-icono-1 {
    background: transparent -webkit-gradient(linear, right top, left top, from(#00FFBD91), color-stop(67%, #1A8DB1D8), color-stop(86%, #294EAB), to(#2C3DA7)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(to left, #00FFBD91 0%, #1A8DB1D8 67%, #294EAB 86%, #2C3DA7 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 128px 128px 0px;
    padding: 30px;
    margin: 60px 30px 30px 30px;
    width: 88%;
    height: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_2 .fondo-icono-2 {
    background: transparent -webkit-gradient(linear, left top, right top, from(#00FFBD91), color-stop(67%, #1A8DB1D8), color-stop(86%, #294EAB), to(#2C3DA7)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(to right, #00FFBD91 0%, #1A8DB1D8 67%, #294EAB 86%, #2C3DA7 100%) 0% 0% no-repeat padding-box;
    border-radius: 128px 0px 0px 128px;
    padding: 30px;
    margin: 60px 30px 30px 30px;
    width: 88%;
    height: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_2 .caja-texto-mobile {
    width: 85%;
  }
  .section_3 h3 {
    font-size: 1.625rem;
    line-height: 1.938rem;
  }
  .section_4 {
    position: relative;
    padding-top: 70px;
  }
  .section_4 .textos {
    margin-top: 0px;
    display: initial;
    position: relative;
  }
  .section_4 .section-4-mobile {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 15px;
  }
  .section_4 .imagenes-section-4 {
    display: none;
  }
  .section_4 .fondo_1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A177BC7), to(#1A177BC7)), url("../img/evolving-svg/1.jpg");
    background-image: linear-gradient(to bottom, #1A177BC7, #1A177BC7), url("../img/evolving-svg/1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .section_4 .fondo_2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A177BC7), to(#1A177BC7)), url("../img/evolving-svg/2.jpg");
    background-image: linear-gradient(to bottom, #1A177BC7, #1A177BC7), url("../img/evolving-svg/2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .section_4 .fondo_3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A177BC7), to(#1A177BC7)), url("../img/evolving-svg/3.jpg");
    background-image: linear-gradient(to bottom, #1A177BC7, #1A177BC7), url("../img/evolving-svg/3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .section_4 .fondo_4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A177BC7), to(#1A177BC7)), url("../img/evolving-svg/4.jpg");
    background-image: linear-gradient(to bottom, #1A177BC7, #1A177BC7), url("../img/evolving-svg/4.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .section_4 h3 {
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 1.75em;
    margin: 25px 0px 150px;
    display: block;
  }
  .section_4 p, .section_4 li, .section_4 .primer_parrafo {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 0px 15px;
  }
  .section_4 .derecha {
    text-align: right;
    width: 100%;
  }
  .section_4 .blob_1 {
    position: absolute;
    left: -135px;
    top: 20px;
    width: 449px;
  }
  .section_4 .blob_2 {
    position: absolute;
    right: -184px;
    top: -80px;
    width: 526px;
  }
  .section_4 .blob_2b {
    position: absolute;
    right: -184px;
    top: -98px;
    width: 526px;
  }
  .section_5 {
    padding: 15px;
  }
  .section_5 h2 {
    margin-top: 100px;
  }
  .parrafo_desktop {
    display: none;
  }
  .overflow-mobile {
    overflow-x: hidden;
    position: relative;
  }
  .navbar-brand img {
    width: 145px;
  }
  .border-bottom-icon {
    border-bottom: 0px;
  }
  .salto2 {
    display: none;
  }
}

@media (min-width: 992px) {
  header {
    padding-top: 15px;
  }

  .section_carousel {
    height: calc(100vh - 69px);
    height: calc(100svh - 69px);
  }

  .navbar-mobile {
    display: none;
  }
  .parrafo_mobile {
    display: none;
  }
  .salto {
    display: none;
  }
  .blob_1 {
    display: none;
  }
  .blob_2 {
    display: none;
  }
  .blob_2b {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */


/* Integration layer: local layout primitives and accessible interactions. */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Proxima Nova Regular", system-ui, sans-serif;
}

button, input {
  font: inherit;
}

img {
  max-width: 100%;
}

.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  max-width: 1140px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.row > * {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col,
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.w-100 { width: 100%; }
.img-fluid { max-width: 100%; height: auto; }
.justify-content-center { justify-content: center; }
.ml-auto { margin-left: auto; }

.navbar,
.navbar .container-fluid,
.navbar-mobile .container,
.navbar-nav {
  display: flex;
  align-items: center;
}

.navbar .container-fluid,
.navbar-mobile .container {
  justify-content: space-between;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
}

.navbar-nav {
  gap: 6px;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  padding: 8px 10px;
}

.nav_portal {
  margin-left: 10px;
  padding: 9px 18px !important;
  border: 1px solid var(--primary-color);
  border-radius: 999px;
  background: var(--primary-color);
  color: #181D4D !important;
  font-family: "Proxima Nova SemiBold", system-ui, sans-serif;
}

.nav_portal:hover,
.nav_portal:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #181D4D !important;
}

.navbar-toggler {
  width: 44px;
  height: 44px;
  padding: 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.navbar-toggler-icon {
  display: block;
  width: 28px;
  height: 20px;
  background:
    linear-gradient(#fff, #fff) top / 100% 2px no-repeat,
    linear-gradient(#fff, #fff) center / 100% 2px no-repeat,
    linear-gradient(#fff, #fff) bottom / 100% 2px no-repeat;
}

.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  width: min(82vw, 300px);
  height: 100vh;
  padding: 20px;
  transform: translateX(105%);
  visibility: hidden;
  transition: transform .22s ease, visibility .22s;
  box-shadow: -20px 0 45px rgba(0, 0, 0, .28);
}

.offcanvas.is-open {
  transform: translateX(0);
  visibility: visible;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.offcanvas-title {
  margin: 0;
  font-family: "Proxima Nova SemiBold", system-ui, sans-serif;
}

.offcanvas .navbar-nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas .nav_portal {
  display: block;
  margin: 24px 0 0;
  text-align: center;
  border-bottom: 1px solid var(--primary-color);
}

.btn-close {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

body.menu-open {
  overflow: hidden;
}

.reveal {
  animation: reveal-in .65s ease both;
}

.reveal-right {
  animation-name: reveal-in-right;
}

@keyframes reveal-in {
  from { opacity: 0; transform: translateX(-24px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes reveal-in-right {
  from { opacity: 0; transform: translateX(24px); }
  to { opacity: 1; transform: translateX(0); }
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  min-height: 24px;
  margin-top: 18px;
  font-family: "Proxima Nova SemiBold", system-ui, sans-serif;
  font-size: .95rem;
}

.form-status-success { color: var(--primary-color); }
.form-status-error { color: #ffd0d0; }
.form-status-pending { color: #fff; }
.section_6 button:disabled { opacity: .6; cursor: wait; }

nav a,
.section_carousel h1,
.section_carousel p,
.titulo_seccion,
.section_3 h3,
.section_4 h3,
.section_6 input,
.section_6 button {
  font-family: "Proxima Nova Regular", system-ui, sans-serif;
}

.section_carousel h1,
.titulo_seccion,
.section_3 h3,
.section_4 h3 {
  font-family: "Proxima Nova Bold", system-ui, sans-serif;
}

@media (min-width: 768px) {
  .col-md-2 { flex: 0 0 auto; width: 16.666667%; }
  .col-md-4 { flex: 0 0 auto; width: 33.333333%; }
  .col-md-12 { flex: 0 0 auto; width: 100%; }
  .row-cols-md-4 > * { flex: 0 0 auto; width: 25%; }
}

@media (min-width: 992px) {
  .navbar-mobile { display: none; }
  .col-lg-1 { flex: 0 0 auto; width: 8.333333%; }
  .col-lg-6 { flex: 0 0 50%; width: 50%; max-width: 50%; min-width: 0; }
  .row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; }
  .section_carousel .row { width: 100%; }
}

@media (max-width: 991px) {
  .navbar-desktop,
  .btn-whatsapp { display: none; }
  header { margin-top: 0; }
  .navbar-mobile { padding: 10px 0; }
  .navbar-mobile .nav-link { display: block; padding: 14px 4px; }
  .section_carousel { padding-top: 90px; }
  .section_carousel .col-lg-6 { max-width: 100%; }
  .row-cols-3 > * { flex: 0 0 auto; width: 33.333333%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { animation: none; }
  .offcanvas { transition: none; }
}
