:root {
  --black: black;
  --white: white;
}

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

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

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

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

.section-2 {
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Nosotros.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
  padding-top: 82px;
  padding-bottom: 89px;
}

.form {
  text-align: center;
}

.text-field, .text-field-2 {
  font-family: Montserrat, sans-serif;
}

.text-field-3 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

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

.textarea.consulta {
  height: 80px;
}

.submit-button {
  background-color: #fb171f;
  border-radius: 1000px;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

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

.heading {
  color: #fff;
  text-align: center;
  text-shadow: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.heading-3 {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  color: #fff;
  text-align: center;
  border-radius: 1000px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 22px;
}

.section-3 {
  background-color: #e7e7e7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block {
  width: 120px;
  height: 120px;
  text-align: center;
  background-color: #0fce7a;
  border-radius: 1000px;
  margin: auto;
}

.column {
  text-align: center;
}

.image {
  margin-top: 30px;
}

.text-block {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.column-2, .column-3, .column-4 {
  text-align: center;
}

.error-message {
  text-align: center;
  background-color: #f1f1f1;
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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;
}

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

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

.section-4.productos1 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
}

.heading-4 {
  text-align: center;
  border-bottom: 1px solid #333;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-4.direccion {
  border-bottom-style: solid;
  border-bottom-color: #fb171f;
  margin-bottom: 37px;
}

.column-7, .column-8, .column-9 {
  text-align: center;
}

.columns {
  margin-bottom: 40px;
}

.section-6 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-6.cta {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50% 0;
  background-size: auto, 1200px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 39px #000;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.container {
  text-align: center;
}

.button-2 {
  background-color: #fb171f;
  border-radius: 1000px;
  margin-top: 20px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

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

.section-7 {
  text-align: center;
  background-color: #e7e7e7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-7.marcas {
  padding-bottom: 35px;
}

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

.section-8.direccion {
  background-color: #e7e7e7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-3 {
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.section-9 {
  text-align: center;
  background-color: #494949;
  padding-top: 5px;
  padding-bottom: 5px;
}

.slider {
  height: 250px;
  background-color: rgba(0, 0, 0, 0);
}

.nombre-prod {
  color: #fff;
  text-transform: uppercase;
  background-color: #e48128;
  padding: 10px 5px;
  font-size: 26px;
  line-height: 22px;
  text-decoration: none;
}

.paragraph {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph.opinion {
  margin-left: 60px;
  margin-right: 60px;
}

.image-33 {
  border-radius: 0;
  display: inline-block;
}

.image-34 {
  border-radius: 0;
}

.image-35 {
  border-radius: 0;
  display: inline-block;
}

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

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

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

.text-block-4 {
  text-align: center;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42, .image-43 {
  border-radius: 6px;
}

.column-18 {
  text-align: center;
  padding-top: 10px;
}

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

.slider-2 {
  height: 500px;
}

.slide {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.div-block-2 {
  width: 150px;
  background-color: #d30000;
  border-radius: 0 10px 10px 0;
  position: fixed;
}

.div-block-2.pagos {
  top: 276.891px;
}

.text-block-5 {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-5.medios-pago {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.text-block-5.presupuesto {
  color: #fff;
  color: #fff;
  padding-left: 15px;
  position: fixed;
}

.medios-pago {
  z-index: 2;
  width: 160px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: fixed;
  top: 280.891px;
}

.presupuesto {
  width: 150px;
  background-color: #c90000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.image-44 {
  margin-bottom: 10px;
  padding-top: 49px;
}

.image-45 {
  padding-left: 0;
  position: relative;
  top: 12px;
  left: 417px;
}

.presupuesto-2 {
  z-index: 2;
  width: 150px;
  background-color: #c90000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: fixed;
}

.presupuesto-3 {
  width: 120px;
  background-color: #c4d557;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

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

.video {
  height: 350px;
}

.slide-4 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
}

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

.link-5 {
  color: #fff;
}

.text-block-7 {
  text-align: left;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.banner-slider {
  z-index: -1;
  min-height: 110vh;
  margin-top: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.slide-6 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.select-field {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
}

.div-block-3 {
  width: 339px;
  height: 189px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  display: inline-block;
}

.div-block-3._1, .div-block-3._2, .div-block-3._3, .div-block-3._4 {
  background-image: none;
}

.column-19, .column-20, .column-21, .column-22 {
  text-align: center;
}

.heading-6 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-2 {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.heading-7 {
  color: #fb171f;
  text-align: center;
  border-bottom: 1px solid #fb171f;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.slider-3 {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 20px;
}

.icon {
  opacity: .7;
  color: #fb171f;
  transition: all .3s;
}

.icon:hover {
  opacity: 1;
}

.heading-8 {
  color: #fb171f;
  text-align: center;
  border-bottom: 1px solid #fb171f;
  margin-top: 94px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.column-23, .column-24, .column-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-26 {
  align-items: center;
  display: flex;
}

.image-46 {
  width: 32px;
  padding-right: 5px;
}

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

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

.image-47 {
  margin-right: 0;
  padding-right: 5px;
}

.image-48, .image-49 {
  padding-right: 5px;
}

.section-12 {
  background-color: #e9e9e9;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-5 {
  width: 120px;
  height: 120px;
  text-align: center;
  background-color: #fb171f;
  border-radius: 1000px;
  margin: auto auto 15px;
}

.image-50 {
  margin-top: 30px;
}

.image-51, .image-52 {
  width: 300px;
  height: 300px;
}

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

.image-53, .image-54 {
  height: 250px;
}

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

.div-block-6 {
  height: 350px;
  background-image: url('../images/Carretilla_Electrica_EP.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-7 {
  height: 350px;
  background-image: url('../images/Foto_MQC35.png');
  background-position: 100%;
  background-size: cover;
}

.div-block-8 {
  height: 350px;
  background-image: url('../images/efl252.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-9 {
  height: 350px;
  background-image: url('../images/RS16-LI.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-10 {
  height: 350px;
  background-image: url('../images/Modulo_Preparadores_Pedidos.png');
  background-position: 0%;
  background-size: cover;
}

.div-block-11 {
  height: 350px;
  background-image: url('../images/Modulo_Apiladores.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-12 {
  height: 350px;
  background-image: url('../images/Preparadora_Equipos.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-13 {
  height: 350px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-55 {
  padding-top: 0;
}

.image-56 {
  margin-bottom: 20px;
}

.image-57 {
  max-width: 100%;
  padding-top: 0;
}

.html-embed {
  margin-top: 20px;
}

.text-block-8 {
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.columns-5 {
  margin-top: 43px;
  margin-bottom: 20px;
}

.image-58 {
  max-width: 85%;
}

.columns-6 {
  margin-bottom: 38px;
}

.image-59 {
  max-width: 95%;
}

html.w-mod-js [data-ix="aparecer-desde-el-centro"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="aparecer-de-izq-a-der"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="aparecer-de-der-a-izq"] {
  opacity: 0;
  transform: translate(100px);
}

@media screen and (max-width: 991px) {
  .text-block-5.presupuesto, .medios-pago {
    display: none;
  }

  .banner-slider {
    height: 680px;
  }

  .right-arrow {
    margin-right: -40px;
  }

  .left-arrow {
    margin-left: -40px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    padding-top: 62px;
  }

  .column-5 {
    margin-bottom: 15px;
  }

  .columns {
    margin-bottom: 20px;
  }

  .column-16 {
    margin-bottom: 24px;
  }

  .image-45 {
    display: none;
  }

  .banner-slider {
    height: 800px;
    min-height: 130vh;
  }

  .right-arrow {
    margin-right: 0;
  }

  .left-arrow {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 26px;
  }

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

  .column-8, .column-9 {
    margin-bottom: 20px;
  }

  .columns {
    margin-bottom: 0;
  }

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

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

  .section-7, .section-8.direccion {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-5.presupuesto {
    display: none;
  }

  .text-block-7 {
    margin-bottom: 20px;
  }

  .banner-slider {
    min-height: 150vh;
  }

  .div-block-3 {
    width: 250px;
    height: 150px;
  }

  .slide-nav {
    margin-bottom: -50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-27 {
    margin-bottom: 34px;
  }

  .column-28 {
    margin-bottom: 32px;
  }

  .column-29 {
    margin-bottom: 31px;
  }

  .image-51, .image-52, .image-53, .image-54, .div-block-6, .div-block-7 {
    margin-bottom: 20px;
  }
}


