@font-face {
  font-family: Openinghourssans;
  src: url('../fonts/OpeningHoursSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: #fff;
  --yellow-mty: #f8d62f;
  --blue: #004cda;
  --gray: #8a8787;
  --puebla: #0043c5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Openinghourssans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

p {
  color: #ffffffb3;
  margin-bottom: 24px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav-link {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #f8d62f;
  padding: 10px 40px 10px 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20%;
  text-decoration: none;
  display: inline-block;
}

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

.nav-link.w--current {
  padding-left: 0;
}

.white-button {
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Roboto Mono, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.white-button.nav-bar {
  background-color: #f8d62f;
  border: 2px solid #fff;
}

.white-button.nav-bar:hover {
  outline-offset: 0px;
  background-color: #fff;
  border: 2px solid #f8d62f;
  outline: 3px #000;
}

.opacity-white-text {
  color: #ffffff80;
}

.navbar {
  background-color: #000000b3;
  background-image: linear-gradient(#000c, #0000);
  padding: 0 0 5px;
  font-family: Roboto Mono, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.nav-right {
  align-items: center;
  display: flex;
}

.navbar-contents {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-flow: row;
  grid-template: ". Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.nav-right-content.mobile {
  display: none;
}

.nav-right-content.desktop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-ribbon-section {
  background-color: var(--black);
  background-image: url('../images/expo-mty-hero-image.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 800px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ribbon-image {
  z-index: -1;
  opacity: .68;
  pointer-events: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.limit {
  max-width: 480px;
  padding-top: 0;
}

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

.split.logos {
  padding-top: 10px;
  padding-bottom: 10px;
}

.space-top-medium {
  margin-top: 60px;
}

.space-top-small {
  margin-top: 24px;
}

.container {
  background-color: #000;
  border: 1px #0000;
  max-width: 1360px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.container.space-top-tiny {
  max-width: 900px;
}

.container.container-2-find {
  background-color: #0000;
}

.container.container-2-find.container-what-to-find {
  background-color: #0000;
  border: 1px #000;
  border-radius: 7px;
  margin-top: 0;
  padding-top: 49px;
  padding-bottom: 49px;
}

.container.container-2-find.container-what-to-find.container-products {
  margin-bottom: auto;
  padding-bottom: 0;
}

.container.container-2-find.container-what-to-find.container-products.logistics {
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 84px;
}

.container.container-slider {
  margin-top: 0;
}

.container.container-expositor-contact {
  background-color: #0000;
  border: 1px #000;
  margin-top: 0;
  padding-top: 98px;
  padding-bottom: 88px;
}

.container.container-expositor-contact:hover {
  border: 1px #000;
}

.container.organizadores {
  background-color: var(--yellow-mty);
  background-image: linear-gradient(135deg, var(--yellow-mty) 100%, white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.space-top-large {
  margin-top: 80px;
}

.space-top {
  margin-top: 40px;
}

.limit-medium {
  max-width: 570px;
}

.space-top-tiny {
  margin-top: 16px;
}

.center-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.center-content.center-text {
  margin-top: 20px;
  padding-top: 0;
}

.center-content.center-text.info {
  background-color: #000;
  margin-top: 0;
}

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

.large-heading {
  color: var(--yellow-mty);
  background-color: #0000;
  margin-bottom: 14px;
  font-size: 90px;
  font-weight: 400;
  line-height: 110px;
}

.title {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: Roboto Mono, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.title.in-tabs {
  margin-bottom: 0;
  font-size: 14px;
}

.title.bigger {
  font-size: 30px;
}

.title.bigger.title-place {
  margin-bottom: 13px;
}

.title.age-restrinction {
  text-transform: none;
  font-family: Openinghourssans, sans-serif;
  font-size: 18px;
}

.title.age-restrinction.title-restrinction {
  margin-bottom: 16px;
}

.tag-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.medium-text {
  background-color: var(--yellow-mty);
  color: var(--black);
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: -12px;
  margin-bottom: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 18px;
  display: flex;
}

.blue-button {
  width: 250px;
  color: var(--black);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #f8d62f;
  border: 2px solid #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  padding: 12px 24px;
  font-family: Roboto Mono, sans-serif;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.blue-button:hover {
  background-color: var(--white);
  border-width: 2px;
  border-color: #f8d62f;
}

.blue-button.principal {
  background-color: var(--black);
  color: var(--yellow-mty);
  text-align: center;
  border: 2px solid #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-weight: 700;
  display: flex;
}

.blue-button.principal:hover {
  border-width: 2px;
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
}

.blue-button.principal.informes-bottom {
  margin-top: 34px;
}

.blue-button.principal.informes-bottom:hover {
  border-color: var(--yellow-mty);
}

.blue-button.principal.button-home-page {
  background-color: var(--black);
  color: var(--yellow-mty);
}

.blue-button.principal.button-home-page.hover-hero:hover, .blue-button.principal.button-home-page.contact-home {
  border-color: var(--yellow-mty);
}

.blue-button.principal.button-home-page.contact-home.contactanos-abajo:hover {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

.blue-button.principal.visitors-perfil.register-visitantes:hover, .blue-button.principal.informes:hover {
  border-color: var(--yellow-mty);
}

.section {
  padding-top: 50px;
  padding-bottom: 160px;
  position: relative;
}

.section.no-padding-bottom {
  background-color: var(--yellow-mty);
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding-bottom.section-caroucel {
  background-color: #000;
  padding-top: 0;
}

.section.no-padding-bottom.section-products {
  background-color: var(--yellow-mty);
  background-image: url('../images/mty-bg-info.webp');
  background-position: 50%;
  background-size: cover;
}

.section.sign-up-cta {
  background-image: url('../images/sign-up-image-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.template {
  min-height: 80vh;
}

.section.expositor-section {
  background-color: #000;
  background-image: url('../images/exo-mty-bg.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.slider {
  background-color: #fff0;
  height: 100%;
  overflow: visible;
}

.slider-foot {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 80px;
  padding-top: 4px;
  padding-bottom: 32px;
  font-size: 20px;
  display: flex;
  position: relative;
}

.slider-load-track {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-load-progress {
  background-color: var(--white);
  width: 0%;
  height: 1px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 0% -20px auto;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 40px -20px auto;
}

.slider-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-height: 640px;
}

.mask {
  padding-bottom: 22px;
}

.previous-conference-video {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
}

.previous-conf-overlay {
  position: absolute;
  inset: auto auto 32px 32px;
}

.accordion-item {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.accordion-item-trigger {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .69;
}

.accordion-item-trigger.spread {
  justify-content: space-between;
}

.no-space-bottom {
  margin-bottom: 0;
}

.accordion-item-content {
  overflow: hidden;
}

.answer {
  color: #fffc;
  padding-top: 6px;
}

.single-step-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 34px;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.single-step-wrapper.no-underline {
  border-bottom-style: none;
}

.blue-text {
  color: var(--blue);
}

.tags-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag {
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 30px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 150%;
}

.three-column-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.speaker-image {
  width: 100%;
}

.speaker-image-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.speaker-image-cover {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social-logos-wrap {
  grid-column-gap: 8px;
  display: flex;
}

.social-logo {
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social-logo.white {
  color: #fff;
  background-color: #f8d62f;
}

.social-logo.white:hover {
  background-color: var(--white);
}

.section-separator {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
}

.tabs-menu {
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link {
  color: var(--white);
  background-color: #fff0;
  border-bottom: 1px solid #fff0;
  margin-bottom: -1px;
  padding: 24px 10px;
}

.tab-link.w--current {
  border-bottom-color: var(--white);
  background-color: #fff0;
}

.logos-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.logo-wrap {
  background-color: #ffffff0d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding: 32px;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 360px;
  display: flex;
}

.large-text {
  font-size: 20px;
  line-height: 140%;
}

.testimonial-portrait {
  object-fit: cover;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.pricing-ribbon {
  z-index: -1;
  position: absolute;
  inset: 18% 0% auto;
}

.pricing-top {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-bottom-style: dashed;
  border-radius: 10px;
  padding: 32px;
}

.pricing-head {
  border-bottom: 1px dashed #ffffff1a;
  padding-bottom: 8px;
}

.pricing-card-content {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 32px;
  display: flex;
}

.price {
  font-size: 40px;
  line-height: 110%;
}

.pricing-card-button {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: left;
  background-color: #ffffff0d;
  border-bottom: 1px solid #ffffff1a;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  border-radius: 10px;
  width: 100%;
  padding: 24px 32px;
  font-size: 18px;
  line-height: 100%;
  transition: background-color .2s;
}

.pricing-card-button:hover {
  background-color: #ffffff1a;
}

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

.faq-accordion {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.spread-vertical {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.tiny-text-widget {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  font-size: 14px;
  line-height: 21px;
  display: flex;
}

.form-block {
  color: var(--black);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 40px;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.text-field {
  border: 1px #000;
  border-bottom: 1px solid #0000001a;
  height: 56px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

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

.radio-button {
  border: 1px solid #0000001a;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: var(--blue);
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.radio-button-label {
  margin-bottom: 0;
}

.radio-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.top-tag {
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 10px;
  margin-left: 10px;
  padding: 4px 8px;
  font-family: Roboto Mono, sans-serif;
  font-size: 9px;
  line-height: 100%;
}

.full-width {
  width: 100%;
}

.tiny-text {
  font-size: 14px;
  line-height: 130%;
}

.field-label {
  font-weight: 400;
}

.footer {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--yellow-mty) #000 #000;
  background-color: #000;
  margin-top: 0;
  padding-top: 38px;
  padding-bottom: 38px;
}

.footer-content {
  border: 0 #0000;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.footer-1-links {
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.footer-bottom-content {
  display: flex;
}

.small-text {
  font-size: 14px;
}

.webflow-link {
  margin-left: 12px;
  margin-right: 12px;
}

.white-text {
  color: #fff;
}

.footer-horizontal-links-2 {
  grid-column-gap: 12px;
  color: #fff;
  align-items: center;
  display: flex;
}

.footer-link-small {
  color: var(--white);
  font-size: 14px;
}

.footer-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.page-wrap {
  background-color: @var_variable-146790ae-3f35-4309-00b2-a946b323ddf9;
  flex-flow: column;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.page-wrap.inicio {
  background-color: #0000;
  height: auto;
  min-height: auto;
}

.page-wrap.home {
  height: 100%;
  display: flex;
}

.page-wrap.home.home-expos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-wrap.cc-firma {
  height: 9%;
  margin-bottom: 0;
}

.page-wrap.confirmacion {
  background-color: var(--white);
}

.template-sidebar {
  -webkit-backdrop-filter: brightness(110%);
  backdrop-filter: brightness(110%);
  background-color: #ffffff0d;
  padding: 8px;
}

.template-page-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-page-content {
  grid-row-gap: 120px;
  -webkit-backdrop-filter: brightness(110%);
  backdrop-filter: brightness(110%);
  background-color: #ffffff0d;
  flex-direction: column;
  padding: 60px;
  display: flex;
}

.sidebar-sticky {
  position: sticky;
  top: 100px;
}

.template-sidebar-link {
  grid-column-gap: 16px;
  color: #fff;
  align-items: center;
  padding: 20px 24px;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.template-sidebar-link:hover {
  background-color: #ffffff0d;
  border-radius: 12px;
}

.template-page-icons-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.opacity-white-text-2 {
  color: #fff9;
}

.underline-link {
  color: #ffffffb3;
}

.rich-text h1 {
  font-size: 40px;
}

.rich-text h2 {
  font-size: 32px;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-size: 24px;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-size: 20px;
}

.rich-text h5 {
  margin-bottom: 24px;
  font-size: 18px;
}

.rich-text h6 {
  margin-bottom: 24px;
  font-size: 16px;
}

.rich-text blockquote {
  border-bottom: 1px solid #ffffff1a;
  border-left-style: none;
  margin-bottom: 24px;
  padding: 24px 0;
}

.rich-text ol {
  margin-bottom: 16px;
}

.rich-text li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.rich-text ul {
  margin-bottom: 16px;
}

.heading {
  text-align: center;
  align-self: auto;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 20px;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  padding-top: 30px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 700px;
  display: flex;
}

.div-block-3 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 46px;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-height: 640px;
}

.slide-2 {
  height: 450px;
}

.slider-2 {
  border-radius: 10px;
  height: 100%;
}

.slide-1 {
  border-radius: 10px;
}

.text-block {
  margin-bottom: 29px;
  font-size: 30px;
}

.text-block-2, .text-block-3, .text-block-4 {
  color: #fff;
  margin-bottom: 7px;
  font-size: 20px;
}

.bold-text {
  font-size: 20px;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 7px;
  font-size: 20px;
}

.image-2 {
  width: auto;
  height: 200px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  padding-top: 18px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  color: #f8d62f;
  font-family: Roboto Mono, sans-serif;
  font-size: 40px;
}

.text-block-6 {
  color: var(--white);
  text-align: center;
  margin-top: 23px;
  font-size: 20px;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-3 {
  width: 200px;
  margin-top: 27px;
}

.image-3.logo {
  mix-blend-mode: normal;
  width: auto;
}

.image-3.emprendus-logo {
  width: 120px;
  margin-top: 0;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: var(--black);
  text-align: center;
  font-family: Roboto Mono, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border-radius: 14px;
  grid-template: ". . . ."
                 ". . . ."
                 ". Area Area Area"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  padding-bottom: 10px;
  display: grid;
}

.div-block-10.div-produts {
  grid-column-gap: 230px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 150px;
  height: 130px;
}

.image-4.product-image {
  width: 130px;
}

.image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
  width: 130px;
  height: 130px;
}

.text-block-7 {
  color: var(--black);
  text-align: center;
  font-family: Roboto Mono, sans-serif;
  font-weight: 600;
}

.div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-17 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18, .div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20.div-products-block {
  display: flex;
}

.text-block-8 {
  width: 100%;
  color: var(--black);
  text-align: center;
  overflow-wrap: normal;
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Roboto Mono, sans-serif;
  font-weight: 600;
}

.text-block-9 {
  margin-bottom: 29px;
  padding-left: 103px;
  padding-right: 110px;
}

.text-block-10 {
  color: var(--black);
  text-align: right;
  margin-top: 9px;
  font-family: Openinghourssans, sans-serif;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
}

.text-block-12 {
  text-align: left;
  margin-top: 0;
  font-size: 20px;
  line-height: 100%;
}

.text-block-13 {
  text-align: center;
  padding-top: 27px;
}

.container-2 {
  margin-top: 89px;
  padding-top: 0;
}

.image-13 {
  width: auto;
  height: 150px;
  margin-top: 20px;
}

.image-13.canacar-logo {
  width: 150px;
  height: 45px;
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
}

.dropdown {
  color: #f8d62f;
  line-height: 23%;
}

.dropdown:hover {
  color: @var_variable-70a16233-ff15-2e7c-2249-3293536de4a8;
  text-decoration: underline;
}

.dropdown.expositores {
  flex-flow: row;
  display: flex;
}

.dropdown.expositores:hover {
  color: #fff;
  text-decoration: none;
}

.dropdown-toggle {
  color: #f8d62f;
  padding: 10px 40px 10px 10px;
  font-weight: 500;
}

.dropdown-toggle:hover {
  color: #fff;
}

.text-block-14 {
  font-size: 15px;
  font-weight: 500;
}

.icon {
  font-size: 14px;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-23 {
  display: flex;
}

.div-block-24 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav {
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  background-color: #f8d62f;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 37px;
  font-family: Openinghourssans, sans-serif;
}

.section-2 {
  background-color: var(--yellow-mty);
  padding-top: 36px;
  padding-bottom: 20px;
  box-shadow: 0 2px 5px #0003;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-4 {
  color: var(--black);
  text-align: center;
  margin-top: 61px;
  font-family: Roboto Mono, sans-serif;
  font-size: 70px;
  display: block;
}

.testimonial-column-light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 30px;
  display: grid;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #f8d62f;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 32px 16px 10px;
  display: flex;
}

.testimonial-card-two:hover {
  color: var(--white);
}

.testimonial-card-two.sector-taller {
  justify-content: center;
  align-items: center;
  height: 450px;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  background-image: url('../images/mty-expo-truck-icon.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.heading-5 {
  font-size: 50px;
}

.heading-6 {
  text-align: center;
  color: #f8d62f;
  align-self: flex-end;
  font-size: 40px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list, .list-2, .list-item-5 {
  list-style-type: none;
}

.div-block-26 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-14, .image-15, .image-16 {
  width: 20px;
  height: 20px;
}

.div-block-27 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-17 {
  width: 100px;
  height: 100px;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-18 {
  width: 100px;
  height: 100px;
}

.div-block-29 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-19 {
  width: 100px;
  height: 100px;
}

.div-block-30 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-20 {
  width: 100px;
  height: 100px;
}

.section-3 {
  background-color: var(--yellow-mty);
  padding-top: 62px;
  padding-bottom: 0;
}

.container-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-7 {
  color: #000;
  text-align: center;
  margin-top: 34px;
  padding-top: 0;
  font-size: 70px;
}

.features-metrics {
  background-color: #f8d62f;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.features-metrics.metrics-visit-expo {
  border: 1px solid #000;
  border-radius: 12px;
  margin-top: 43px;
}

.container-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-6.feature-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 25px;
  display: grid;
}

.container-6.metrics-visit-expo {
  border: 1px solid #000;
  border-radius: 0;
}

.features-wrapper {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-wrapper.feature-wrapper-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.features-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  width: 100%;
  color: var(--black);
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  color: var(--black);
  font-size: 30px;
  line-height: 32px;
}

.features-title-small.feature-section-home {
  font-size: 30px;
}

.text-block-15 {
  color: var(--black);
  font-family: Roboto Mono, sans-serif;
}

.text-block-16 {
  width: 100%;
  color: var(--black);
}

.text-block-17, .text-block-18 {
  color: var(--black);
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-32 {
  color: #f8d62f;
  border: 1px solid #f8d62f;
}

.text-block-19 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.heading-8 {
  color: #f8d62f;
  margin-bottom: 0;
  font-size: 25px;
  display: block;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section-4.cc-firma {
  margin-top: 28px;
  margin-bottom: 29px;
}

.container-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template: "."
  / minmax(0, .25fr) 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  place-content: start;
  place-items: stretch start;
  display: grid;
}

.div-block-35 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -51px;
  display: flex;
}

.div-block-34 {
  flex-flow: column;
  margin-top: -77px;
  display: flex;
}

.container-8 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: row;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: start;
  padding-top: 0;
  padding-bottom: 70px;
  display: grid;
}

.div-block-36, .div-block-37 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-3 {
  list-style-type: none;
}

.paragraph {
  color: #fff;
  text-align: left;
  padding-top: 5px;
  padding-left: 19px;
}

.paragraph-2 {
  color: #fff;
  padding-top: 5px;
  padding-left: 19px;
}

.paragraph-3 {
  color: #fff;
  padding-top: 0;
  padding-left: 19px;
}

.paragraph-4 {
  color: #fff;
  padding-top: 5px;
  padding-left: 19px;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  padding-top: 5px;
  padding-left: 19px;
}

.paragraph-6 {
  color: #fff;
  padding-top: 5px;
  padding-left: 19px;
}

.div-block-38 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-21 {
  width: 80px;
  height: 80px;
}

.image-21.product-image {
  width: 70px;
  height: 70px;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-40 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-22 {
  width: 80px;
  height: 80px;
}

.image-22.product-image {
  width: 70px;
  height: 70px;
}

.div-block-41 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-23 {
  width: 80px;
  height: 80px;
}

.div-block-42 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-43 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.image-24 {
  width: 80px;
  height: 80px;
}

.image-24.product-image {
  width: 70px;
  height: 70px;
}

.image-25 {
  width: 80px;
  height: 80px;
}

.image-25.product-image {
  width: 70px;
  height: 70px;
}

.container-9 {
  margin-bottom: 34px;
}

.paragraph-7 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Openinghourssans, sans-serif;
  font-size: 20px;
  line-height: 170%;
}

.image-26 {
  width: 80px;
  height: 80px;
}

.image-26.product-image {
  width: 70px;
  height: 70px;
}

.section-5 {
  background-color: var(--yellow-mty);
  padding-top: 67px;
  padding-bottom: 0;
}

.container-10 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-9 {
  text-align: center;
  color: var(--black);
  margin-top: 34px;
  font-size: 70px;
}

.heading-10 {
  text-align: center;
  color: #f8d62f;
  font-size: 45px;
}

.paragraph-8 {
  color: #fff;
  font-size: 20px;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.container-11 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 80px;
  display: flex;
}

.heading-11 {
  text-align: center;
  color: #f8d62f;
}

.div-block-45 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  background-color: var(--yellow-mty);
  padding-top: 63px;
  padding-bottom: 0;
}

.container-12 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-12 {
  color: #000;
  text-align: center;
  margin-top: 34px;
  font-size: 70px;
}

.div-block-47 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-20 {
  color: var(--white);
  font-weight: 400;
}

.heading-13 {
  color: #f8d62f;
  padding-top: 35px;
}

.text-block-21 {
  color: var(--white);
  margin-top: 0;
}

.text-block-22 {
  margin-bottom: 25px;
}

.text-block-23 {
  color: #f8d62f;
  margin-top: 0;
  margin-bottom: 25px;
}

.text-span {
  color: var(--white);
}

.text-span-2, .text-span-3 {
  color: #f8d62f;
}

.text-block-25 {
  color: var(--white);
  text-decoration: none;
}

.link {
  text-align: left;
  -webkit-text-stroke-color: var(--white);
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.container-13 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: center;
  padding-top: 69px;
  padding-bottom: 69px;
  display: flex;
}

.image-27 {
  flex: 0 auto;
  width: 150px;
  height: 150px;
  display: block;
}

.image-28 {
  width: 150px;
  height: 150px;
}

.image-29 {
  border-radius: 50px;
  width: 150px;
  height: 150px;
}

.image-30, .image-31, .image-32 {
  width: 150px;
  height: 150px;
}

.div-block-48, .div-block-49 {
  width: 100%;
}

.text-span-4 {
  color: #f8d62f;
}

.section-7 {
  background-color: var(--yellow-mty);
  color: var(--black);
  padding-top: 65px;
  padding-bottom: 0;
}

.container-14 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-14 {
  text-align: center;
  color: @var_variable-146790ae-3f35-4309-00b2-a946b323ddf9;
  margin-top: 34px;
  font-size: 70px;
}

.section-8 {
  background-color: var(--yellow-mty);
  padding-top: 34px;
  padding-bottom: 22px;
}

.container-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-15 {
  text-align: center;
  color: var(--black);
  margin-bottom: 0;
  padding-top: 61px;
  padding-bottom: 24px;
  font-size: 70px;
}

.container-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.image-33 {
  width: 600px;
  height: 400px;
}

.section-9 {
  background-color: var(--yellow-mty);
  padding-top: 60px;
  padding-bottom: 0;
}

.container-17 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-16 {
  text-align: center;
  color: var(--black);
  margin-top: 34px;
  padding-top: 0;
  font-size: 70px;
}

.section-10 {
  background-color: var(--yellow-mty);
  padding-top: 60px;
  padding-bottom: 0;
}

.container-18 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-17 {
  text-align: center;
  color: var(--black);
  margin-top: 34px;
  font-size: 70px;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid #f8d62f;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.heading-18 {
  color: #f8d62f;
  font-size: 20px;
}

.text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36, .text-block-37, .text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49, .text-block-50, .text-block-51, .text-block-52, .text-block-53, .text-block-54, .text-block-55 {
  color: #f8d62f;
}

.div-block-51 {
  color: #fff;
  display: flex;
}

.div-block-52, .div-block-53, .div-block-54 {
  display: flex;
}

.image-34, .image-35, .image-36, .image-37 {
  width: 150px;
  height: 150px;
}

.text-span-5 {
  color: #fff;
}

.text-span-6 {
  color: #fff;
  text-decoration: none;
}

.text-span-7 {
  color: #fff;
}

.text-block-56 {
  color: #f8d62f;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.text-span-8 {
  color: #fff;
}

.text-span-9 {
  text-decoration: none;
}

.text-span-10 {
  color: var(--white);
}

.div-block-55, .div-block-56, .div-block-57, .div-block-58 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-59 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.text-span-11 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-3 {
  color: @var_variable-70a16233-ff15-2e7c-2249-3293536de4a8;
  text-decoration: none;
}

.bold-text-2 {
  color: var(--white);
  text-decoration: none;
}

.heading-19 {
  color: #f8d62f;
}

.text-span-12, .text-span-13 {
  color: #ff0;
}

.heading-20 {
  color: #f8d62f;
}

.text-span-14, .text-span-15 {
  color: #fff;
}

.text-span-16 {
  color: #f8d62f;
}

.text-span-17, .text-span-18 {
  color: #fff;
}

.heading-21 {
  color: #f8d62f;
}

.text-span-19 {
  color: #fff;
}

.link-4, .link-5 {
  color: #fff;
  text-decoration: none;
}

.link-6 {
  color: var(--white);
  text-decoration: none;
}

.heading-22 {
  color: var(--yellow-mty);
  font-size: 30px;
}

.container-19 {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 69px;
  padding-bottom: 69px;
  display: grid;
}

.link-7, .link-8, .link-9 {
  color: var(--white);
  text-decoration: none;
}

.text-block-57, .text-block-58 {
  color: var(--yellow-mty);
}

.text-span-20 {
  color: var(--white);
}

.link-10 {
  color: var(--white);
  text-decoration: none;
}

.text-span-21, .text-span-22, .text-span-23, .text-span-24 {
  color: var(--yellow-mty);
}

.link-11, .link-12, .link-13, .link-14, .link-15 {
  color: var(--white);
  text-decoration: none;
}

.text-span-25, .text-block-59 {
  color: var(--yellow-mty);
}

.link-16, .link-17 {
  color: var(--white);
  text-decoration: none;
}

.text-span-26, .text-block-60, .text-block-61, .text-block-62, .text-block-63 {
  color: var(--yellow-mty);
}

.link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25 {
  color: var(--white);
  text-decoration: none;
}

.text-span-27 {
  color: var(--white);
}

.link-26, .link-27, .link-28, .link-29, .link-30, .link-31, .link-32 {
  color: var(--white);
  text-decoration: none;
}

.text-span-28 {
  color: var(--white);
}

.section-11 {
  background-color: var(--yellow-mty);
  color: var(--black);
  padding-top: 54px;
  padding-bottom: 0;
}

.container-20 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-23 {
  color: var(--black);
  text-align: center;
  margin-top: 34px;
  margin-bottom: 24px;
  font-size: 70px;
}

.dropdown-list {
  border-top-style: solid;
  border-top-width: 4px;
  border-top-color: var(--yellow-mty);
  border-right-style: solid;
  border-right-width: 4px;
  border-right-color: var(--yellow-mty);
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: var(--yellow-mty);
  border-left-style: solid;
  border-left-width: 4px;
  border-left-color: var(--yellow-mty);
  color: #f8d62f;
  background-color: #fffffffa;
  border-radius: 5px;
  margin-top: 30px;
  padding: 10px;
}

.dropdown-link {
  color: var(--black);
}

.dropdown-link.w--current {
  color: var(--black);
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link.w--current:hover {
  color: var(--gray);
}

.dropdown-link-2 {
  color: var(--gray);
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-2:hover {
  color: #8a8787;
}

.dropdown-link-2.hover {
  color: var(--black);
}

.hover {
  color: var(--black);
  padding-top: 15px;
  padding-bottom: 15px;
}

.hover:hover {
  color: #575551;
  -webkit-text-decoration: underline #575551;
  text-decoration: underline #575551;
}

.hover.w--current, .hover.w--current:hover {
  color: var(--gray);
}

.dropdown-link-3 {
  color: var(--black);
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-3.w--current {
  color: var(--black);
}

.dropdown-link-3.hover.w--current {
  color: var(--gray);
}

.dropdown-list-2 {
  border: 4px solid var(--yellow-mty);
  background-color: #fffffffa;
  border-radius: 5px;
  margin-top: 50px;
  padding: 10px;
}

.dropdown-list-2:hover {
  color: @var_variable-70a16233-ff15-2e7c-2249-3293536de4a8;
}

.heading-24 {
  font-size: 40px;
}

.bold-text-3 {
  color: var(--yellow-mty);
  text-align: center;
}

.heading-25 {
  text-align: center;
}

.text-block-64 {
  font-size: 20px;
}

.text-block-65 {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  display: block;
}

.container-21 {
  padding-top: 69px;
  padding-bottom: 0;
}

.container-22 {
  padding-top: 69px;
  padding-bottom: 69px;
}

.container-23 {
  padding-top: 69px;
  padding-bottom: 90px;
}

.text-block-66 {
  width: 100%;
  color: var(--black);
  text-align: left;
  padding-top: 24px;
  padding-bottom: 27px;
  font-family: Roboto Mono, sans-serif;
  font-weight: 600;
}

.image-38 {
  width: 300px;
  display: block;
}

.bold-text-6 {
  text-align: left;
  font-size: 35px;
}

.heading-26 {
  border-right: 1px solid var(--yellow-mty);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 42px;
  font-family: Roboto Mono, sans-serif;
  font-size: 20px;
}

.text-block-67, .text-block-68, .text-block-69, .text-block-70, .text-block-71, .text-block-72, .text-block-73 {
  color: var(--black);
  text-align: center;
  font-family: Roboto Mono, sans-serif;
  font-weight: 600;
}

.text-span-32 {
  color: var(--yellow-mty);
  font-size: 25px;
}

.section-12 {
  background-color: var(--yellow-mty);
  color: var(--black);
  padding-top: 59px;
  padding-bottom: 0;
}

.container-24 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-28 {
  color: var(--black);
  text-align: center;
  margin-top: 34px;
  margin-bottom: 24px;
  font-size: 70px;
}

.container-25 {
  background-color: #fff;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.heading-29 {
  text-align: center;
  color: #dc143c;
  padding-top: 20px;
  font-size: 40px;
}

.image-39 {
  height: auto;
}

.text-block-74 {
  color: var(--black);
  text-align: center;
  font-family: Roboto Mono, sans-serif;
  font-weight: 600;
}

.div-block-65 {
  align-self: center;
}

.text-carousel-second-row-wrapper {
  z-index: 0;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  width: 105%;
  margin-top: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-carousel-second-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  display: flex;
}

.text-carousel-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-text {
  white-space: nowrap;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.text-carousel-image {
  width: 20px;
  max-width: none;
  height: 20px;
}

.div-block-67 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-68 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.text-span-33 {
  font-size: 20px;
}

.text-block-75 {
  color: var(--black);
  font-family: Roboto Mono, sans-serif;
}

.text-span-34 {
  font-size: 30px;
  font-weight: 600;
}

.text-block-76 {
  color: var(--yellow-mty);
  font-family: Roboto Mono, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.text-block-77 {
  width: 100%;
  color: var(--yellow-mty);
  text-align: center;
}

.div-block-69 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
}

.image-40 {
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-70 {
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 200px;
  max-width: none;
  display: flex;
}

.body {
  background-color: #0003;
  height: 100%;
}

.body.home-expos {
  background-color: #0000;
}

.section-13 {
  background-color: #000;
}

.heading-30 {
  color: var(--black);
  text-align: left;
  word-break: normal;
  margin-bottom: 5px;
  font-size: 55px;
}

.heading-30.logistica {
  text-align: left;
}

.div-block-71 {
  background-color: #0000;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 19px;
  display: flex;
}

.div-block-72 {
  background-color: #0000;
  border-radius: 15px;
  width: 100%;
  padding: 10px;
}

.div-block-73 {
  border: 1px #000;
  width: 90%;
}

.text-block-78 {
  width: 100%;
  color: var(--black);
  text-align: center;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Roboto Mono, sans-serif;
  font-weight: 700;
}

.container-27 {
  justify-content: center;
  align-items: center;
  padding-bottom: 58px;
  display: flex;
}

.scroll-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.scroll-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-31 {
  color: var(--black);
  text-align: center;
  padding-top: 38px;
}

.heading-32 {
  color: var(--yellow-mty);
  text-align: center;
  font-size: 25px;
}

.section-14 {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-15 {
  background-color: #000;
}

.text-span-35 {
  font-size: 12px;
}

.text-span-36 {
  font-size: 10px;
}

.div-block-75 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.div-block-76 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-29 {
  flex-flow: row;
  display: flex;
}

.section-16 {
  background-color: var(--yellow-mty);
}

.section-17 {
  background-color: var(--black);
}

.div-block-77 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-78 {
  text-align: center;
  width: 200px;
}

.div-block-79 {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  height: auto;
  display: flex;
}

.section-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: grid;
}

.div-block-80 {
  width: auto;
  height: 100%;
  color: var(--puebla);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-80:hover {
  background-image: linear-gradient(336deg, var(--puebla), white 62%);
  color: var(--white);
  background-color: var(--white);
}

.div-block-81 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-81:hover {
  border: 3px none var(--black);
  background-image: linear-gradient(346deg, #000 35%, #fff 94%);
}

.image-41 {
  flex: 1;
  order: 0;
  align-self: auto;
  width: 70%;
  max-width: none;
}

.image-42 {
  width: 90%;
}

.heading-34 {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
}

.heading-35 {
  color: var(--white);
  text-align: center;
}

.div-block-82 {
  background-color: var(--puebla);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 86px;
  display: flex;
}

.div-block-83 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-84 {
  background-color: var(--puebla);
  color: var(--yellow-mty);
  text-align: center;
}

.div-block-84.puebla {
  border-radius: 20px;
  width: auto;
  padding: 20px;
}

.div-block-84.puebla:hover {
  border: 3px solid #000;
}

.div-block-84.mty {
  background-color: var(--yellow-mty);
  border-radius: 20px;
  width: auto;
  padding: 20px;
}

.div-block-84.mty:hover {
  border: 3px solid var(--white);
  background-color: var(--yellow-mty);
}

.heading-36 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-decoration: none;
}

.heading-36.mty {
  color: var(--black);
}

.heading-37 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.heading-37.mty {
  color: var(--black);
  font-size: 40px;
}

.heading-38 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.heading-38.mty {
  color: var(--black);
  font-size: 40px;
}

.image-43 {
  width: 50%;
  padding-top: 31px;
  padding-bottom: 31px;
}

.div-block-85 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  background-color: var(--white);
  color: var(--puebla);
  cursor: pointer;
  text-decoration: none;
}

.link-block:hover {
  color: var(--black);
}

.link-block-2 {
  text-decoration: none;
}

.section-19 {
  background-color: #000;
}

.div-block-86 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-87 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-88 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-88.what-to-find {
  grid-template-columns: 1fr 1fr;
}

.div-block-89 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-44 {
  width: 50%;
}

.div-block-90 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-37, .text-span-38 {
  color: var(--white);
}

.text-block-79 {
  color: var(--white);
  margin-top: 16px;
}

.text-block-80 {
  color: var(--white);
}

.text-block-81 {
  color: var(--yellow-mty);
}

.text-span-39 {
  color: #fff;
  font-size: 20px;
}

.text-span-40 {
  color: @var_variable-70a16233-ff15-2e7c-2249-3293536de4a8;
}

.text-span-41 {
  color: var(--white);
  font-size: 20px;
}

.text-span-42 {
  color: var(--white);
}

.text-span-43, .text-span-44 {
  color: var(--yellow-mty);
}

.text-span-45 {
  color: var(--white);
}

.text-block-82 {
  color: var(--yellow-mty);
}

.text-span-46 {
  color: var(--white);
}

.text-span-47 {
  color: var(--white);
  font-size: 20px;
}

.text-span-48 {
  color: var(--yellow-mty);
}

.text-block-83 {
  margin-top: 0;
}

.text-span-49, .text-block-84 {
  color: var(--white);
}

.text-block-85 {
  color: var(--yellow-mty);
}

.text-span-50 {
  color: var(--white);
}

.text-span-51, .text-span-52 {
  color: var(--yellow-mty);
}

.text-span-53 {
  color: var(--white);
  font-size: 20px;
}

.text-block-86 {
  margin-top: 16px;
}

.bold-text-7, .bold-text-8, .bold-text-9 {
  color: var(--yellow-mty);
}

.text-span-54 {
  color: var(--white);
}

.bold-text-10, .bold-text-11 {
  color: var(--yellow-mty);
}

.bold-text-12 {
  color: var(--white);
}

.bold-text-13 {
  color: var(--yellow-mty);
}

.bold-text-14 {
  color: var(--white);
}

.text-span-55, .text-block-87, .text-span-56 {
  color: var(--yellow-mty);
}

.text-span-57 {
  color: var(--white);
}

.text-span-58, .text-span-59, .text-span-60, .text-block-88 {
  color: var(--yellow-mty);
}

.text-span-61 {
  color: var(--white);
}

.text-block-89 {
  color: var(--yellow-mty);
}

.text-span-62 {
  color: var(--white);
  font-size: 20px;
}

.text-span-63 {
  color: var(--white);
  text-decoration: underline;
}

.text-span-64, .text-span-65 {
  text-decoration: underline;
}

.text-span-66 {
  color: var(--white);
  text-decoration: underline;
}

.link-33 {
  color: var(--white);
}

.text-span-67 {
  color: var(--white);
  text-decoration: underline;
}

.container-contact-form {
  background-color: #fff;
  width: 100%;
}

.image-45 {
  width: 200px;
  height: 200px;
  display: inline-block;
}

.div-block-91 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  display: flex;
}

.text-block-90 {
  font-size: 50px;
  line-height: 150px;
}

.text-block-91 {
  text-align: center;
  font-size: 50px;
  line-height: 100%;
}

.image-46 {
  width: 200px;
  height: 200px;
}

.div-block-92 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.body-2 {
  display: block;
}

.body-3 {
  background-color: var(--blue);
  height: auto;
  display: block;
}

.section-20 {
  flex: 1;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.body-4 {
  background-color: #0000;
}

.body-5 {
  background-color: #0000;
  height: auto;
  min-height: auto;
  margin-top: 5px;
}

.section-21 {
  flex-flow: row;
  flex: 1;
  order: 0;
  align-self: auto;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-22 {
  flex: 1;
  display: flex;
}

.link-34 {
  text-decoration: underline;
}

.link-35, .link-36 {
  color: var(--white);
  text-decoration: none;
}

.text-span-68 {
  color: var(--white);
  text-decoration: underline;
}

.heading-39 {
  color: var(--black);
  text-align: left;
  font-size: 30px;
}

.div-block-93 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-40, .heading-41, .heading-42, .text-block-92, .text-block-93, .text-block-94 {
  color: var(--black);
}

.image-47, .image-48, .image-49 {
  width: 150px;
  height: 150px;
}

.section-23 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-69, .text-span-70 {
  color: var(--yellow-mty);
}

.text-block-95 {
  margin-top: 19px;
}

.text-span-71 {
  color: var(--white);
}

.link-37 {
  color: var(--white);
  text-decoration: none;
}

.text-block-96 {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 150%;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .white-button.nav-bar {
    text-align: left;
    border-style: none;
    border-radius: 0;
    width: 100%;
    margin-top: 8px;
  }

  .white-button.nav-bar:hover {
    outline-offset: 0px;
    border-style: none;
    outline: 0 #000;
  }

  .white-button.nav-bar.w--current {
    color: #fff;
    background-color: #000;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-decoration: none;
  }

  .white-button.nav-bar.w--current:hover {
    color: var(--white);
    text-decoration: underline;
  }

  .white-button.nav-bar.nav-bad-ipad {
    background-color: var(--black);
    color: var(--yellow-mty);
    margin-top: 5px;
    padding: 0;
  }

  .white-button.nav-bar.nav-bad-ipad:hover {
    color: var(--white);
  }

  .brand {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .brand.w--current {
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu {
    text-align: left;
    background-color: #000;
    flex-direction: column;
    width: 100vw;
    padding: 32px;
    display: flex;
    box-shadow: 0 40px 40px #004cda4d;
  }

  .menu-button {
    background-color: #0000;
    align-self: center;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navbar-contents {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .nav-right-content.mobile {
    flex-direction: column;
    margin-top: 24px;
    display: flex;
  }

  .nav-right-content.desktop {
    display: none;
  }

  .hero-ribbon-section {
    height: 800px;
    padding-top: 154px;
    padding-bottom: 0;
  }

  .ribbon-image {
    top: 8%;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .space-top-medium {
    margin-top: 52px;
  }

  .space-top-small {
    margin-top: 22px;
  }

  .container {
    margin-top: 0;
    padding: 20px 32px;
  }

  .container.container-slider {
    margin-top: 0;
    padding-top: 0;
  }

  .container.container-expositor-contact {
    padding-top: 70px;
    padding-bottom: 69px;
  }

  .space-top-large {
    margin-top: 72px;
  }

  .space-top {
    margin-top: 36px;
  }

  .space-top-tiny {
    margin-top: 14px;
  }

  .center-content.center-text {
    padding-top: 0;
  }

  .center-content.center-text.info {
    padding-top: 100px;
  }

  .large-heading {
    font-size: 80px;
    line-height: 100px;
  }

  .medium-text {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 16px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.sign-up-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.template {
    padding-top: 160px;
  }

  .accordion-item-trigger {
    font-size: 19px;
  }

  .three-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .social-logos-wrap {
    grid-column-gap: 50px;
    justify-content: center;
    align-items: center;
  }

  .logos-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .large-text {
    font-size: 19px;
  }

  .footer {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .footer-content {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-1-links {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .template-page-wrap {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 15px;
  }

  .div-block-2 {
    width: 100%;
  }

  .image-3.emprendus-logo {
    width: 90px;
  }

  .heading-3 {
    text-align: center;
  }

  .div-block-10 {
    padding-bottom: 15px;
  }

  .image-4 {
    width: 100px;
    height: 100px;
  }

  .image-4.product-image {
    width: 80px;
    height: 80px;
  }

  .image-5 {
    width: 100px;
    height: 100px;
  }

  .image-5.product-image {
    width: 80px;
    height: 80px;
  }

  .image-6 {
    width: 100px;
    height: 100px;
  }

  .image-6.product-image {
    width: 80px;
    height: 80px;
  }

  .image-7 {
    width: 100px;
    height: 100px;
  }

  .image-7.product-image {
    width: 80px;
    height: 80px;
  }

  .image-8 {
    width: 100px;
    height: 100px;
  }

  .image-8.product-image {
    width: 80px;
    height: 80px;
  }

  .image-9 {
    width: 100px;
    height: 100px;
  }

  .image-9.product-image {
    width: 80px;
    height: 80px;
  }

  .image-10 {
    width: 100px;
    height: 100px;
  }

  .image-10.product-image {
    width: 80px;
    height: 80px;
  }

  .image-11 {
    width: 100px;
    height: 100px;
  }

  .image-11.product-image {
    width: 80px;
    height: 80px;
  }

  .image-12 {
    width: 100px;
    height: 100px;
  }

  .image-12.product-image {
    width: 80px;
    height: 80px;
  }

  .container-2 {
    margin-top: 0;
  }

  .image-13.canacar-logo {
    width: 120px;
    height: 30px;
  }

  .dropdown {
    max-width: 100%;
  }

  .dropdown:hover {
    -webkit-text-stroke-color: white;
    text-decoration: none;
  }

  .dropdown.expositores {
    max-width: 100%;
    display: block;
  }

  .dropdown.expositores:hover {
    text-decoration: none;
  }

  .dropdown-toggle {
    padding-left: 0;
    text-decoration: none;
    display: block;
  }

  .dropdown-toggle:hover {
    text-decoration: none;
  }

  .text-block-14 {
    display: block;
  }

  .section-2 {
    padding-top: 67px;
    padding-bottom: 10px;
  }

  .container-3 {
    padding-top: 24px;
    padding-bottom: 10px;
  }

  .heading-4 {
    font-size: 50px;
  }

  .testimonial-column-light {
    padding-bottom: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-card-two {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .heading-6 {
    font-size: 30px;
  }

  .image-17, .image-18, .image-19, .image-20 {
    width: 100px;
    height: 100px;
  }

  .section-3, .section-3.cc-firma {
    padding-bottom: 0;
  }

  .container-5 {
    padding-top: 12px;
    padding-bottom: 0;
  }

  .heading-7 {
    color: #000;
    margin-top: 82px;
    margin-bottom: 9px;
    font-size: 50px;
  }

  .features-metrics.metrics-visit-expo {
    margin-top: 44px;
  }

  .container-6 {
    max-width: 728px;
  }

  .container-6.feature-container {
    padding-bottom: 46px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .features-wrapper.feature-wrapper-home {
    margin-left: 0;
  }

  .features-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -8px;
  }

  .features-title {
    margin-bottom: -19px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .features-title-small {
    font-size: 20px;
  }

  .text-block-15 {
    padding-bottom: 0;
    font-size: 12px;
  }

  .text-block-16, .text-block-17, .text-block-18 {
    font-size: 12px;
  }

  .heading-8 {
    font-size: 20px;
  }

  .section-4.cc-firma {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .container-8 {
    place-items: start;
    margin-top: 16px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .container-9 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .section-5 {
    padding-top: 63px;
    padding-bottom: 0;
  }

  .container-10 {
    margin-top: 61px;
    padding-bottom: 0;
  }

  .heading-9 {
    font-size: 50px;
  }

  .heading-10 {
    font-size: 35px;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .container-11 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-6 {
    padding-top: 81px;
    padding-bottom: 0;
  }

  .container-12 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading-12 {
    color: #000;
    margin-top: 79px;
    font-size: 50px;
  }

  .image-27, .image-28, .image-29, .image-30, .image-31, .image-32 {
    width: 150px;
    height: 150px;
  }

  .section-7 {
    padding-bottom: 19px;
  }

  .container-14 {
    margin-top: 33px;
    padding-bottom: 0;
  }

  .heading-14 {
    margin-top: 62px;
    margin-bottom: 0;
    font-size: 50px;
  }

  .section-8 {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .container-15 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-15 {
    margin-bottom: 0;
    font-size: 50px;
  }

  .container-16 {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .section-9 {
    padding-top: 76px;
    padding-bottom: 0;
  }

  .container-17 {
    padding-bottom: 0;
  }

  .heading-16 {
    margin-top: 83px;
    font-size: 50px;
  }

  .section-10 {
    padding-top: 73px;
    padding-bottom: 0;
  }

  .container-18 {
    padding-bottom: 0;
  }

  .heading-17 {
    margin-top: 85px;
    font-size: 50px;
  }

  .image-34, .image-35, .image-36, .image-37 {
    width: 150px;
    height: 150px;
  }

  .div-block-59 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-19, .heading-20, .text-span-16, .heading-21 {
    font-size: 25px;
  }

  .section-11 {
    padding-top: 102px;
    padding-bottom: 0;
  }

  .container-20 {
    margin-top: 19px;
    padding-bottom: 0;
  }

  .heading-23 {
    font-size: 50px;
  }

  .dropdown-list {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    text-decoration: none;
  }

  .hover {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list-2 {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
  }

  .dropdown-list-2:hover {
    text-decoration: none;
  }

  .bold-text-3 {
    font-size: 26px;
  }

  .container-21, .container-23 {
    padding-bottom: 0;
  }

  .text-block-66 {
    width: 100%;
  }

  .text-span-29 {
    color: var(--yellow-mty);
    font-size: 20px;
  }

  .bold-text-4 {
    font-size: 15px;
  }

  .text-span-30 {
    color: var(--yellow-mty);
    font-size: 20px;
  }

  .image-38 {
    width: 200px;
  }

  .heading-26 {
    font-size: 15px;
  }

  .text-block-70 {
    text-align: center;
  }

  .text-span-32 {
    font-size: 20px;
  }

  .section-12 {
    padding-top: 101px;
    padding-bottom: 0;
  }

  .container-24 {
    padding-bottom: 0;
  }

  .heading-28 {
    padding-top: 24px;
    font-size: 50px;
  }

  .heading-29 {
    font-size: 30px;
  }

  .text-block-74 {
    text-align: center;
  }

  .div-block-65 {
    align-self: stretch;
  }

  .transparant-menu-button {
    color: #023ec2;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover {
    color: #fff;
    background-color: #0000004d;
  }

  .transparant-menu-button.w--open {
    background-color: #000;
  }

  .div-block-66 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-26 {
    justify-content: space-between;
    display: flex;
  }

  .carousel-text {
    font-size: 42px;
  }

  .text-carousel-image {
    width: 34px;
  }

  .div-block-68 {
    width: 150px;
  }

  .text-block-76 {
    font-size: 20px;
  }

  .text-block-77 {
    font-size: 12px;
  }

  .div-block-69 {
    width: 150px;
  }

  .image-40 {
    width: 25px;
    height: 25px;
  }

  .div-block-70 {
    width: 150px;
    min-width: 150px;
  }

  .heading-30 {
    margin-bottom: 5px;
    font-size: 40px;
  }

  .container-27 {
    justify-content: center;
    align-items: center;
    padding-bottom: 58px;
    display: flex;
  }

  .heading-32 {
    text-align: left;
  }

  .heading-33 {
    font-size: 25px;
  }

  .section-14 {
    padding-left: 0;
    padding-right: 10px;
  }

  .container-28 {
    margin-bottom: 51px;
  }

  .section-15 {
    padding-bottom: 48px;
  }

  .div-block-84.puebla {
    width: 90%;
  }

  .div-block-84.puebla:hover {
    border: 2px solid var(--white);
  }

  .div-block-84.mty {
    width: 90%;
  }

  .div-block-84.mty:hover {
    border-width: 2px;
  }

  .heading-36 {
    font-size: 40px;
  }

  .heading-37, .heading-37.mty, .heading-38, .heading-38.mty, .text-block-91 {
    font-size: 30px;
  }

  .image-46 {
    width: 100px;
    height: 100px;
  }

  .section-20 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .heading-40, .heading-41, .heading-42 {
    font-size: 25px;
  }

  .image-47, .image-48, .image-49 {
    width: 100px;
    height: 100px;
  }

  .div-block-94 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 150%;
  }

  h1 {
    font-size: 50px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .nav-link, .nav-link.w--current {
    font-size: 14px;
  }

  .white-button.nav-bar {
    color: var(--yellow-mty);
    text-align: left;
    background-color: #000;
    margin-top: 0;
    padding: 0;
  }

  .white-button.nav-bar:hover {
    color: var(--white);
    background-color: #000;
    border-style: none;
  }

  .white-button.nav-bar.w--current {
    color: var(--white);
    padding-right: 0;
  }

  .white-button.nav-bar.w--current:hover {
    color: var(--white);
  }

  .brand.w--current {
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: inline-flex;
  }

  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navbar:hover {
    text-decoration: underline;
  }

  .nav-menu {
    padding: 24px;
  }

  .menu-button {
    flex-flow: row;
    flex: 0 auto;
    align-self: center;
    display: inline-flex;
  }

  .navbar-contents {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-ribbon-section {
    background-position: 50%;
    background-size: cover;
    height: 700px;
    padding-top: 130px;
  }

  .split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .space-top-medium {
    margin-top: 48px;
  }

  .space-top-small {
    margin-top: 20px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.container-2-find.container-what-to-find.container-products {
    flex-flow: column;
    display: flex;
  }

  .container.container-2-find.container-what-to-find.container-products.logistics {
    margin-top: 30px;
  }

  .container.container-slider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.container-expositor-contact {
    padding-bottom: 70px;
  }

  .space-top-large {
    margin-top: 64px;
  }

  .space-top {
    margin-top: 32px;
  }

  .space-top-tiny {
    margin-top: 12px;
  }

  .center-content.center-text.info {
    padding-top: 45px;
  }

  .large-heading {
    font-size: 11vw;
    line-height: 75px;
  }

  .medium-text {
    margin-top: -17px;
    padding-top: 5px;
    font-size: 15px;
  }

  .blue-button.principal.visitors-perfil.register-visitantes {
    margin-top: 15px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.no-padding-bottom.section-caroucel {
    padding-top: 0;
  }

  .accordion-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .accordion-item-trigger {
    font-size: 18px;
  }

  .answer {
    margin-bottom: 0;
  }

  .single-step-wrapper {
    grid-template-columns: 2fr;
  }

  .three-column-grid {
    grid-template-columns: 1fr;
  }

  .social-logos-wrap {
    grid-column-gap: 20px;
  }

  .logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .large-text {
    font-size: 18px;
  }

  .pricing-card-button {
    font-size: 16px;
  }

  .faq-split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .faq-accordion {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-content {
    grid-row-gap: 30px;
  }

  .footer-1-links {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .footer-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .template-page-content {
    padding: 32px;
  }

  .heading {
    font-size: 12px;
  }

  .div-block-3 {
    margin-top: 12px;
    margin-bottom: 26px;
  }

  .slider-2 {
    height: 350px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .image-3 {
    width: 150px;
  }

  .image-3.emprendus-logo {
    width: 80px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
    width: 100px;
    height: 100px;
  }

  .text-block-7 {
    text-align: center;
  }

  .text-block-8 {
    width: 100%;
    max-width: 100%;
    color: var(--black);
    text-align: center;
    background-color: #0000;
    border: 1px solid #000;
    border-radius: 11px;
    margin-bottom: 23px;
    padding: 10px;
  }

  .container-2 {
    width: 100%;
  }

  .image-13.canacar-logo {
    width: 100px;
    height: 30px;
  }

  .dropdown, .dropdown:hover {
    text-decoration: none;
  }

  .dropdown.expositores {
    display: block;
  }

  .dropdown.expositores:hover {
    text-decoration: none;
  }

  .dropdown-toggle {
    clear: none;
    display: block;
  }

  .dropdown-toggle:hover {
    float: none;
    text-decoration: none;
  }

  .section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    margin-top: 102px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .testimonial-column-light {
    padding: 0 15px;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: end stretch;
    place-items: center;
    margin-bottom: 25px;
    display: grid;
  }

  .testimonial-card-two {
    width: 60%;
  }

  .testimonial-card-two.sector-taller {
    width: 320px;
    height: 100%;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .heading-6 {
    font-size: 20px;
  }

  .div-block-27 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-17 {
    width: 50px;
    height: 50px;
  }

  .div-block-28 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-18 {
    width: 50px;
    height: 50px;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-19 {
    width: 50px;
    height: 50px;
  }

  .div-block-30 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-20 {
    width: 50px;
    height: 50px;
  }

  .section-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-5 {
    height: auto;
    margin-top: 108px;
    padding-top: 0;
    padding-bottom: 17px;
  }

  .heading-7 {
    margin-top: 53px;
    margin-bottom: 0;
    font-size: 40px;
  }

  .features-metrics {
    flex-flow: row;
    padding: 10px;
  }

  .features-metrics.metrics-visit-expo {
    width: 100%;
    margin-top: 31px;
  }

  .container-6 {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-6.feature-container {
    padding-top: 37px;
  }

  .container-6.metrics-visit-expo {
    text-align: center;
    border-style: none;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .features-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-wrapper.animated-features.metrics-visit-expo {
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .features-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-bottom: 40px;
  }

  .features-title {
    margin-bottom: -18px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .features-title-small {
    font-size: 14px;
  }

  .text-block-15 {
    font-size: 12px;
  }

  .heading-8 {
    font-size: 18px;
  }

  .section-4.cc-firma {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-35, .div-block-34 {
    margin-top: 0;
  }

  .container-8 {
    grid-template-rows: auto auto auto auto;
    place-items: start;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-33 {
    flex-flow: column;
    display: flex;
  }

  .div-block-36 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .div-block-37 {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-2 {
    text-align: left;
  }

  .div-block-38 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .image-21, .image-22, .image-23 {
    width: 50px;
    height: 50px;
  }

  .div-block-42 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-24, .image-25 {
    width: 50px;
    height: 50px;
  }

  .container-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .paragraph-7 {
    color: var(--yellow-mty);
    text-align: left;
    margin-bottom: 19px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .image-26 {
    width: 50px;
    height: 50px;
  }

  .section-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-10 {
    margin-top: 127px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-9 {
    font-size: 40px;
  }

  .heading-10 {
    text-align: center;
    font-size: 25px;
  }

  .paragraph-8 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-44 {
    flex-flow: column;
    display: flex;
  }

  .container-11 {
    margin-bottom: 0;
    padding-bottom: 65px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-12 {
    margin-top: 91px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-12 {
    font-size: 40px;
  }

  .container-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-27, .image-28, .image-29, .image-30, .image-31, .image-32 {
    width: 100px;
    height: 100px;
  }

  .section-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-14 {
    margin-top: 102px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-14 {
    margin-bottom: 14px;
    font-size: 40px;
  }

  .section-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-15 {
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .heading-15 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .container-16 {
    margin-bottom: 0;
    padding-top: 40px;
  }

  .section-9 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .container-17 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-16 {
    margin-top: 107px;
    padding-top: 9px;
    font-size: 40px;
  }

  .section-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-18 {
    margin-top: 125px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-17 {
    margin-top: 39px;
    font-size: 40px;
  }

  .div-block-50 {
    padding-bottom: 0;
  }

  .image-34, .image-35, .image-36, .image-37 {
    width: 100px;
    height: 100px;
  }

  .div-block-59 {
    display: flex;
  }

  .heading-22 {
    font-size: 25px;
  }

  .container-19 {
    grid-template-areas: "Area";
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-20 {
    margin-top: 127px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-23 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .dropdown-list {
    max-width: none;
    margin-top: 0;
  }

  .dropdown-list-2 {
    margin-top: 0;
    text-decoration: none;
  }

  .dropdown-list-2:hover {
    text-decoration: none;
  }

  .text-block-64 {
    text-align: center;
  }

  .text-block-65 {
    text-align: center;
    font-size: 15px;
  }

  .container-21 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-23 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-66 {
    width: 100%;
    padding-bottom: 15px;
  }

  .bold-text-4 {
    text-align: left;
  }

  .bold-text-5 {
    font-size: 18px;
  }

  .text-span-31 {
    color: var(--white);
    text-align: left;
    font-size: 15px;
  }

  .image-38 {
    width: 100px;
    height: 100px;
  }

  .bold-text-6 {
    text-align: center;
    line-height: 40px;
  }

  .heading-26 {
    font-size: 12px;
  }

  .right-arrow-2 {
    height: 100%;
  }

  .text-block-70, .text-block-71 {
    text-align: center;
  }

  .div-block-60 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span-32 {
    text-align: center;
  }

  .section-12 {
    padding-top: 0;
  }

  .container-24 {
    margin-top: 104px;
    padding-bottom: 0;
  }

  .heading-28 {
    font-size: 40px;
  }

  .heading-29 {
    font-size: 20px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .div-block-66 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .container-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .carousel-text {
    font-size: 36px;
  }

  .heading-30 {
    margin-bottom: 5px;
    font-size: 30px;
  }

  .heading-30.logistica {
    text-align: center;
  }

  .container-27 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-bottom: 58px;
    display: flex;
  }

  .scroll-container {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .heading-31 {
    font-size: 30px;
  }

  .container-28 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-78, .div-block-79 {
    width: 140px;
  }

  .div-block-84.puebla, .div-block-84.mty {
    width: 90%;
  }

  .heading-36, .heading-36.mty {
    font-size: 30px;
  }

  .heading-37, .heading-37.mty, .heading-38, .heading-38.mty {
    font-size: 20px;
  }

  .div-block-88 {
    grid-template-columns: 1fr;
  }

  .div-block-88.what-to-find {
    flex-flow: column;
    display: flex;
  }

  .div-block-89 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-91 {
    margin-top: 13px;
    font-size: 30px;
  }

  .image-46 {
    width: 90px;
    height: 90px;
  }

  .heading-39 {
    text-align: center;
    font-size: 15px;
  }

  .heading-40, .heading-41, .heading-42 {
    font-size: 18px;
  }

  .image-47, .image-48, .image-49 {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 479px) {
  .white-button.nav-bar.w--current {
    color: var(--white);
    text-decoration: none;
  }

  .white-button.nav-bar.w--current:hover {
    color: var(--white);
    background-color: #000;
    text-decoration: underline;
  }

  .brand {
    max-width: 160px;
    padding-left: 0;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar:hover {
    color: var(--white);
    -webkit-text-decoration: underline #ff0;
    text-decoration: underline #ff0;
  }

  .nav-menu {
    padding: 16px;
  }

  .nav-menu._w-nav-menu {
    padding-top: 5px;
  }

  .menu-button {
    padding-right: 0;
  }

  .hero-ribbon-section {
    max-width: 100vw;
    height: 500px;
    margin-bottom: 0;
    padding-top: 0;
    overflow: hidden;
  }

  .ribbon-image {
    object-fit: cover;
    height: 90vw;
    top: 26vw;
  }

  .split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.container-2-find.container-what-to-find {
    padding-top: 34px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.container-2-find.container-what-to-find.container-products {
    flex-flow: column;
    display: flex;
  }

  .container.container-2-find.container-what-to-find.container-products.logistics {
    margin-top: 0;
  }

  .container.container-slider {
    padding-top: 0;
  }

  .container.container-expositor-contact {
    padding-top: 58px;
  }

  .center-content.center-text {
    padding-top: 0;
  }

  .center-content.center-text.info {
    padding-top: 76px;
  }

  .large-heading {
    white-space: normal;
    width: 90%;
    font-size: 10vw;
    line-height: 40px;
  }

  .title {
    margin-bottom: 26px;
    font-size: 20px;
  }

  .title.blue-text.no-space-bottom {
    margin-bottom: 0;
  }

  .title.bigger {
    padding-top: 16px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .title.bigger.title-place {
    padding-top: 0;
    font-size: 15px;
  }

  .title.age-restrinction {
    font-size: 15px;
  }

  .title.age-restrinction.title-restrinction {
    font-size: 12px;
  }

  .title.title-date {
    margin-bottom: 0;
    font-size: 15px;
  }

  .tag-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 9px;
  }

  .tag-flex.vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .medium-text {
    margin-top: -41px;
    font-size: 12px;
  }

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

  .blue-button.principal {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .blue-button.principal.informes-bottom, .blue-button.principal.button-home-page {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .blue-button.principal.visitors-perfil {
    width: 85%;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.sign-up-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-foot {
    width: 72%;
    font-size: 16px;
  }

  .right-arrow, .left-arrow {
    width: 32px;
    height: 32px;
    bottom: -13px;
  }

  .previous-conference-video {
    margin-top: 40px;
  }

  .previous-conf-overlay {
    max-width: 40%;
    bottom: 16px;
    left: 16px;
  }

  .accordion-item-trigger {
    font-size: 16px;
  }

  .single-step-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    display: grid;
  }

  .tag {
    font-size: 12px;
  }

  .three-column-grid {
    margin-top: 30px;
  }

  .logo-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .pricing-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-card-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 24px;
  }

  .pricing-card-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .spread-vertical {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .form-block {
    padding: 24px;
  }

  .text-field {
    height: 48px;
  }

  .split-fields {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer {
    border-style: solid;
    border-width: 1px;
    border-color: var(--yellow-mty) black black;
    margin-top: 0;
  }

  .footer-content {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-1-links {
    grid-row-gap: 16px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .webflow-link {
    margin: 12px 0;
  }

  .footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-wrap {
    width: 100vw;
    overflow: hidden;
  }

  .page-wrap.cc-firma {
    margin-top: 4px;
  }

  .heading {
    text-align: center;
    font-size: 12px;
  }

  .div-block-3 {
    margin-top: 36px;
  }

  .slider-2 {
    height: 240px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .image-3.emprendus-logo {
    width: 65px;
  }

  .heading-3 {
    text-align: center;
    overflow-wrap: normal;
    width: 19%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    grid-template: ". ."
                   "Area-2 Area-4"
                   "Area-3 ."
                   ". ."
                   "Area-5 ."
                   "Area Area"
                   / 2.25fr 2.5fr;
    grid-auto-columns: .25fr;
    place-content: space-around start;
    place-items: center;
    display: grid;
  }

  .image-4 {
    width: 80px;
    height: 80px;
  }

  .image-4.product-image {
    width: 60px;
    height: 60px;
  }

  .image-5 {
    width: 80px;
    height: 80px;
  }

  .image-5.product-image {
    width: 60px;
    height: 60px;
  }

  .image-6 {
    width: 80px;
    height: 80px;
  }

  .image-6.product-image {
    width: 60px;
    height: 60px;
  }

  .image-7 {
    width: 80px;
    height: 80px;
  }

  .image-7.product-image {
    width: 60px;
    height: 60px;
  }

  .image-8 {
    width: 80px;
    height: 80px;
  }

  .image-8.product-image {
    width: 60px;
    height: 60px;
  }

  .image-9 {
    width: 80px;
    height: 80px;
  }

  .image-9.product-image {
    width: 60px;
    height: 60px;
  }

  .image-10 {
    width: 80px;
    height: 80px;
  }

  .image-10.product-image {
    width: 60px;
    height: 60px;
  }

  .image-11 {
    width: 80px;
    height: 80px;
  }

  .image-11.product-image {
    width: 60px;
    height: 60px;
  }

  .image-12 {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }

  .image-12.product-image {
    width: 60px;
    height: 60px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
  }

  .div-block-20 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-8 {
    text-align: center;
    overflow-wrap: anywhere;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    font-size: 12px;
  }

  .text-block-13 {
    padding-top: 24px;
    font-size: 12px;
  }

  .container-2 {
    margin-top: 100px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-13 {
    width: 100px;
    height: 100px;
  }

  .image-13.canacar-logo {
    width: 80px;
    height: 25px;
  }

  .dropdown:hover {
    color: var(--white);
    text-decoration: none;
  }

  .dropdown.expositores {
    overflow-wrap: break-word;
  }

  .dropdown.expositores:hover {
    color: var(--white);
    text-decoration: none;
  }

  .dropdown-toggle:hover {
    color: var(--white);
  }

  .section-2 {
    background-image: url('../images/exo-mty-bg.webp');
    background-position: 50%;
    background-size: cover;
    padding-top: 0;
  }

  .container-3 {
    background-color: var(--yellow-mty);
    margin-top: 67px;
    padding: 0 10px 20px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .testimonial-column-light {
    border: 1px #000;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-grid-two {
    place-items: center;
    padding-left: 0;
  }

  .testimonial-grid-two.sector-taller {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonial-card-two {
    width: 80%;
  }

  .testimonial-card-two.sector-taller {
    width: 80%;
    height: auto;
    padding-left: 16px;
  }

  .heading-6 {
    align-self: center;
    margin-bottom: 0;
  }

  .div-block-27 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .div-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .div-block-29 {
    flex-flow: row;
  }

  .section-3 {
    background-position: 50%;
    padding-top: 0;
  }

  .container-5 {
    height: 120px;
    margin-top: 72px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-7 {
    margin-top: 56px;
    font-size: 30px;
  }

  .features-metrics.metrics-visit-expo {
    border-style: none;
    border-radius: 14px;
    width: 50%;
    margin-top: 26px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    max-width: none;
  }

  .container-6.feature-container {
    padding-bottom: 6px;
  }

  .container-6.metrics-visit-expo {
    border-style: none;
  }

  .features-wrapper {
    flex-flow: column;
    margin-bottom: 0;
  }

  .features-wrapper.feature-wrapper-home {
    margin-left: 0;
  }

  .features-wrapper.animated-features.metrics-visit-expo {
    border: 0 solid #000;
    flex-flow: column;
  }

  .features-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .features-title {
    flex: 0 auto;
    margin-bottom: -15px;
    font-size: 12px;
  }

  .features-title-small {
    font-size: 12px;
  }

  .features-title-small.feature-section-home {
    font-size: 20px;
  }

  .text-block-15 {
    padding-bottom: 0;
  }

  .heading-8 {
    text-align: left;
  }

  .section-4.cc-firma {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .div-block-35 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-34 {
    margin-top: 0;
  }

  .container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
    display: flex;
  }

  .div-block-36, .div-block-37 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-6, .paragraph-7 {
    text-align: left;
  }

  .section-5 {
    background-position: 50%;
    padding-top: 0;
  }

  .container-10 {
    margin-top: 95px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-9 {
    margin-top: 34px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .heading-10 {
    font-size: 20px;
  }

  .container-11 {
    margin-top: 57px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .section-6 {
    background-position: 50%;
    padding-top: 0;
  }

  .container-12 {
    margin-top: 74px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-12 {
    margin-top: 55px;
    font-size: 30px;
  }

  .div-block-47 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .container-13 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .image-27, .image-28, .image-29, .image-30, .image-31, .image-32 {
    align-self: center;
  }

  .div-block-48, .div-block-49 {
    text-align: left;
  }

  .section-7 {
    background-position: 50%;
    padding-top: 0;
  }

  .container-14 {
    margin-top: 89px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-14 {
    margin-top: 40px;
    font-size: 30px;
  }

  .section-8 {
    background-position: 50%;
    padding-top: 0;
  }

  .container-15 {
    margin-top: 64px;
    padding: 0 10px 12px;
  }

  .heading-15 {
    padding-bottom: 10px;
    font-size: 30px;
  }

  .container-16 {
    object-fit: fill;
    margin-bottom: 0;
    padding-left: 181px;
    overflow: auto;
  }

  .section-9 {
    background-position: 50%;
    padding-top: 0;
  }

  .container-17 {
    margin-top: 69px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-16 {
    margin-top: 50px;
    font-size: 30px;
  }

  .section-10 {
    background-position: 50%;
    padding-top: 0;
  }

  .container-18 {
    margin-top: 86px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-17 {
    margin-top: 46px;
    font-size: 30px;
  }

  .div-block-50 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: auto;
    height: auto;
    display: grid;
    overflow: visible;
  }

  .div-block-51 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-52 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-53 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-54 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-55, .div-block-56 {
    justify-content: center;
    align-items: center;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-58 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-19 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-11 {
    background-position: 50%;
    padding-top: 0;
  }

  .container-20 {
    margin-top: 111px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-23 {
    margin-top: 20px;
    font-size: 30px;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .hover {
    overflow-wrap: anywhere;
    max-width: 100%;
    font-size: 12px;
  }

  .hover.w--current {
    color: var(--black);
  }

  .dropdown-list-2 {
    overflow-wrap: break-word;
    margin-top: 0;
  }

  .dropdown-list-2:hover {
    color: #fff;
    text-decoration: none;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .heading-25 {
    margin-top: 20px;
    line-height: 25px;
  }

  .text-block-64 {
    font-size: 18px;
  }

  .container-21 {
    padding-top: 0;
  }

  .container-22 {
    padding-top: 30px;
  }

  .container-23 {
    padding-top: 40px;
  }

  .text-block-66 {
    text-align: center;
    padding-top: 0;
    font-size: 12px;
  }

  .bold-text-5 {
    text-align: center;
    font-size: 20px;
  }

  .bold-text-6 {
    white-space: normal;
    font-size: 20px;
    line-height: 30px;
    display: block;
  }

  .heading-26 {
    padding-right: 0;
    font-size: 12px;
  }

  .text-block-67, .text-block-68, .text-block-69, .text-block-70, .text-block-71, .text-block-72, .text-block-73 {
    font-size: 12px;
  }

  .heading-27 {
    overflow-wrap: break-word;
    direction: ltr;
  }

  .text-span-32 {
    text-align: left;
    font-size: 20px;
  }

  .div-block-61, .div-block-62, .div-block-63, .div-block-64 {
    text-align: left;
  }

  .section-12 {
    padding-top: 0;
  }

  .container-24 {
    margin-top: 73px;
    padding-top: 0;
  }

  .heading-28 {
    font-size: 30px;
  }

  .text-block-74 {
    font-size: 12px;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .text-carousel-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .carousel-text {
    font-size: 48px;
  }

  .div-block-68 {
    width: 100px;
  }

  .text-block-76 {
    font-size: 15px;
  }

  .text-block-77 {
    font-size: 10px;
  }

  .image-40 {
    width: 20px;
    height: 20px;
  }

  .div-block-70 {
    width: 100px;
    min-width: 100px;
  }

  .heading-30 {
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 20px;
  }

  .heading-30.logistica {
    text-align: center;
  }

  .div-block-71 {
    text-align: center;
    overflow-wrap: normal;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 19px;
    padding: 0;
    display: flex;
  }

  .div-block-72 {
    width: 100%;
    padding: 0;
  }

  .text-block-78 {
    font-size: 12px;
  }

  .div-block-74 {
    width: 150%;
    padding-right: 0;
  }

  .container-27 {
    justify-content: center;
    align-items: center;
    padding-bottom: 58px;
    display: flex;
  }

  .scroll-container {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .heading-32 {
    text-align: left;
  }

  .container-28 {
    margin-left: 0;
    padding-right: 0;
  }

  .section-15 {
    border: 1px #000;
    padding-bottom: 22px;
  }

  .div-block-78, .div-block-79 {
    width: 130px;
  }

  .div-block-81:hover {
    background-position: 50%, 0 0;
    background-repeat: repeat, repeat;
  }

  .div-block-84.puebla {
    width: 90%;
  }

  .div-block-84.mty {
    text-align: center;
    width: 90%;
  }

  .heading-36 {
    font-size: 20px;
  }

  .heading-36.mty {
    text-align: center;
    font-size: 20px;
  }

  .heading-37, .heading-37.mty, .heading-38, .heading-38.mty {
    font-size: 15px;
  }

  .div-block-88 {
    grid-template-columns: 1fr;
  }

  .div-block-89 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .image-45 {
    width: 150px;
    height: 150px;
  }

  .text-block-91 {
    font-size: 25px;
  }

  .section-20 {
    margin-top: 0;
  }

  .heading-39 {
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
  }

  .heading-40, .heading-41, .heading-42 {
    font-size: 18px;
  }

  .text-block-92, .text-block-93, .text-block-94 {
    font-size: 12px;
  }

  .image-47, .image-48, .image-49 {
    width: 80px;
    height: 80px;
  }
}

#w-node-_0c85e2f3-a472-e837-a3b6-722b90502bcc-e0851239, #w-node-_0c85e2f3-a472-e837-a3b6-722b90502bcd-e0851239, #w-node-_0c85e2f3-a472-e837-a3b6-722b90502be1-e0851239, #w-node-_0c85e2f3-a472-e837-a3b6-722b90502bd7-e0851239, #w-node-_87ab2ae0-bbaa-8a1b-2fbd-db38c15dd464-e0851239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1c308e5-a656-2ef3-31f7-094629e397a2-29e39792 {
  place-self: center;
}

#w-node-_612bb792-5a1b-8cf9-b34e-e101758ee73c-4a302d3b, #w-node-bd59cb00-642f-fae5-e79d-3a59792c41c5-4a302d3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8af3e92-7d9d-5f68-f8ea-f86d2abb7210-4a302d3b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a96ae28f-ec00-1c0e-de8f-19f93cbb19b2-4a302d3b {
  order: -9999;
  grid-area: 1 / 2 / 2 / 3;
  place-self: baseline stretch;
}

#w-node-d9a5cce1-411d-df4d-c5f6-13cb9b53130f-4a302d3b {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
  place-self: baseline stretch;
}

#w-node-aa03b481-b1b0-c261-23ad-18bf7f1f84de-6340784d {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-afebfad1-17d2-6cdb-1091-e9e8651d5cb5-4a302d3b, #w-node-_02d81a72-42fe-0a85-6e69-f0182f45bc64-4a302d3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9a5cce1-411d-df4d-c5f6-13cb9b53130f-4a302d3b {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: baseline stretch;
  }

  #w-node-cf7c088f-3fa8-f23a-1df5-01e81c0abedb-8fe8bc55 {
    align-self: center;
  }

  #w-node-aa03b481-b1b0-c261-23ad-18bf7f1f84de-6340784d {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d47f0fd-0e1b-708d-8fa6-8d4fe9651487-e9651479, #w-node-_8d47f0fd-0e1b-708d-8fa6-8d4fe965148b-e9651479 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Openinghourssans';
  src: url('../fonts/OpeningHoursSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}