:root {
  --amarillo: #fbb908;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.1em;
}

.main {
  box-sizing: border-box;
  background-color: #000;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contenedor_mexmex {
  z-index: 990;
  box-sizing: border-box;
  object-position: 0% 0%;
  flex-flow: row;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  display: none;
  position: relative;
  overflow: visible;
}

.formulario {
  background-color: #0000;
  width: auto;
  height: 100vh;
  display: flex;
  position: absolute;
  overflow: visible;
}

.btn-back {
  z-index: 998;
  background-color: #0000;
  background-image: url('../images/arrow_left.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  border-radius: 500px;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 50vh auto 50vh 0%;
}

.btn-back:hover {
  background-color: #0000;
}

.btn-back.com {
  z-index: 991;
  position: absolute;
  top: auto;
}

.btn-next {
  z-index: 998;
  background-color: #0000;
  background-image: url('../images/arrow_right.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  border-radius: 500px;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  display: flex;
  position: relative;
  right: 2rem;
}

.btn-next:hover {
  background-color: #0000;
}

.btn-next.w--current {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.btn-next.com {
  z-index: 991;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  inset: 50vh 2rem 50vh auto;
}

.seccion {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.seccion.destino {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 120px;
  display: flex;
  position: relative;
}

.seccion.material {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  padding-top: 120px;
  display: flex;
  position: relative;
}

.seccion.datos {
  background-color: #0000;
  padding-top: 120px;
  position: relative;
}

.seccion.origen {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 120px;
  display: flex;
  position: relative;
}

.seccion.img_commodities {
  background-color: #0000;
  background-image: linear-gradient(#000c, #000c), url('../images/blurred-forklift-truck-in-storage-warehouse-2024-10-18-09-46-54-utc.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.bandera {
  width: 2rem;
  height: 2rem;
  margin-left: .5rem;
}

.bandera:hover {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .25rem;
  display: flex;
}

.cont_topbar {
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cont_logo {
  width: 10rem;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.cont_logo.w--current {
  width: auto;
  margin-right: auto;
}

.cont_logo.ft {
  margin-bottom: 2rem;
}

.image-2 {
  width: auto;
  height: 3rem;
}

.topbar {
  z-index: 999;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  max-height: 7rem;
  margin-bottom: auto;
  padding: 2rem 0;
  display: flex;
  position: fixed;
}

.menu-button {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 1rem;
  padding: 0;
  display: none;
  position: static;
  inset: 0% 0% 0% auto;
}

.menu-button.w--open {
  color: #000;
  background-color: #0000;
  border-radius: 500px;
  margin-left: .5rem;
}

.icon {
  color: #fbb908;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.icon:hover {
  color: #000;
  background-color: #fbb908;
  border-radius: 500px;
}

.cont_idiomas {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto 0 auto auto;
  display: flex;
  position: static;
  right: 0;
}

.mx {
  border-radius: 500px;
  width: 2rem;
  height: 2rem;
}

.nav-link {
  color: #fbb908;
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  font-size: 1rem;
  display: flex;
  position: static;
}

.nav-link:hover, .nav-link:focus {
  color: #fff;
}

.nav-link.w--current {
  color: #fbb908;
  text-align: right;
  width: auto;
  height: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.nav-menu {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 4rem;
  min-height: 0;
  margin-left: auto;
  margin-right: 2rem;
  display: flex;
  position: static;
  inset: 4rem 0% 0% auto;
}

.us {
  border-radius: 500px;
  width: 2rem;
  height: 2rem;
}

.contenedor {
  z-index: 998;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  width: 85vw;
  max-width: 1280px;
  height: auto;
  margin: auto;
  display: flex;
  position: absolute;
}

.contenedor.com {
  justify-content: center;
}

.contenedor.var {
  height: auto;
  top: 0;
  bottom: 6rem;
}

.contenedor.auto {
  justify-content: center;
  width: 90%;
  height: auto;
}

.contenedor.nos {
  height: auto;
  margin-top: 120px;
  top: auto;
  bottom: auto;
}

.contenedor.inicio {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: auto;
  position: static;
  top: auto;
  bottom: auto;
}

.titulo {
  color: #fff;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
}

.titulo._1rem_marg, .titulo._1rem_marg.centrado {
  margin-bottom: 1rem;
}

.titulo.centrado {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  display: flex;
}

.titulo.centrado.english {
  display: none;
}

.titulo.centrado.yellow {
  color: var(--amarillo);
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.titulo.mexmex {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.intro_txt {
  color: #fbb908;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  height: 2rem;
  margin-bottom: .5rem;
  margin-left: 0;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.intro_txt.izq {
  width: auto;
  margin-bottom: 0;
  margin-left: 1rem;
}

.intro_txt.izq.hide {
  display: none;
}

.intro_txt.izq {
  width: 100%;
  margin-left: 0;
}

.col50 {
  flex-flow: wrap;
  width: 49%;
  height: auto;
  margin-right: auto;
  display: flex;
}

.col50.abajo {
  margin-top: auto;
}

.col50.com {
  margin-left: 0;
}

.field_form {
  color: #fbb908;
  background-color: #0000;
  border: 1px solid #fbb908;
  border-radius: 3rem;
  width: 100%;
  height: auto;
  min-height: 2rem;
  margin-bottom: 1rem;
  margin-right: 0%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  position: relative;
}

.field_form:focus {
  border-width: 1px;
  border-color: #fff;
}

.field_form.up {
  margin-right: 0%;
}

.field_form.clean {
  color: #fbb908;
  border-style: none none solid;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 2rem;
}

.field_form.clean::placeholder {
  color: #fbb908;
}

.field_form.clean._1rem {
  margin-bottom: 1rem;
}

.footer {
  z-index: 999;
  background-color: #fbb908;
  width: 100%;
  height: 12rem;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 2rem;
  display: block;
  position: static;
  inset: auto auto -12rem;
}

.cont_footer {
  flex-flow: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.datos_footer {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  font-size: .9rem;
  display: flex;
}

.datos_footer.english {
  display: none;
}

.txt_50 {
  justify-content: center;
  align-items: flex-end;
  width: 49%;
  font-size: .9rem;
  display: flex;
}

.txt_50.der {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
}

.txt_50.english {
  display: none;
}

.submit-button {
  z-index: 998;
  color: #000;
  text-transform: uppercase;
  background-color: #fbb908;
  background-image: url('../images/next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px #05e777;
  border-radius: 500px;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: 2rem;
  padding: 0 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.submit-button:hover {
  color: #52358f;
  background-color: #05e777;
}

.col40 {
  flex-flow: wrap;
  width: 40%;
  height: auto;
  margin-right: auto;
  display: flex;
}

.cont_mapa {
  z-index: 991;
  flex-flow: wrap;
  place-content: center space-between;
  width: 100%;
  max-width: 600px;
  height: 450px;
  min-height: 450px;
  margin: auto 0 auto auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cont_mapa.mx {
  justify-content: center;
  align-items: center;
}

.seccion_home {
  z-index: 998;
  background-color: #00000080;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 0;
  padding-top: 120px;
  display: flex;
  position: absolute;
  overflow: visible;
}

.background-video {
  z-index: 997;
  background-color: #0000;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: block;
  position: fixed;
}

.home {
  z-index: 997;
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 1080px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  overflow: visible;
}

.parrafo {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.1em;
}

.parrafo._50 {
  text-align: center;
  width: 80%;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.parrafo._50.english {
  display: none;
}

.parrafo.var {
  font-weight: 400;
}

.logistica {
  z-index: 996;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-right: 10px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: absolute;
  left: auto;
}

.background-video-2 {
  z-index: 900;
  width: 100%;
  height: 100vh;
}

.back {
  z-index: 999;
  color: #000;
  background-color: #0000;
  background-image: url('../images/arrow_left.gif');
  background-position: 50%;
  background-size: contain;
  border: 2px #fbb908;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 2rem;
  padding: .4rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.back:hover {
  color: #fbb908;
  background-color: #0000;
  border: 2px #fbb908;
}

.back.logistica {
  min-height: 0;
}

.cont_botones {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.boton1 {
  color: #000;
  background-color: #fbb908;
  border: 2px solid #fbb908;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.boton1:hover {
  color: #fbb908;
  background-color: #0000;
  border: 2px solid #fbb908;
}

.boton2 {
  color: #000;
  background-color: #fbb908;
  border: 2px solid #fbb908;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.boton2:hover {
  color: #fbb908;
  background-color: #0000;
  border: 2px solid #fbb908;
}

.boton3 {
  color: #000;
  background-color: #fbb908;
  border: 2px solid #fbb908;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.boton3:hover {
  color: #fbb908;
  background-color: #0000;
  border: 2px solid #fbb908;
}

.contenedor_usamex {
  z-index: 990;
  box-sizing: border-box;
  object-position: 0% 0%;
  border: 0 #000;
  flex-flow: row;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  display: none;
  position: relative;
  overflow: visible;
}

.contenedor_mexusa {
  z-index: 990;
  box-sizing: border-box;
  object-position: 0% 0%;
  flex-flow: row;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  display: none;
  position: relative;
  overflow: visible;
}

.contenedor_commodities {
  z-index: 990;
  box-sizing: border-box;
  object-position: 0% 0%;
  background-color: #000;
  flex-flow: wrap;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  display: none;
  position: relative;
  overflow: visible;
}

.boton_commodities {
  color: #000;
  background-color: #fbb908;
  border: 2px solid #fbb908;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-bottom: 1rem;
  margin-left: .5rem;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.boton_commodities:hover {
  color: #fbb908;
  background-color: #0000;
  border: 2px solid #fbb908;
}

.boton_commodities.english {
  display: none;
}

.boton_logistica {
  color: #000;
  background-color: #fbb908;
  border: 2px solid #fbb908;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.boton_logistica:hover {
  color: #fbb908;
  background-color: #0000;
  border: 2px solid #fbb908;
}

.boton_logistica.english {
  display: none;
}

.seccion_logistica {
  z-index: 998;
  background-color: #00000080;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.seccion_logistica.gradient {
  background-color: #0000;
  background-image: linear-gradient(72deg, #000 30%, #000000d9 56%, #fff0), linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  display: flex;
}

.parrafo_commodities {
  margin-bottom: 2rem;
  line-height: 1.1em;
}

.body {
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.1em;
}

.contenedor_thanks {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

._60 {
  color: var(--amarillo);
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.espaciador {
  width: 100%;
  height: 2rem;
}

.nosotros {
  z-index: 998;
  background-color: #000;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: absolute;
  left: 100vw;
  overflow: visible;
}

.seccion_nosotros {
  background-color: #0000;
  background-image: linear-gradient(#000c, #000c), url('../images/truck.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.bg_negro {
  z-index: 989;
  border: 0px none var(--amarillo);
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #0003;
  background-image: linear-gradient(72deg, #000 25%, #00000080 61%, #0000);
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
}

.background-video-container {
  z-index: 989;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.nav-menu-2 {
  color: var(--amarillo);
  margin-right: 2rem;
}

.nav-link-2 {
  color: #fbb908;
  padding-left: 2rem;
  padding-right: 0;
  font-weight: 500;
}

.nav-link-2:hover {
  color: #fff;
}

.nav-link-2.w--current {
  color: var(--amarillo);
  font-weight: 500;
}

.nav-link-2.english, .nav-link-2.english.w--current {
  display: none;
}

.grafico {
  z-index: 989;
  background-image: url('../images/flecha1.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  width: 100%;
  height: 100%;
  position: relative;
}

.grafico2 {
  z-index: 989;
  background-image: url('../images/flecha2.svg');
  background-position: 102%;
  background-repeat: no-repeat;
  background-size: auto 120%;
  width: 100%;
  height: 100%;
  position: relative;
}

.mapa {
  background-image: url('../images/mapa.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  min-width: 600px;
  max-width: 600px;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  display: flex;
}

.zona1 {
  background-image: url('../images/mapa_zona1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 600px;
  min-height: 450px;
  display: flex;
  position: relative;
}

.zona1.hidden {
  z-index: 991;
  background-image: url('../images/mapa_zona1.svg');
  min-width: 600px;
  max-width: 600px;
  height: 450px;
  max-height: 450px;
  display: none;
}

.zona2 {
  background-image: url('../images/mapa_zona2.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 600px;
  min-height: 450px;
  display: flex;
  position: relative;
}

.zona2.hidden {
  z-index: 991;
  background-image: url('../images/mapa_zona2.svg');
  min-width: 600px;
  max-width: 600px;
  height: 450px;
  max-height: 450px;
  display: none;
}

.zona3 {
  background-image: url('../images/mapa_zona3.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: auto;
  min-height: 450px;
  display: flex;
  position: relative;
}

.zona3.hidden {
  z-index: 991;
  background-image: url('../images/mapa_zona3.svg');
  background-size: contain;
  min-width: 600px;
  max-width: 600px;
  height: 450px;
  max-height: 450px;
  display: none;
}

.lottie_zona {
  z-index: 992;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: 265px auto auto 170px;
}

.lottie_zona2 {
  z-index: 992;
  width: 3rem;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto auto 155px 152px;
}

.lottie_zona3 {
  z-index: 992;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 314px auto auto 240px;
}

.lottie_zona2b_2 {
  z-index: 992;
  width: 3rem;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto auto 127px 178px;
}

.col70 {
  flex-flow: wrap;
  width: 70%;
  height: auto;
  margin-right: auto;
  display: flex;
}

.col70.nos {
  width: 80%;
}

.text_field {
  color: var(--amarillo);
  background-color: #0000;
  border: 1px solid #fbb908;
  border-radius: 3rem;
  width: 100%;
  height: auto;
  min-height: 2rem;
  margin-bottom: 1rem;
  margin-right: 0%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  position: relative;
}

.text_field:focus {
  border-width: 1px;
  border-color: #fff;
}

.text_field::placeholder {
  color: var(--amarillo);
}

.text_field.clean {
  color: #fbb908;
  border-style: none none solid;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 2rem;
}

.text_field.clean::placeholder {
  color: #fbb908;
}

.cont_mapa_mex {
  z-index: 991;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: stretch;
  width: 100%;
  max-width: 600px;
  height: 450px;
  min-height: 450px;
  margin: auto 0 auto auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lottie_zona1_mx {
  z-index: 992;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 34px 0% auto 114px;
}

.legales {
  background-color: var(--amarillo);
  color: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: auto;
  max-width: 1280px;
  margin: auto auto 0 -2rem;
  padding: .5rem 2rem;
  font-size: .9rem;
  font-weight: 600;
}

.legales.english {
  display: none;
}

.flecha {
  margin-left: .2rem;
  font-size: .8rem;
}

.lottie_zona2_mx {
  z-index: 992;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 29px auto auto 162px;
}

.lottie_zona3_mx {
  z-index: 992;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 125px auto auto 300px;
}

.lottie_zona2b_mx {
  z-index: 992;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 45px auto auto 195px;
}

.bottom {
  z-index: 999;
  flex-flow: wrap;
  width: 100%;
  height: auto;
  margin-top: -2rem;
  display: flex;
  position: static;
  bottom: -12rem;
}

.cont_wapp {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  display: flex;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}

.cont_bottom {
  z-index: 998;
  flex-flow: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.zona1_mx {
  background-image: url('../images/mapa_mx1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 450px;
  min-height: 0;
  margin-top: 0;
  display: flex;
  position: relative;
}

.zona1_mx.hidden {
  background-position: 0 0;
  align-items: center;
  min-width: 600px;
  max-width: 600px;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

.zona2_mx {
  background-image: url('../images/mapa_mx2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: auto;
  min-height: 450px;
  display: flex;
  position: relative;
}

.zona2_mx.hidden {
  background-position: 0 0;
  min-width: 600px;
  max-width: 600px;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

.zona3_mx {
  background-image: url('../images/mapa_mx3.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: auto;
  min-height: 450px;
  display: flex;
  position: relative;
}

.zona3_mx.hidden {
  background-position: 0 0;
  min-width: 600px;
  max-width: 600px;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

.mapa_mx {
  background-image: url('../images/mapa_mx.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  min-width: 600px;
  max-width: 600px;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.link_presentacion {
  color: var(--amarillo);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 2rem;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.download {
  width: 1.8rem;
  margin-left: 0;
  margin-right: .5rem;
}

.lottie_wapp {
  width: 100%;
  height: 100%;
  position: relative;
}

.wapp {
  z-index: 999;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
}

.lottie_zona1_2 {
  z-index: 992;
  width: 3rem;
  height: auto;
  display: flex;
  position: absolute;
  inset: 250px auto auto 110px;
}

.lottie_zona2_2 {
  z-index: 992;
  width: 3rem;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto auto 155px 152px;
}

.lottie_zona3_2 {
  z-index: 992;
  width: 3rem;
  height: auto;
  display: flex;
  position: absolute;
  inset: 314px auto auto 240px;
}

.lottie_zona2b {
  z-index: 992;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: auto auto 127px 178px;
}

.zona1_2 {
  background-image: url('../images/mapa1_outline_1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 600px;
  min-height: 450px;
  display: flex;
  position: relative;
}

.zona1_2.hidden {
  z-index: 991;
  display: none;
}

.zona2_2 {
  background-image: url('../images/mapa2_otuline.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 600px;
  min-height: 450px;
  display: flex;
  position: relative;
}

.zona2_2.hidden {
  z-index: 991;
  display: none;
}

.zona3_2 {
  background-image: url('../images/mapa3_outline.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: auto;
  min-height: 450px;
  display: flex;
  position: relative;
}

.zona3_2.hidden {
  z-index: 991;
  background-size: contain;
  display: none;
}

.cont_mapa_2 {
  z-index: 991;
  flex-flow: wrap;
  place-content: center space-between;
  width: 100%;
  max-width: 600px;
  height: auto;
  min-height: 360px;
  margin: auto 0 auto auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mapa_2 {
  background-image: url('../images/mapa.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 0;
  min-height: 450px;
  display: flex;
}

.lottie_mx {
  z-index: 992;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: auto;
  display: flex;
  position: absolute;
  inset: auto;
}

.code-embed {
  width: 100%;
}

.recaptcha {
  margin-top: 1rem;
}

.submit_usamex {
  color: #000;
  text-transform: uppercase;
  background-color: #fbb908;
  background-image: url('../images/next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px #05e777;
  border-radius: 500px;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: 2rem;
  padding: 0 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.submit_usamex:hover {
  color: #52358f;
  background-color: #05e777;
}

.submit_mexusa {
  color: #000;
  text-transform: uppercase;
  background-color: #fbb908;
  background-image: url('../images/next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px #05e777;
  border-radius: 500px;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: 2rem;
  padding: 0 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.submit_mexusa:hover {
  color: #52358f;
  background-color: #05e777;
}

.submit_mexmex {
  color: #000;
  text-transform: uppercase;
  background-color: #fbb908;
  background-image: url('../images/next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px #05e777;
  border-radius: 500px;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: 2rem;
  padding: 0 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.submit_mexmex:hover {
  color: #52358f;
  background-color: #05e777;
}

.submit_commodities {
  color: #000;
  text-transform: uppercase;
  background-color: #fbb908;
  background-image: url('../images/next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px #05e777;
  border-radius: 500px;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: 2rem;
  padding: 0 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.submit_commodities:hover {
  color: #52358f;
  background-color: #05e777;
}

.submit-button-2 {
  position: relative;
}

.submit_mexusa-copy {
  color: #000;
  text-transform: uppercase;
  background-color: #fbb908;
  background-image: url('../images/next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px #05e777;
  border-radius: 500px;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: 2rem;
  padding: 0 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.submit_mexusa-copy:hover {
  color: #52358f;
  background-color: #05e777;
}

.franja {
  z-index: 998;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  margin-top: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 700;
  display: flex;
  position: static;
  bottom: 0;
}

.centrado {
  color: #fff;
  text-align: center;
  margin: auto auto auto 0;
  font-size: 1rem;
  line-height: 1.3em;
}

.col {
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img_barra {
  border-right: 2px solid var(--amarillo);
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  padding-right: 1rem;
}

.h1 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 0 auto 1rem;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 1.8rem;
  line-height: 1.2em;
  display: flex;
}

.h2 {
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
}

.cont_down {
  position: relative;
}

@media screen and (max-width: 991px) {
  .main {
    overflow: hidden;
  }

  .cont_topbar {
    max-width: none;
  }

  .contenedor {
    width: 80%;
    max-width: 78vw;
  }

  .contenedor.var {
    margin-top: 10rem;
    position: static;
  }

  .contenedor.auto {
    flex-flow: row;
    width: 90vw;
    max-width: none;
  }

  .contenedor.inicio {
    width: 90%;
    max-width: none;
    margin-top: auto;
    position: static;
  }

  .titulo.centrado {
    text-align: center;
  }

  .titulo.log {
    margin-bottom: 6rem;
  }

  .col50 {
    width: 100%;
  }

  .col50.com {
    width: 80%;
    margin-left: auto;
  }

  .field_form {
    margin-top: 0;
  }

  .submit-button {
    width: 3rem;
    height: 3rem;
    margin: auto 2rem auto auto;
    position: static;
    right: 0;
  }

  .col40 {
    width: 100%;
  }

  .cont_mapa {
    max-width: none;
    height: auto;
    margin-top: 3rem;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
    right: auto;
  }

  .background-video {
    height: 110vh;
  }

  .home {
    display: flex;
  }

  .parrafo._50 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .logistica {
    display: flex;
  }

  .contenedor_usamex {
    display: none;
  }

  .boton_commodities {
    text-align: center;
    width: 40%;
  }

  .boton_logistica {
    text-align: center;
    width: 40%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .seccion_logistica.gradient {
    padding-top: 120px;
  }

  .nosotros {
    display: flex;
  }

  .mapa {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .zona1.hidden {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .zona2.hidden, .zona3.hidden {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .lottie_zona2 {
    height: 3rem;
  }

  .col70 {
    width: 100%;
  }

  .col70.nos {
    width: 90%;
    margin-left: auto;
  }

  .text_field {
    margin-top: 0;
  }

  .cont_mapa_mex {
    width: 90%;
    max-width: none;
    height: auto;
    margin-top: 3rem;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    position: static;
    right: auto;
  }

  .lottie_zona1_mx {
    top: 24px;
    left: 89px;
  }

  .legales {
    margin-left: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lottie_zona2_mx {
    top: 20px;
    left: 130px;
  }

  .lottie_zona3_mx {
    top: 96px;
    left: 242px;
  }

  .lottie_zona2b_mx {
    left: 158px;
  }

  .cont_wapp {
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .zona1_mx {
    background-position: 0 0;
  }

  .zona1_mx.hidden, .zona2_mx.hidden, .zona3_mx.hidden {
    min-width: 600px;
    max-width: 600px;
    min-height: 450px;
    max-height: 450px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .mapa_mx {
    min-width: 600px;
    max-width: 600px;
    min-height: 450px;
    max-height: 450px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .zona1_2.hidden, .zona2_2.hidden, .zona3_2.hidden {
    display: none;
  }

  .cont_mapa_2 {
    max-width: none;
    height: auto;
    margin-top: 3rem;
    margin-right: auto;
    position: static;
    right: auto;
  }

  .mapa_2 {
    margin-left: auto;
    margin-right: auto;
  }

  .lottie_mx {
    top: auto;
    left: auto;
  }

  .centrado {
    font-size: .9rem;
  }

  .col {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: .9rem;
  }

  .img_barra {
    margin-right: 0;
  }

  .h1 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .h2 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .main {
    overflow: visible;
  }

  .btn-back {
    width: 2rem;
    height: 2rem;
  }

  .btn-back.com {
    top: 50vh;
    bottom: 50vh;
    left: 1rem;
  }

  .btn-next {
    width: 2rem;
    height: 2rem;
  }

  .btn-next.com {
    right: 1rem;
  }

  .cont_topbar {
    max-width: none;
  }

  .contenedor {
    width: 70%;
    max-width: 75vw;
  }

  .contenedor.var {
    width: 90%;
    max-width: none;
  }

  .contenedor.auto {
    flex-flow: column;
  }

  .contenedor.inicio {
    width: 90%;
    max-width: none;
    margin-top: auto;
  }

  .titulo {
    font-size: 2.7rem;
  }

  .titulo.centrado {
    text-align: center;
  }

  .titulo.log {
    margin-bottom: 8rem;
  }

  .datos_footer {
    width: auto;
  }

  .txt_50 {
    text-align: center;
    width: 100%;
  }

  .submit-button {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: auto;
    margin-right: 1rem;
  }

  .cont_mapa {
    width: 100%;
    max-width: 500px;
    min-height: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    height: 110vh;
  }

  .home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .parrafo._50 {
    width: 100%;
  }

  .logistica {
    display: flex;
  }

  .boton1, .boton2, .boton3 {
    font-size: .9rem;
  }

  .contenedor_usamex {
    display: none;
  }

  .boton_commodities {
    text-align: center;
    flex-flow: wrap;
    width: 48%;
  }

  .boton_logistica {
    text-align: center;
    width: 48%;
    margin-right: auto;
  }

  .nosotros {
    display: flex;
  }

  .bold-text {
    text-align: center;
  }

  .mapa {
    width: 500px;
    min-width: 0;
    max-width: 500px;
    min-height: 320px;
    display: none;
  }

  .zona1 {
    min-height: 400px;
  }

  .zona1.hidden {
    width: 500px;
    min-width: 0;
    max-width: 500px;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    display: flex;
  }

  .zona2.hidden, .zona3.hidden {
    min-width: 0;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    display: none;
  }

  .lottie_zona {
    width: 2rem;
    height: 2rem;
    top: 170px;
    bottom: auto;
    left: 108px;
  }

  .lottie_zona2 {
    width: 2rem;
    height: 2rem;
    top: 158px;
    bottom: auto;
    left: 98px;
  }

  .lottie_zona3 {
    width: 2rem;
    height: 2rem;
    top: 198px;
    bottom: auto;
    left: 171px;
  }

  .lottie_zona2b_2 {
    width: 2rem;
    top: 232px;
    bottom: auto;
    left: 153px;
  }

  .col70.nos {
    margin-right: 0;
  }

  .cont_mapa_mex {
    width: 80%;
    max-width: 500px;
    min-height: 250px;
    padding-left: 0;
    padding-right: 0;
  }

  .lottie_zona1_mx {
    width: 2rem;
    height: 2rem;
    inset: 15px auto auto 62px;
  }

  .lottie_zona2_mx {
    width: 2rem;
    height: 2rem;
    top: 12px;
    bottom: auto;
    left: 87px;
  }

  .lottie_zona3_mx {
    width: 2rem;
    height: 2rem;
    top: 66px;
    bottom: auto;
    left: 170px;
  }

  .lottie_zona2b_mx {
    width: 2rem;
    height: 2rem;
    top: 29px;
    bottom: auto;
    left: 111px;
  }

  .cont_wapp {
    right: 1.5rem;
  }

  .zona1_mx {
    min-height: 400px;
  }

  .zona1_mx.hidden {
    width: 400px;
    min-width: 400px;
    max-width: none;
    height: 250px;
    min-height: 0;
    max-height: none;
    display: none;
  }

  .zona2_mx {
    min-height: 400px;
  }

  .zona2_mx.hidden {
    width: 400px;
    min-width: 400px;
    max-width: none;
    height: 250px;
    min-height: 0;
    max-height: none;
    display: none;
  }

  .zona3_mx {
    min-height: 400px;
  }

  .zona3_mx.hidden {
    width: 400px;
    min-width: 400px;
    max-width: none;
    height: 250px;
    min-height: 0;
    max-height: none;
    display: none;
  }

  .mapa_mx {
    width: 400px;
    min-width: 400px;
    max-width: none;
    height: 250px;
    min-height: 0;
    max-height: none;
    display: flex;
  }

  .lottie_zona1_2 {
    width: 2rem;
    top: 214px;
    bottom: auto;
    left: 99px;
  }

  .lottie_zona2_2 {
    width: 2rem;
    bottom: 45%;
    left: 136px;
  }

  .lottie_zona3_2 {
    width: 2rem;
    top: 266px;
    bottom: auto;
    left: 205px;
  }

  .lottie_zona2b {
    width: 2rem;
    height: 2rem;
    top: 171px;
    bottom: auto;
    left: 113px;
  }

  .zona1_2 {
    min-height: 400px;
  }

  .zona1_2.hidden {
    display: none;
  }

  .cont_mapa_2 {
    width: 80%;
    max-width: 500px;
  }

  .mapa_2 {
    min-height: 320px;
  }

  .lottie_mx {
    width: 2rem;
    inset: auto;
  }

  .franja {
    height: 12rem;
    padding-top: .5rem;
  }

  .centrado {
    text-align: left;
  }

  .col {
    text-align: left;
    width: 80%;
    margin-bottom: 1rem;
  }

  .img_barra {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1rem;
  }

  .h1 {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 1.6rem;
  }

  .h2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: .8rem;
  }

  .main {
    overflow: hidden;
  }

  .contenedor_mexmex {
    display: none;
  }

  .btn-back {
    width: 1.5rem;
    height: 1.5rem;
    top: auto;
    bottom: auto;
    left: .5rem;
  }

  .btn-back.com {
    width: 2rem;
    height: 2rem;
    left: .5rem;
  }

  .btn-next {
    width: 1.5rem;
    height: 1.5rem;
    right: .5rem;
  }

  .btn-next.com {
    width: 2rem;
    height: 2rem;
    right: .5rem;
  }

  .cont_topbar {
    flex-flow: wrap;
    max-width: none;
  }

  .cont_logo.w--current {
    margin-left: auto;
  }

  .cont_logo.ft {
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    width: 8rem;
  }

  .topbar {
    padding-bottom: 1rem;
  }

  .cont_idiomas {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    background-color: var(--amarillo);
    color: #000;
  }

  .nav-link:focus {
    color: var(--amarillo);
    background-color: #000;
  }

  .nav-link:visited {
    color: #000;
  }

  .nav-menu {
    color: #000;
    width: 100%;
    max-width: none;
    margin-top: 1rem;
  }

  .contenedor {
    width: 80%;
    max-width: 75vw;
  }

  .contenedor.var {
    margin-top: 7rem;
    position: static;
  }

  .contenedor.inicio {
    margin-top: auto;
    position: static;
  }

  .titulo {
    font-size: 1.8rem;
  }

  .titulo.centrado {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .titulo.centrado.yellow {
    font-size: 1.2rem;
  }

  .titulo.log {
    margin-bottom: 5rem;
  }

  .col50.log_movil {
    margin-top: 0;
  }

  .field_form, .field_form.clean {
    font-size: .8rem;
  }

  .footer {
    height: 22rem;
    bottom: -22rem;
  }

  .datos_footer {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: .5rem;
    font-size: .8rem;
  }

  .txt_50 {
    font-size: .8rem;
  }

  .submit-button {
    margin-top: auto;
    margin-bottom: 10rem;
    margin-right: auto;
    font-size: .9rem;
    position: relative;
    top: auto;
  }

  .cont_mapa {
    width: 90%;
    max-width: 288px;
    min-height: 250px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    height: 120vh;
  }

  .home {
    display: flex;
  }

  .parrafo, .parrafo._50 {
    font-size: .9rem;
  }

  .logistica {
    display: flex;
  }

  .back.logistica {
    top: 12rem;
  }

  .boton1, .boton2, .boton3 {
    width: 100%;
  }

  .contenedor_usamex, .contenedor_mexusa, .contenedor_commodities {
    display: none;
  }

  .boton_commodities {
    width: 100%;
    margin-left: auto;
  }

  .boton_logistica {
    width: 100%;
    margin-bottom: .5rem;
  }

  .seccion_logistica.gradient {
    padding-top: 0;
  }

  .body {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
  }

  .nosotros {
    display: flex;
    left: 100vw;
  }

  .seccion_nosotros {
    background-image: linear-gradient(#000c, #000c), url('../images/truck.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-left: -2px;
  }

  .nav-menu-2 {
    background-color: var(--amarillo);
    margin-top: 1rem;
    font-family: Montserrat, sans-serif;
  }

  .menu-button-2 {
    color: var(--amarillo);
    background-color: #0000;
    margin-left: .5rem;
    padding: 0;
  }

  .menu-button-2.w--open {
    color: var(--amarillo);
    background-color: #0000;
    padding: 0;
  }

  .nav-link-2 {
    color: #000;
    font-weight: 700;
  }

  .nav-link-2:hover, .nav-link-2:focus {
    color: var(--amarillo);
    background-color: #000;
  }

  .grafico {
    display: none;
  }

  .mapa {
    width: 240px;
    min-width: 0;
    max-width: 240px;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    display: none;
  }

  .zona1 {
    min-height: 200px;
  }

  .zona1.hidden {
    height: 240px;
    min-height: 240px;
    max-height: 240px;
    display: flex;
  }

  .zona2 {
    min-height: 200px;
  }

  .zona2.hidden {
    height: 240px;
    min-height: 240px;
    max-height: 240px;
    display: none;
  }

  .zona3 {
    min-height: 200px;
  }

  .zona3.hidden {
    height: 240px;
    min-height: 240px;
    max-height: 240px;
    display: none;
  }

  .lottie_zona {
    width: 1rem;
    height: 1rem;
    top: 92px;
    bottom: auto;
    left: 58px;
  }

  .lottie_zona2 {
    width: 1rem;
    height: 1rem;
    top: 93px;
    bottom: auto;
    left: 55px;
  }

  .lottie_zona3 {
    width: 1rem;
    height: 1rem;
    top: 117px;
    bottom: auto;
    left: 87px;
  }

  .lottie_zona2b_2 {
    width: 2rem;
    bottom: 21%;
    left: 83px;
  }

  .text_field.clean {
    padding-left: 0;
    padding-right: 0;
    font-size: .8rem;
  }

  .cont_mapa_mex {
    width: 90%;
    max-width: 288px;
    min-height: 250px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lottie_zona1_mx {
    width: 1rem;
    height: 1rem;
    top: 12px;
    bottom: auto;
    left: 43px;
  }

  .lottie_zona2_mx {
    width: 1rem;
    height: 1rem;
    top: 9px;
    bottom: auto;
    left: 60px;
  }

  .lottie_zona3_mx {
    width: 1rem;
    height: 1rem;
    top: 44px;
    bottom: auto;
    left: 109px;
  }

  .lottie_zona2b_mx {
    width: 1rem;
    height: 1rem;
    top: 20px;
    bottom: auto;
    left: 72px;
  }

  .bottom {
    bottom: -22rem;
  }

  .cont_wapp {
    width: 4rem;
    height: 4rem;
    bottom: 1.5rem;
    right: 1rem;
  }

  .zona1_mx {
    min-height: 200px;
  }

  .zona1_mx.hidden {
    width: 240px;
    min-width: 0;
    max-width: none;
    height: 200px;
    min-height: 0;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .zona2_mx {
    min-height: 200px;
  }

  .zona2_mx.hidden {
    background-position: 0 0;
    width: 240px;
    min-width: 0;
    max-width: none;
    height: 200px;
    min-height: 0;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .zona3_mx {
    min-height: 200px;
  }

  .zona3_mx.hidden {
    width: 240px;
    min-width: 0;
    max-width: none;
    height: 200px;
    min-height: 0;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .mapa_mx {
    width: 240px;
    min-width: 0;
    max-width: none;
    height: 200px;
    min-height: 0;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .wapp {
    width: 2rem;
    height: 2rem;
  }

  .lottie_zona1_2 {
    width: 2rem;
    top: auto;
    bottom: 27%;
    left: 48px;
  }

  .lottie_zona2_2 {
    width: 2rem;
    bottom: 28%;
    left: 72px;
  }

  .lottie_zona3_2 {
    width: 2rem;
    top: auto;
    bottom: 10%;
    left: 114px;
  }

  .lottie_zona2b {
    width: 1rem;
    height: 1rem;
    top: 99px;
    bottom: auto;
    left: 65px;
  }

  .zona1_2 {
    min-height: 200px;
  }

  .zona1_2.hidden {
    display: none;
  }

  .zona2_2, .zona3_2 {
    min-height: 200px;
  }

  .cont_mapa_2 {
    max-width: 288px;
    min-height: 250px;
  }

  .mapa_2 {
    min-height: 200px;
  }

  .lottie_mx {
    width: 2rem;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .submit_usamex, .submit_mexusa, .submit_mexmex, .submit_commodities, .submit_mexusa-copy {
    font-size: .9rem;
    position: relative;
    top: 300px;
  }

  .franja {
    height: 12rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .centrado {
    font-size: .8rem;
  }

  .col {
    width: 95%;
    margin-left: 0;
    margin-right: auto;
    font-size: .8rem;
  }

  .img_barra {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 10px;
    padding-right: 10px;
  }

  .h1 {
    font-size: 1.2rem;
  }

  .h2 {
    font-size: 1rem;
  }
}


