#nosotros-intro {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.nosotros-contenido {
  /*border: 1px solid blue;*/
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.nosotros-logo {
  text-align: center;
  top: 5%;
  height: auto;
  position: absolute;
}

.nosotros-logo img {
  max-width: 90%;
  height: auto;
}

.nosotros-contenido::before {
  content: url('../../img/amenidades/linea_v.png');
  /*border: 1px solid orange;*/
  z-index: 99;
  left: 0%;
  top: -2%;
  position: absolute;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-name: fadeInTop;
  animation-iteration-count: infinite;
}

.nosotros-contenido h2 {
  font-size: 32px;
  color: #1b1a1e;
  letter-spacing: 0.1em;
  font-family: 'Gotham-XLight';
  padding-left: 5%;
  padding-top: 13%;
  text-transform: uppercase;
}

.nosotros-contenido p {
  font-size: 14px;
  color: #666666;
  font-family: 'FiraSans-ExtraLight';
  padding-left: 5%;
}

/*
.bcg-parallax-1 {
  padding: 40px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.bcg-1 {
  background-image: url(../../img/nosotros/nosotros-parallax.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
*/

#parallax1 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.parallax-resp {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#parallax2 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#parallax3 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.parallax-fondo-1 {
  width: 100%;
  height: 100%;
  background-image: url(../../img/nosotros/nosotros-parallax.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
}

.parallax-fondo-2 {
  width: 100%;
  height: 100%;
  background-image: url(../../img/nosotros/nosotros-parallax2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
}

.parallax-fondo-3 {
  width: 100%;
  height: 100%;
  background-image: url(../../img/nosotros/nosotros-parallax3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
}

.parallax-resp-1 {
  width: 100%;
  height: 100%;
  background-image: url(../../img/nosotros/nosotros-parallax.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
}

.parallax-resp-2 {
  width: 100%;
  height: 100%;
  background-image: url(../../img/nosotros/nosotros-parallax2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
}

.parallax-resp-3 {
  width: 100%;
  height: 100%;
  background-image: url(../../img/nosotros/nosotros-parallax3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
}
/* */
.espacio-blanco {
  height: 850px;
}
#nosotros-p2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #1b1a1e;
  padding-top: 2%;
  padding-bottom: 2%;
  position: relative;
}
.nosotros-contenido2 {
}

.borde-izq-contenido {
  border-left: 1px solid white;
  height: 75%;
  position: absolute;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-name: fadeInTop;
  animation-iteration-count: infinite;
}

.nosotros-contenido2 p {
  font-size: 14px;
  color: white;
  font-family: 'FiraSans-ExtraLight';
  padding-left: 5%;
}
.nosotros-contenido2 a {
  font-size: 14px;
  color: white;
  font-family: 'Gotham-Medium';
  letter-spacing: 0.1em;
  padding-left: 5%;
}
#ubicacion {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  /*border: 1px solid blue;*/
  margin-top: 5%;
  margin-bottom: 4%;
}
.nosotros-ubicacion-img {
  /*border: 1px solid red;*/
  width: 100%;
  height: auto;
  overflow: hidden;
  left: -1.6%;
  position: relative;
}
.nosotros-ubicacion-img img {
  /*border: 1px solid green;*/
  width: 100%;
  height: auto;
}
.nosotros-mapa-contenido {
  width: 100%;
  height: auto;
  margin-left: 10%;
}
.nosotros-mapa-contenido h2 {
  color: #1b1a1e;
  letter-spacing: 0.1em;
  font-size: 32px;
  font-family: 'Gotham-XLight';
}
.nosotros-mapa-contenido h3 {
  color: #1b1a1e;
  letter-spacing: 0.1em;
  font-size: 30px;
  font-family: 'Gotham-XLight';
}
.nosotros-mapa-contenido p {
  color: #666666;
  font-size: 14px;
  font-family: 'FiraSans-ExtraLight';
  padding-right: 29%;
}
.nosotros-mapa-contenido a {
  color: #1b1a1e;
  font-size: 14px;
  font-family: 'FiraSans-Bold';
}
.nosotros-mapa img {
  width: 60%;
  height: auto; /*border: 1px solid green;*/
  margin-top: 3%;
  margin-bottom: 2%;
  overflow: hidden;
}

/* responsivo */

#parallax1-resp {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: -3%;
}

#parallax2-resp {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#parallax3-resp {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #1b1a1e;
}
