body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}



.grid-1 {
  display: grid;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  
 grid-template-columns: repeat(auto-fill, 9em);


  grid-gap: 60px;
  
}













h1 {
  position: relative;
  z-index: 10;
  display: block;
  width: 90%;
  margin: 20px auto 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #05c3dd;
  text-decoration: underline;
}

a:hover {
  color: #fff;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #666;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: transparent;
}

.logo-text {
  width: 296px;
  margin-top: 17px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}

.logo-text.footer-logo {
  width: 240px;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 25px;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  opacity: 1;
  color: #05c3dd;
  font-weight: 700;
}

.nav-link.contact {
  margin-top: 9px;
  margin-left: 30px;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
  line-height: 18px;
}

.nav-link.footer-link {
  padding: 10px 5px;
  float: none;
  border-style: none;
  font-size: 11px;
  text-decoration: none;
}

.section.nosotros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.nuestras-marcas {
  padding-top: 140px;
  padding-bottom: 10px;
}

.section.ubicacion {
  padding-top: 140px;
}

.footer-section {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2a2a2a;
}

.footer-link-col {
  display: inline-block;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 300;
  text-align: right;
}

.contact-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.close-link {
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
  color: #fff;
}

.text-field {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-size: 16px;
}

.text-field:focus {
  border-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.text-field.text-area {
  height: 120px;
}

.form-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 30px;
  background-color: #55acee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
}

.submit-button:hover {
  background-color: #3765a3;
}

.contact-heading {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.small-divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background-color: #fff;
  opacity: 0.2;
}

.contact-text {
  margin-bottom: 20px;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.success-message {
  background-color: #2bab68;
}

.success-text {
  margin-bottom: 0px;
  color: #fff;
}

.cta-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #c93a3a;
  text-align: center;
}

.cta-heading {
  margin-bottom: 18px;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}

.button {
  padding: 15px 40px;
  border: 2px solid #fff;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #55acee;
  color: #fff;
}

