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

.nosotrasImg {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 0 20% 0 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  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;
}

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

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

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

.nosotrasInfo {
  width: 100%;
  height: auto;
  text-align: justify;
  padding: 0 25% 50px 10%;
  position: relative;
  transition: all .3s ease;
}
.nosotrasInfo p {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #8c8b8b;
  transition: all .3s ease;
}

.nosotrasFooter {
  width: 100%;
  height: 75px;
  position: relative;
  transition: all .3s ease;
}
.nosotrasContacto {
  width: auto;
  height: 45px;
  color: #4b4a66;
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #4b4a66;
  padding: 0 45px 0 45px;
  letter-spacing: 8px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  bottom: 0;
  left: 10%;
  transition: all .3s ease;
}
.nosotrasContacto:hover {
  color: #ffffff;
  background: #c49a6c;
  background-color: #c49a6c;
  border: 2px solid #c49a6c;
}
/*  */

/* Contenedor */
.contactoContainer {
  width: 600px;
  height: 100%;
  background: #ffffff;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: -150%;
  z-index: 1030;
  display: none;
}
.contactoPrincipal {
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 45px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0 0 0;
  transition: all .3s ease;
}

.overflow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1020;
  background: #000000;
  background-color: #000000;
  opacity: 0.5;
  display: none;
}

.exitForm {
  width: 60px;
  height: 60px;
  color: #ffffff!important;
  font-size: 45px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  background: #c49a6c!important;
  background-color: #c49a6c!important;
  position: absolute;
  top: 0;
  right: 0;
}
/*  */
