.mlr-0 {
  margin-left: 0;
  margin-right: 0;
}
.plr-0 {
  padding-left: 0;
  padding-right: 0;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.list-products {
  background-color: #000;
  width: 100%;
  height: auto;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}

.list-products .lp-content {
  width: 100%;
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  justify-content: center;
  align-items: center;
}

.lp-content .lp-imagen {
  width: 100%;
  height: 100%;

  background-color: #000;
  transition: .5s ease;
  cursor: pointer;
}

.lp-content:hover .lp-imagen {
  opacity: .5;
}

.lp-imagen img {
  width: 100%;
}

/*This section controls the following texts in the index file: "líneas de producto" and "usos y aplicaciones"*/
.lp-content .lp-nombre {
  cursor: pointer;
  width: 100%;
  align-self: center;
  color: #fff;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  z-index: 1;
  text-transform: uppercase;
  max-width: 237px;
  min-height: 114px;
  text-align: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  justify-content: center;
  align-items: center;

  position: absolute;
}
.lp-nombre span {
  align-self: center;
}

.lp-content:hover .border-categorias {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.list-products .lp-content .lp-nombre {
  transition: opacity .3s,-webkit-transform .3s;
  transition: transform .3s,opacity .3s;
  transition: transform .3s,opacity .3s,-webkit-transform .3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.list-products .lp-content:hover .lp-nombre span {
  transition: opacity .3s,-webkit-transform .3s;
  transition: transform .3s,opacity .3s;
  transition: transform .3s,opacity .3s,-webkit-transform .3s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.list-products .lp-content .lp-nombre .border-back {
  position: absolute;
  left: 0;
  top: 0;
  transition: width .3s,height .3s;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(.1);
  -ms-transform: scale(.1);
  transform: scale(.1);
  transition: opacity .1s,-webkit-transform .1s;
  transition: transform .1s,opacity .1s;
  transition: transform .1s,opacity .1s,-webkit-transform .1s;
}

.list-products .lp-content:hover .lp-nombre .border-back {
  transition: opacity .3s,-webkit-transform .3s;
  transition: transform .3s,opacity .3s;
  transition: transform .3s,opacity .3s,-webkit-transform .3s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.list-products .lp-content:hover .lp-nombre.color-0 .border-back {
  border: 1px solid #fbb900;
}
.list-products .lp-content:hover .lp-nombre.color-1 .border-back {
  border: 1px solid #8dba1a;
}
.list-products .lp-content:hover .lp-nombre.color-2 .border-back {
  border: 1px solid #0095df;
}


@media (max-width: 991.99px) {
  .inner_adre {
    height: auto;
  }

  .container-prod .inner_adre {
    width: 100%;
    float: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner_adre .box-adre {
    padding: 10px;
    width: 100%;
  }

  .btn_opc {
    display: block;
    margin-bottom: 10px;
  }

  .container-prod {
    margin-bottom: 40px !important;
  }

  .logocarvajal {
    margin: 10px;
    margin-top: 0;
    text-align: center;
  }

  .menu_footer, .derechos {
    text-align: center;
  }
}

@media (max-width: 767.99px) {

}


@media (max-width: 575.99px) {
  .list-products {
    flex-direction: column;
  }

  .bx_stores {
    width: 100%;
    float: none;
    text-align: center !important;
    margin-bottom: 40px;
  }

  .bx_stores p {
    max-width: 100% !important;
    width: 100% !important;
  }

  .ico_arrow {
    width: 100%;
    background-position-x: 50%;
  }

  .title-style {
    font-size: 26px;
  }

  .btn_cat .container, .btn_cat .container .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .cont_inferior {
    margin: 0;
  }

  .cont_inferior img {
    width: auto !important;
    height: 50px !important;
  }

  .cont_inferior h4 {
    font-size: 18px;
  }
}