.blog-image {
  position: relative;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.white-text {
  display: inline-block;
  margin-top: 5px;
  color: grey;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.footer-logo-div {
  display: inline-block;
  padding-right: 20px;
  border-right: 1px solid #4d4d4d;
}

.nav-bar-logo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 200px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-image: url('../images/YM-GROUP_BLANCO.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: auto;
  background-color: #1f0505;
}

.body {
  background-color: #1d1f2a;
  font-family: 'Neutra Text', sans-serif;
  color: #fff;
}

.nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  max-height: 780px;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 31, 42, 0)), to(#1d1f2a));
  background-image: linear-gradient(180deg, rgba(29, 31, 42, 0), #1d1f2a);
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading {
  margin-bottom: 60px;
  font-family: 'Neutra Text', sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 5px;
}

.heading.centered {
  margin-bottom: 0px;
}

.small-h-line {
  width: 10%;
  height: 3px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  background-color: #05c3dd;
}

.nosotros-text {
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 18px;
}

.nosotros-content {
  width: 70%;
  margin-left: auto;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.copyright {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1d1f2a;
  text-align: center;
  text-decoration: none;
}

.copyright:hover {
  color: #05c3dd;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.large-h-line {
  width: 20%;
  height: 8px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  background-color: #05c3dd;
}

.large-h-line.l {
  margin-top: 40px;
  margin-left: 0px;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1400px;
  margin: 220px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block.location {
  margin-top: 0px;
  margin-bottom: 100px;
}

.content-block.marcas {
  display: block;
  margin-top: 140px;
  margin-bottom: 140px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-block.contacto {
  display: block;
  max-width: 960px;
  margin-top: 140px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map {
  display: block;
  width: 60%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.hero-logo {
  width: 500px;
}

.full-width-img {
  width: 100%;
  height: 60vh;
  max-height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d1f2a), color-stop(50%, rgba(29, 31, 42, 0.7)), to(#1d1f2a)), url('../images/workplace-1245776_1920.jpg');
  background-image: linear-gradient(180deg, #1d1f2a, rgba(29, 31, 42, 0.7) 50%, #1d1f2a), url('../images/workplace-1245776_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-h1 {
  margin-bottom: 40px;
  font-family: 'Neutra Text', sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 5px;
}

.section-h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.marca {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo-marca {
  height: 140px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.logo-marca:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.nombre-de-marca {
  margin-top: 60px;
  color: #05c3dd;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-description {
  max-width: 800px;
  margin: 100px auto 0px;
  font-size: 18px;
  text-align: center;
}

.section-description.all-caps {
  margin-top: 0px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submit-button-2 {
  display: block;
  width: 200px;
  height: 40px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  border-radius: 20px;
  background-color: #05c3dd;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.full-width-img-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  max-height: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d1f2a), color-stop(50%, rgba(29, 31, 42, 0.7)), to(#1d1f2a)), url('../images/pexels-sora-shimazaki-5668859-1.jpg');
  background-image: linear-gradient(180deg, #1d1f2a, rgba(29, 31, 42, 0.7) 50%, #1d1f2a), url('../images/pexels-sora-shimazaki-5668859-1.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.field-label {
  letter-spacing: 1px;
}

.t-y-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vert-divider {
  width: 2px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #05c3dd;
}

.t-y-c-text {
  max-width: 800px;
  margin: 100px auto 0px;
  font-size: 18px;
  text-align: left;
}

html.w-mod-js *[data-ix="tile-1"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-2"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-3"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-4"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .nav {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo-text {
    margin-top: 9px;
  }

  .logo-text.footer-logo {
    margin-top: 12px;
  }

  .nav-link {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #4e4e4e;
    text-align: center;
  }

  .nav-link.contact {
    display: block;
    margin: 0px auto 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav-link.footer-link {
    display: inline-block;
    float: none;
  }

  .menu-button {
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #c93a3a;
  }

  .nav-menu {
    background-color: #242424;
  }

  .footer-link-col {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .form-wrapper {
    width: 70%;
  }

  .nav-bar-logo {
    width: 150px;
    height: 80px;
  }

  .nav-menu-2 {
    margin-top: 40px;
    background-color: transparent;
  }

  .nav-container {
    height: 80px;
  }

  .ham-botton.w--open {
    background-color: transparent;
    color: #05c3dd;
  }

  .heading.centered {
    margin-bottom: 60px;
  }

  .nosotros-text {
    width: 80%;
    text-align: center;
  }

  .nosotros-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .large-h-line.l {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .content-block {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-block.location {
    width: 90%;
  }

  .content-block.marcas {
    width: 90%;
  }

  .content-block.contacto {
    width: 70%;
  }

  .map {
    width: 90%;
  }

  .hero-logo {
    width: 400px;
    max-width: 70%;
    margin-bottom: 100px;
  }

  .hero-h1 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 4px;
  }

  .section-h1 {
    width: 100%;
  }

  .marca {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-marca {
    height: 90px;
  }

  .nombre-de-marca {
    font-size: 14px;
  }

  .section-description {
    width: 80%;
  }

  .full-width-img-2 {
    max-height: 500px;
  }

  .t-y-c-text {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 29px;
  }

  p {
    font-size: 12px;
    line-height: 16px;
  }

  .nav {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .nav-link.contact {
    margin-top: 0px;
    padding: 20px;
  }

  .nav-link.footer-link {
    float: none;
  }

  .section.nuestras-marcas {
    padding-top: 60px;
  }

  .logo-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .footer-link-col {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .form-wrapper {
    width: 80%;
  }

  .footer-logo-div {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4d4d4d;
    border-right-style: none;
    text-align: center;
  }

  .hero-overlay-2 {
    height: 80vh;
    padding: 80px 20px 40px;
  }

  .heading {
    font-size: 29px;
  }

  .heading.centered {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .nosotros-text {
    width: 90%;
    font-size: 16px;
    line-height: 20px;
  }

  .copyright {
    font-size: 12px;
  }

  .content-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .content-block.location {
    margin-bottom: 0px;
  }

  .content-block.contacto {
    width: 80%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .map {
    width: 100%;
  }

  .hero-logo {
    width: 300px;
  }

  .hero-h1 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 3px;
  }

  .nombre-de-marca {
    font-size: 10px;
    line-height: 15px;
  }

  .section-description {
    font-size: 16px;
    line-height: 20px;
  }

  .section-description.all-caps {
    letter-spacing: 2px;
  }

  .t-y-c-text {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.38);
  }

  .nav {
    padding-right: 10px;
    padding-left: 0px;
  }

  .logo-text {
    width: 198px;
    margin-top: 12px;
    font-size: 20px;
  }

  .nav-link.footer-link {
    display: block;
    font-size: 13px;
  }

  .footer-link-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .close-link:hover {
    color: #fff;
  }

  .form-wrapper {
    width: 90%;
  }

  .cta-heading {
    font-size: 28px;
  }

  .centered-container {
    text-align: left;
  }

  .content-block.marcas {
    margin-bottom: 140px;
  }

  .map {
    margin-bottom: 0px;
  }

  .marca {
    width: auto;
    margin-bottom:5px;
  }

  .nombre-de-marca {
    margin-top: 40px;
  }

  .rows {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#w-node-_78cc1e23-74b8-7445-8c21-da06e1eed4bf-e1eed4a4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_78cc1e23-74b8-7445-8c21-da06e1eed4af-e1eed4a4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_78cc1e23-74b8-7445-8c21-da06e1eed4b3-e1eed4a4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_78cc1e23-74b8-7445-8c21-da06e1eed4b7-e1eed4a4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_78cc1e23-74b8-7445-8c21-da06e1eed4bb-e1eed4a4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-LightSCItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-LightSC.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-DemiSC.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-DemiSCItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}