/* Nosotras */
#nosotras {
  width: 100%;
  height: auto;
  padding: 150px 15% 150px 15%;
  position: relative;
  transition: all .3s ease;
  overflow: hidden;
}

.nosotrasImg {
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
  padding: 0 25% 0 25%;
  line-height: 0;
  position: relative;
  transition: all .3s ease;
}
.nosotrasImg img {
  -webkit-box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  transition: all .3s ease;
}

.nosotrasTitle {
  width: 100%;
  height: auto;
  text-align: justify;
  padding: 0 0 25px 25%;
  position: relative;
  transition: all .3s ease;
}
.nosotrasTitle h1 {
  font-size: 18px;
  color: #c1996a;
  letter-spacing: 1px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  text-transform: uppercase;
}

.nosotrasNombre {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 50px 0 15px 25%;
  position: relative;
  transition: all .3s ease;
}
.nosotrasNombre a h1 {
  font-size: 22px;
  color: #404355;
  letter-spacing: 1px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  text-transform: uppercase;
  transition: all .3s ease;
}
.nosotrasNombre a:hover h1 {
  color: #c49a6c;
}
/*  */
