.contact2_form {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.form-field-wrapper {
  position: relative;
}
.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}
.form-input {
  height: 2.75rem;
  min-height: 2.75rem;
  color: #18181b;
  background-color: #e4e4e7;
  border: 1px solid #d1d1d6;
  border-radius: 3px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #c51230;
  border: 1px solid #c51230;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  margin-top:30px;
  /* margin: 40px auto 0px;
  display: block; */
}
.button.padding {
  margin-bottom: 1.5rem;
}
.homeBtn{
  margin-bottom:100px;
}
.contact2_success-message {
  width: auto;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  border-bottom: 2px solid #06c281;
  border-radius: 12px 12px 0 0;
  padding: 2.7rem 1.5rem;
  font-size: 1.3rem;
}
.formSend{
  display: none;
}
.contact2_message-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}
.text-size-medium {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.text-size-small {
  font-size: .875rem;
}
.text-color-grayiron400 {
  color: #a0a0ab;
}
.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}
.error-text {
  color: #e23939;
}
@media screen and (max-width: 767px) {
  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }
  .text-size-medium {
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .form-field-2col {
    grid-template-columns: 1fr;
  }
}

/* fin de clases del formulario */

.nav {
  z-index: 400;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  order: -1;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav.fijo {
  z-index: 500;
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section-header {
  z-index: 400;
  height: 100vh;
  background-image: url('../images/bgYaSeArmo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-menu {
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.logo-menu.big {
  width: auto;
  height: 100%;
  text-align: center;
}

.h3 {
  text-align: center;
  flex: 0 auto;
  font-family: Roboto Condensed, sans-serif;
  font-size: 38px;
}

.h3.gray {
  color: #333;
}

.h3.gray.terminos {
  width: 98%;
  float: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.h3.text-dis {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  display: block;
}

.h3.text-dis._2 {
  color: #c41230;
  margin-top: 0;
  font-size: 60px;
  line-height: 60px;
}

.p-contacto {
  width: 60%;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto Condensed, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.p-contacto.sa {
  text-align: left;
}

.p-contacto.pronotxt {
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.p-contacto.pronotxt.breakline {
  margin-top: 0;
  font-size: 16px;
}

.menu-link {
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.menu-link:hover {
  border-style: none none solid;
  border-bottom-width: 5px;
  border-bottom-color: #c41230;
  padding-bottom: 9px;
  text-decoration: none;
}

.menu-link:active {
  color: #c41230;
  border-bottom-style: none;
  text-decoration: none;
}

.menu-link.w--current {
  color: #c41230;
}

.menu-link.w--current:active {
  text-decoration: none;
}

.menu-link.big {
  height: 100px;
  color: rgba(51, 51, 51, .75);
  padding-top: 42px;
  padding-bottom: 42px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 900;
  display: inline-block;
}

.menu-link.big:hover {
  border-bottom-width: 2px;
}

.menu-link.big:active {
  color: #333;
  text-decoration: none;
}

.menu-link.big.small {
  height: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.model-tractor {
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  display: block;
}

.model-number {
  font-weight: 400;
}

.p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.span-descuento {
  font-weight: 700;
}

.wrapper-form {
  width: auto;
  text-align: left;
  display: block;
  position: relative;
}

.label-contact {
  text-align: left;
  margin-top: 15px;
  padding-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.label-contact.labelcombo {
  margin-bottom: 20px;
  padding-left: 10px;
}

.modal-container {
  width: 940px;
  height: 90vh;
  float: none;
  opacity: 1;
  color: #000;
  text-align: right;
  background-color: #fff;
  margin: auto;
  padding: 40px 0 40px 40px;
  font-family: Roboto, sans-serif;
  transition: all .35s;
  display: block;
  position: relative;
  overflow: visible;
  transform: scale(.9);
}

.a-terminos {
  color: rgba(255, 255, 255, .58);
  text-align: center;
  order: -1;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  display: block;
}

.a-terminos.placelast {
  order: 1;
}

.p-copy {
  float: none;
  order: -1;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 700;
  display: inline-block;
}

.span-copy {
  color: rgba(255, 255, 255, .58);
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.nav-bg {
  z-index: 401;
  height: 70px;
  opacity: 0;
  background-color: rgba(255, 255, 255, .98);
  border-bottom: 1px solid #ddd;
  transition: all .35s ease-in-out;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -70px);
}

.nav-container {
  z-index: 1;
  height: 100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 150px;
  padding-right: 150px;
  display: block;
  position: relative;
}

.nav-container.footercontainer {
  height: 60px;
  flex-flow: column wrap;
  align-content: space-between;
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.nav-small {
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
}

.logo-small {
  height: 35px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.mf-small {
  height: 100%;
}

.link-tractor {
  width: 100%;
  color: #333;
  border: 1px solid #ddd;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: flex;
  position: static;
}

.link-tractor:hover {
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.p-terminos {
  color: #333;
  text-align: justify;
  text-indent: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.btn-cerrar {
  width: 3%;
  float: left;
  color: #333;
  margin-top: 2%;
  margin-right: 2%;
  font-family: Icomoon, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.span-num {
  color: #c41230;
  text-indent: 0;
  padding-left: 0;
  font-weight: 300;
}

.bullet-list {
  padding-left: 20px;
}

.wrapper-terms, .wrapper-privacy {
  z-index: 600;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  transition: all .35s;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-meinteresa {
  color: #c41230;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.p-meinteresa:hover {
  color: #c41230;
}

.check {
  opacity: 0;
  color: #c41230;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Icomoon, sans-serif;
  font-size: 24px;
  transition: all .35s ease-in-out;
  display: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -25px);
}

.wrapper-select {
  margin-left: 41px;
  margin-right: 41px;
}

.col-select {
  width: 20%;
  float: left;
  text-align: left;
  margin-top: 6px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
}

.input-check {
  float: left;
  font-size: 21px;
}

.span-mf {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.cerrar {
  color: #333;
  position: absolute;
}

.wrapper-salido {
  z-index: 600;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.container-terms {
  height: 75vh;
  padding-left: 20px;
  padding-right: 10px;
  overflow: auto;
}

.container-terms.scroll-touch {
  padding-right: 40px;
}

.flexsection {
  width: 100%;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.flexsection.estrenaform {
  background-color: #ddd;
}

.flexsection.promo {
  height: auto;
  background-image: linear-gradient(#d8d8d8, #fff);
  border-bottom: 1px solid #ddd;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contentwrapper {
  z-index: 3;
  width: 100%;
  max-width: 1280px;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.contentwrapper.formwrapper {
  max-width: 1124px;
  flex-direction: column;
  align-items: stretch;
}

.contentwrapper.tab {
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contentwrapper.promowrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.div-block-5 {
  width: 100%;
  height: 10%;
  border: 1px #ddd;
  border-top-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.brand.w--current {
  width: 140px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
 /*  padding-left: 150px;
  padding-right: 150px; */
  display: block;
}

.container.small {
  height: 70px;
}

.handimage {
  width: 75%;
  max-width: 1440px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gradient {
  z-index: 2;
  flex: none;
  align-self: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.textfooter {
  z-index: 3;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 25px 150px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footertext {
  color: rgba(255, 255, 255, .8);
  font-family: Sanuk, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mfweb {
  color: rgba(255, 255, 255, .8);
  font-family: Sanuk, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #940f25;
}

.headercontentwrapper {
  z-index: 3;
  text-align: center;
  flex-flow: column wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.ctabtn {
  width: 200px;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #c41230;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 14px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.ctabtn:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .6);
}

.ctabtn.formbtn {
  width: 150px;
  float: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footersection {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85));
  padding-top: 35px;
  padding-bottom: 35px;
}

.field-label {
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

.div-block-8 {
  margin-bottom: 10px;
}

.checkbox-field {
  margin-bottom: 25px;
}

.tabs {
  width: 100%;
  max-width: 1280px;
}

/* .tabstyle {
  width: 180px;
  height: 50px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-style: none;
  flex: none;
  padding-top: 14px;
  font-family: Oswald, sans-serif;
} */
.column {
  height: auto;
}

/* .tabstyle.w--current {
  background-color: #f5f5f5;
  border-top-width: 1px;
  border-top-color: #ca1313;
  border-bottom-style: solid;
} */

/* .tabstyle.final {
  border-right-style: solid;
  display: block;
} */

.important-text {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.imagewrapper {
  width: 100%;
  text-align: center;
  margin-top: 0;
  display: inline-block;
}
.herowrapper {
  width: 80%;
}

.headtxt {
  color: #333;
  text-align: center;
  font-family: Sanuk, sans-serif;
  font-size: 9.5em;
  font-weight: 700;
  line-height: .9em;
  display: block;
}
.column-2 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block {
  color: #6d6d6d;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: block;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9, .field-label-10, .field-label-11 {
  font-size: 16px;
}
.columns {
  width: 100%;
}
.promotextwrapper {
  width: auto;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-span-2, .text-span-3 {
  font-size: 40px;
}

.important-text-2 {
  padding-left: 10px;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider {
  width: 280px;
  height: 4px;
  background-color: #c41230;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-2, .text-block-3, .text-block-4 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.image-4 {
  width: 100%;
  margin-top: 5%;
  position: static;
}

.header {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-4, .text-span-5 {
  font-weight: 700;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

html.w-mod-js [data-ix="bg-invisible"] {
  opacity: 0;
  transform: translate(0, -110px);
}

html.w-mod-js [data-ix="bouncer"] {
  transform: translate(0);
}

html.w-mod-js [data-ix="ya-se"], html.w-mod-js [data-ix="armo"], html.w-mod-js [data-ix="2016"] {
  opacity: 0;
  transform: translate(100%);
}

html.w-mod-js [data-ix="fade-in-to-top"] {
  opacity: 0;
  transform: translate(0, 69px);
}

html.w-mod-js [data-ix="fade-in-top-on-scroll"] {
  opacity: 0;
  transform: translate(0, 70px);
}

html.w-mod-js [data-ix="me-interesa"], html.w-mod-js [data-ix="check"] {
  opacity: 0;
}

html.w-mod-js [data-ix="cubo-salido"] {
  transform: translate(80px);
}

@media screen and (max-width: 991px) {
  .nav {
    border-bottom: 1px solid #ddd;
  }

  .nav.fijo {
    height: 80px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .section-header {
    background-position: -80px 0;
    overflow: hidden;
  }

  .logo-menu.big {
    width: 85%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h3.gray.terminos {
    width: 100%;
    float: none;
    margin-top: 0;
  }

  .menu-link.big {
    width: 33.3%;
    height: 100%;
    float: left;
    text-align: center;
  }

  .menu-link.big:hover {
    background-color: #e9e9e9;
    border-style: none;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .menu-link.big.small {
    height: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .menu-link.big.small:hover {
    height: auto;
  }

  .model-tractor {
    font-size: 21px;
  }

  .headercontentwrapper {
    margin-right: 40px;
  }

  .wrapper-form {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .label-contact {
    margin-top: 20px;
  }

  .modal-container {
    width: 80%;
    padding-left: 40px;
    padding-right: 0;
    position: relative;
  }

  .a-terminos, .span-copy {
    text-align: center;
  }

  .nav-bg {
    z-index: 401;
    display: none;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-container {
    height: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .logo-small {
    width: 230px;
    margin-top: 16px;
    padding-top: 0;
  }

  .mf-small {
    height: auto;
    width: 40%;
  }

  .link-tractor {
    flex: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .p-terminos {
    margin-top: 0;
  }

  .btn-cerrar {
    z-index: 600;
    width: 5%;
    float: none;
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
  }

  .wrapper-terms {
    display: none;
  }

  .p-meinteresa {
    margin-top: 0;
    margin-bottom: 0;
  }

  .check {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 16px;
    position: static;
    top: 0;
    left: 0;
    right: auto;
  }

  .cerrar {
    color: #333;
    position: absolute;
  }

  .contentwrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    height: 20%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
  }

  .brand.w--current {
    height: 100%;
    padding-top: 9px;
    padding-bottom: 0;
  }

  .container {
    height: 70px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .container.small {
    padding-left: 80px;
    padding-right: 80px;
  }
  .text-block {
    width: 272px;
  }
  .column {
    white-space: normal;
    overflow: visible;
  }

  .menu-button {
    height: 79px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-top: 26px;
  }

  .menu-button.w--open {
    background-color: #f3f3f3;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .nav-menu {
    width: 100%;
    background-color: #f3f3f3;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .icon {
    color: rgba(51, 51, 51, .75);
  }

  .menu-button-2 {
    height: 69px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-top: 23px;
  }

  .herowrapper {
    width: 80%;
    height: 100%;
    flex: 1;
    align-self: stretch;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .menu-button-2.w--open {
    background-color: #f3f3f3;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .nav-menu-2 {
    height: 70px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
  }

  .icon-2 {
    color: rgba(51, 51, 51, .75);
  }

  .headtxt {
    font-size: 95px;
  }

  .handimage {
    width: 120%;
    max-width: 960px;
    align-items: center;
    margin-right: -80px;
    padding-right: 0;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .textfooter {
    padding-left: 80px;
    padding-right: 80px;
  }

  .ctabtn.formbtn {
    width: 150px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .checkbox-field {
    margin-bottom: 25px;
  }

  .imagewrapper {
    text-align: center;
  }

  .image-4 {
    width: 80%;
    margin-right: -308px;
  }

  .columns {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section-header {
    height: 650px;
    min-height: 860px;
    background-position: -83px 0;
    display: flex;
  }

  .logo-menu {
    text-align: left;
  }

  .logo-menu.big {
    padding-left: 0;
  }

  .h3 {
    line-height: 40px;
  }

  .h3.gray.terminos {
    font-size: 28px;
  }

  .p-contacto {
    width: 100%;
    line-height: 26px;
  }

  .menu-link.big {
    float: left;
  }

  .wrapper-form {
    margin-bottom: 0;
  }

  .label-contact.labelcombo {
    padding-left: 10px;
  }

  .modal-container {
    width: 100%;
    height: 100vh;
    text-align: center;
    margin-top: 0;
    margin-left: auto;
  }

  .p-copy {
    order: 1;
    margin-left: 0;
  }

  .span-copy {
    text-align: center;
  }

  .nav-bg {
    display: none;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-container.footercontainer {
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .headercontentwrapper {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .link-tractor {
    width: 90%;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    margin: 25px auto;
  }

  .wrapper-terms, .check, .wrapper-salido {
    display: none;
  }
  .headtxt {
    font-size: 76px;
    line-height: 76px;
  }

  .flexsection.promo {
    flex-flow: row;
  }

  .contentwrapper {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contentwrapper.tab {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contentwrapper.promowrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .column {
    height: 80%;
  }
  .div-block-5 {
    flex-wrap: nowrap;
    padding-top: 15px;
    display: block;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .container {
    padding-left: 65px;
    padding-right: 65px;
  }

  .menu-button {
    padding-top: 30px;
  }

  .menu-button-2 {
    padding-top: 23px;
  }

  .handimage {
    margin-right: -70px;
  }
  .image-6 {
    height: 80%;
  }

  .textfooter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footertext, .mfweb {
    font-size: 10px;
  }

 

  .ctabtn.formbtn {
    width: 100%;
    margin-left: 0;
  }

  .footersection {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns {
    flex-direction: row;
    flex: none;
    align-self: center;
    align-items: center;
  }

  .herowrapper {
    width: 100%;
    flex-flow: column wrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    display: flex;
  }



  .promotextwrapper {
    order: 1;
  }

  .div-block-9 {
    order: 1;
    padding-top: 35px;
    padding-bottom: 0;
  }

  .div-block-10 {
    align-items: center;
    display: flex;
  }

  .image-4 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header {
    display: block;
    position: absolute;
    top: 100px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-5 {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .section-header {
    height: 100vh;
    background-position: -389px 0;
    justify-content: flex-start;
    padding-top: 20%;
  }

  .logo-menu {
    width: 60%;
    text-align: center;
  }

  .logo-menu.big {
    padding-left: 0;
  }

  .h3 {
    margin-top: 0;
    margin-left: 45px;
    margin-right: 45px;
    font-size: 29px;
    line-height: 29px;
  }

  .h3.gray.terminos {
    width: 90%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    line-height: 23px;
  }

  .p-contacto {
    margin-bottom: 0;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
  }

  .p-contacto.pronotxt {
    font-size: 18px;
  }

  .p-contacto.pronotxt.breakline {
    font-size: 12px;
  }

  .menu-link.big {
    width: 100%;
    height: 80px;
    padding-top: 28px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .menu-link.big:hover {
    padding-top: 28px;
    padding-bottom: 20px;
  }

  .menu-link.big.small {
    height: 70px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu-link.big.small:hover {
    height: 70px;
    border-style: none;
    border-top-width: 0;
    border-bottom-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-width: 0;
  }

  .wrapper-form {
    margin-left: 3%;
    margin-right: 3%;
    display: block;
  }

  .modal-container {
    width: 100%;
    float: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 40px 20px;
  }

  .a-terminos {
    text-align: center;
    display: block;
  }

  .p-copy {
    order: 1;
  }

  .span-copy {
    text-align: center;
    margin-top: 0;
    display: block;
  }

  .nav-bg {
    height: 70px;
    display: none;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-container.footercontainer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .logo-small {
    width: 180px;
    margin-top: 20px;
  }

  .p-terminos {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .btn-cerrar {
    color: #000;
    margin-top: 5%;
    margin-bottom: 2px;
    margin-right: 5%;
    font-size: 15px;
    position: absolute;
  }

  .wrapper-terms, .wrapper-privacy {
    display: none;
  }

  .wrapper-select {
    margin-left: 15px;
    margin-right: 15px;
  }

  .col-select {
    width: 50%;
  }

  .cerrar {
    color: #333;
    position: relative;
  }

  .container-terms.scroll-touch {
    padding-right: 20px;
  }

  .flexsection.promo {
    flex-direction: column;
  }

  .contentwrapper {
    text-align: center;
    align-items: center;
    margin-top: 25px;
    display: flex;
  }

  .headercontentwrapper {
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    transform: scale(.8);
  }

  .contentwrapper.tab {
    flex-direction: column;
  }

  .contentwrapper.promowrapper {
    display: block;
  }

  .div-block-5 {
    padding-top: 15px;
  }

  .brand.w--current {
    padding-top: 10px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.small {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    height: 240px;
  }

  .menu-button-2 {
    padding-top: 25px;
  }

  .nav-menu-2 {
    height: 210px;
  }

  .handimage {
    margin-right: -45px;
  }

  .textfooter {
    flex-flow: column wrap;
    align-content: stretch;
    justify-content: center;
  }

  .footertext {
    text-align: center;
    flex: 0 auto;
  }

  .mfweb {
    margin-bottom: 10px;
  }

  

  .ctabtn.formbtn {
    width: 100%;
    float: none;
  }
  .column-2 {
    flex-direction: row-reverse;
  }

  .footersection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* .tabstyle {
    border-bottom-style: none;
    border-right-style: solid;
  } */

  /* .tabstyle.w--current {
    border-bottom-style: none;
  } */

  .columns {
    flex-direction: column;
  }

 /*  .tabstyle.final {
    border-bottom-style: solid;
  } */

  .imagewrapper {
    margin-top: 0;
  }

  .herowrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span {
    font-size: 80px;
  }

  .promotextwrapper {
    display: flex;
  }

  .div-block-9 {
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .div-block-10 {
    order: 1;
  }

  .checkbox-field-2, .image-4 {
    display: block;
  }

  .header {
    flex: 1;
  }
}


@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sanuk';
  src: url('../fonts/Sanuk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}