:root {
  --black: black;
  --dark-grey: #979393;
  --white: white;
}

.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: Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 25px;
}

li {
  margin-bottom: 10px;
}

form {
  text-align: center;
  background-color: #ffffff80;
  border-radius: 6px;
  padding: 10px;
}

.nav {
  background-color: #f7e600;
  border-bottom: 4px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner {
  background-image: linear-gradient(#70707061, #70707061);
  height: 100vh;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section {
  text-align: center;
  background-color: #f4f4f4;
  padding: 40px 10px 50px;
}

.section.color {
  background-color: #f7e600;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  padding-bottom: 74px;
}

.section.grey {
  background-color: #f3f3f3;
}

.section.image-back {
  background-color: #8eebd8;
  background-image: linear-gradient(#f7e600bf, #f7e600bf), url('../images/jjkjk.fw.png');
  background-position: 0 0, 50% 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.input-style {
  border-radius: 0;
}

.contact {
  text-align: right;
  padding-top: 20px;
  padding-right: 19px;
  font-size: 20px;
  line-height: 25px;
}

.icon-box {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 27px;
  display: block;
}

.icon-title {
  color: #333;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.icon {
  z-index: 10;
  opacity: .4;
  color: #000;
  transition: all .3s;
  right: auto;
}

.icon:hover {
  opacity: 1;
}

.section-title {
  margin-bottom: 36px;
  font-weight: 400;
}

.banner-subtitle {
  color: #fff;
  text-shadow: 6px 6px 6px #000, 1px 1px 6px #000;
  font-size: 19px;
}

.banner-title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #f7e600;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.section-subtitle {
  margin-bottom: 30px;
}

.service-title {
  margin-top: 23px;
  font-size: 18px;
  line-height: 23px;
}

.button {
  text-transform: uppercase;
  border-radius: 6px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.button:hover {
  background-color: #bbb;
}

.button.chico {
  background-color: var(--black);
  margin-top: 20px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 700;
}

.button.chico:hover {
  background-color: var(--dark-grey);
}

.button.chico.abajo {
  margin-top: 20px;
}

.button.chico.abajo:hover {
  background-color: var(--dark-grey);
}

.banner-slider {
  z-index: -1;
  height: 100vh;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
}

.slider1 {
  background-image: url('../images/slide-tractor-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider2 {
  background-image: url('../images/Banners-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider3 {
  background-image: url('../images/Banners-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.right-col {
  text-align: left;
}

.left-col {
  text-align: right;
}

.cta-title {
  color: #fff;
  text-shadow: 1px 1px 6px #000, 4px 4px 16px #000;
  margin-bottom: 20px;
}

.footer {
  color: #000;
  text-align: center;
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.primerosproductos {
  margin-bottom: 50px;
}

.garantia {
  color: var(--black);
  background-image: linear-gradient(#f7e600, #f7e600);
  border: 4px solid #000;
  margin-top: 73px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.medios {
  text-align: center;
  background-color: #eee;
  padding-top: 40px;
  padding-bottom: 60px;
}

.mediosdepago {
  color: #fff;
  background-image: linear-gradient(#6d6d6d80, #6d6d6d80);
  margin-bottom: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.espacio {
  margin-top: 41px;
  margin-bottom: 34px;
}

.textmedio {
  margin-top: 13px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  position: static;
}

.text-block {
  text-align: center;
  margin-top: 18px;
}

.error-message {
  background-color: #f0f0f0;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.form {
  border-radius: 0;
}

.image {
  width: auto;
  height: 200px;
  margin-bottom: 0;
}

.image.img {
  height: auto;
}

.section-2 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 84px;
}

.section-2.color {
  background-color: #f7e600;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding-top: 40px;
  padding-bottom: 50px;
}

.section-2.image-back {
  background-color: #8eebd8;
  background-image: linear-gradient(#f7e600bf, #f7e600bf), url('../images/jjkjk.fw.png');
  background-position: 0 0, 50% 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.icon-box-2 {
  border: 2px solid #000;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 27px;
  display: block;
}

.icon-title-2 {
  color: #000;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.radio-button-label {
  text-align: center;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.text-field-5 {
  border-radius: 6px;
  width: 60%;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
}

.text-block-14 {
  margin-left: 10px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
}

.radio-button-label-2 {
  font-family: Montserrat, sans-serif;
}

.radio-button-field {
  padding-left: 40px;
  display: inline-block;
}

.radio-button-field-2 {
  text-align: right;
  padding-left: 40px;
  display: inline-block;
}

.text-block-15 {
  text-align: center;
  margin-top: 27px;
}

.text-field-4 {
  border-radius: 6px;
  width: 15%;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
}

.div-block-6 {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.div-block-4 {
  flex-direction: row;
  display: flex;
}

.input-style-2 {
  border-radius: 6px;
}

.error-message-2 {
  background-color: #fdfdfd;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.select-field {
  background-color: #fff;
  border-radius: 6px;
  width: 25%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.image-2 {
  margin-top: 5px;
}

.select-field-2, .select-field-3 {
  color: var(--dark-grey);
  background-color: #fff;
}

.cta-title-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #f7e600;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.icon-box-3 {
  border: 3px solid #000;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
}

.button-2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border: 3px solid #000;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  transition: all .3s;
}

.button-2:hover {
  color: var(--black);
  background-color: #0000;
  border: 3px solid #000;
}

.mediosdepagotext {
  color: #fff;
  background-image: linear-gradient(#5a5a5a80, #5a5a5a80);
  margin-bottom: 44px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.image-3 {
  width: 299.984px;
  height: 199.984px;
}

.image-3.img {
  width: 300px;
  height: 300px;
}

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

.image-5 {
  width: auto;
  height: 150px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 0;
}

.form-block-2 {
  border-radius: 6px;
  padding: 0;
}

.select-field-4 {
  color: #979393;
  background-color: #fff;
}

.text-field-6 {
  border-radius: 6px;
  width: 75%;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
}

.form-4 {
  color: #000;
}

.input-style-3 {
  color: #979393;
  border-radius: 6px;
}

.img {
  width: 300px;
  height: 300px;
}

.img:hover {
  transform: scale(1.1);
}

.heading {
  color: var(--black);
  border-bottom: 3px solid #f7e600;
  margin-bottom: 20px;
}

.paragraph {
  font-size: 18px;
  line-height: 22px;
}

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

.section-3 {
  background-color: #dbdbdb;
  border-bottom: 1px #000;
  height: 35px;
}

.contact-2 {
  text-align: right;
  padding-top: 0;
  padding-right: 19px;
  font-size: 20px;
  line-height: 25px;
}

.text-block-17 {
  text-align: right;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.container-2 {
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.text-block-16 {
  font-family: Roboto, sans-serif;
}

.nav-2 {
  background-color: #f7e600;
  border-bottom: 2px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-3 {
  display: block;
}

.container-4, .container-5, .container-6 {
  display: none;
}

.div-block-10 {
  background-color: #fff;
  height: 510px;
}

.img-2 {
  transform-style: preserve-3d;
}

.img-2:hover {
  transform: scale3d(1.05, 1.05, 1.05);
}

.img-2._0 {
  height: 145px;
  margin-top: 37.5px;
  margin-bottom: 37.5px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.heading-3._0 {
  margin-top: -15px;
}

.div-block-11 {
  background-color: #fff;
  height: 250px;
  margin-bottom: 10px;
}

.div-block-11._0 {
  padding-top: 0;
}

.heading-4 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.button-3 {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #e6dc18;
  border: 2px solid #000;
  border-radius: 6px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  transition: all .3s;
}

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

.text-span-2 {
  color: #000;
}

.mediosdepagotext-2 {
  color: #000;
  text-align: center;
  border-bottom: 3px solid #e6dc18;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.mediosdepagotext-2.sin {
  border-bottom-style: none;
}

.mediosdepagotext-2.white {
  color: #fff;
  text-align: left;
  border-bottom-style: none;
}

.div-block-12 {
  background-color: #fff;
  height: 250px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  height: 80%;
}

.image-6.img {
  width: auto;
  height: auto;
  padding-top: 19px;
  padding-bottom: 13px;
}

.image-6.img:hover {
  transform: none;
}

.image-6.img.moto {
  height: auto;
  padding-top: 29px;
  padding-bottom: 25px;
}

.image-6.img.grupo {
  max-width: 80%;
  height: auto;
  padding-top: 36px;
  padding-bottom: 31px;
}

.image-6.img.bosque {
  max-width: 80%;
  height: auto;
  padding-top: 9px;
  padding-bottom: 10px;
}

.section-4 {
  background-color: #dbdbdb;
  border-bottom: 1px #000;
}

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

.contact-3 {
  text-align: right;
  padding-top: 0;
  padding-right: 19px;
  font-size: 20px;
  line-height: 25px;
}

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

.div-block-13 {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 250px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-14 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 510px;
  display: flex;
}

.div-block-15 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  margin-bottom: 10px;
  display: block;
}

.div-block-15._0 {
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  display: block;
}

.img-3 {
  width: auto;
  height: 220px;
}

.img-3._0 {
  margin-top: 37.5px;
  margin-bottom: 37.5px;
  padding-top: 0;
  padding-bottom: 0;
}

.cta-title-3 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000, 4px 4px 16px #000;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #000;
  border: 3px solid #000;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  transition: all .3s;
}

.button-4:hover {
  color: #000;
  background-color: #0000;
  border: 3px solid #000;
}

.image-7 {
  max-width: 80%;
}

.columns-4 {
  margin-bottom: 20px;
}

.columns-5 {
  background-color: #dbdbdb00;
}

.column-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.slider {
  height: auto;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.section-5 {
  background-color: #dbdbdb;
  background-image: url('../images/Banner_01.png');
  background-position: 100%;
  background-size: cover;
  padding: 20px 40px;
}

.form-block {
  opacity: .81;
  background-color: #fff;
  border: 2px #000;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px 10px 15px;
  font-family: Roboto, sans-serif;
}

.select-field-5 {
  color: #a3a3a3;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #a3a3a3;
  font-family: Roboto, sans-serif;
}

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

.submit-button {
  color: #000;
  letter-spacing: 1.3px;
  background-color: #f7e600;
  border-radius: 0;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
}

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

.error-message-3 {
  text-align: center;
  background-color: #f1f1f1;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 130px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.textarea {
  font-family: Montserrat, sans-serif;
}

.textarea.consulta {
  color: #000;
  border: 1px #000;
  border-bottom: 1px solid #a3a3a3;
  height: 80px;
  font-family: Roboto, sans-serif;
}

.textarea.consulta::placeholder {
  color: #000;
}

.select-field-6 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #a3a3a3;
  font-family: Roboto, sans-serif;
}

.select-field-6:hover, .select-field-6:focus, .select-field-6:focus-visible, .select-field-6[data-wf-focus-visible] {
  color: #000;
}

.text-field {
  color: #000;
  border: 1px #000;
  border-bottom: 1px solid #a3a3a3;
  font-family: Roboto, sans-serif;
}

.text-field::placeholder {
  color: #000;
}

.image-8 {
  width: auto;
  height: 216.672px;
}

.div-block-16 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 215px;
}

.div-block-16._01 {
  background-image: url('../images/Banners-1.jpg');
}

.div-block-16._02 {
  background-image: url('../images/Banners-2.jpg');
}

.div-block-16._03 {
  background-image: url('../images/Banners-3.jpg');
}

.div-block-16._04 {
  background-image: url('../images/Banners-5.jpg');
}

.div-block-16._05 {
  background-image: url('../images/Banners-5_1.jpg');
}

.slider-2 {
  border: 2px #000;
  flex: 0 auto;
  align-self: auto;
  height: 299px;
}

.column-12 {
  padding-left: 20px;
}

.heading-5 {
  color: #000;
  margin-bottom: 40px;
}

.text-span-3 {
  color: #000;
}

.div-block-17 {
  width: 18%;
}

.div-block-18 {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.slider-3 {
  background-color: #ddd0;
  height: 300px;
  margin-bottom: 20px;
}

.section-6 {
  text-align: center;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}

.text-block-18 {
  text-align: center;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.paragraph-2 {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

.section-7 {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Roboto, sans-serif;
}

.body {
  font-family: Roboto, sans-serif;
}

.text-block-19 {
  font-size: 16px;
  font-weight: 500;
}

.image-9 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.image-10, .image-11 {
  margin-bottom: 10px;
}

.columns-7 {
  margin-bottom: 20px;
}

.section-8 {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 60px;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-12 {
  width: 30px;
  margin-right: 10px;
}

.text-block-20 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

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

.slider-4 {
  background-color: #14101000;
  height: auto;
}

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

.div-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 11px;
  display: flex;
}

.image-16 {
  width: 30px;
  margin-right: 10px;
}

.text-block-21 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.icon-2, .icon-3 {
  display: none;
}

.slide-2 {
  background-image: url('../images/Banner-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Banner-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Banner-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Banner-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Banners-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-5 {
  height: 350px;
}

.image-17 {
  padding-top: 33px;
  padding-bottom: 24px;
}

.image-18 {
  padding-top: 31px;
  padding-bottom: 27px;
}

.columns-10, .columns-11 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-3 {
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
}

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

.paragraph-4, .paragraph-5 {
  margin-top: 10px;
}

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

.heading-7 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.heading-7.center {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-6 {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.section-5-copy {
  background-color: #dbdbdb;
  padding: 20px 40px;
}

.cta-title-2-copy {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.cta-title-2-copy-copy {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.section-copy {
  text-align: center;
  background-color: #f4f4f4;
  padding: 20px 10px;
}

.section-copy.color {
  background-color: #f7e600;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  padding-bottom: 74px;
}

.section-copy.grey {
  background-color: #f3f3f3;
}

.section-copy.image-back {
  background-color: #8eebd8;
  background-image: linear-gradient(#f7e600bf, #f7e600bf), url('../images/jjkjk.fw.png');
  background-position: 0 0, 50% 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-copy-copy {
  text-align: center;
  background-color: #f4f4f4;
  padding: 20px 10px 100px;
}

.section-copy-copy.color {
  background-color: #f7e600;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  padding-bottom: 74px;
}

.section-copy-copy.grey {
  background-color: #f3f3f3;
}

.section-copy-copy.image-back {
  background-color: #8eebd8;
  background-image: linear-gradient(#f7e600bf, #f7e600bf), url('../images/jjkjk.fw.png');
  background-position: 0 0, 50% 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.mask {
  height: auto;
}

.slider-6 {
  color: #f4f4f4;
  background-color: #f4f4f4;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-19 {
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.column-14 {
  margin-top: 20px;
}

.slide-nav-2 {
  top: 700px;
}

.image-20 {
  background-image: url('../images/SERIE-VI90S.jpg');
  background-position: 0 0;
  background-size: auto;
}

.column-15, .column-16, .column-17, .column-18, .column-19, .column-20 {
  text-align: center;
}

.button-5 {
  color: #000;
  background-color: #e6dc19;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 25px;
}

.button-6 {
  color: #000;
  background-color: #e6dc19;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.icon-box-4 {
  border: 3px solid #000;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 27px;
  display: block;
}

.icon-4 {
  color: var(--black);
}

.icon-5 {
  color: #000;
}

.heading-8 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
}

.section-9 {
  background-color: #f7e600;
}

.mediosdepagotext-3 {
  color: #000;
  text-align: center;
  border-bottom: 3px solid #e6dc18;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.textmedio-2 {
  margin-top: 13px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 500;
  position: static;
}

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

.section-10 {
  background-color: #e6dc19;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-8, .column-21, .column-22, .column-23, .column-24 {
  text-align: center;
}

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

.div-block-21 {
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 1280px) {
  .banner-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 23px;
  }

  .cta-title-2 {
    line-height: 28px;
  }

  .image-6.img {
    height: auto;
    padding-top: 18px;
    padding-bottom: 8px;
  }

  .image-6.img.moto {
    padding-top: 30px;
    padding-bottom: 18px;
  }

  .image-6.img.grupo {
    max-width: 75%;
    padding-top: 38px;
    padding-bottom: 33px;
  }

  .image-6.img.bosque {
    max-width: 80%;
    padding-top: 9px;
    padding-bottom: 6px;
  }

  .div-block-13, .div-block-15 {
    display: block;
  }

  .columns-5 {
    display: flex;
  }

  .column-11 {
    padding-top: 9px;
    padding-left: 10px;
  }

  .section-5 {
    background-position: 0%;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .submit-button:hover {
    border-radius: 6px;
  }

  .slide-2 {
    background-position: 50% 100%;
  }

  .slide-3 {
    background-image: url('../images/Banner-2.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/Banner-3.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/Banner-4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-6 {
    background-image: url('../images/Banners-5.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .left-arrow-2 {
    left: -50px;
  }

  .right-arrow-2, .right-arrow-3 {
    right: -50px;
  }

  .left-arrow-3 {
    left: -50px;
  }

  .slider-5 {
    height: 350px;
  }

  .image-17 {
    padding-top: 32px;
    padding-bottom: 26px;
  }

  .image-18 {
    padding-top: 37px;
    padding-bottom: 19px;
  }

  .section-5-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-title-2-copy, .cta-title-2-copy-copy {
    line-height: 28px;
  }

  .slide-nav-2 {
    position: static;
    top: 850px;
  }
}

@media screen and (max-width: 991px) {
  .banner-title {
    text-align: left;
    font-size: 29px;
  }

  .service-title {
    font-size: 16px;
  }

  .image.img {
    width: 220px;
  }

  .div-block-6 {
    margin-left: 125px;
  }

  .select-field {
    width: 40%;
  }

  .cta-title-2 {
    text-align: left;
  }

  .image-3.img, .img {
    width: 220px;
    height: 220px;
  }

  .paragraph {
    font-size: 16px;
  }

  .section-5 {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .section-5-copy {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: contain;
  }

  .cta-title-2-copy {
    text-align: center;
    text-align: left;
    font-size: 17px;
  }

  .cta-title-2-copy-copy {
    text-align: center;
    font-size: 17px;
  }

  .slide-nav-2 {
    top: 450px;
  }

  .button-5 {
    font-size: 25px;
    line-height: 30px;
  }

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

@media screen and (max-width: 767px) {
  .banner {
    padding-top: 28px;
  }

  .section {
    padding-bottom: 42px;
  }

  .section.color {
    padding-top: 41px;
    padding-bottom: 48px;
  }

  .banner-title {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .service-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .banner-slider {
    height: 110vh;
  }

  .primerosproductos {
    align-items: flex-start;
    display: flex;
  }

  .medios {
    padding: 31px 10px 43px;
  }

  .image.img {
    width: auto;
    height: 160px;
  }

  .section-2 {
    padding-top: 28px;
    padding-bottom: 32px;
  }

  .section-2.color {
    padding-top: 36px;
    padding-bottom: 41px;
  }

  .div-block-6 {
    margin-left: 380px;
  }

  .cta-title-2 {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .image-3.img, .img {
    width: auto;
    height: 160px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-7 {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .div-block-7._02, .div-block-8 {
    margin-bottom: 30px;
  }

  .columns-3 {
    display: flex;
  }

  .div-block-13 {
    width: 250px;
    padding-left: 0;
  }

  .div-block-14 {
    height: 400px;
    margin-bottom: 10px;
  }

  .column-10, .column-9 {
    display: flex;
  }

  .div-block-15 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .img-3 {
    height: 220px;
  }

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

  .columns-5 {
    flex-flow: wrap-reverse;
    display: block;
  }

  .column-11 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .column-12 {
    margin-bottom: 20px;
  }

  .columns-9 {
    text-align: center;
    display: block;
  }

  .div-block-20 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .paragraph-3 {
    font-size: 11px;
  }

  .heading-7 {
    font-size: 14px;
  }

  .paragraph-6 {
    padding-left: 10px;
  }

  .section-5-copy {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-title-2-copy, .cta-title-2-copy-copy {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .section-copy {
    padding-bottom: 42px;
  }

  .section-copy.color {
    padding-top: 41px;
    padding-bottom: 48px;
  }

  .section-copy-copy {
    padding-bottom: 42px;
  }

  .section-copy-copy.color {
    padding-top: 41px;
    padding-bottom: 48px;
  }

  .image-19 {
    margin-top: 40px;
  }

  .column-14 {
    margin-top: 20px;
  }

  .slide-nav-2 {
    top: 2500px;
  }

  .column-15, .column-16, .column-17, .column-18, .column-19, .column-20 {
    margin-top: 10px;
  }

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

@media screen and (max-width: 479px) {
  .banner {
    height: 120vh;
  }

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

  .contact {
    text-align: center;
    padding-right: 10px;
  }

  .banner-title {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }

  .banner-slider {
    height: 130vh;
  }

  .primerosproductos {
    display: block;
  }

  .column {
    text-align: center;
  }

  .section-2.color {
    display: block;
  }

  .div-block-6 {
    margin-left: 140px;
  }

  .cta-title-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 9px;
  }

  .column-2, .column-3 {
    margin-bottom: 20px;
  }

  .contact-2 {
    text-align: center;
    padding-right: 10px;
  }

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

  .image-6.img {
    height: auto;
  }

  .section-4 {
    height: 50px;
  }

  .columns-3 {
    display: flex;
  }

  .contact-3 {
    text-align: center;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-13 {
    width: 200px;
    height: 275px;
    margin-right: 0;
  }

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

  .column-9 {
    padding-left: 0;
  }

  .div-block-15 {
    width: 200px;
    height: 275px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .img-3, .img-3._0 {
    height: auto;
  }

  .image-7 {
    max-width: 70%;
  }

  .column-11 {
    position: static;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .column-12 {
    position: static;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    display: block;
  }

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

  .text-block-20 {
    width: 99px;
  }

  .columns-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-9 {
    display: block;
  }

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

  .div-block-20 {
    justify-content: center;
    align-items: center;
  }

  .slider-5 {
    height: 150px;
  }

  .section-5-copy {
    background-position: 100%;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-7 {
    display: block;
  }

  .cta-title-2-copy-copy {
    font-size: 16px;
  }

  .section-copy, .section-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-nav-2 {
    top: 1250px;
  }

  .column-21, .column-23, .column-24 {
    margin-bottom: 20px;
  }
}


