.banners-categorias {
  border-radius: 9px;
}
.banners-categorias-col-3 {
  width: 23%;
  margin: 1%;
  border-radius: 9px;
}
.naranja {
  background: #f6a02e;
}
.naranja img {
  max-width: 100%;
}
.imagen-categorias {
  max-width: 100%;
}
.imagen-categorias-col3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imagen-categorias-col3 img {
  width: 85%;
}
.categorias-texto-col-3 {
  width: 100%;
  font-family: 'Mulish', sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.5rem;
  margin: 15% auto;
  width: auto;
}
.imagen-categorias img {
  padding-top: 10px;
}
@media screen and (max-width: 1340px) {
  .categorias-texto-col-3 {
    font-family: 'Mulish', sans-serif;
    color: #fff;
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .categorias-texto-col-3 {
    font-family: 'Mulish', sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 769px) {
  .categorias-texto-col-3 {
    font-family: 'Mulish', sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .banners-categorias-col-3 {
    width: 48%;
    margin: 1%;
    border-radius: 9px;
  }
  .categorias-texto-col-3 {
    font-family: 'Mulish', sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .imagen-categorias img {
    padding-top: 0px;
  }
  .categorias-texto-col-3 {
    font-family: 'Mulish', sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .categorias-texto-col-3 {
    font-weight: 900;
    font-size: 1rem;
  }
}
