body{
  margin:0;
}
nav{
  position: fixed;
  width: 100%;
  background-color: white;
}
section#container{
  margin-top: 10px;
}
#pinterest{
  width: 30px;
  height: 30px;
  margin-left: 50px;
  position: absolute;
  margin-top: 2px;
}
input[type="text"]{
  width: 60%;
  background-color: #e3e3e3;
  border: none;
  border-radius: 5px;
  height: 40%;
  display: table-cell;
  padding: 10px;
  margin-left: 100px;
}
button{
  height: 35px;
  width: 35px;
  border: none;
  border-radius: 5px;
  background-color: #e3e3e3;
}
select{
  background-color: #e3e3e3;
  border: none;
  border-radius: 5px;
  padding: 8px;
}
.float-right{
  float: right;
  margin-top: 3px;
  margin-right: 40px;
}
i.floating{
  margin-left: 35px;
  color: gray;
}
hr{
  margin-top: 15px;
}
.contenedor-items{
  margin-left: 85px;
  margin-top: 5px;
}
.contenedor-items>p{
  display: inline-block;
  background-color: purple;
  color: white;
  padding: 15px 29px;
  border-radius: 10px;
  opacity: .8;
  font-weight: 600;
  margin-top: 5px;
  margin-left: 5px;
}
.text-center{
  text-align: center;
}
.clear{
  clear: both;
}
#item-1{
  background-color: #725E4F;
}
#item-2{
  background-color: #AB8B6F;
}
#item-3{
  background-color: #8A7763;
}
#item-4{
  background-color: #89694D;
}
#item-5{
  background-color: #97934E;
}
#item-6{
  background-color: #82745C;
}
#item-7{
  background-color: #8D8484;
}
#item-8{
  background-color: #98775D;
}
#item-9{
  background-color: #B17F77;
}
main{
  height: 1000px;
}
section#contenedor-columnas{
  margin-left: 50px;
  vertical-align: middle;
}
.columna{
  display: inline-block;
  border-radius: 10px;
  margin-left: 15px;
  width: 23%;
  margin-top: 140px;
}
section#contenedor-columnas>section.columna>img{
  width: 100%;
  height: 500px;
  display: inline-block;
  border-radius: 15px;
}
