@font-face {
  font-family: Organetto Variable;
  src: url('../fonts/Organetto-Variable.otf') format("opentype");
  font-weight: 1 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-Italic-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-Italic-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-Italic-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-Italic-ExtraBlack.otf') format("opentype"), url('../fonts/TT-Commons-Pro-Italic-Black.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-ExtraBold.otf') format("opentype"), url('../fonts/TT-Commons-Pro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-Black.otf') format("opentype"), url('../fonts/TT-Commons-Pro-ExtraBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-DemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-Italic-Light.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-Italic-Bold.otf') format("opentype"), url('../fonts/TT-Commons-Pro-Italic-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-Italic-DemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons Pro;
  src: url('../fonts/TT-Commons-Pro-Italic-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --naviar-purple: #251d2b;
  --naviar-purple\<deleted\|variable-4f4d1ef4-601e-2789-4645-d65a0ea897be\>: #251d2b;
  --subtitle: 2rem;
  --white: white;
  --black: black;
}

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

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

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Organetto Variable, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.background-desktop {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.div-block {
  background-color: #251d2b33;
  background-image: linear-gradient(#0000, #251d2b6e 65%);
}

.background-phone {
  display: none;
}

.section {
  background-color: #201822;
  display: none;
}

.section.under {
  background-color: #49304f;
  display: block;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ttfirsneue;
  font-size: 18px;
  font-weight: 300;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.home {
  color: #fff;
  width: 30%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.home:hover {
  color: #fff;
}

.nav-bar-link {
  color: #fff;
  font-variation-settings: "wght" 40, "wdth" 85;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .7rem;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-bar-link.w--current {
  font-size: .7rem;
}

.nav-bar-link.contacto {
  border: 1px #ffc42c;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.burger {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
}

.burger-line {
  background-color: #fff;
  width: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.burger-line.bl-mid {
  width: 15px;
}

.menu-button {
  z-index: 1;
  background-color: #ffffff0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 40px;
  padding: 15px;
  display: none;
}

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

.site-name-text-span {
  font-weight: 400;
}

.navigation-wrapper {
  justify-content: space-around;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #251d2b;
  padding-top: 15px;
  padding-bottom: 15px;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar.home, .navbar.landing {
  background-color: #0000;
  width: 100%;
  transition: all .5s;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  justify-content: flex-end;
  width: 70%;
  margin-right: 0;
  font-family: Organetto Variable, sans-serif;
  font-size: 12px;
  font-weight: 100;
  display: flex;
}

.navigation-container {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.image {
  max-width: 30%;
}

.div-block-3 {
  background-color: #f5f5f5;
  height: auto;
}

.heading-2 {
  font-variation-settings: "wght" 40;
  font-size: 56px;
  line-height: 72px;
}

.container {
  width: 90%;
  max-width: 1230px;
}

.heading-3 {
  padding-left: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 44.72px;
  font-weight: 400;
  line-height: 48px;
}

.section01 {
  text-align: center;
  background-color: #fff;
  padding: 120px 24px;
  position: relative;
  overflow: hidden;
}

.section01.grey-section {
  background-color: #f5f7f8;
  display: block;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: flex;
}

.graphicowls-logo {
  margin-bottom: 15px;
}

.section-small-header {
  color: #9096a4;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion_item-image {
  width: 40px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-family: Ttfirsneue;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.section-header {
  color: #2e323c;
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: Ttfirsneue;
  font-weight: 500;
}

.faq-wrapper {
  background-color: #0000;
  max-width: 1200px;
}

.faq-video {
  margin-top: 40px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Ttfirsneue;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.section-description {
  color: #9096a4;
  font-family: Ttfirsneue;
  font-size: 16px;
  line-height: 28px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-weight: 500;
}

.section-faq {
  background-color: #e6e6e6;
  display: block;
}

.text-center {
  text-align: center;
  margin-bottom: 20px;
  font-family: Tt Commons Pro, sans-serif;
  display: none;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 100%;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 100%;
  margin-top: 60px;
}

.accordion-item {
  background-color: #ffffff1f;
  border-bottom: 1px solid #0003;
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  font-family: Ttfirsneue;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 16px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  font-family: Moderat Extended;
  display: flex;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 500;
}

.heading-4 {
  font-variation-settings: "wght" 49, "wdth" 84.4;
  text-align: left;
  margin-bottom: 40px;
  font-family: Organetto Variable, sans-serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 30px;
}

.text-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.h1 {
  float: left;
  color: #fff;
  text-align: left;
  text-transform: none;
  width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ttfirsneue;
  font-size: 105px;
  font-weight: 300;
  line-height: 100%;
  display: inline;
}

.highlight {
  z-index: 1;
  background-color: #fff;
  width: 0%;
  height: 33.333%;
  position: absolute;
  right: 0;
}

.highlight._2 {
  top: 33.3333%;
}

.highlight._3 {
  top: 66.6667%;
}

.subhead-highlight {
  flex: none;
  position: relative;
}

.subhead {
  color: #34c674;
  text-transform: uppercase;
}

.highlight-small {
  background-color: #34c674;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.lil-rule {
  background-color: #34c674;
  flex: none;
  width: 100px;
  height: 2px;
  margin-right: 10px;
}

.h1-2 {
  float: left;
  color: #fff;
  text-align: left;
  text-transform: none;
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 92px;
  font-weight: 700;
  line-height: 100%;
  display: inline;
}

.content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  display: flex;
}

.subhead-container {
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 190px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-large {
  font-size: 20px;
}

.paragraph-large.centered-svp {
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  line-height: 30px;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 9px 40px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
  line-height: 30px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button:hover {
  background-color: #603d742e;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, #fff0 70%, #fff), linear-gradient(270deg, #fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.col.small {
  flex: none;
  width: 41%;
}

.icon-2 {
  width: 65%;
}

.icon-container-alt {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.marquee-fix {
  margin-top: 30px;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-quaternary {
  letter-spacing: 1px;
  max-width: 100%;
  font-size: 14px;
}

.header-quaternary.grey-text.uppercase {
  color: #adadad;
  letter-spacing: 0;
  padding: 2px 4px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.flex-left {
  justify-content: flex-start;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.header-secondary.centered-svp {
  font-family: Tt Commons Pro, sans-serif;
  font-size: 2rem;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 60px;
}

.container-2 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container-2.flex-vertical {
  padding-left: 40px;
  padding-right: 40px;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.icon-3 {
  width: 100%;
}

.footer-10 {
  background-color: #e6e6e6;
  border: 1px solid #0000004d;
  padding: 60px 3% 20px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-column-right {
  flex-direction: column;
  align-items: flex-end;
  padding-right: 40px;
  display: flex;
}

.footer-arrow {
  background-color: var(--naviar-purple\<deleted\|variable-4f4d1ef4-601e-2789-4645-d65a0ea897be\>);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

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

.footer-grid-02 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.paragraph {
  color: #1e2833;
  text-align: center;
  max-width: 360px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

.footer-title {
  color: var(--naviar-purple\<deleted\|variable-4f4d1ef4-601e-2789-4645-d65a0ea897be\>);
  font-variation-settings: "wght" 80;
  margin-bottom: 22px;
  font-family: Organetto Variable, sans-serif;
  font-size: 17px;
  font-weight: 100;
}

.secondary-link-dark {
  color: #1e2833;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.logo {
  max-width: 30%;
  margin-bottom: 20px;
}

.text-rights {
  color: #1e283380;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link-dark {
  color: #1e2833;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall {
  color: #251d2b;
  border: .5px #00000040;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
  align-items: flex-end;
  width: 15%;
  margin-top: 20px;
  display: flex;
}

.feature-block {
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.price-block {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  padding: 25px 30px 25px 15px;
  display: flex;
}

.product-name {
  color: #151428;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Organetto Variable, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.pricing {
  color: #151428;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 55px;
}

.car-icon {
  filter: grayscale();
  width: 25px;
  margin-right: 14px;
}

.feature-text {
  font-family: Tt Commons Pro, sans-serif;
}

.title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-rate {
  opacity: .5;
  font-family: Tt Commons Pro, sans-serif;
}

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

.product-image {
  max-width: 150%;
  position: absolute;
}

.arrow-left {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: auto auto auto 0;
}

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

.product-slider-section {
  background-color: #e6e6e6;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0 5% 100px;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.icon-4 {
  color: #4c4172;
}

.content-wrap {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-logo {
  width: 80px;
  margin-bottom: 8px;
}

.product-logo.bmw {
  width: 60px;
}

.product-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.arrow {
  width: 20px;
}

.slider-right {
  border: 2px solid #8c54ff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 15px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.right-arrow {
  display: block;
  inset: auto 35% 0% auto;
}

.slider-left {
  border: 2px solid #8c54ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 15px;
  display: flex;
}

.arrow-bottom {
  display: none;
}

.button-2 {
  background-color: var(--naviar-purple\<deleted\|variable-4f4d1ef4-601e-2789-4645-d65a0ea897be\>);
  color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  min-height: 55px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  box-shadow: -5px 30px 20px -20px #565d7161;
}

.left-arrow {
  display: block;
  position: absolute;
  inset: auto 40% 0% auto;
}

.product-card {
  background-color: #fff;
  min-width: 490px;
  height: 100%;
  padding: 30px 15px;
}

.product-base {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  margin-top: 65px;
  margin-bottom: 65px;
  display: flex;
  position: relative;
}

.mask {
  overflow: hidden;
}

.feature-column {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

.product-slider {
  background-color: #0000;
  height: 100%;
}

.button-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 90px;
  padding: 25px 15px;
  display: flex;
}

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

.left-arrow-2, .right-arrow-2 {
  display: block;
}

.slide-nav-2 {
  display: none;
}

.heading-5 {
  text-align: center;
  font-family: Ttfirsneue;
  font-weight: 400;
}

.p-xxxs-start {
  padding-top: .5em;
}

.play-button {
  color: #272531;
  background-color: #fffbf5;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  transition: all .2s;
  display: none;
}

.play-button:hover {
  transform: scale(1.1);
}

.section-power-sharing {
  background-image: linear-gradient(#c8c8ca, #f5f5f5 42%, #fffbf500);
  height: 600px;
}

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

.arrow-after.external-link {
  font-family: Ttfirsneue;
}

.p-xl-start {
  padding-top: 8.5em;
}

.p-xl-start.p-xl-end {
  padding-bottom: 6em;
}

.copy-large {
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.4em;
}

.copy-large.text-medium {
  text-align: center;
  margin-top: 10px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 16px;
}

.copy-large.text-bold {
  font-family: Ttfirsneue;
  display: none;
}

.container-w3 {
  width: 100%;
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
}

.video-teaser-play-wrapper {
  z-index: 1;
  position: absolute;
  inset: auto auto 1em 1em;
}

.p-xxxs-end {
  padding-bottom: .5em;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.gutter-outside {
  padding-bottom: 60px;
}

.extra-large {
  font-variation-settings: "wght" 53;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Organetto Variable, sans-serif;
  font-size: 28px;
  font-weight: 100;
  line-height: 1.05;
}

.p-md-end {
  padding-bottom: 5.5em;
}

.video-teaser-wrapper {
  grid-column-gap: 2.5em;
  align-items: flex-start;
  padding-left: 7.2em;
  padding-right: 5em;
  display: flex;
}

.video-teaser-video {
  z-index: 1;
  border-radius: 1em;
  height: 0;
  padding-top: 62%;
  display: none;
}

.video-teaser-caption-wrapper {
  text-align: left;
  flex: 1;
  display: none;
}

.copy-medium {
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.video-teaser-video-wrapper {
  width: 18em;
  position: relative;
}

.title3 {
  font-family: Ttfirsneue;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}

.play-icon {
  align-items: center;
  width: .6em;
  height: 1em;
  margin-left: .2em;
}

.feature-tabs-nav-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 37%;
  min-width: 26em;
  margin-right: 9em;
  display: flex;
}

.feature-tab-nav-link {
  opacity: .6;
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2em;
  transition: opacity .2s;
  display: block;
}

.feature-tab-nav-link:hover {
  opacity: 1;
}

.feature-tab-nav-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #272531;
}

.feature-tab-copy-wrapper {
  display: none;
}

.divider {
  background-color: #c8c8ca;
  width: 100%;
  height: 1px;
}

.container-w1 {
  width: 100%;
  max-width: 110em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  max-width: 1200px;
}

.pause-icon {
  align-items: center;
  width: .6em;
  height: 1em;
}

.feature-tabs-component {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-tab-content-wrapper {
  flex: 1;
}

.feature-tab-media {
  width: 100%;
  height: 0%;
  padding-top: 100%;
}

.play-pause-state {
  justify-content: flex-start;
  align-items: center;
}

.title3-2 {
  font-variation-settings: "wght" 75;
  font-family: Organetto Variable, sans-serif;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 1.3em;
}

.image-2 {
  max-width: 50%;
}

.paragraph-2 {
  font-size: 18px;
}

.content-section {
  padding: 100px 3% 100px 0%;
}

.container-6 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  margin-bottom: 0;
}

.content-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.link {
  color: #5454d4;
  margin-top: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.heading-6 {
  color: #1a1a1a;
  font-variation-settings: "wght" 83, "wdth" 83.8;
  font-size: 24px;
  line-height: 38px;
}

.paragraph-3 {
  padding-top: 0;
  padding-right: 140px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-7 {
  font-family: Organetto Variable, sans-serif;
}

.body {
  background-color: #e6e6e6;
}

.body-2 {
  background-color: #f5f5f5;
}

.body-3 {
  background-color: #e6e6e6;
}

.container-flex {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  overflow: visible;
}

.container-flex.hero {
  flex-direction: row;
}

.hero-image-wrap {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.button-3 {
  text-align: center;
  background-color: #ff8946;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button-3:hover {
  background-color: #2faeb4;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.brand-span {
  color: #ff8946;
}

.hero-paragraph {
  color: #7e828f;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
}

.hero-content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.hero-h1 {
  color: #08090a;
  text-align: left;
  letter-spacing: -.03em;
  max-width: 580px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1;
}

.hero-image {
  flex: 1;
  max-width: 100%;
}

.section-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 400px;
}

.vehiculos {
  background-image: linear-gradient(to top, var(--naviar-purple\<deleted\|variable-4f4d1ef4-601e-2789-4645-d65a0ea897be\>), transparent), url('../images/Naviar-Vehiculos.jpg');
  background-position: 0 0, 0 53%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 500px;
}

.image-3 {
  max-width: 40%;
}

.faq {
  background-image: url('../images/Naviar-DoorOpening.jpg');
  background-position: 0 35%;
  background-size: cover;
  background-attachment: scroll;
  height: 500px;
}

.servicios {
  background-image: url('../images/Navar-HandomeBusinessman.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 500px;
}

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

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
  position: relative;
}

.accordion-icon-stripe-1 {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.radio-button {
  cursor: pointer;
  border-color: #7e7e7e;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  padding: 12px;
  transition: opacity .2s, border-color .2s, background-color .2s;
}

.radio-button:hover {
  border-color: #fff;
}

.radio-button.w--redirected-checked {
  background-color: #202020;
  background-image: url('../images/radio-active.svg'), linear-gradient(58deg, #12c2e9, #c471ed 50%, #f64f59);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 6px 6px, auto;
  border-width: 1px;
  border-color: #202020;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #00f;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.color-code {
  margin-right: 8px;
}

.typography-label {
  color: #b3b3b3;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
}

.accordion-icon-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
}

.style-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #202020;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.style-item.no-bottom-padding {
  padding-bottom: 0;
}

.header-inner {
  width: 100%;
  max-width: 600px;
}

.accordion-top-wrap {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.select {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/Chevron-down.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #202020;
  border-radius: 5px;
  width: 100%;
  min-height: 56px;
  margin-bottom: 24px;
  padding: 8px 20px;
  font-size: 16px;
  transition: transform .2s cubic-bezier(.19, 1, .22, 1), color .2s, background-color .2s, border-color .2s;
}

.select:hover {
  color: #b3b3b3;
  background-color: #242424;
}

.select:active {
  color: #b3b3b3;
  transform: scale(.98);
}

.select:focus {
  color: #fff;
  background-color: #242424;
  border-style: solid;
  border-color: #ffffff0a;
}

.select::placeholder {
  color: #8d8c8c;
}

.clone-button {
  box-shadow: none;
  background-color: #313131;
  border-radius: 4px;
  min-height: 40px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 14px;
  transition: background-color .6s cubic-bezier(.19, 1, .22, 1);
}

.clone-button:hover {
  box-shadow: none;
  background-color: #242424;
}

.accordion-bottom-text {
  color: #7e7e7e;
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
}

.accordion-top-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  margin-right: -16px;
  padding: 16px;
  position: relative;
}

.stylesection {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.gradient {
  align-items: center;
  display: flex;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Organetto Variable, sans-serif;
  position: static;
}

.color-tile {
  background-color: #202020;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 160px;
  padding: 16px;
  display: flex;
}

.color-tile._5 {
  background-color: #f1f1f1;
}

.color-tile._4 {
  background-color: #ddd;
}

.color-tile._3 {
  background-color: #b3b3b3;
}

.color-tile._2 {
  background-color: #202020;
}

.color-tile._1 {
  background-color: #00f;
  background-image: linear-gradient(20deg, #12c2e9, #c471ed 54%, #f64f59);
}

.color-tile._6 {
  color: #202020;
  background-color: #fff;
}

.navbar-link {
  box-shadow: none;
  color: #b3b3b3;
  margin-right: 32px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.navbar-link:hover {
  box-shadow: none;
  color: #fff;
}

.navbar-link.w--current {
  color: #fff;
  font-weight: 700;
}

.source-info {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.color-tiles {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-area {
  color: #fff;
  background-color: #0000;
  border: 2px solid #202020;
  border-radius: 5px;
  width: 100%;
  min-height: 160px;
  max-height: 400px;
  margin-bottom: 24px;
  padding: 16px 20px 24px;
  font-size: 16px;
  transition: color .2s, background-color .2s, border-color .2s;
  display: inline-block;
}

.text-area:hover {
  color: #b3b3b3;
  background-color: #242424;
}

.text-area:focus {
  color: #fff;
  background-color: #242424;
  border-style: solid;
  border-color: #ffffff0a;
}

.text-area::placeholder {
  color: #8d8c8c;
}

.accordion-2 {
  cursor: pointer;
  border-bottom: 1px solid #202020;
  width: 100%;
}

.secondary-button {
  box-shadow: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #fff;
  background-color: #0000;
  border: 2px solid #ffffff29;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-weight: 700;
  transition: border-color .3s, color .2s, transform .2s cubic-bezier(.175, .885, .32, 1.275);
}

.secondary-button:hover {
  box-shadow: none;
  border-color: #fff;
  transform: translate(0, -4px);
}

.secondary-button:active {
  transform: scale(.95);
}

.secondary-button:focus {
  box-shadow: 0 0 3px 1px #0000ff7a;
}

.input-field {
  color: #fff;
  background-color: #0000;
  border: 2px solid #202020;
  border-radius: 5px;
  width: 100%;
  min-height: 56px;
  margin-bottom: 24px;
  padding: 24px 20px;
  font-size: 16px;
  transition: color .2s, background-color .2s, border-color .2s;
  display: inline-block;
}

.input-field:hover {
  color: #b3b3b3;
  background-color: #242424;
}

.input-field:focus {
  color: #fff;
  background-color: #242424;
  border-style: solid;
  border-color: #ffffff0a;
}

.input-field::placeholder {
  color: #8d8c8c;
}

.header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.header-lead {
  margin-bottom: 0;
}

.navbar-2 {
  z-index: 99;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #202020d9;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 16px 16px 32px;
  display: flex;
  position: sticky;
  top: 16px;
  left: 0;
  right: 0;
}

.primary-button {
  box-shadow: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #202020;
  background-color: #00f;
  background-image: linear-gradient(75deg, #12c2e9, #c471ed 50%, #f64f59);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-weight: 700;
  transition: color .2s, transform .2s cubic-bezier(.175, .885, .32, 1.275);
}

.primary-button:hover {
  box-shadow: none;
  color: #202020cc;
  transform: translate(0, -4px);
}

.primary-button:active {
  transform: scale(.95);
}

.primary-button:focus {
  box-shadow: 0 0 3px 1px #0000ff7a;
}

.form-block {
  width: 100%;
}

.color-info {
  color: #ffffffa3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.color-info.dark {
  color: #000000a3;
  text-transform: uppercase;
}

.styleguide {
  max-width: 960px;
  padding: 40px 16px;
  position: relative;
}

.color-name {
  margin-top: 0;
  margin-bottom: 0;
}

.color-name.black {
  color: #202020;
}

.accordion-top {
  opacity: 1;
  align-items: center;
  width: 100%;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-divider {
  border-top: 1px solid #202020;
  height: 0;
}

.checkbox {
  cursor: pointer;
  border-color: #7e7e7e;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px;
  transition: opacity .2s, border-color .2s, background-color .2s;
}

.checkbox:hover {
  border-color: #fff;
}

.checkbox.w--redirected-checked {
  background-color: #202020;
  background-image: url('../images/check.svg'), linear-gradient(58deg, #12c2e9, #c471ed 50%, #f64f59);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-width: 1px;
  border-color: #202020;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #00f;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.heading-8 {
  font-family: Moderat;
}

.text-block-11 {
  font-family: Tt Commons Pro, sans-serif;
}

.heading-9 {
  font-family: Tt Commons Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-3 {
  height: 0;
}

.backgroundnosotros {
  background-image: url('../images/AcercaDeNosotros_Hero_Image.png');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.div-block-5 {
  margin-top: 25vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7vw;
  padding-right: 7vw;
}

.heading-10 {
  color: #fff;
  margin-left: 7vw;
  padding-left: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.heading-11 {
  color: #fff;
  font-variation-settings: "wght" 18, "wdth" 81;
  font-family: Organetto Variable, sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 50vw;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  top: 7vh;
}

.suburbansection {
  background-color: #f5f5f5;
  height: 100%;
}

.heading-12 {
  color: #000;
  font-family: Tt Commons Pro, sans-serif;
  font-size: var(--subtitle);
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 40px;
}

.image-5 {
  max-width: 130%;
  overflow: hidden;
}

.div-block-6 {
  padding-top: 12vh;
}

.column {
  padding-left: 7vw;
  padding-right: 5vw;
}

.parrafo {
  color: #000;
  padding-left: 5vw;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 22.37px;
  font-weight: 300;
  line-height: 30px;
}

.cobertura {
  height: 100%;
}

.div-block-7 {
  background-image: url('../images/AcercaDeNosotros_Cobertura.png');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
  padding-top: 60px;
}

.heading-13 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.image-6 {
  width: 100%;
  padding-left: 0;
}

.image-7 {
  width: 100%;
  padding-right: 0;
}

.columns {
  margin-top: 8vh;
  margin-bottom: 5vh;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  margin: 60px 25vw 0;
  padding-bottom: 10vh;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
}

.misi-n {
  background-color: #f5f5f5;
  height: 45vh;
}

.column-2 {
  padding-left: 7vw;
  padding-right: 5vw;
}

.div-block-8 {
  padding-top: 10vh;
}

.heading-14 {
  color: #000;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 40px;
}

.paragraph-6 {
  color: #000;
  margin-right: 12vw;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
}

.cta_serviciosexclusivos {
  background-color: #201822;
  height: auto;
  overflow: hidden;
}

.column-3 {
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  height: 1%;
  display: flex;
}

.div-block-9 {
  background-image: url('../images/Acerca_Avion_wd.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: static;
}

.div-block-10 {
  width: 100%;
  height: 55vh;
  position: absolute;
}

.backgroundavion {
  background-image: linear-gradient(to right, #201822, #0000 35%), url('../images/MexicoCity-Naviar.jpg');
  background-position: 0 0, 50% 55%;
  background-size: auto, cover;
  height: 100%;
}

.heading-15 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
}

.column-4 {
  height: 100%;
  padding: 5vh 5vw 5vh 7vw;
}

.div-block-11 {
  height: 100%;
}

.paragraph-7 {
  color: #fff;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 30px;
}

.button-4 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
}

.div-block-12 {
  height: 100px;
}

.column-5 {
  overflow: hidden;
}

.servicios_contenido {
  background-color: #f5f5f5;
  height: 100%;
}

.backgroundservices {
  background-image: url('../images/Servicios_Hero_Backgroundz.png');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.heading-16 {
  color: #000;
  margin-top: 0;
  margin-left: 7vw;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-13 {
  height: auto;
  padding-top: 80px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-left: 7vw;
  margin-right: 7vw;
}

.div-block-14 {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 1px 1px 5px #0003;
}

.heading-17 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 22.37px;
  font-weight: 400;
}

.paragraph-8 {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Tt Commons Pro, sans-serif;
  font-weight: 400;
}

.image-10 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  height: 120px;
}

.variedaddeservicios {
  color: #000;
  margin-top: 60px;
  margin-bottom: 100px;
  margin-left: 7vw;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-servicios {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px 7vw 70px;
}

.div-block-14-copy {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.image-11 {
  border-radius: 15px;
}

.div-block-15 {
  background-image: url('../images/Naviar-BusinessManWithTablet.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 15px;
  height: 150px;
}

.heading-18 {
  color: #000;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 22.37px;
  font-weight: 400;
}

.paragraph-9 {
  color: #000;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.serviciosespeciales {
  background-image: url('../images/Servicios_Especiales.png');
  background-position: 50% 40%;
  background-size: cover;
  border-radius: 15px;
  height: 150px;
}

.viajesdenegocios {
  background-image: url('../images/naviar_business.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 15px;
  height: 150px;
}

.eventosespeciales {
  background-image: url('../images/Naviar-Wedding.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 15px;
  height: 150px;
}

.destinosturisticos {
  background-image: url('../images/Naviar-DestinosTuristicos2.png');
  background-position: 50% 65%;
  background-size: cover;
  border-radius: 15px;
  height: 150px;
}

.trasladoalaeropuerto {
  background-image: url('../images/Luggage-Naviar.jpg');
  background-position: 50% 10%;
  background-size: cover;
  border-radius: 15px;
  height: 150px;
}

.conciertos {
  background-image: url('../images/Naviar_Conciertos.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 150px;
}

.crucesfronterizos {
  background-image: url('../images/Naviar_CrucesFonterizos.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 150px;
}

.seguridad {
  background-image: url('../images/Naviar_Seguridad.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 15px;
  height: 150px;
}

.div-block-16 {
  background-image: linear-gradient(to top, var(--naviar-purple), #7b5696);
  height: 5px;
  display: none;
}

.div-block-17 {
  background-color: #201822;
  height: 100%;
}

.heading-19 {
  color: #fff;
  font-variation-settings: "wght" 18, "wdth" 81;
  margin-top: 10px;
  margin-left: 7vw;
  font-family: Organetto Variable, sans-serif;
  font-size: 1.5rem;
  line-height: 33px;
}

.div-block-18 {
  object-fit: fill;
  height: 100%;
  padding-top: 35vh;
}

.paragraph-10 {
  color: #fff;
  margin-top: 20px;
  margin-left: 7vw;
  margin-right: 7vw;
  font-family: Tt Commons Pro, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 22px;
}

.div-block-19 {
  background-image: url('../images/Naviar_Vehiculos_BG1.jpg');
  background-position: 25%;
  background-size: cover;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.div-block-20, .div-block-21, .div-block-22, .div-block-23 {
  height: 100vh;
}

.column-7 {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.column-8, .column-9 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-24 {
  background-color: #201822;
  display: flex;
}

.div-block-25 {
  width: 40%;
}

.div-block-26, .div-block-27, .div-block-28 {
  width: 20%;
}

.div-block-29 {
  background-image: url('../images/Naviar_Vehiculos_BG2.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.div-block-30 {
  background-image: url('../images/Naviar_Vehiculos_BG3.jpg');
  background-position: 35%;
  background-size: cover;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin: 100px 7vw;
  display: none;
}

.heading-20 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 27.78px;
  font-weight: 400;
  line-height: 48px;
}

.heading-21 {
  color: #000;
  text-align: center;
  margin-top: 0;
  padding-top: 100px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.heading-22 {
  color: #000;
  text-align: center;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 22.37px;
  font-weight: 400;
  line-height: 30px;
}

.cta_vehiculos {
  background-color: #201822;
  overflow: hidden;
}

.background_cta_vehiculo {
  background-image: linear-gradient(270deg, #201822, #0000 43%), url('../images/SuburbanHighCountry-Snow-copy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 120%;
}

.columns-2, .containerctavehiculos {
  height: 100%;
}

.columnbackgroundcta {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column_right_text {
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  padding: 10vh 7vw 10vh 5vw;
  display: flex;
}

.heading-15-rightside {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph-7-rightside {
  color: #fff;
  text-align: left;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 30px;
}

.titlesubtitle {
  color: #fff;
  padding-left: 5px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.h1-3 {
  z-index: 15;
  color: #f9f9f9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 70px;
  position: absolute;
}

.plain_text {
  color: #fff;
  text-align: left;
  font-family: Tt Commons Pro, sans-serif;
  font-size: .8rem;
  line-height: 20px;
}

.ring_03 {
  opacity: .3;
  border: 1px solid #eee;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  position: absolute;
}

.block {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 120px;
  display: flex;
}

.line_01 {
  z-index: 999;
  background-color: #f9f9f9;
  width: 25%;
  height: 1px;
  margin-left: 12.5%;
  position: absolute;
}

.block_wrap {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ring_02 {
  opacity: .6;
  border: 1px solid #eee;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: absolute;
}

.h4 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.green_dot {
  z-index: 9;
  background-color: #5b3acc;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: relative;
}

.white_dot {
  background-color: #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  position: absolute;
  box-shadow: 1px 1px 60px #5b3acc8c;
}

.dot_container {
  z-index: 9999;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.content_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.ring_01 {
  border: 1px solid #eee;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.section-6 {
  height: 100%;
  padding-bottom: 60px;
}

.column-10 {
  padding-left: 0;
  padding-right: 0;
}

.columns-3 {
  margin-top: 0;
  padding-top: 60px;
}

.paragraph-11 {
  padding-top: 3vh;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
}

.heading-23 {
  font-family: Tt Commons Pro, sans-serif;
  font-size: var(--subtitle);
  font-weight: 400;
  line-height: 40px;
}

.heading-24 {
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.column-11 {
  padding-left: 5vw;
  padding-right: 7vw;
}

.botonnuestrahistoria {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Tt Commons Pro, sans-serif;
  font-weight: 400;
}

.columnascobertura {
  margin-top: 0;
  margin-bottom: 0;
}

.section_servicios {
  height: 100%;
  padding-top: 20px;
}

.column-12 {
  padding-left: 7vw;
  padding-right: 5vw;
}

.columns-4 {
  align-items: center;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

.column-13 {
  padding-left: 5vw;
  padding-right: 7vw;
}

.servicesdisplay_container {
  margin-top: 60px;
  display: flex;
}

.servicedisplay {
  background-image: url('../images/Naviar_DestinosTuristicos.png');
  background-position: 32%;
  background-size: cover;
  width: 16.66%;
  height: 50vh;
}

.servicedisplay_dt {
  background-image: url('../images/Destinos_Turisticos.webp');
  background-position: 32%;
  background-size: cover;
  border-right: .5px solid #d6d6d6;
  width: 16.66%;
  height: 65vh;
}

.servicedisplay_giras {
  background-image: url('../images/Giras_Diplomaticas.webp');
  background-position: 60%;
  background-size: cover;
  border-right: .5px solid #d6d6d6;
  width: 16.66%;
  height: 65vh;
}

.servicedisplay-conciertos {
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/Naviar_Conciertos.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-right: .5px solid #d6d6d6;
  justify-content: center;
  align-items: center;
  width: 16.66%;
  height: 65vh;
  transition: all .5s;
  display: block;
}

.servicedisplay-conciertos:hover {
  color: #fff;
}

.servicedisplay_cruces {
  background-image: url('../images/Naviar_Cruces_Fronterizos.webp');
  background-position: 70%;
  background-size: cover;
  border-right: .5px solid #d6d6d6;
  width: 16.66%;
  height: 65vh;
}

.servicedisplay_especiales {
  background-image: url('../images/Naviar_ServiciosEspeciales.webp');
  background-position: 50%;
  background-size: cover;
  border-right: .5px solid #d6d6d6;
  width: 16.66%;
  height: 65vh;
}

.servicedisplay_seguridad {
  background-image: url('../images/Naviar_Security.webp');
  background-position: 50%;
  background-size: cover;
  width: 16.66%;
  height: 65vh;
}

.whiteblock {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  display: flex;
}

.whiteblock:hover {
  color: #000;
  background-color: #fff;
}

.heading-25 {
  color: #000;
  font-variation-settings: "wght" 40, "wdth" 81;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}

.image-12 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-31 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-31:hover {
  background-color: #0000;
}

.banner_cta {
  background-image: linear-gradient(#42314f, #160f1a 75%);
  height: 500px;
}

.columnasbannercta {
  height: 90%;
}

.div-block-32 {
  background-image: url('../images/Naviar_CofreMercedes.webp');
  background-position: 65%;
  background-size: cover;
  height: 100%;
}

.column-14 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.imagenctabanner {
  background-image: url('../images/Naviar_CofreMercedes_1.webp');
  background-position: 65%;
  background-size: cover;
  height: 100%;
}

.column-15 {
  height: 100%;
}

.imagenctabanner-2 {
  background-image: url('../images/Naviar_Pasajera.webp');
  background-position: 0%;
  background-size: cover;
  height: 100%;
}

.column-16 {
  height: 100%;
  padding-left: 5vw;
  padding-right: 7vw;
}

.heading-26 {
  color: #fff;
  margin-top: 60px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 44px;
}

.subtitulobanner {
  color: #fff;
  font-family: Tt Commons Pro, sans-serif;
  font-size: var(--subtitle);
  font-weight: 400;
}

.parrafocta {
  color: #fff;
  padding-top: 2vh;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
}

.botoncta {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
}

.porquenaviar {
  color: #333;
  text-align: center;
  margin-top: 0;
  padding-top: 100px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
}

.textoporquenaviar {
  color: #333;
  text-align: center;
  padding-left: 15vw;
  padding-right: 15vw;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
}

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

.track-vertical-alt {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.icon-container {
  justify-content: center;
  align-items: center;
  width: 85%;
  display: flex;
  box-shadow: 2px 2px 13px 1px #4949498a;
}

.marquee {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-cover {
  z-index: 10;
  background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.track-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.divblockinicio {
  margin: 60vh auto 30vh;
  padding-left: 7vw;
  padding-right: 7vw;
}

.headinginicio {
  color: #fff;
  font-variation-settings: "wght" 48, "wdth" 85;
  font-family: Organetto Variable, sans-serif;
  font-size: 5rem;
  line-height: 80px;
}

.iniciosubtitle {
  color: #fff;
  padding-left: 5px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 2.3em;
  font-weight: 400;
}

.div-block-33 {
  background-image: linear-gradient(#160e2163, #160e2163), url('../images/Naviar-DoorOpening.jpg');
  background-position: 0 0, 40%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100vh;
}

.column-17 {
  padding-left: 7vw;
  padding-right: 7vw;
}

.column-18 {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: .5px;
}

.faqsubtitle {
  color: #000;
  text-align: left;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 22.37px;
  font-weight: 400;
}

.faqfoto1 {
  background-image: url('../images/naviar-rentacarro.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  height: 150px;
}

.paragraph-12 {
  margin-top: 20px;
}

.faqfoto2 {
  background-image: url('../images/Naviar-Vehiculos.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  height: 150px;
}

.faqfoto3 {
  background-image: url('../images/MexicoCity-Naviar.jpg');
  background-position: 50% 40%;
  background-size: cover;
  border-radius: 5px;
  height: 150px;
}

.faqfoto4 {
  background-image: url('../images/Naviar-Foto5.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 5px;
  height: 150px;
}

.faqfoto5 {
  background-image: url('../images/Naviar-ManGettingOutOfCarPPLE.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 5px;
  height: 150px;
}

.columns-5 {
  position: relative;
}

.backgroundcontacto {
  background-image: url('../images/ManGettingOutOfCar.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.contactodiv {
  margin-top: 40vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7vw;
  padding-right: 7vw;
}

.subtitlecontacto {
  color: #fff;
  margin-top: 10px;
  padding-left: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.titlecontacto {
  color: #fff;
  font-variation-settings: "wght" 18, "wdth" 81;
  margin-bottom: 40px;
  font-family: Organetto Variable, sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
}

.paragraphcontacto {
  color: #fff;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}

.grid-5 {
  grid-column-gap: 101px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.line {
  background-color: #fff;
  height: 5px;
}

.div-block-34 {
  margin-top: 40px;
}

.div-block-35 {
  margin-top: 10%;
  padding-bottom: 5vh;
}

.section-8 {
  height: auto;
}

.columns-6 {
  height: 100%;
}

.html-embed {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.column-19 {
  padding-top: 10vh;
  display: flex;
}

.heading-27 {
  margin-bottom: 40px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 40px;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-28 {
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

.paragraph-13 {
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.column-20 {
  padding: 10vh 5vw 5vh 7vw;
}

.text-field {
  color: #555;
  border: 1px solid #000;
  font-family: Tt Commons Pro, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.text-field-2, .text-field-3 {
  color: #555;
  border: 1px solid #000;
  font-family: Tt Commons Pro, sans-serif;
  font-size: .9rem;
}

.textarea {
  border: 1px solid #000;
  padding-bottom: 100px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: .9rem;
}

.grid-7 {
  grid-template-rows: auto;
}

.submit-button {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  font-size: 1rem;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.div-block-36 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.grid-8 {
  grid-row-gap: 137px;
  grid-template-columns: 1fr;
}

.textnexttoicon {
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.columns-7 {
  padding-top: 20px;
}

.naviarmxdiv {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  display: flex;
}

.heading-29 {
  margin-top: 60px;
  font-family: Tt Commons Pro, sans-serif;
  font-weight: 400;
}

.columnscontact {
  display: flex;
}

.div-block-37 {
  width: 60%;
}

.div-block-38 {
  width: 40%;
  padding-top: 10vh;
}

.div-block-39 {
  padding: 10vh 5vw 5vh 7vw;
}

.mapamovil, .mapacelular {
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
}

.content_wrap-top {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.heading11nosotros {
  color: #fff;
  font-variation-settings: "wght" 18, "wdth" 81;
  font-family: Organetto Variable, sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
}

.heading-iniciomovil {
  color: #fff;
  font-variation-settings: "wght" 18, "wdth" 81;
  font-family: Organetto Variable, sans-serif;
  font-size: 58px;
  line-height: 72px;
}

.backgroundphonehome {
  background-image: url('../images/Servicios_Hero_Backgroundz.png');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.homediv {
  margin-top: 25vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7vw;
  padding-right: 7vw;
}

.homesubtitlemobile {
  color: #fff;
  padding-left: 5px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 22.37px;
  font-weight: 400;
}

.hometitlemobile {
  color: #fff;
  font-variation-settings: "wght" 18, "wdth" 81;
  font-family: Organetto Variable, sans-serif;
  font-size: 58px;
  line-height: 72px;
}

.sectionprocessc {
  background-image: linear-gradient(#42314f, #160f1a 75%);
  height: auto;
  padding-bottom: 60px;
}

.columns-8 {
  margin-left: 7vw;
  margin-right: 7vw;
}

.processtitle {
  color: #fff;
  font-variation-settings: "wght" 18, "wdth" 81;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 7vw;
  padding-top: 60px;
  font-family: Organetto Variable, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.column-22, .column-23, .column-24 {
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
}

.procesosubtitle {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  padding-left: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.paragraphproceso {
  color: #fff;
  text-align: left;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}

.footer-2 {
  z-index: 0;
  background-color: #e6e6e6;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.paragraph-14.small {
  opacity: .75;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4em;
}

.icon-embed-xsmall-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 5vw;
  display: block;
}

.footer-header {
  color: #000;
  font-variation-settings: "wght" 50, "wdth" 100;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-family: Organetto Variable, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.footer-logo-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
  position: relative;
}

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

.spacer {
  background-color: #e7ecf0;
  height: 48px;
}

.spacer._16 {
  background-color: #0000;
  flex: none;
  width: 16px;
  height: 16px;
}

.image-13 {
  max-width: 16%;
}

.footer-links-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer-link-2 {
  color: #626a72;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: block;
}

.footer-link-2:hover {
  opacity: 1;
  color: #3d2d49;
}

.footer-link-2.w--current {
  opacity: 1;
}

.footer-link-2.w--current:hover {
  color: #3d2d49;
}

.icon-embed-xsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.link-block {
  color: #000;
}

.icon-embed-xsmall-4 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.link-block-2 {
  margin-left: 10px;
}

.div-block-41 {
  background-color: #210c2c;
  width: 100%;
  height: 1px;
}

.cta_faq {
  background-color: #201822;
  height: 30vh;
  overflow: hidden;
}

.div_cta_faq, .columns_cta_faq {
  height: 100%;
}

.column_faq {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 5vw 0 7vw;
  display: flex;
}

.column_faq2 {
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  height: 1%;
  display: flex;
}

.image-14, .image-15, .image-16 {
  max-width: 20%;
}

.block_wrap-mobile {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.block_wrap-copy {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.block_wrap-mobile-2, .block_wrap-mobile-3 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-42 {
  background-color: #000;
  height: 100vh;
}

.background-video_mobile {
  justify-content: center;
  height: 100%;
  display: none;
}

.button_language {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 1rem;
}

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

.servicesdisplay_container_mobile {
  margin-top: 60px;
  display: none;
}

.background-video {
  height: 100vh;
  display: none;
}

.div_desktop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 20vh;
  display: flex;
}

.button_language_desktop {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 1rem;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
  display: none;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #23192b;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text {
  color: #fff;
  margin-right: 1.5rem;
  font-family: Tt Commons Pro, sans-serif;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-flow: column;
  align-items: center;
  padding: 1rem 0;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #080608;
  border: 2px solid #0000;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.image-17 {
  width: 10%;
  max-width: none;
}

.blog_herobackground {
  background-image: linear-gradient(#00000080, #00000080), url('../images/MexicoCity-Naviar.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.paragraph_blog {
  color: #fff;
  padding-left: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 35px;
  position: relative;
  top: 7vh;
}

.featured-block {
  margin-top: 10px;
}

.subscription {
  background-color: #fff;
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.seach-bar {
  color: #9899ad;
  border: 1px #000;
  border-radius: 15px;
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 15px;
  box-shadow: 0 12px 14px #0000000f;
}

.content-section-2 {
  padding: 132px 3%;
}

.title-large {
  color: #000;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

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

.next-button {
  background-color: #fb9acf;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px 36px;
  text-decoration: none;
}

.title-medium {
  color: #5c4ebd;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.container-7 {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.stick-wrapper {
  position: sticky;
  top: 100px;
}

.image-18 {
  position: absolute;
}

.search-button-wrapper {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.form {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.submit-button-2 {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.categories-block {
  margin-top: 40px;
}

.search-icon {
  position: absolute;
  inset: 22px 0% 0% 22px;
}

.profile-block {
  align-items: center;
  display: flex;
}

.blog-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.search-button {
  background-color: #5c4ebd;
  border-radius: 15px;
  width: 60px;
  height: 100%;
  position: static;
  inset: 0% 0% auto auto;
}

.feature-image {
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 22px 34px #00000029;
}

.text-field-4 {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.search {
  position: relative;
}

.blog-image {
  width: 100%;
}

.title-small {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

.title-small.pink {
  color: #fb9acf;
  margin-bottom: 0;
}

.categories-pill {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 6px 16px;
  text-decoration: none;
}

.content-right {
  position: sticky;
}

.content-left {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 34px #0000000f;
}

.paragraph-detials-medium {
  color: #000;
  margin-bottom: 24px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.heading-h2 {
  color: #000;
  margin-top: 0;
  font-family: Tt Commons Pro, sans-serif;
}

.paragraph-15 {
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
}

.column-27 {
  padding-left: 0;
  padding-right: 0;
}

.botonciudades {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 9px 40px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
  line-height: 30px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.botonciudades:hover {
  background-color: #603d742e;
}

.container-8 {
  display: none;
}

.html-embed-us {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-19 {
  height: 15px;
}

.heading-33 {
  margin-left: 10px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 20px;
}

.div-block-47 {
  align-items: center;
  display: flex;
}

.paragraph-16 {
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
}

.mapamovil-us, .mapacelular-us {
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
}

.button-7 {
  z-index: 30;
  background-color: #0000;
  background-image: url('../images/whatsappicon.png');
  background-position: 0 0;
  background-size: cover;
  width: 50px;
  height: 50px;
  transition: all .5s;
  position: fixed;
  inset: auto 1% 2% auto;
}

.button-7:hover {
  width: 55px;
  height: 55px;
}

.div-block-48 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.div-block-49 {
  align-items: flex-start;
  width: 100%;
  height: 60%;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #c8c8c8;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  border: 1px solid #000;
}

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

.utility-page-wrap {
  background-color: #3c3c3c;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Naviar_Vehiculos_BG3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-34, .text-block-13, .link-2 {
  color: #fff;
}

.image-20 {
  filter: brightness(200%) invert();
  width: 100px;
}

.div-block-50 {
  z-index: 9999;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.landing_bg_video {
  background-color: #251d2b33;
  background-image: linear-gradient(#0000, #251d2b6e 65%);
}

.landing_bg_desktop {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.landing_bg_phone {
  display: none;
}

.landing_content_phone_hero {
  background-image: url('../images/Servicios_Hero_Backgroundz.png');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.divblockinicio-copy, .divblockinicio-copy-copy, .landing_content_phone {
  margin: 60vh auto 30vh;
  padding-left: 7vw;
  padding-right: 7vw;
}

.landing_content_desktop_hero {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
}

.landing_heading_inicio {
  color: #fff;
  font-variation-settings: "wght" 48, "wdth" 85;
  font-family: Organetto Variable, sans-serif;
  font-size: 2rem;
  line-height: 120%;
}

.landing_subtitle {
  color: #fff;
  padding-left: 5px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 120%;
}

.landing_home_div {
  margin-top: 25vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7vw;
  padding-right: 7vw;
}

.landing_hometitle_mobile {
  color: #fff;
  font-variation-settings: "wght" 18, "wdth" 81;
  font-family: Organetto Variable, sans-serif;
  font-size: 58px;
  line-height: 72px;
}

.landing_subtitle_mobile {
  color: #fff;
  padding-left: 5px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 22.37px;
  font-weight: 400;
}

.landing_acerca_nosotros {
  height: 100%;
  padding-bottom: 60px;
}

.landing_columns_aboutus {
  margin-top: 0;
  padding-top: 60px;
}

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

.column_right_aboutus {
  padding-left: 5vw;
  padding-right: 7vw;
}

.div-block-51 {
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 30px;
  display: none;
}

.heading_form {
  color: #000;
  font-family: Tt Commons Pro, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 120%;
}

.form_title {
  color: #000;
  font-variation-settings: "wght" 48, "wdth" 85;
  font-family: Organetto Variable, sans-serif;
  font-size: 1.2rem;
  line-height: 120%;
}

.columns-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.select-field {
  color: #555;
  background-color: #fff;
  border: 1px solid #000;
  font-family: Tt Commons Pro, sans-serif;
  font-size: .9rem;
}

.landing_ciudades {
  background-color: #f5f5f5;
}

.landing_cobertura {
  height: 100%;
}

.ciudades_container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.landing_flota {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.fleet_container {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1600px;
  display: flex;
}

.landing_proceso {
  background-image: linear-gradient(#42314f, #160f1a 75%);
  height: auto;
  padding-bottom: 60px;
}

.cta_vehiculos_landing {
  background-color: #201822;
  overflow: hidden;
}

.landing_preguntas_frecuentes {
  background-color: #f5f5f5;
  flex-flow: column;
  height: auto;
  display: flex;
}

.heading-35 {
  color: #fff;
  margin-top: 10px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.div-block-52 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.mx_landing {
  width: 80%;
  padding-left: 0;
}

.us_landing {
  width: 80%;
  padding-right: 0;
}

.landing_country_left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lannding_container_countries {
  background-image: url('../images/AcercaDeNosotros_Cobertura.png');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.landing_grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin: 100px 7vw;
}

.car_card {
  background-color: #fff;
  padding: 20px;
}

.vehicle_specs {
  color: #470045;
  text-align: left;
  margin-top: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 48px;
}

.paragraph-17 {
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
}

.faq_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.tab-pane-wrap {
  width: 800px;
}

.faq-question-wrap {
  background-color: #f8f8f8;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px -2px #0043885e;
}

.faq-question-bar {
  color: #0071bc;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px 20px 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: #000;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.plus {
  opacity: .5;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.faq-paragraph {
  color: #303030;
  text-align: justify;
  letter-spacing: -.25px;
  margin-bottom: 0;
  padding: 20px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.landing_faq_title {
  color: #000;
  text-align: left;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 22.37px;
  font-weight: 400;
}

.bold-text-4 {
  font-size: 1.2rem;
  font-weight: 400;
}

.columns_mobile {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_container_landing {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: block;
}

.footer-grid-landing {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 3fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo-block-landing {
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
  position: relative;
}

.footer-logolanding {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.paragraph_landing {
  color: #1e2833;
  text-align: center;
  max-width: 360px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer-links-container_landing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-wrapper_landing {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.code-embed {
  opacity: .97;
}

.link-block-3, .link-block-4 {
  margin-right: 40px;
}

.column-29 {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}

.column-30 {
  padding-left: 40px;
}

.section-9 {
  background-color: #8b8b8b;
  background-image: linear-gradient(#331d4314, #331d4314), linear-gradient(#1e063166, #1e063166), url('../images/naviar_empresarial_hero.webp');
  background-position: 0 0, 0 0, 21% 51%;
  background-size: auto, auto, cover;
  height: 100vh;
}

.div-block-55 {
  width: 100%;
  display: flex;
}

.div-block-56 {
  width: 50%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.div-block-57 {
  width: 50%;
  padding-bottom: 20px;
}

.div-block-58 {
  background-image: url('../images/naviar_empresarial_1.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.small_title {
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.title {
  color: #000;
  font-family: Tt Commons Pro, sans-serif;
  font-size: var(--subtitle);
  font-weight: 400;
  line-height: 40px;
}

.paragraph_info {
  padding-top: 3vh;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
}

.boton_contacto_empresarial {
  color: #fff;
  background-color: #3d2e41;
  border: 1px solid #000;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Tt Commons Pro, sans-serif;
  font-weight: 400;
}

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

.div-block-59 {
  height: 100%;
  display: flex;
}

.div-block-60 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.div-block-61 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.title_hero_empresarial {
  color: #fff;
  margin-left: 7vw;
  padding-left: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.titulo_empresarial {
  color: #fff;
  font-variation-settings: "wght" 18, "wdth" 81;
  margin-top: 10px;
  margin-left: 7vw;
  font-family: Organetto Variable, sans-serif;
  font-size: 2rem;
  line-height: 120%;
}

.hero_text_empresarial {
  color: #fff;
  margin-top: 20px;
  margin-left: 7vw;
  margin-right: 7vw;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 120%;
}

.cta_movilidadconfiable {
  background-color: #251d2b;
}

.banner_cta_footer {
  height: 100%;
}

.columns_3 {
  height: 100%;
  display: flex;
}

.left_column {
  height: 100%;
  padding-left: 0;
}

.right_column {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.title_cta_footer {
  color: #fff;
  margin-bottom: 30px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
}

.body_cta_footer {
  color: #fff;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 30px;
}

.button_personalizedplan {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
}

.div-block-62 {
  background-image: url('../images/naviar_empresarial_ctaimg.webp');
  background-position: 80%;
  background-size: cover;
  width: 100%;
  height: 55vh;
}

.container_empresasbeneficiarse {
  width: 100%;
  padding-bottom: 40px;
  padding-left: 5vw;
}

.title_empresas_beneficios {
  color: #000;
  font-family: Tt Commons Pro, sans-serif;
  font-size: var(--subtitle);
  width: 50%;
  font-weight: 400;
  line-height: 40px;
}

.container_cards_beneficios {
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.card_sectores {
  border: 1px solid #a2a2a2;
  width: 25%;
  padding-bottom: 20px;
  padding-left: 0;
}

.cardnumber {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.div-block-63 {
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding: 10px;
  display: flex;
}

.card_icon {
  margin-top: 20px;
  margin-bottom: 20px;
}

.card_title {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.card_information {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.empresas_beneficiarse {
  padding-top: 100px;
  padding-bottom: 140px;
}

.icon-embed-xxsmall {
  color: #503956;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.form_container {
  background-color: #362c41c9;
  border-radius: 20px;
  width: 461.297px;
  padding: 40px;
}

.text-field-5, .text-field-6 {
  color: #fff;
  background-color: #847c8b80;
  border: 1px solid #00000080;
  font-family: Tt Commons Pro, sans-serif;
}

.heading-36 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 120%;
}

.form_horario_texto {
  color: #fff;
  margin-left: 0;
  padding-left: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.select-field-2 {
  color: #fff;
  background-color: #847c8b80;
  border: 1px solid #00000080;
  font-family: Tt Commons Pro, sans-serif;
}

.submit-button-3 {
  background-color: #0000;
  border: 1px solid #f5f5f5;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.flota_sticky {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.main_container_sticky {
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-64, .div-block-65 {
  width: 50%;
}

.right_vehicles {
  width: 100%;
  padding-right: 5vw;
}

.left_vehicles {
  width: 100%;
  position: sticky;
  top: 140px;
  overflow: visible;
}

.p_vehicles_sticky {
  padding-top: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.vehicle_card {
  background-color: #fff;
  width: 180px;
  height: 120px;
  display: none;
}

.div-block-66 {
  background-color: #ddd;
  height: 1px;
  margin-left: 5vw;
  margin-right: 5vw;
}

.maincontainer_sticky {
  display: flex;
  position: relative;
}

.right_container {
  width: 50%;
}

.left_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: sticky;
  top: 140px;
}

.label {
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.label.text-secondary {
  color: #738a7a;
  margin-bottom: 0;
}

.section-13 {
  background-image: linear-gradient(#738a7a29, #738a7a29), url('../images/procedures.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
}

.section-13.background-light {
  background-image: none;
  height: 10%;
}

.card {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}

.card.shadow {
  box-shadow: 0 5px 35px #1e222812;
}

.service-icon {
  flex: none;
  width: 80px;
}

.services-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.button-8 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #738a7a;
  border-radius: 8px;
  flex: none;
  align-self: flex-start;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  transition: all .2s ease-in-out;
}

.button-8:hover {
  color: #fff;
  border-color: #605dba;
  transform: translate(0, -3px);
  box-shadow: 0 5px 15px #1e222826;
}

.button-8.mobilewedo {
  display: none;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #605dba 20%, #3f78e0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient.text-emphasize {
  color: #738a7a;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
}

.display-2 {
  letter-spacing: -.01rem;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 1.2;
}

.display-2.margin-bottom-25 {
  color: #fff;
  margin-bottom: 0;
}

.display-2.margin-bottom-25.whatwedo {
  color: #525252;
  font-size: 40px;
}

.sticky {
  padding-left: 5vw;
  padding-right: 5vw;
  position: sticky;
  top: 140px;
}

.container-9 {
  z-index: 2;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  transition: background-color .2s, color .2s;
  position: relative;
}

.margin-bottom-35 {
  margin-top: 20px;
  margin-bottom: 35px;
}

.card-inner {
  grid-column-gap: 30px;
  display: flex;
}

.line_spacer {
  background-color: #ddd;
  height: 1px;
  margin-left: 5vw;
  margin-right: 5vw;
}

.cta_morado_empresarial {
  background-image: linear-gradient(0deg, #160f1b, #3c2d40);
  height: 33vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta_morado_container {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-69 {
  width: 50%;
}

.cta_morado_izquierda {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.cta_morado_derecha {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 5vw;
  display: flex;
}

.title_cta_morado {
  color: #fff;
  font-family: Tt Commons Pro, sans-serif;
  font-size: var(--subtitle);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 40px;
}

.texto_cta_morado {
  color: #fff;
  padding-top: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 30px;
}

.boton_empresarial_cta_morado {
  color: #fff;
  background-color: #3d2e41;
  border: 1px solid #fff;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Tt Commons Pro, sans-serif;
  font-weight: 400;
}

.beneficiosexclusivos {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.be_title_container {
  width: 60%;
  padding-left: 5vw;
}

.card_sections_container {
  padding: 20px 5vw 40px;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.beneficios_card {
  background-color: #fff;
  width: 330px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 8px 7px 20px -5px #0003;
}

.beneficios_card_title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 120%;
}

.beneficios_card_info {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.card_img {
  background-image: url('../images/naviar_empresarial_2.webp');
  background-position: 50%;
  background-size: cover;
  height: 330px;
}

.beneficios_info_container {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.rutas {
  padding: 60px 5vw 100px;
}

.cta_rutas {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.ct_rutas_title {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
}

.cta_container_rutas {
  display: flex;
}

.button_section_cta {
  width: 50%;
}

.cta_boton {
  text-align: center;
  width: 50%;
}

.boton_empresarial_cta_morado2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Tt Commons Pro, sans-serif;
  font-weight: 400;
}

.tipos_servicios {
  background-color: #201822;
}

.left_services {
  width: 100%;
  position: sticky;
  top: 140px;
  overflow: visible;
}

.title_servicios_empresariales {
  color: #ebebeb;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

._2d_title_servicios {
  color: #fff;
  font-family: Tt Commons Pro, sans-serif;
  font-size: var(--subtitle);
  font-weight: 400;
  line-height: 40px;
}

.p_services_left {
  color: #ebebeb;
  padding-top: 3vh;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
}

.boton_servicios_empresariales_purp {
  border: 1px solid var(--white);
  color: #fff;
  background-color: #0000;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Tt Commons Pro, sans-serif;
  font-weight: 400;
}

.right_services {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container1_services_sticky {
  padding-right: 5vw;
}

.title_services_emp {
  color: #fff;
  font-family: Tt Commons Pro, sans-serif;
  font-size: var(--subtitle);
  font-weight: 400;
  line-height: 40px;
}

.desc_serv_emp {
  color: #d8d8d8;
  padding-top: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
}

.image_services_right1 {
  background-image: url('../images/naviar_empresarial_4.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.service_containerr_rest {
  margin-top: 100px;
}

.card_img2 {
  background-image: url('../images/naviar_empresarial_3.webp');
  background-position: 50%;
  background-size: cover;
  height: 330px;
}

.card_img3 {
  background-image: url('../images/naviar_disponibilidad.webp');
  background-position: 50%;
  background-size: cover;
  height: 330px;
}

.image_services_right2 {
  background-image: url('../images/naviar_empresarial_5.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.image_services_right3 {
  background-image: url('../images/naviar_altonivel.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.image_services_right4 {
  background-image: url('../images/naviar_empresarial_mujeralegre.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.image_services_right5 {
  background-image: url('../images/naviar_empresarial_6.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.icon-embed-xxsmall-2, .icon-embed-xxsmall-3, .icon-embed-xxsmall-4 {
  color: #503956;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.heading-43 {
  text-align: center;
  margin-bottom: 0;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.div-block-70 {
  background-image: url('../images/naviar_march.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.spark_img, .gol_img {
  background-image: url('../images/naviar_gol.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.aveo_img {
  background-image: url('../images/naviar_aveo.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.kicks_img {
  background-image: url('../images/naviar_kicks.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.logan_img {
  background-image: url('../images/naviar_logan.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.versa_img {
  background-image: url('../images/naviar_versa.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.vento_img {
  background-image: url('../images/naviar_vento.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.sentra_img {
  background-image: url('../images/naviar_sentra.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.jetta_img {
  background-image: url('../images/naviar_jetta.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.xtrail_image {
  background-image: url('../images/naviar_xtrail.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.tiguan_img {
  background-image: url('../images/naviar_tiguan.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.sorento_img {
  background-image: url('../images/naviar_sorento.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.xpander_img {
  background-image: url('../images/naviar_xpander.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.wrangler_img {
  background-image: url('../images/naviar_wrangler.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.mitsubishi_img {
  background-image: url('../images/naviar_L200.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.hilux_img {
  background-image: url('../images/naviar_hilux.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.captur_img {
  background-image: url('../images/naviar_renault_captur.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.dodge_caravan_img {
  background-image: url('../images/naviar_dodgecaravan.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.urvan_img {
  background-image: url('../images/naviar_nissanUrvan.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.kiasedona_img {
  background-image: url('../images/naviar_kiaSedona.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.grandcherokee_img {
  background-image: url('../images/naviar_grandcherokee.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.tcross_image {
  background-image: url('../images/naviar_tcross.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-14 {
  background-color: #f5f5f5;
  height: 75vh;
}

.div-block-71 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.title-confirmacion {
  color: #414141;
  font-variation-settings: "wght" 18, "wdth" 81;
  text-align: center;
  margin-top: 10px;
  margin-left: 0;
  font-family: Organetto Variable, sans-serif;
  font-size: 2rem;
  line-height: 120%;
}

.informacion-paragraph {
  color: #353535;
  margin-top: 20px;
  margin-left: 7vw;
  margin-right: 7vw;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 120%;
}

.div-block-72 {
  text-align: center;
}

.inicio-boton-confirmacion {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Tt Commons Pro, sans-serif;
  font-weight: 400;
}

.textarea-2 {
  color: #fff;
  background-color: #847c8b80;
  border: 1px solid #00000080;
  font-family: Tt Commons Pro, sans-serif;
}

.vehicle_card_march, .vehicle_card_aveo, .vehicle_card_vento, .vehicle_card_xtrail, .vehicle_card_tiguan, .vehicle_card_l200, .vehicle_card_sedona, .vehicle_card_dodgecarav, .vehicle_card_urvan {
  background-color: #fff;
  width: 180px;
  height: 120px;
}

.select-field-2_en, .textarea_en {
  color: #fff;
  background-color: #847c8b80;
  border: 1px solid #00000080;
  font-family: Tt Commons Pro, sans-serif;
}

.vehicle_card_march_en, .vehicle_card_aveo_en, .vehicle_card_vento_en, .vehicle_card_xtrail_en, .vehicle_card_tiguan_en, .vehicle_card_l200_en, .vehicle_card_sedona_en, .vehicle_card_dodgecarv_en, .vehicle_card_urvan_en {
  background-color: #fff;
  width: 180px;
  height: 120px;
  display: block;
}

.cta_form_all {
  background-color: #201822;
  background-image: linear-gradient(#251d2b, #251d2b);
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  padding-left: 5vw;
  display: flex;
}

.div-block-74 {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5%;
}

.div-block-75 {
  width: 50%;
  height: 400px;
}

.small_title_ctaform {
  color: #fff;
  padding-left: 40px;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.cta_form_all_title {
  color: #fff;
  width: 90%;
  font-family: Tt Commons Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.img_rightside {
  background-image: linear-gradient(90deg, #251d2b, #0000), url('../images/naviar-suburban-1.webp');
  background-position: 0 0, 18%;
  background-size: auto, cover;
  height: 100%;
}

.form-3 {
  flex-flow: column;
  padding: 20px 20px 20px 0;
  display: flex;
}

.div-block-76 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-field-7, .text-field-8, .text_field_formcta {
  color: #fff;
  background-color: #847c8b80;
  border: 1px solid #000;
}

.submit-button-4 {
  width: 100px;
}

.submit_cta_form {
  background-color: #0000;
  border: 1px solid #f5f5f5;
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.form-block-2 {
  background-color: #07020e59;
  border-radius: 20px;
  width: 100%;
  padding-top: 10px;
  padding-left: 40px;
}

.textarea-3 {
  color: #fff;
  background-color: #847c8b80;
  border: 1px solid #000;
}

.div-block-77 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-78 {
  background-image: url('../images/mastercard-icon.webp');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 30px;
}

.div-block-79 {
  background-image: url('../images/visa-icon.webp');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 25px;
}

.div-block-80 {
  background-image: url('../images/nvmx_amex_icon.webp');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 25px;
}

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

.div-block-82 {
  background-image: url('../images/visa-icon.webp');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 25px;
}

.div-block-83 {
  background-image: url('../images/mastercard-icon.webp');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 25px;
}

.div-block-84 {
  background-image: url('../images/stripe-icon.webp');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 25px;
}

.div-block-85 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.section-15 {
  height: 5vh;
}

.img_rightside_inicio {
  background-image: linear-gradient(90deg, #251d2b, #0000 58%), url('../images/naviar-suburban-5.webp');
  background-position: 0 0, 18%;
  background-size: auto, cover;
  height: 100%;
}

.img_rightside_nosotros {
  background-image: linear-gradient(90deg, #251d2b, #0000 63%), url('../images/naviar-suburban-3.webp');
  background-position: 0 0, 25%;
  background-size: auto, cover;
  height: 100%;
}

.img_rightside_servicios {
  background-image: linear-gradient(90deg, #251d2b, #0000 61%), url('../images/CDMX-copy.webp');
  background-position: 0 0, 18%;
  background-size: auto, cover;
  height: 100%;
}

.img_rightside_vehiculos {
  background-image: linear-gradient(90deg, #251d2b, #0000), url('../images/naviar-suburban-2-interior.webp');
  background-position: 0 0, 18%;
  background-size: auto, cover;
  height: 100%;
}

.openpay_icon {
  background-image: url('../images/nvmx_openpay_icon.webp');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 25px;
}

.carnet_icon {
  background-image: url('../images/nvmx_carnet_icon.webp');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 25px;
}

.stripe_icon {
  background-image: url('../images/stripe-icon.webp');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 25px;
}

.icons-container-landing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta_form_all_en {
  background-color: #201822;
  background-image: linear-gradient(#251d2b, #251d2b);
  padding-top: 0;
  padding-bottom: 0;
}

.whats_btn_en {
  z-index: 30;
  background-color: #0000;
  background-image: url('../images/whatsappicon.png');
  background-position: 0 0;
  background-size: cover;
  width: 50px;
  height: 50px;
  transition: all .5s;
  position: fixed;
  inset: auto 1% 2% auto;
}

.whats_btn_en:hover {
  width: 55px;
  height: 55px;
}

@media screen and (min-width: 1280px) {
  .backgroundnosotros {
    top: auto;
  }

  .heading-10 {
    font-size: 1.3rem;
  }

  .paragraph-4 {
    font-size: 1.2rem;
    line-height: 30px;
  }

  .heading-12 {
    font-size: 1.5rem;
  }

  .misi-n {
    align-items: center;
    height: auto;
    display: flex;
  }

  .div-block-8 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .paragraph-6 {
    font-size: 1.2rem;
  }

  .cta_serviciosexclusivos {
    height: auto;
  }

  .backgroundavion {
    height: 120%;
  }

  .heading-15 {
    font-size: 2rem;
  }

  .paragraph-7 {
    font-size: 1rem;
    line-height: 20px;
  }

  .section-4 {
    height: auto;
  }

  .heading-19 {
    font-size: 1.5em;
  }

  .div-block-18 {
    object-fit: contain;
    padding-top: 40vh;
    position: relative;
  }

  .paragraph-10 {
    object-fit: scale-down;
    font-size: 1rem;
  }

  .div-block-19 {
    height: 100%;
    display: flex;
  }

  .div-block-29, .div-block-30 {
    height: 100%;
    display: flex;
    position: relative;
  }

  .cta_vehiculos {
    position: relative;
  }

  .background_cta_vehiculo {
    height: 120%;
  }

  .containerctavehiculos {
    position: relative;
  }

  .heading-15-rightside {
    font-size: 2rem;
  }

  .paragraph-7-rightside {
    font-size: .8rem;
    line-height: 20px;
  }

  .plain_text {
    font-size: 1rem;
  }

  .subtitlecontacto {
    font-size: 1.2rem;
  }

  .paragraphcontacto {
    font-size: 1rem;
  }

  .columns-9 {
    position: relative;
  }

  .div-block-49 {
    height: 50%;
  }

  .cta_vehiculos_landing {
    position: relative;
  }

  .title_hero_empresarial {
    font-size: 1.3rem;
  }

  .titulo_empresarial {
    font-size: 1.5em;
  }

  .hero_text_empresarial {
    object-fit: scale-down;
  }

  .title_cta_footer {
    font-size: 2rem;
  }

  .body_cta_footer {
    font-size: 1rem;
    line-height: 20px;
  }

  .form_horario_texto {
    font-size: 1.3rem;
  }

  .title-confirmacion {
    font-size: 1.5em;
  }

  .informacion-paragraph {
    object-fit: scale-down;
  }

  .form-block-2 {
    width: 80%;
  }
}

@media screen and (min-width: 1440px) {
  .heading-6 {
    font-size: 28px;
  }

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

  .paragraph-4 {
    font-size: 1.3rem;
  }

  .backgroundavion {
    height: 100%;
  }

  .heading-19 {
    font-size: 2em;
    line-height: 40px;
  }

  .div-block-18 {
    padding-top: 56vh;
  }

  .div-block-29 {
    padding-top: 0;
  }

  .background_cta_vehiculo {
    height: 100%;
  }

  .paragraph-7-rightside {
    font-size: 1rem;
    line-height: 30px;
  }

  .div-block-49 {
    height: 36%;
  }

  .titulo_empresarial, .title-confirmacion {
    font-size: 2em;
    line-height: 40px;
  }

  .form-block-2 {
    width: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .navigation-wrapper {
    padding-left: 9vw;
    padding-right: 11vw;
  }

  .navigation-container {
    max-width: 1600px;
  }

  .container-2.flex-vertical {
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    max-width: 1550px;
  }

  .product-slider-section {
    padding-top: 100px;
  }

  .product-card {
    box-shadow: 0 0 20px #0003;
  }

  .content-section {
    padding-bottom: 0;
  }

  .content-grid {
    margin-bottom: 0;
  }

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

  .paragraph-3 {
    font-size: 16px;
    line-height: 25px;
  }

  .image-4 {
    box-shadow: 0 0 20px #0003;
  }

  .heading-9 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .div-block-5 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .heading-10 {
    margin-left: 10vw;
    font-size: 27.78px;
  }

  .heading-11 {
    font-size: 72px;
    line-height: 72px;
  }

  .paragraph-4 {
    padding-left: 50vw;
    font-size: 1.5rem;
    line-height: 40px;
    right: 1vw;
  }

  .suburbansection {
    height: 65%;
  }

  .column {
    padding-left: 10vw;
  }

  .parrafo {
    font-size: 1.5rem;
  }

  .image-6 {
    padding-left: 9vw;
  }

  .image-7 {
    padding-right: 9vw;
  }

  .column-2 {
    padding-left: 10vw;
  }

  .backgroundavion {
    background-position: 0 0, 50% 45%;
  }

  .heading-15 {
    font-size: 2.5rem;
    line-height: 40px;
  }

  .column-4 {
    padding-top: 5vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div-block-12 {
    height: 100px;
  }

  .heading-16 {
    margin-left: 10vw;
  }

  .grid {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .image-10 {
    height: 230px;
  }

  .variedaddeservicios {
    margin-left: 10vw;
  }

  .grid-servicios {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .heading-19 {
    margin-left: 10vw;
  }

  .div-block-18 {
    object-fit: fill;
    padding-bottom: 30vh;
  }

  .paragraph-10 {
    margin-left: 10vw;
    font-size: 1rem;
  }

  .div-block-19 {
    height: 100vh;
  }

  .div-block-24 {
    background-color: #201822;
    flex-direction: row;
    display: flex;
  }

  .div-block-25 {
    width: 40%;
  }

  .div-block-26, .div-block-27, .div-block-28 {
    width: 20%;
  }

  .div-block-29 {
    background-image: url('../images/Naviar_Vehiculos_BG2.jpg');
    background-position: 50%;
    background-size: cover;
    height: 100vh;
  }

  .div-block-30 {
    background-image: url('../images/Naviar_Vehiculos_BG3.jpg');
    background-position: 29%;
    background-size: cover;
    height: 100vh;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 7vw;
  }

  .columnbackgroundcta {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column_right_text {
    padding-right: 10vw;
  }

  .heading-15-rightside {
    line-height: 40px;
  }

  .titlesubtitle {
    font-size: 2.3rem;
  }

  .plain_text {
    font-size: 1rem;
  }

  .column-11 {
    padding-right: 10vw;
  }

  .column-12 {
    padding-left: 10vw;
  }

  .column-13 {
    padding-right: 10vw;
  }

  .whiteblock {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-25 {
    font-size: .8rem;
  }

  .divblockinicio {
    width: 1600px;
    padding-left: 0;
    padding-right: 0;
  }

  .headinginicio {
    line-height: 72px;
  }

  .div-block-33 {
    background-position: 25%;
  }

  .column-17 {
    padding-left: 10vw;
  }

  .faqsubtitle {
    font-size: 18px;
  }

  .contactodiv {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .subtitlecontacto {
    font-size: 27.78px;
  }

  .titlecontacto {
    font-size: 72px;
    line-height: 72px;
  }

  .heading-27 {
    font-size: 2.3rem;
  }

  .column-20, .div-block-39 {
    padding-left: 10vw;
  }

  .heading-iniciomovil {
    font-size: 72px;
    line-height: 72px;
  }

  .homediv {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .homesubtitlemobile {
    font-size: 27.78px;
  }

  .hometitlemobile {
    font-size: 72px;
    line-height: 72px;
  }

  .columns-8 {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .processtitle {
    margin-left: 10vw;
    font-size: 40px;
    line-height: 72px;
  }

  .footer-container {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .footer-header {
    color: #000;
    font-variation-settings: "wght" 55, "wdth" 100;
    font-family: Organetto Variable, sans-serif;
  }

  .footer-link-2 {
    font-family: Tt Commons Pro, sans-serif;
  }

  .column_faq {
    padding-left: 12vw;
    padding-right: 10vw;
  }

  .paragraph_blog {
    padding-left: 50vw;
    font-size: 2rem;
    line-height: 40px;
    right: 1vw;
  }

  .content-section-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-7 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div-block-50 {
    display: none;
  }

  .divblockinicio-copy, .divblockinicio-copy-copy, .landing_content_phone, .landing_content_desktop_hero {
    width: 1600px;
    padding-left: 0;
    padding-right: 0;
  }

  .landing_heading_inicio {
    font-size: 3.5rem;
  }

  .landing_subtitle {
    line-height: 140%;
  }

  .landing_home_div {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .landing_hometitle_mobile {
    font-size: 72px;
    line-height: 72px;
  }

  .landing_subtitle_mobile {
    font-size: 27.78px;
  }

  .column_right_aboutus {
    padding-right: 10vw;
  }

  .div-block-51 {
    width: 500px;
    margin-left: 60px;
  }

  .heading_form {
    font-size: 1rem;
  }

  .form_title {
    font-size: 1.4rem;
  }

  .ciudades_container {
    padding-top: 100px;
  }

  .landing_preguntas_frecuentes {
    justify-content: center;
    align-items: center;
  }

  .div-block-52 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .mx_landing {
    padding-left: 9vw;
  }

  .us_landing {
    padding-right: 9vw;
  }

  .landing_grid {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .landing_faq_title {
    font-size: 18px;
  }

  .column-28 {
    padding-left: 20px;
  }

  .footer_container_landing {
    max-width: 1600px;
  }

  .div-block-55 {
    padding-left: 5vw;
  }

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

  .div-block-61 {
    justify-content: center;
    align-items: center;
    padding-right: 220px;
    display: flex;
  }

  .title_hero_empresarial {
    margin-left: 10vw;
    font-size: 27.78px;
  }

  .titulo_empresarial, .hero_text_empresarial {
    margin-left: 10vw;
  }

  .right_column {
    padding-right: 15vw;
  }

  .title_cta_footer {
    font-size: 2.5rem;
    line-height: 40px;
  }

  .container_empresasbeneficiarse {
    padding-bottom: 40px;
    padding-left: 10vw;
  }

  .container_cards_beneficios {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .cardnumber {
    font-size: 1.5rem;
  }

  .card_icon {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .card_title {
    font-size: 1.6rem;
    line-height: 120%;
  }

  .card_information {
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .icon-embed-xxsmall {
    width: 4rem;
    height: 4rem;
  }

  .form_container {
    background-color: #463b51ab;
    border: 0 #000;
    border-radius: 20px;
  }

  .text-field-5, .text-field-6 {
    background-color: #847c8b80;
  }

  .heading-36 {
    font-size: 1.9em;
  }

  .right_vehicles {
    padding-right: 10vw;
  }

  .left_vehicles {
    padding-left: 5vw;
    padding-right: 0;
  }

  .vehicle_card {
    justify-content: flex-start;
    align-items: flex-end;
    width: 300px;
    height: 200px;
    display: none;
  }

  .div-block-66 {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .label.text-secondary {
    padding-left: 5px;
  }

  .section-13 {
    background-image: linear-gradient(#738a7a30, #738a7a30), url('../images/procedures.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 500px;
    position: relative;
  }

  .section-13.background-light {
    background-image: none;
    height: auto;
  }

  .display-2.margin-bottom-25 {
    padding-left: 5px;
  }

  .line_spacer {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .cta_morado_izquierda {
    padding-left: 10vw;
  }

  .cta_morado_derecha {
    flex-flow: column;
    padding-right: 20vw;
  }

  .texto_cta_morado {
    font-size: 1.3rem;
  }

  .boton_empresarial_cta_morado {
    color: #fff;
    border-color: #fff;
  }

  .be_title_container, .card_sections_container {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .grid-11 {
    width: 100%;
  }

  .beneficios_card {
    width: 380px;
  }

  .beneficios_card_title {
    font-size: 1.6rem;
    line-height: 120%;
  }

  .beneficios_card_info {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .card_img {
    height: 420px;
  }

  .rutas {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .ct_rutas_title {
    margin-top: 10px;
    font-size: 1.3rem;
  }

  .boton_empresarial_cta_morado2 {
    color: #fff;
    border-color: #fff;
  }

  .left_services {
    padding-left: 5vw;
    padding-right: 0;
  }

  .right_services {
    padding-right: 0;
  }

  .container1_services_sticky {
    padding-right: 20vw;
  }

  .image_services_right1 {
    height: 700px;
  }

  .card_img2, .card_img3 {
    height: 420px;
  }

  .image_services_right2, .image_services_right3, .image_services_right4, .image_services_right5 {
    height: 700px;
  }

  .icon-embed-xxsmall-2, .icon-embed-xxsmall-3, .icon-embed-xxsmall-4 {
    width: 4rem;
    height: 4rem;
  }

  .heading-43 {
    line-height: 120%;
  }

  .informacion-paragraph {
    margin-left: 0;
    margin-right: 0;
  }

  .vehicle_card_march, .vehicle_card_aveo, .vehicle_card_vento, .vehicle_card_xtrail, .vehicle_card_tiguan, .vehicle_card_l200, .vehicle_card_sedona, .vehicle_card_dodgecarav, .vehicle_card_urvan, .vehicle_card_march_en, .vehicle_card_aveo_en, .vehicle_card_vento_en, .vehicle_card_xtrail_en, .vehicle_card_tiguan_en, .vehicle_card_l200_en, .vehicle_card_sedona_en, .vehicle_card_dodgecarv_en, .vehicle_card_urvan_en {
    justify-content: flex-start;
    align-items: flex-end;
    width: 300px;
    height: 200px;
    display: flex;
  }

  .div-block-73 {
    padding-left: 10vw;
  }

  .small_title_ctaform {
    padding-left: 20px;
  }

  .img_rightside {
    background-image: linear-gradient(90deg, #251d2b, #0000), url('../images/naviar-suburban-2-interior.webp');
  }

  .form-block-2 {
    width: 70%;
    padding-left: 20px;
  }

  .img_rightside_inicio, .img_rightside_nosotros, .img_rightside_servicios, .img_rightside_vehiculos {
    background-image: linear-gradient(90deg, #251d2b, #0000), url('../images/naviar-suburban-2-interior.webp');
  }
}

@media screen and (max-width: 991px) {
  .home.w--current {
    width: 30%;
  }

  .nav-bar-link {
    background-color: #14152000;
    justify-content: flex-start;
    height: auto;
    margin-left: 0;
    padding: 20px 2.5vw;
    font-size: 12px;
    font-weight: 500;
  }

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

  .nav-bar-link.contacto {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .menu-button {
    background-color: #0000;
    display: flex;
  }

  .navigation-wrapper {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: var(--naviar-purple);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding: 20px 0 20px 2.5vw;
  }

  .navigation-container {
    justify-content: space-between;
  }

  .image {
    max-width: 65%;
  }

  .section01 {
    padding: 100px 8px;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .section-description {
    font-size: 15px;
  }

  .header-secondary.centered-svp {
    font-size: 30px;
  }

  .container-2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2.flex-vertical {
    display: none;
  }

  .spacer-30 {
    height: 15px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-column-right {
    align-items: center;
    padding-right: 0;
    display: none;
  }

  .paragraph {
    text-align: left;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .product-image {
    max-width: 130%;
  }

  .arrow-left, .arrow-right {
    display: none;
  }

  .product-slider-section {
    overflow: hidden;
  }

  .content-wrap {
    z-index: 20;
    position: relative;
  }

  .arrow {
    filter: invert();
  }

  .slider-right, .slider-left {
    background-color: var(--naviar-purple);
    border-style: none;
    border-radius: 0;
    width: 80px;
    height: 50px;
    padding: 7px;
  }

  .arrow-bottom {
    z-index: 5;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: flex;
    position: absolute;
    inset: auto 0 0%;
  }

  .product-card {
    padding-bottom: 50px;
    position: relative;
  }

  .product-base {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .mask {
    overflow: visible;
  }

  .extra-large {
    font-size: 4.25em;
  }

  .feature-tabs-nav-wrapper {
    width: 100%;
    min-width: auto;
  }

  .feature-tab-nav-link {
    border-bottom: 2px solid #0000;
    border-left-width: 0;
    padding-left: 0;
  }

  .feature-tab-nav-link.w--current {
    border-bottom: 2px solid #000;
    border-left-width: 0;
  }

  .feature-tab-nav-title-wrapper {
    font-size: 1.3em;
  }

  .feature-tab-copy-wrapper {
    padding-bottom: 2em;
  }

  .feature-tabs-component {
    flex-direction: column;
    display: block;
  }

  .feature-tab-content-wrapper {
    flex: none;
    width: 100%;
    margin-top: 2em;
  }

  .content-2 {
    padding-left: 10px;
  }

  .heading-6 {
    font-size: 21px;
    line-height: 28px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .container-flex.hero {
    flex-flow: row;
    justify-content: center;
  }

  .hero-image-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }

  .button-wrapper {
    align-items: center;
  }

  .hero-content {
    text-align: center;
    align-items: flex-start;
    width: 100%;
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-image {
    max-width: 150%;
    margin-bottom: 100px;
  }

  .style-item {
    grid-template-columns: .5fr 1fr;
  }

  .color-tile {
    height: 120px;
  }

  .navbar-link {
    margin-right: 32px;
  }

  .color-tiles {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .header {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .navbar-2 {
    padding-left: 24px;
  }

  .styleguide {
    max-width: 100%;
    padding: 20px;
  }

  .image-4 {
    max-width: 50vh;
  }

  .backgroundnosotros {
    background-position: 50%;
  }

  .paragraph-4 {
    padding-left: 0;
  }

  .heading-12 {
    margin-top: 0;
    padding-top: 10px;
    line-height: 40px;
  }

  .image-5 {
    max-width: 250%;
  }

  .div-block-6 {
    padding-top: 5vh;
  }

  .parrafo {
    padding-left: 0;
    font-size: 1.5rem;
  }

  .heading-13 {
    padding-left: 10vw;
    padding-right: 10vw;
    font-size: 28px;
  }

  .div-block-8 {
    padding-top: 7vh;
    padding-bottom: 0;
  }

  .heading-14 {
    margin-top: 0;
  }

  .paragraph-6 {
    margin-bottom: 20px;
    padding-bottom: 1px;
  }

  .cta_serviciosexclusivos {
    height: auto;
  }

  .div-block-10 {
    height: 42rem;
  }

  .column-4 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .button-4 {
    margin-bottom: 30px;
  }

  .column-5 {
    padding-top: 10vh;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-19 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .div-block-18 {
    padding-top: 0;
  }

  .paragraph-10 {
    margin-top: 0;
  }

  .div-block-19 {
    height: 25vh;
  }

  .div-block-24 {
    flex-direction: column;
    height: 100vh;
  }

  .div-block-25, .div-block-26 {
    width: 100%;
    height: 25%;
  }

  .div-block-27, .div-block-28 {
    width: 100%;
  }

  .div-block-29, .div-block-30 {
    height: 25vh;
  }

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

  .heading-22 {
    padding-left: 7vw;
    padding-right: 7vw;
    font-size: 18px;
  }

  .background_cta_vehiculo {
    background-position: 0 0, 65% 100%;
    height: 70%;
  }

  .column_right_text {
    justify-content: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-15-rightside {
    font-size: 1.6rem;
  }

  .line_01 {
    width: 50%;
    margin-left: 25%;
  }

  .block_wrap {
    width: 100%;
    display: none;
  }

  .content_wrap {
    margin-top: 13vh;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .paragraph-11 {
    padding-top: 0;
  }

  .heading-23 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-24 {
    line-height: 120%;
  }

  .column-12 {
    padding-left: 5vw;
  }

  .column-13 {
    padding-left: 2vw;
  }

  .servicesdisplay_container {
    flex-direction: column;
    display: none;
  }

  .servicedisplay_dt, .servicedisplay_giras, .servicedisplay-conciertos, .servicedisplay_cruces, .servicedisplay_especiales {
    width: 100%;
    height: 30vh;
  }

  .servicedisplay_seguridad {
    background-position: 50% 0;
    width: 100%;
    height: 30vh;
  }

  .whiteblock {
    background-color: #00000057;
    border-radius: 0;
    width: 100%;
    height: 100%;
  }

  .whiteblock:hover {
    color: #fff;
    background-color: #00000057;
  }

  .heading-25 {
    color: #fff;
  }

  .div-block-31 {
    background-color: #0000001a;
  }

  .banner_cta {
    background-image: linear-gradient(353deg, #42314f 48%, #160f1a);
    height: auto;
  }

  .columnasbannercta {
    flex-direction: column-reverse;
    height: 100%;
    display: flex;
  }

  .column-14 {
    height: 25vh;
  }

  .column-15 {
    height: 25vh;
    padding-left: 0;
    padding-right: 0;
  }

  .column-16 {
    height: auto;
    padding-bottom: 60px;
  }

  .subtitulobanner {
    font-size: 30px;
    line-height: 36px;
  }

  .porquenaviar {
    font-size: 28px;
  }

  .section-7, .icon-container {
    height: auto;
  }

  .divblockinicio {
    margin-top: 60vh;
  }

  .headinginicio {
    font-size: 52px;
    line-height: 60px;
  }

  .backgroundcontacto {
    background-position: 40%;
  }

  .subtitlecontacto {
    line-height: 30px;
  }

  .paragraphcontacto {
    margin-top: 20px;
  }

  .grid-5 {
    grid-column-gap: 31px;
  }

  .line {
    display: none;
  }

  .div-block-35 {
    padding-bottom: 5vh;
  }

  .columns-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .columnscontact {
    flex-direction: column;
  }

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

  .div-block-38 {
    text-align: center;
    width: 100%;
    padding-top: 3vh;
    padding-bottom: 5vh;
  }

  .div-block-39 {
    padding-top: 5vh;
  }

  .content_wrap-top {
    margin-top: 16vh;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .sectionprocessc {
    height: auto;
    padding-bottom: 40px;
  }

  .columns-8 {
    padding-bottom: 0;
  }

  .column-22, .column-23, .column-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .procesosubtitle {
    line-height: 30px;
  }

  .paragraphproceso {
    text-align: left;
    margin-top: 20px;
    font-size: 1.1rem;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr .8fr;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-links-container {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .column_faq {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .block_wrap-mobile {
    width: 100%;
    display: flex;
  }

  .block_wrap-copy {
    width: 100%;
  }

  .block_wrap-mobile-2, .block_wrap-mobile-3 {
    width: 100%;
    display: flex;
  }

  .columns-9 {
    height: 100%;
  }

  .background-video_mobile {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .heading-30 {
    text-align: center;
    font-family: Tt Commons Pro, sans-serif;
    font-size: 2rem;
    font-weight: 400;
  }

  .button_language {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Tt Commons Pro, sans-serif;
    font-size: 1rem;
    line-height: 30px;
  }

  .div-block-43 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    display: flex;
  }

  .servicesdisplay_container_mobile {
    flex-direction: column;
    display: block;
  }

  .background-video {
    display: none;
  }

  .div_desktop {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 20vh;
    display: flex;
  }

  .button_language_desktop {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Tt Commons Pro, sans-serif;
    font-size: 1rem;
    line-height: 30px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .paragraph_blog {
    padding-left: 0;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .blog-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-44 {
    width: 100%;
    height: auto;
  }

  .div-block-45 {
    background-image: linear-gradient(#00000040, #00000040), url('../images/MexicoCity-Naviar-Mob.webp');
    background-position: 0 0, 50% 45%;
    background-size: auto, cover;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-31 {
    color: #fff;
    margin-bottom: 0;
    font-family: Tt Commons Pro, sans-serif;
    font-weight: 400;
  }

  .heading-32 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Tt Commons Pro, sans-serif;
    font-size: 23.6025px;
    font-weight: 400;
  }

  .grid-9 {
    grid-row-gap: 27px;
    grid-template-columns: 1fr;
  }

  .mty {
    background-image: linear-gradient(#00000040, #00000040), url('../images/Naviar-Mty-Mob.webp');
    background-position: 0 0, 50% 55%;
    background-size: auto, cover;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .gdl {
    background-image: linear-gradient(#00000040, #00000040), url('../images/Naviar-GDL-Mob.webp');
    background-position: 0 0, 50% 20%;
    background-size: auto, cover;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .tij {
    background-image: linear-gradient(#00000040, #00000040), url('../images/Naviar-Tij-Mob.webp');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .csl {
    background-image: linear-gradient(#00000040, #00000040), url('../images/Naviar-DestinosTuristicos-Mob.webp');
    background-position: 0 0, 50% 72%;
    background-size: auto, cover;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .botonciudades {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-8 {
    display: block;
  }

  .div-block-46 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Naviar-Cancun-Mob.webp');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-49 {
    display: none;
  }

  .div-block-50 {
    z-index: 9999;
  }

  .divblockinicio-copy, .divblockinicio-copy-copy, .landing_content_phone {
    margin-top: 60vh;
  }

  .landing_content_desktop_hero {
    margin-top: 4vh;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .landing_heading_inicio {
    font-size: 32.2981px;
    line-height: 120%;
  }

  .div-block-51 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading_form {
    font-size: 1rem;
  }

  .form_title {
    font-size: 18px;
    line-height: 120%;
  }

  .columns-10 {
    width: 100%;
  }

  .landing_proceso {
    height: auto;
    padding-bottom: 40px;
  }

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

  .tab-pane-wrap {
    width: auto;
  }

  .column-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns_mobile {
    width: 100%;
  }

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

  .footer_container_landing {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-grid-landing {
    grid-template-columns: 2fr 1fr 1fr .8fr;
  }

  .footer-links-container_landing, .button_container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-53, .div-block-54 {
    text-align: left;
  }

  .small_title {
    line-height: 120%;
  }

  .title {
    margin-top: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph_info {
    padding-top: 0;
  }

  .div-block-59 {
    flex-flow: column;
  }

  .div-block-60 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-61 {
    width: 80%;
    margin-left: 5vw;
  }

  .title_hero_empresarial {
    margin-left: 5vw;
  }

  .titulo_empresarial {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 5vw;
  }

  .hero_text_empresarial {
    margin-top: 0;
    margin-left: 5vw;
  }

  .left_column {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .button_personalizedplan {
    margin-bottom: 30px;
    padding: 20px;
  }

  .title_empresas_beneficios {
    width: 90%;
    margin-top: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .card_sectores {
    padding-bottom: 0;
  }

  .cardnumber, .card_title {
    line-height: 120%;
  }

  .card_information {
    padding-top: 0;
  }

  .form_container {
    width: 100%;
    margin-right: 20px;
  }

  .form_horario_texto {
    margin-top: 40px;
    line-height: 120%;
  }

  .flota_sticky {
    padding-top: 0;
  }

  .right_vehicles {
    margin-top: 60px;
    padding-left: 5vw;
  }

  .p_vehicles_sticky {
    padding-top: 0;
  }

  .container2_vehicles_sticky-copy, .container3_vehicles_sticky-copy-copy {
    margin-top: 60px;
  }

  .section-13 {
    background-image: linear-gradient(#738a7a40, #738a7a40), url('../images/procedures.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    height: 300px;
  }

  .services-grid {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 0;
    display: flex;
  }

  .button-8 {
    background-color: #738a7a;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
  }

  .button-8.mobilewedo {
    display: block;
    bottom: 40px;
  }

  .display-2 {
    font-size: 37px;
    line-height: 44px;
  }

  .sticky {
    margin-bottom: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: auto;
  }

  .container-9 {
    background-color: #0000;
  }

  .title_cta_morado {
    margin-top: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .texto_cta_morado {
    padding-top: 0;
  }

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

  .beneficios_card_title {
    line-height: 120%;
  }

  .beneficios_card_info, .ct_rutas_title {
    padding-top: 0;
  }

  .title_servicios_empresariales {
    line-height: 120%;
  }

  ._2d_title_servicios {
    margin-top: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .p_services_left {
    padding-top: 0;
  }

  .right_services {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title_services_emp {
    margin-top: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .desc_serv_emp {
    padding-top: 0;
  }

  .title-confirmacion {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 5vw;
  }

  .informacion-paragraph {
    margin-top: 0;
    margin-left: 5vw;
  }

  .div-block-73 {
    padding-left: 2vw;
  }

  .small_title_ctaform {
    font-size: 1.2rem;
    line-height: 120%;
  }

  .cta_form_all_title {
    width: 90%;
    margin-top: 10px;
    font-size: 2em;
    line-height: 120%;
  }

  .div-block-76 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .img_rightside_inicio {
    background-position: 0 0, 70%;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .section-small-header {
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .section-header {
    margin-top: 16px;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .text-container {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .h1, .h1-2 {
    width: 90vw;
    font-size: 13vw;
  }

  .content {
    width: 100%;
  }

  .subhead-container {
    padding-left: 15px;
  }

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

  .marquee-cover-horizontal {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .col {
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }

  .header-secondary {
    font-size: 24px;
  }

  .spacer-60 {
    height: 40px;
  }

  .container-2 {
    width: 100%;
  }

  .footer-column, .footer-column-right {
    padding-right: 0;
  }

  .footer-grid-02 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .product-image {
    max-width: 100%;
  }

  .product-wrap {
    flex-direction: column;
  }

  .product-card {
    min-width: 80%;
  }

  .product-base {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .feature-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .extra-large {
    font-size: 3.4em;
  }

  .p-md-end {
    padding-bottom: 4em;
  }

  .video-teaser-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .video-teaser-caption-wrapper {
    text-align: center;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .video-teaser-video-wrapper {
    flex: none;
    width: 50%;
  }

  .title3 {
    font-size: 2em;
  }

  .feature-tabs-component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .title3-2 {
    font-size: 2em;
  }

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

  .button-wrapper {
    flex-direction: column;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-h1 {
    font-size: 48px;
  }

  .navbar-inner {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .color-tile {
    height: 120px;
  }

  .navbar-link {
    margin-right: 24px;
  }

  .source-info {
    width: 100%;
  }

  .color-tiles {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-2 {
    justify-content: center;
  }

  .heading-11 {
    font-size: 30px;
    line-height: 45px;
  }

  .paragraph-4 {
    top: 2vh;
  }

  .image-5 {
    width: 200%;
    max-width: 200%;
  }

  .parrafo {
    padding-left: 0;
  }

  .div-block-7 {
    background-position: 50%;
  }

  .misi-n {
    height: 100%;
  }

  .div-block-8 {
    padding-top: 5vh;
  }

  .paragraph-6 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .cta_serviciosexclusivos {
    height: auto;
    overflow: visible;
  }

  .column-3 {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    height: 33vh;
    position: relative;
  }

  .backgroundavion {
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .heading-15 {
    margin-top: 0;
    font-size: 2rem;
    line-height: 40px;
  }

  .paragraph-7 {
    font-size: 1.2rem;
  }

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

  .column-5 {
    padding-top: 5vh;
  }

  .backgroundservices {
    background-position: 20%;
  }

  .heading-20 {
    line-height: 120%;
  }

  .cta_vehiculos {
    height: 100%;
  }

  .column_right_text {
    padding-bottom: 2vh;
  }

  .heading-24 {
    font-size: 1rem;
  }

  .icon-container {
    height: 25vw;
  }

  .marquee {
    height: 70vw;
  }

  .marquee-cover {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .track-vertical {
    align-items: center;
  }

  .column-18 {
    display: none;
  }

  .backgroundcontacto {
    background-position: 35%;
  }

  .html-embed {
    display: none;
  }

  .div-block-36, .naviarmxdiv {
    margin-left: 0;
  }

  .mapamovil {
    display: block;
  }

  .mapacelular {
    display: none;
  }

  .column-21 {
    padding-left: 7vw;
  }

  .heading11nosotros, .heading-iniciomovil {
    font-size: 30px;
    line-height: 45px;
  }

  .backgroundphonehome {
    background-position: 20%;
  }

  .hometitlemobile {
    font-size: 30px;
    line-height: 45px;
  }

  .column-22, .column-23 {
    margin-top: 60px;
  }

  .column-24 {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .footer-grid {
    grid-template-columns: 1fr .8fr;
  }

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

  .footer-logo {
    padding-left: 0;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-logo-block {
    margin-bottom: 40px;
  }

  .spacer {
    height: 32px;
  }

  .footer-links-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .cta_faq {
    height: auto;
    overflow: visible;
  }

  .column_faq2 {
    height: 100%;
    padding-right: 0;
  }

  .button_language, .button_language_desktop {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .blog_herobackground {
    background-position: 20%;
  }

  .paragraph_blog {
    top: 2vh;
  }

  .content-section-2 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .feature-image {
    width: 100%;
    height: 100px;
  }

  .content-right {
    display: none;
  }

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

  .heading-31 {
    margin-top: 0;
    font-size: 28px;
  }

  .heading-32 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .grid-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mty, .gdl, .tij, .csl, .div-block-46 {
    padding-bottom: 10px;
  }

  .html-embed-us {
    display: none;
  }

  .mapamovil-us {
    margin-top: 20px;
    display: block;
  }

  .mapacelular-us {
    display: none;
  }

  .landing_content_phone_hero {
    background-position: 20%;
  }

  .landing_heading_inicio {
    font-size: 20.061px;
  }

  .landing_subtitle {
    font-size: 1.2em;
  }

  .landing_hometitle_mobile {
    font-size: 30px;
    line-height: 45px;
  }

  .form_title {
    font-size: 16px;
  }

  .cta_vehiculos_landing {
    height: 100%;
  }

  .landing_country_left {
    justify-content: center;
    align-items: center;
  }

  .landing_country_right {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lannding_container_countries {
    background-position: 50%;
  }

  .vehicle_specs {
    line-height: 120%;
  }

  .footer_container_landing {
    flex-direction: column;
  }

  .footer-grid-landing {
    grid-template-columns: 1fr .8fr;
  }

  .footer-logo-block-landing {
    margin-bottom: 40px;
  }

  .footer-logolanding {
    padding-left: 0;
  }

  .footer-links-container_landing, .button_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .column-30 {
    padding-left: 0;
  }

  .section-9 {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/naviar_empresarial_hero.webp');
    background-position: 0 0, 0 0, 50%;
  }

  .div-block-55 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

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

  .div-block-57 {
    width: 100%;
    height: 450px;
  }

  .small_title {
    font-size: 1rem;
  }

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

  .left_column {
    padding-top: 0;
    padding-right: 0;
  }

  .right_column {
    height: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title_cta_footer {
    margin-top: 0;
    font-size: 2rem;
    line-height: 40px;
  }

  .body_cta_footer {
    font-size: 1.2rem;
  }

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

  .container_empresasbeneficiarse {
    padding-right: 5vw;
  }

  .title_empresas_beneficios {
    width: 100%;
  }

  .container_cards_beneficios {
    flex-flow: row;
  }

  .cardnumber, .card_title {
    font-size: 1rem;
  }

  .empresas_beneficiarse {
    padding-top: 60px;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

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

  .section-13 {
    background-image: linear-gradient(#738a7a3d, #738a7a3d), url('../images/procedures.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .services-grid {
    padding-top: 10px;
  }

  .button-8 {
    background-color: #738a7a;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .display-2.margin-bottom-25 {
    text-align: center;
  }

  .sticky {
    margin-bottom: 20px;
  }

  .container-9 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .cta_morado_empresarial {
    height: auto;
  }

  .title_cta_morado {
    font-size: 1.5em;
    line-height: 150%;
  }

  .texto_cta_morado {
    font-size: 1.2em;
    line-height: 140%;
  }

  .be_title_container {
    width: 100%;
    padding-right: 5vw;
  }

  .grid-11 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .beneficios_card_title, .title_servicios_empresariales {
    font-size: 1rem;
  }

  .div-block-73 {
    flex-flow: column;
    padding-right: 2vw;
  }

  .div-block-74 {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-75 {
    display: none;
  }

  .small_title_ctaform {
    font-size: 1.3rem;
  }

  .cta_form_all_title {
    width: 100%;
  }

  .form-block-2 {
    padding-right: 40px;
  }

  .div-block-77, .icons-container-landing {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .background-desktop {
    display: none;
  }

  .background-phone {
    width: 100%;
    height: 100vh;
    display: block;
  }

  .section, .section.under {
    display: none;
  }

  .div-block-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-bar-link, .nav-menu {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .image {
    max-width: 100%;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-image {
    margin-top: 20px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-faq {
    padding: 20px 15px 60px;
  }

  .header-center-box._75 {
    width: 90%;
  }

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

  .h1 {
    font-size: 12vw;
  }

  .lil-rule {
    width: 20px;
  }

  .h1-2 {
    font-size: 12vw;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .paragraph-large.centered-svp {
    font-size: 18px;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .footer-grid-02 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .feature-block {
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px 8px;
  }

  .price-block {
    width: 100%;
    padding: 16px 0;
  }

  .pricing {
    font-size: 55px;
  }

  .car-icon {
    margin-right: 8px;
  }

  .product-slider-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product-base {
    min-height: 190px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .feature-column {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-block {
    width: 100%;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .p-xl-start.p-xl-end {
    display: block;
  }

  .video-teaser-video-wrapper {
    width: 80%;
    max-width: 25em;
  }

  .feature-tabs-component {
    grid-template-columns: 1fr;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-2 {
    padding-right: 0;
  }

  .hero-image-wrap {
    width: 150%;
    margin-top: 0;
  }

  .button-3 {
    width: 100%;
    max-width: 200px;
    min-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .hero-paragraph {
    font-size: 12px;
  }

  .hero-content {
    max-width: 500px;
  }

  .hero-h1 {
    max-width: 500px;
    font-size: 32px;
  }

  .typography-label {
    margin-bottom: 12px;
  }

  .style-item {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    place-content: start flex-start;
    align-items: stretch;
    display: flex;
  }

  .header-inner {
    text-align: left;
  }

  .clone-button {
    text-align: center;
    width: 100%;
    min-height: 32px;
  }

  .stylesection {
    margin-top: 32px;
  }

  .color-tile {
    height: 80px;
  }

  .navbar-link {
    margin-left: 4px;
    margin-right: 4px;
  }

  .source-info {
    width: 100%;
    padding: 16px 0 0;
  }

  .color-tiles {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .header {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .navbar-2 {
    background-color: #202020f2;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 12px;
    position: fixed;
    inset: auto 0 0;
  }

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

  .form-block {
    margin-bottom: 0;
  }

  .styleguide {
    padding-bottom: 160px;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .backgroundnosotros {
    background-position: 65%;
  }

  .div-block-5 {
    margin-top: 22vh;
  }

  .heading-10 {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 30px;
  }

  .heading-12 {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .image-5 {
    width: 180%;
    max-width: 180%;
  }

  .parrafo {
    font-size: 18px;
  }

  .image-6, .image-7 {
    max-width: 80%;
  }

  .paragraph-5 {
    margin-left: 7vw;
    margin-right: 7vw;
    font-size: 18px;
  }

  .heading-14 {
    font-size: 28px;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .column-3 {
    padding-left: 0;
  }

  .div-block-10 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .button-4 {
    margin-bottom: 40px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .variedaddeservicios {
    margin-right: 7vw;
    font-size: 30px;
  }

  .grid-servicios {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-4 {
    height: auto;
  }

  .heading-19 {
    margin-top: 0;
    margin-right: 7vw;
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-10 {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .div-block-19 {
    background-position: 50% 0;
    background-size: cover;
    height: 100%;
    position: relative;
  }

  .div-block-22, .div-block-24 {
    height: auto;
  }

  .div-block-25 {
    height: 50%;
    position: relative;
  }

  .div-block-26, .div-block-27, .div-block-28 {
    height: 400px;
    position: relative;
  }

  .div-block-29, .div-block-30 {
    height: 100%;
  }

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

  .cta_vehiculos {
    height: auto;
  }

  .background_cta_vehiculo {
    height: 100%;
  }

  .column_right_text {
    height: auto;
    padding-top: 2vh;
  }

  .heading-15-rightside {
    font-size: 30px;
    line-height: 38px;
  }

  .paragraph-7-rightside {
    font-size: 18px;
  }

  .titlesubtitle {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .block_wrap {
    width: 100%;
  }

  .content_wrap {
    margin-top: 55%;
  }

  .paragraph-11 {
    font-size: 18px;
  }

  .heading-23 {
    font-size: 27px;
    line-height: 32px;
  }

  .heading-24 {
    font-size: 18px;
    line-height: 120%;
  }

  .columns-4 {
    flex-direction: column;
    padding-bottom: 20px;
    display: block;
  }

  .column-13 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .whiteblock {
    width: 100%;
    height: 100%;
  }

  .heading-25 {
    font-variation-settings: "wght" 40, "wdth" 90;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-31 {
    background-color: #0000;
  }

  .heading-26 {
    margin-top: 40px;
  }

  .parrafocta {
    font-size: 18px;
  }

  .botoncta {
    font-family: Tt Commons Pro, sans-serif;
  }

  .textoporquenaviar {
    text-align: left;
    padding-left: 7vw;
    padding-right: 7vw;
    font-size: 18px;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .titlecontacto {
    font-size: 36.0248px;
    line-height: 58px;
  }

  .grid-5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-27 {
    font-size: 32px;
    line-height: 38px;
  }

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

  .heading-28 {
    font-size: 19.8758px;
    line-height: 20px;
  }

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

  .mapamovil {
    display: none;
  }

  .mapacelular {
    display: block;
  }

  .content_wrap-top {
    margin-top: 70%;
  }

  .heading11nosotros {
    margin-top: 0;
    font-size: 21px;
    line-height: 32px;
  }

  .heading-iniciomovil {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .backgroundphonehome {
    background-image: none;
  }

  .homediv {
    margin-top: 30vh;
    margin-left: 0;
    margin-right: 0;
  }

  .homesubtitlemobile {
    margin-bottom: 0;
    padding-left: 0;
    line-height: 30px;
  }

  .hometitlemobile {
    font-variation-settings: "wght" 40, "wdth" 90;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .columns-8 {
    padding-bottom: 40px;
  }

  .processtitle {
    text-align: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 45px;
  }

  .column-23, .column-24 {
    margin-top: 60px;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-25, .column-26 {
    text-align: center;
  }

  .column_faq2 {
    padding-left: 0;
  }

  .block_wrap-mobile, .block_wrap-copy, .block_wrap-mobile-2, .block_wrap-mobile-3 {
    width: 100%;
  }

  .background-video_mobile {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .button_language {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-43 {
    flex-direction: column;
  }

  .div_desktop {
    padding-bottom: 40vh;
  }

  .button_language_desktop {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .paragraph_blog {
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-45 {
    height: 100px;
  }

  .heading-31 {
    margin-top: 0;
  }

  .heading-32 {
    font-size: 1.2rem;
    line-height: 20px;
  }

  .mty, .gdl, .tij, .csl {
    height: 100px;
  }

  .mapamovil-us {
    display: none;
  }

  .mapacelular-us {
    margin-top: 20px;
    display: block;
  }

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

  .landing_bg_desktop {
    display: none;
  }

  .landing_bg_phone {
    width: 100%;
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
    display: block;
  }

  .landing_content_phone_hero {
    background-image: none;
  }

  .landing_home_div {
    margin-top: 30vh;
    margin-left: 0;
    margin-right: 0;
  }

  .landing_hometitle_mobile {
    font-variation-settings: "wght" 40, "wdth" 90;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .landing_subtitle_mobile {
    margin-bottom: 0;
    padding-left: 0;
    line-height: 30px;
  }

  .div-block-51 {
    background-color: #f5f5f5e3;
  }

  .heading_form {
    font-size: 1rem;
    line-height: 120%;
  }

  .cta_vehiculos_landing {
    height: auto;
  }

  .mx_landing, .us_landing {
    max-width: 80%;
  }

  .landing_country_left, .landing_country_right {
    text-align: center;
  }

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

  .question-title {
    flex: 1;
  }

  .columns_mobile {
    flex-flow: column;
  }

  .left_mobile, .right_mobile, .footer_container_landing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper_landing {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    height: auto;
    padding-bottom: 40px;
  }

  .small_title {
    font-size: 18px;
    line-height: 120%;
  }

  .title {
    font-size: 27px;
    line-height: 32px;
  }

  .paragraph_info {
    font-size: 18px;
  }

  .section-10 {
    padding-bottom: 20px;
  }

  .div-block-60 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-61 {
    width: 100%;
    margin-left: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title_hero_empresarial {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .titulo_empresarial {
    margin-top: 0;
    margin-right: 7vw;
    font-size: 18px;
    line-height: 30px;
  }

  .hero_text_empresarial {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .right_column {
    padding-left: 5vw;
  }

  .title_cta_footer {
    font-size: 28px;
  }

  .body_cta_footer {
    font-size: 18px;
  }

  .button_personalizedplan {
    margin-bottom: 40px;
  }

  .div-block-62 {
    height: 40vh;
  }

  .title_empresas_beneficios {
    font-size: 27px;
    line-height: 32px;
  }

  .container_cards_beneficios {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    flex-flow: column;
  }

  .card_sectores {
    width: 100%;
  }

  .cardnumber, .card_title {
    font-size: 18px;
    line-height: 120%;
  }

  .card_information {
    font-size: 18px;
  }

  .form_container {
    margin-top: 40px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-36 {
    font-size: 1.5em;
  }

  .form_horario_texto {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .select-field-2 {
    border-radius: 0;
  }

  .p_vehicles_sticky {
    font-size: 18px;
  }

  .label.text-secondary {
    text-align: center;
    position: relative;
  }

  .section-13 {
    background-image: linear-gradient(#738a7a3d, #738a7a3d), url('../images/procedures.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .section-13.background-light {
    background-image: none;
  }

  .text-block-14 {
    color: #525252;
  }

  .services-grid {
    height: auto;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .text-block-15 {
    color: #525252;
    font-weight: 400;
  }

  .text-block-16 {
    color: #525252;
  }

  .button-8 {
    background-color: #738a7a;
    width: auto;
    padding-top: 12px;
    font-size: 16px;
    bottom: 60px;
    left: auto;
  }

  .div-block-67 {
    position: relative;
  }

  .text-block-17 {
    color: #525252;
  }

  .display-2.margin-bottom-25 {
    text-align: center;
    position: relative;
  }

  .text-block-18 {
    color: #525252;
  }

  .service.margin-bottom-30 {
    position: relative;
  }

  .sticky {
    text-align: center;
  }

  .container-9 {
    max-width: none;
    margin-top: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom-35 {
    color: #525252;
    text-align: center;
    margin-bottom: 0;
  }

  .text-block-19 {
    color: #525252;
  }

  .card-inner {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .cta_morado_container {
    flex-flow: column;
  }

  .cta_morado_izquierda {
    width: 100%;
  }

  .cta_morado_derecha {
    width: 100%;
    padding-left: 5vw;
  }

  .title_cta_morado {
    font-size: 1.6em;
    line-height: 150%;
  }

  .texto_cta_morado {
    font-size: 1.1em;
  }

  .beneficios_card_title {
    font-size: 18px;
    line-height: 120%;
  }

  .beneficios_card_info {
    font-size: 18px;
  }

  .cta_rutas {
    width: 100%;
  }

  .ct_rutas_title {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }

  .cta_container_rutas {
    flex-flow: column;
  }

  .cta_boton {
    width: 100%;
  }

  .title_servicios_empresariales {
    font-size: 18px;
    line-height: 120%;
  }

  ._2d_title_servicios {
    font-size: 27px;
    line-height: 32px;
  }

  .p_services_left {
    font-size: 18px;
  }

  .title_services_emp {
    font-size: 27px;
    line-height: 32px;
  }

  .desc_serv_emp {
    font-size: 18px;
  }

  .image_services_right1, .image_services_right2, .image_services_right3, .image_services_right4, .image_services_right5 {
    height: 300px;
  }

  .title-confirmacion {
    margin-top: 0;
    margin-right: 7vw;
    font-size: 18px;
    line-height: 30px;
  }

  .informacion-paragraph {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .select-field-2_en {
    border-radius: 0;
  }

  .div-block-75 {
    width: 100%;
    display: none;
  }

  .small_title_ctaform {
    text-align: center;
    padding-left: 0;
    font-size: 18px;
    line-height: 120%;
  }

  .cta_form_all_title {
    font-size: 1.5em;
    line-height: 130%;
  }

  .form-3 {
    padding-top: 10px;
  }

  .text_field_formcta {
    font-size: 16px;
  }

  .form-block-2 {
    padding-top: 20px;
  }

  .textarea-3 {
    font-size: 16px;
  }

  .div-block-77 {
    margin-top: 40px;
  }

  .img_rightside_servicios {
    background-position: 0 0, 50%;
  }

  .div-block-86, .div-block-87, .div-block-88, .div-block-89, .div-block-90, .div-block-91, .div-block-92, .div-block-93, .div-block-94 {
    text-align: center;
  }
}

#w-node-d6e822a4-54c0-9a42-408d-3b16ac4dd7a4-ac4dd77e, #w-node-c3920c26-1236-d1c4-ce1e-d7387c067af4-0b213784 {
  place-self: center;
}

#w-node-_47270604-4101-9f0d-aed1-5b2203a6ccfa-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6ccfb-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd09-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd0a-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd18-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd19-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd27-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd28-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd36-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd37-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd45-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd54-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd55-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd63-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd64-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd72-b6ae52c8, #w-node-_47270604-4101-9f0d-aed1-5b2203a6cd73-b6ae52c8, #w-node-_96c56126-ffa5-7060-ad51-464d9158796e-b6ae52c8, #w-node-d7e327c5-6348-f58b-070b-774777fe691c-b6ae52c8, #w-node-adf9f161-ae27-1d78-d432-389e4eb7d7f3-b6ae52c8, #w-node-dd0dff99-fb55-0170-c7ea-c032eb1716b0-b6ae52c8, #w-node-_277c624a-3f13-0bf7-aa6c-191f61684d8a-b6ae52c8, #w-node-_90401386-c1f5-4626-e025-daa50775c893-b6ae52c8, #w-node-a185113b-3d85-8e61-2443-103b8b05ff43-b6ae52c8, #w-node-ab880861-04d7-c922-7eea-a113f9d2d255-b6ae52c8, #w-node-_9b32dfe0-4ab1-46c9-117e-d5d55da62143-b6ae52c8, #w-node-_7323abb4-14b7-d724-bee8-f1bea441e11b-b6ae52c8, #w-node-_648e2a42-eeeb-4b4f-92cc-41e79559508d-b6ae52c8, #w-node-cb9afa5c-a127-4d99-b377-cdcdf4cc2f7a-b6ae52c8, #w-node-cb9afa5c-a127-4d99-b377-cdcdf4cc2f7b-b6ae52c8, #w-node-_1b5b6e30-57f6-6a83-4773-d62c1739f978-b6ae52c8, #w-node-_1b5b6e30-57f6-6a83-4773-d62c1739f979-b6ae52c8, #w-node-cd37a973-1888-654b-2703-021a8260aee1-b6ae52c8, #w-node-cd37a973-1888-654b-2703-021a8260aee2-b6ae52c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5085ef8-7b3d-a4db-7122-ac2bb7899ee1-b6ae52c8 {
  place-self: center;
}

#w-node-d421f07c-953f-f205-e466-703ad523df90-742a35f2, #w-node-_3d778f23-4342-c111-44f3-1c27acad7c5d-742a35f2, #w-node-_475d274d-52e1-4574-dbc5-3f8ebbb92033-742a35f2, #w-node-_78eab7dd-ffd5-51b2-f35a-9ed7b7a66261-742a35f2, #w-node-_5b5c8595-5263-e04c-0174-c7e88a5d4e2c-742a35f2, #w-node-_3b7a100a-8942-94f4-94c3-ff09cfa558c7-742a35f2, #w-node-_2a8fe7b4-f891-b791-291e-5b9d58a3f5ac-742a35f2, #w-node-_69474d78-d72b-93a3-ec84-386ed2196335-742a35f2, #w-node-_3ff73ac7-9a06-2083-0785-2752c9e57e91-742a35f2, #w-node-_94b0914e-13d3-326d-71e8-ab55dff1dfc7-742a35f2, #w-node-_6f175bb7-f08b-5216-c13a-14f550336b95-742a35f2, #w-node-b8a1222e-4e2f-7bae-b2d6-4d01cb2fefa3-742a35f2, #w-node-fb086a7f-6a9b-6f9f-0f21-69990e53b005-742a35f2, #w-node-_5e26fab2-9f84-5816-c443-996f29d928ec-742a35f2, #w-node-_9876a1e9-8903-cde0-9219-aaf538eabdd5-742a35f2, #w-node-fcaa8812-2960-58c3-2064-5ce3a4796c05-742a35f2, #w-node-_1fdbf1a3-c24a-e06e-6fff-ca871e2eec03-742a35f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f585a04f-ea04-6135-5136-d416a8ecb51e-742a35f2 {
  place-self: center;
}

#w-node-_392fe9d1-9c3b-05c2-81b2-2befe20f7499-050b287a, #w-node-_534c43a1-487a-2fbe-7a02-65e34290145a-050b287a, #w-node-_8cf98744-eb15-96c0-8316-399fd4e52b06-050b287a, #w-node-_354ee4f2-e6b2-9988-8049-e1b49764ba20-050b287a, #w-node-_71d5a96f-676e-d9f8-5c5a-d022c621fd52-050b287a, #w-node-_5573f63f-e871-9c5f-900f-aa918d02650f-050b287a, #w-node-dcb99305-be44-348b-f6fd-5cbe40b37604-050b287a, #w-node-e9c93c27-e4bd-e0e7-2170-a275affdd576-050b287a, #w-node-_87dfe7d7-6b42-a7cd-8c2c-1d893fc4b722-050b287a, #w-node-c2ceeafb-f07f-64ce-f866-90cc41a9b1c0-050b287a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200447da-4612-853a-bcaf-8cac795fb4c6-050b287a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a4359f45-d157-3aae-ac39-ebc184f6f2d0-050b287a {
  place-self: center;
}

#w-node-c0f61c30-e462-9cb4-c532-37d886381b6f-050b287a, #w-node-_4acb2e72-cecf-9bef-a24a-fad5fab88724-050b287a, #w-node-_4acb2e72-cecf-9bef-a24a-fad5fab88726-050b287a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-dd18675a-9dee-3451-632b-91b6372e97a0-050b287a, #w-node-a7e9f334-8258-48fc-93ce-bac311d9425f-95b83757, #w-node-_8b04441b-3e18-1e97-deea-4a5f0a609f95-7798161a, #w-node-_34b0b63e-a950-e883-28fb-cbcec8b0dede-e0439671, #w-node-d41e4757-ffe8-a92e-2b59-1ad132f171cd-9c0a6132 {
  place-self: center;
}

#w-node-d421f07c-953f-f205-e466-703ad523df90-9e3577d6, #w-node-_3d778f23-4342-c111-44f3-1c27acad7c5d-9e3577d6, #w-node-_475d274d-52e1-4574-dbc5-3f8ebbb92033-9e3577d6, #w-node-_78eab7dd-ffd5-51b2-f35a-9ed7b7a66261-9e3577d6, #w-node-_5b5c8595-5263-e04c-0174-c7e88a5d4e2c-9e3577d6, #w-node-_3b7a100a-8942-94f4-94c3-ff09cfa558c7-9e3577d6, #w-node-_2a8fe7b4-f891-b791-291e-5b9d58a3f5ac-9e3577d6, #w-node-_69474d78-d72b-93a3-ec84-386ed2196335-9e3577d6, #w-node-_3ff73ac7-9a06-2083-0785-2752c9e57e91-9e3577d6, #w-node-_94b0914e-13d3-326d-71e8-ab55dff1dfc7-9e3577d6, #w-node-_6f175bb7-f08b-5216-c13a-14f550336b95-9e3577d6, #w-node-b8a1222e-4e2f-7bae-b2d6-4d01cb2fefa3-9e3577d6, #w-node-fb086a7f-6a9b-6f9f-0f21-69990e53b005-9e3577d6, #w-node-_5e26fab2-9f84-5816-c443-996f29d928ec-9e3577d6, #w-node-_9876a1e9-8903-cde0-9219-aaf538eabdd5-9e3577d6, #w-node-fcaa8812-2960-58c3-2064-5ce3a4796c05-9e3577d6, #w-node-_1fdbf1a3-c24a-e06e-6fff-ca871e2eec03-9e3577d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_491f5499-2873-744b-ac5f-3af1c302d3b1-9e3577d6 {
  place-self: center;
}

#w-node-a9790a02-ea98-6d94-2fd1-a346a609cae5-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609cae6-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609caf4-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609caf5-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609cb03-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609cb04-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609cb12-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609cb13-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609cb21-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609cb22-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609cb30-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609cb3f-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609cb40-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609cb4e-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609cb4f-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609cb5d-065e1c77, #w-node-a9790a02-ea98-6d94-2fd1-a346a609cb5e-065e1c77, #w-node-_96c56126-ffa5-7060-ad51-464d9158796e-065e1c77, #w-node-d7e327c5-6348-f58b-070b-774777fe691c-065e1c77, #w-node-adf9f161-ae27-1d78-d432-389e4eb7d7f3-065e1c77, #w-node-dd0dff99-fb55-0170-c7ea-c032eb1716b0-065e1c77, #w-node-_277c624a-3f13-0bf7-aa6c-191f61684d8a-065e1c77, #w-node-_90401386-c1f5-4626-e025-daa50775c893-065e1c77, #w-node-a185113b-3d85-8e61-2443-103b8b05ff43-065e1c77, #w-node-ab880861-04d7-c922-7eea-a113f9d2d255-065e1c77, #w-node-_9b32dfe0-4ab1-46c9-117e-d5d55da62143-065e1c77, #w-node-_7323abb4-14b7-d724-bee8-f1bea441e11b-065e1c77, #w-node-_648e2a42-eeeb-4b4f-92cc-41e79559508d-065e1c77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86c1ae74-5de0-1a25-f32e-139990c330a5-065e1c77, #w-node-_46bd35b2-ef46-6eb4-372c-aa1ecf5c931e-f6aa6cb1 {
  place-self: center;
}

#w-node-_392fe9d1-9c3b-05c2-81b2-2befe20f7499-29a1ea34, #w-node-_534c43a1-487a-2fbe-7a02-65e34290145a-29a1ea34, #w-node-_8cf98744-eb15-96c0-8316-399fd4e52b06-29a1ea34, #w-node-_354ee4f2-e6b2-9988-8049-e1b49764ba20-29a1ea34, #w-node-_71d5a96f-676e-d9f8-5c5a-d022c621fd52-29a1ea34, #w-node-_5573f63f-e871-9c5f-900f-aa918d02650f-29a1ea34, #w-node-dcb99305-be44-348b-f6fd-5cbe40b37604-29a1ea34, #w-node-e9c93c27-e4bd-e0e7-2170-a275affdd576-29a1ea34, #w-node-_87dfe7d7-6b42-a7cd-8c2c-1d893fc4b722-29a1ea34, #w-node-c2ceeafb-f07f-64ce-f866-90cc41a9b1c0-29a1ea34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200447da-4612-853a-bcaf-8cac795fb4c6-29a1ea34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a4359f45-d157-3aae-ac39-ebc184f6f2d0-29a1ea34 {
  place-self: center;
}

#w-node-c0f61c30-e462-9cb4-c532-37d886381b6f-29a1ea34, #w-node-_4acb2e72-cecf-9bef-a24a-fad5fab88724-29a1ea34, #w-node-_4acb2e72-cecf-9bef-a24a-fad5fab88726-29a1ea34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_12c0399c-0f0d-79a5-4187-7021283d9859-29a1ea34, #w-node-_53e6ea0b-9730-267a-46a4-d38350c8706f-06305120 {
  place-self: center;
}

#w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36dbd-6fee4d36, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36dc4-6fee4d36, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36dcb-6fee4d36, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36dd2-6fee4d36, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36dd9-6fee4d36, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36de0-6fee4d36, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36de7-6fee4d36, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36dee-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446580-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446581-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446584-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446585-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446588-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446589-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd44658c-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd44658d-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446590-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446591-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446594-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446598-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446599-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd44659c-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd44659d-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd4465a0-6fee4d36, #w-node-_700fa792-89f6-a836-0a95-5bcdfd4465a1-6fee4d36, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36dbd-b7cb5bff, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36dc4-b7cb5bff, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36dcb-b7cb5bff, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36dd2-b7cb5bff, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36dd9-b7cb5bff, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36de0-b7cb5bff, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36de7-b7cb5bff, #w-node-b4feeaa9-f1e1-f01e-bae8-b7f04fa36dee-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446580-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446581-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446584-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446585-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446588-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446589-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd44658c-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd44658d-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446590-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446591-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446594-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446598-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd446599-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd44659c-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd44659d-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd4465a0-b7cb5bff, #w-node-_700fa792-89f6-a836-0a95-5bcdfd4465a1-b7cb5bff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ea3395c-aa6b-e9e6-d3d7-ad0447492b08-75de2bc6, #w-node-_774b3229-bc11-2bd3-50c9-b2bc998694bb-75de2bc6, #w-node-_3ea3395c-aa6b-e9e6-d3d7-ad0447492b08-11f39d9b, #w-node-_774b3229-bc11-2bd3-50c9-b2bc998694bb-11f39d9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8b5e2992-152b-eb1a-3693-e565e3bf968f-e3bf9667 {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-d6e822a4-54c0-9a42-408d-3b16ac4dd781-ac4dd77e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d6e822a4-54c0-9a42-408d-3b16ac4dd7a4-ac4dd77e {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-c3920c26-1236-d1c4-ce1e-d7387c067ad1-0b213784 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c3920c26-1236-d1c4-ce1e-d7387c067af4-0b213784 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-b5085ef8-7b3d-a4db-7122-ac2bb7899ebe-b6ae52c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b5085ef8-7b3d-a4db-7122-ac2bb7899ee1-b6ae52c8 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-f585a04f-ea04-6135-5136-d416a8ecb4fb-742a35f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f585a04f-ea04-6135-5136-d416a8ecb51e-742a35f2 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-dd18675a-9dee-3451-632b-91b6372e977d-050b287a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dd18675a-9dee-3451-632b-91b6372e97a0-050b287a {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-a7e9f334-8258-48fc-93ce-bac311d9423c-95b83757 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a7e9f334-8258-48fc-93ce-bac311d9425f-95b83757 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-_8b04441b-3e18-1e97-deea-4a5f0a609f70-7798161a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b04441b-3e18-1e97-deea-4a5f0a609f95-7798161a {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-_34b0b63e-a950-e883-28fb-cbcec8b0deb9-e0439671 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34b0b63e-a950-e883-28fb-cbcec8b0dede-e0439671 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-d41e4757-ffe8-a92e-2b59-1ad132f171a8-9c0a6132 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d41e4757-ffe8-a92e-2b59-1ad132f171cd-9c0a6132 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-_491f5499-2873-744b-ac5f-3af1c302d38c-9e3577d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_491f5499-2873-744b-ac5f-3af1c302d3b1-9e3577d6 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-_86c1ae74-5de0-1a25-f32e-139990c33080-065e1c77 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_86c1ae74-5de0-1a25-f32e-139990c330a5-065e1c77 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-_46bd35b2-ef46-6eb4-372c-aa1ecf5c92f9-f6aa6cb1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46bd35b2-ef46-6eb4-372c-aa1ecf5c931e-f6aa6cb1 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-_12c0399c-0f0d-79a5-4187-7021283d9834-29a1ea34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12c0399c-0f0d-79a5-4187-7021283d9859-29a1ea34 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-_53e6ea0b-9730-267a-46a4-d38350c8704a-06305120 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_53e6ea0b-9730-267a-46a4-d38350c8706f-06305120 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-e5e5ce2b-ac22-a5bd-e8b9-8aaaf3c8451b-6fee4d36, #w-node-e5e5ce2b-ac22-a5bd-e8b9-8aaaf3c8451b-b7cb5bff, #w-node-_8b5e2992-152b-eb1a-3693-e565e3bf966a-e3bf9667 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b5e2992-152b-eb1a-3693-e565e3bf968f-e3bf9667 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d6e822a4-54c0-9a42-408d-3b16ac4dd792-ac4dd77e {
    align-self: start;
  }
}


@font-face {
  font-family: 'Organetto Variable';
  src: url('../fonts/Organetto-Variable.otf') format('opentype');
  font-weight: 1 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-Italic-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-Italic-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-Italic-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-Italic-ExtraBlack.otf') format('opentype'), url('../fonts/TT-Commons-Pro-Italic-Black.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-ExtraBold.otf') format('opentype'), url('../fonts/TT-Commons-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-Black.otf') format('opentype'), url('../fonts/TT-Commons-Pro-ExtraBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-Italic-Light.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-Italic-Bold.otf') format('opentype'), url('../fonts/TT-Commons-Pro-Italic-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-Italic-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons Pro';
  src: url('../fonts/TT-Commons-Pro-Italic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}