/*-- Contenido del banner --*/

#contenedor_img {
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

#contenedor_img::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 500px;
  z-index: 1;
  background-image: url(../img/banner2.jpg);

}

/*
#contenedor_img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0 0 0);
  opacity: 57%;
} */

/* °°°°°°°°°°°°°°°°°°°° */

#name_title_vitrina {
  margin-top: 12rem;
  margin-left: 0px;
  z-index: 2;
}

#name_title_vitrina p {
  color: white;
  font-size: 37px;
  font-family: "Open Sans";
}

.contenedor_textbanner_vitrina {
  margin-top: 10%;
  position: absolute;
  left: 5%;
  color: #fff;
}
