.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  padding-top: 5px;
  background-color: transparent;
  background-image: url('../images/bg-menu.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

.navlink {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.navlink.w--current {
  color: #fff;
}

.imglogo {
  width: 105px;
  height: 105px;
}

.sectionnosotros {
  padding-top: 140px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/bg-nosotros2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/bg-nosotros2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.titulo-nosotros {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  text-align: right;
}

.list-item {
  padding-right: 20px;
}

.sectionhistoria {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url('../images/bg-historia.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-color {
  padding-right: 20px;
  padding-bottom: 37px;
  padding-left: 20px;
  background-color: rgba(255, 195, 158, 0.8);
}

.container-color.large {
  padding-bottom: 100px;
}

.icon-historia {
  position: relative;
  top: -40px;
  width: 140px;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -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;
}

.titulos-historia {
  font-family: Roboto, sans-serif;
  color: #2b2e34;
  font-size: 20px;
  font-weight: 700;
}

.txt-historia {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.brand {
  position: absolute;
  z-index: 1000;
}

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

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

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

.div-block-2 {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}

.div-block-2.nopadd {
  margin-right: 0px;
}

.image {
  width: 107px;
  height: 107px;
}

.image-2 {
  width: 107px;
  height: 107px;
}

.image-3 {
  width: 107px;
  height: 107px;
}

.sectioncalidad {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/bg-68.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/bg-68.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.titulo-calidad {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 45px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.image-5 {
  width: 230px;
  height: 230px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.list-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.txt-calidad {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  text-align: center;
}

.sectioncompromiso {
  padding-top: 100px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/bg-compromiso.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/bg-compromiso.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container {
  position: relative;
  padding-right: 100px;
  padding-bottom: 60px;
  padding-left: 100px;
  background-color: rgba(142, 160, 106, 0.86);
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-6 {
  position: relative;
  width: 100px;
  margin-top: -57px;
}

.list-item-5 {
  margin-top: 40px;
}

.txt-compromiso {
  font-family: Roboto, sans-serif;
  color: #2b2e34;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
}

.text-span {
  color: #fff;
  font-weight: 400;
}

.list-item-6 {
  margin-top: 40px;
}

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

.image-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: -11%;
  bottom: -26%;
  width: 490px;
  height: 490px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sectionproductos {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff461a;
}

.titulos-productos {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.titulos-productos.orange {
  color: #ff461a;
}

.txt-productos {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.txt-productos.grey {
  color: #2b2e34;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.sectioncontacto {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f6f6f6;
}

.labelform {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.form {
  width: 700px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.list-item-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.btn-send {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #2b2e34;
  font-size: 13px;
}

.list-item-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.formfield {
  border-radius: 5px;
}

.sectionmap {
  background-color: #2b2e34;
}

.div-redes {
  position: static;
  left: auto;
  top: 0%;
  right: 3%;
  bottom: auto;
  margin-top: 17px;
  margin-left: 15px;
  float: right;
}

.link-redes {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.sectionfooter {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2b2e34;
}

.image-8 {
  width: 90px;
  height: 90px;
}

.txt-footer {
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
}

.txt-footer.right {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}

.list-item-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.link-block-2 {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

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

.list-item-10 {
  margin-top: 40px;
}

.column-3 {
  height: 340px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 351px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.txt-btn-prod {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2b2e34;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-5 {
  position: static;
  display: inline-block;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sectionnosotrosmobile {
  display: none;
}

.new-btn1 {
  position: relative;
  width: 196px;
  height: 396px;
  background-image: url('../images/04-colisas-on.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-btn1:hover {
  background-image: url('../images/04-colisas-hover.jpg'), url('../images/btn-colisas-flockeadas.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.new-btn2 {
  position: relative;
  width: 196px;
  height: 396px;
  background-image: url('../images/02-perfiles-on.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-btn2:hover {
  background-image: url('../images/02-perfiles-hover.jpg'), url('../images/img-perfiles.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.new-btn3 {
  position: relative;
  width: 196px;
  height: 396px;
  background-image: url('../images/01-autos-on.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-btn3:hover {
  background-image: url('../images/01-autos-hover.jpg'), url('../images/img-auto.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.new-btn4 {
  position: relative;
  width: 196px;
  height: 396px;
  background-image: url('../images/03-esponjoso-on.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-btn4:hover {
  background-image: url('../images/03-esponjoso-hover.jpg'), url('../images/5fcf7ad14fbd533b2e30cbd7_img-burletes.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.new-btn5 {
  position: relative;
  width: 196px;
  height: 396px;
  background-image: url('../images/05-otros-on.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-btn5:hover {
  background-image: url('../images/05-otros-hover.jpg'), url('../images/5fcf7ad14fbd533b2e30cbd7_img-burletes.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.div-block-6 {
  display: none;
}

.display-only-products {
  display: none;
}

.div_catalogo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -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: rgba(43, 46, 52, 0.96);
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 40px 20px;
  -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;
  background-color: #fff;
}

.btn_continuar {
  margin-top: 20px;
  background-color: #ff461a;
}

.title_catalogo {
  margin-bottom: 10px;
  color: #2b2e34;
  font-size: 16px;
  font-weight: 700;
}

.text-block-4 {
  color: #2b2e34;
}

.divmensajeenviado {
  display: block;
}

.txttitleform {
  display: inline-block;
  color: #e5005a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
}

.txttitleform.center {
  display: block;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #d0333a;
  text-align: center;
}

.divenviandomensaje {
  display: block;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-9 {
  display: block;
  opacity: 0.61;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.text-block-5 {
  font-family: Roboto, sans-serif;
  color: #50332e;
  font-size: 12px;
  text-align: center;
}

.div-block-9 {
  display: none;
}

@media screen and (max-width: 991px) {
  .navlink {
    font-size: 16px;
  }

  .container-color {
    padding-bottom: 35px;
  }

  .container-color.large {
    padding-bottom: 30px;
  }

  .menu-button {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 30px;
  }

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

  .nav-menu {
    height: 100vh;
    padding-top: 60px;
    background-color: rgba(43, 46, 52, 0.98);
  }

  .div-block-2 {
    margin-right: 11px;
  }

  .image {
    width: 83px;
    height: 83px;
  }

  .image-2 {
    width: 83px;
    height: 83px;
  }

  .image-3 {
    width: 83px;
    height: 83px;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-redes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 36px;
    float: none;
  }

  .txt-btn-prod {
    height: 60px;
    font-size: 12px;
  }

  .div-block-5 {
    display: block;
  }

  .new-btn1 {
    width: 150px;
    height: 280px;
  }

  .new-btn2 {
    width: 150px;
    height: 280px;
  }

  .new-btn3 {
    width: 150px;
    height: 280px;
  }

  .new-btn4 {
    width: 150px;
    height: 280px;
  }

  .new-btn5 {
    width: 150px;
    height: 280px;
  }
}

@media screen and (max-width: 767px) {
  .sectionnosotros {
    display: none;
    padding-left: 5px;
  }

  .column {
    margin-top: 60px;
    padding-right: 5px;
  }

  .column-2 {
    padding-left: 5px;
  }

  .image {
    width: 265px;
    height: 265px;
  }

  .image-2 {
    width: 265px;
    height: 265px;
  }

  .image-3 {
    width: 265px;
    height: 265px;
  }

  .image-4 {
    width: 100%;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-7 {
    display: none;
  }

  .div-block-4 {
    display: none;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-redes {
    margin-left: 20px;
  }

  .txt-footer.right {
    text-align: left;
  }

  .column-4 {
    height: auto;
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .txt-btn-prod {
    height: 60px;
  }

  .sectionnosotrosmobile {
    display: block;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .background-video {
    margin-top: 11px;
    padding-top: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }

  .new-btn1 {
    width: 300px;
    height: 200px;
  }

  .new-btn2 {
    height: 150px;
  }

  .new-btn3 {
    height: 150px;
  }

  .new-btn4 {
    height: 150px;
  }

  .new-btn5 {
    height: 150px;
  }

  .text-block {
    font-family: Roboto, sans-serif;
    color: #ff461a;
    font-size: 18px;
    font-style: italic;
    text-align: center;
  }

  .text-block-2 {
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    font-style: italic;
    text-align: center;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-left: 0px;
    -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;
  }

  .btn1-mobile {
    width: 150px;
    height: 100px;
    min-width: 150px;
    background-image: url('../images/04-colisas-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btn1-mobile:hover {
    background-image: url('../images/04-colisas-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btn5-mobile {
    width: 300px;
    height: 100px;
    min-width: 300px;
    margin-top: -6px;
    background-color: #fff;
    background-image: url('../images/05-otros-on.jpg');
    background-position: 0% 50%;
    background-size: 200px;
    background-repeat: no-repeat;
  }

  .btn5-mobile:hover {
    background-color: #fff;
    background-image: url('../images/05-otros-on.jpg');
    background-position: 0% 50%;
    background-size: 200px;
    background-repeat: no-repeat;
  }

  .btn2-mobile {
    width: 150px;
    height: 100px;
    min-width: 150px;
    background-image: url('../images/02-perfiles-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btn2-mobile:hover {
    background-image: url('../images/02-perfiles-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btn3-mobile {
    width: 150px;
    height: 100px;
    min-width: 150px;
    margin-top: -5px;
    background-image: url('../images/01-autos-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btn3-mobile:hover {
    background-image: url('../images/01-autos-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btn4-mobile {
    width: 150px;
    height: 100px;
    min-width: 150px;
    margin-top: -5px;
    background-image: url('../images/03-esponjoso-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btn4-mobile:hover {
    background-image: url('../images/03-esponjoso-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-6 {
    display: block;
    width: 300px;
    height: auto;
    min-width: 300px;
    background-color: #fff;
  }

  .div-block-6.nodisplay {
    display: none;
  }

  .display-only-products {
    display: block;
    width: 100%;
  }

  .linktopdf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 20px;
    -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-align: center;
    text-decoration: none;
  }

  .text-block-3 {
    width: 301px;
    margin-right: 13px;
    margin-left: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    background-color: #2b2e34;
    color: #f6f6f6;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
  }

  .image-11 {
    width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .list-item {
    padding-right: 20px;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .div-block-2 {
    margin-right: 0px;
  }

  .image {
    width: 100%;
    height: 100%;
  }

  .image-2 {
    width: 100%;
    height: 100%;
  }

  .image-3 {
    width: 100%;
    height: 100%;
  }

  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-block-4 {
    -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;
  }

  .column-4 {
    margin-top: 40px;
  }

  .txt-btn-prod {
    height: auto;
    font-size: 13px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .new-btn1 {
    height: 100px;
    background-position: 100% 50%;
    background-size: auto;
  }

  .container-2 {
    padding-left: 0px;
  }

  .btn1-mobile {
    width: 150px;
    height: 100px;
    min-width: 150px;
    background-image: url('../images/04-colisas-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btn1-mobile:hover {
    background-image: url('../images/04-colisas-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .btn5-mobile {
    width: 300px;
    height: 100px;
    min-width: 300px;
    margin-top: -6px;
    background-image: url('../images/05-otros-on.jpg');
    background-position: 0% 50%;
    background-size: 200px;
    background-repeat: no-repeat;
  }

  .btn5-mobile:hover {
    background-image: url('../images/05-otros-on.jpg');
    background-position: 0% 50%;
    background-size: 200px;
  }

  .btn2-mobile {
    width: 150px;
    height: 100px;
    min-width: 150px;
    background-image: url('../images/02-perfiles-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btn2-mobile:hover {
    background-image: url('../images/02-perfiles-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .btn3-mobile {
    width: 150px;
    height: 100px;
    min-width: 150px;
    margin-top: -6px;
    background-image: url('../images/01-autos-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btn3-mobile:hover {
    background-image: url('../images/01-autos-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btn4-mobile {
    width: 150px;
    height: 100px;
    min-width: 150px;
    margin-top: -6px;
    background-image: url('../images/03-esponjoso-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btn4-mobile:hover {
    background-image: url('../images/03-esponjoso-on.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-6 {
    width: 90%;
  }

  .display-only-products {
    padding-right: 10px;
    padding-left: 10px;
  }

  .linktopdf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-3 {
    width: 301px;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

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

  .div-block-7 {
    width: 100%;
  }

  .txttitleform {
    display: block;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }

  .image-11 {
    width: 300px;
    height: 300px;
  }
}

