.bloque1 {
  margin: 0 auto;
  max-width: 1170px;
  text-align: center;
  margin-top: 70px;
}

.bloque1 .color-naranja {
  color: #ee730a;
}

.bloque1 .title h2 {
  font-size: 22px !important;
  font-weight: bold;
  margin: 40px 0 10px 0;
}

.bloque1 .subTitle {
  display: flex;
  font-size: 20px !important;
  margin-top: 20px;
  text-align: left;
}

.bloque1 .grid-col-2,
.bloque1 .grid-col-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.bloque1 .banner {
  margin-bottom: 20px;
}

.bloque1 .tiendas {
  margin: 40px;
}

.bloque1 .tiendas a:hover {
  background-color: #62646b;
}

.bloque1 .tiendas a {
  background-color: #333438;
  color: #fff;
  padding: 15px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 12px !important;
  text-decoration: none;
}

@media only screen and (min-width: 375px) {
  .bloque1 .tiendas a {
    font-size: 15px !important;
  }
}

@media only screen and (min-width: 768px) {
  .bloque1 .title h2 {
    font-size: 32px !important;
    font-weight: bold;
    margin: 40px 0 10px 0;
  }
  .bloque1 .grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .bloque1 .grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
