div#imagen-header {
  margin-top: 70px;
  width: 100%;
}

div#imagen-header img {
  width: 100%;
}

h3#titulo {
  text-align: center;
  margin-top: 40px;
}

h5#subtitulo {
  margin-top: 20px;
  text-align: center;
  color: #777777;
  font-weight: normal;
}

div.contenedor {
  margin: auto;
  max-width: 1200px;
}

div.seccion-color {
  width: 100%;
  margin-top: 50px;
}

div.seccion-color h5 {
  font-size: 1.5em;
  padding-bottom: 3px;
  border-bottom: 1px solid #bdbdbd;
  color: #626262;
  font-weight: normal;
}

div.seccion-color div.contenedor-colores {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.seccion-color div.contenedor-colores div.color {
  margin: 10px;
  width: 150px;
}

div.seccion-color div.contenedor-colores div.color img {
  width: 100%;
}

div.seccion-color div.contenedor-colores div.color p {
  text-align: center;
}

div.contenedor-productos {
  margin-top: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.contenedor-productos div.column-productos {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

div.contenedor-productos div.column-productos:nth-child(2) {
  margin-top: 200px;
}

div.contenedor-productos div.column-productos div.producto {
  width: 100%;
  margin-top: 40px;
}

div.contenedor-productos div.column-productos div.producto img {
  width: 100%;
}

div.contenedor-productos div.column-productos div.producto p {
  font-size: 1.3em;
  margin-top: 0px;
}

@media (max-width: 770px) {
  div.seccion-color h5 {
    width: auto;
    max-width: 95%;
    display: block;
    margin: auto;
  }

  div.color {
    width: 70px !important;
  }

  div.contenedor-productos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  div.producto {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    width: inherit !important;
    max-width: 100%;
  }

  div.contenedor-productos div.column-productos:nth-child(2) {
    margin-top: 0 !important;
  }
}

