/* Nosotros Header */
#nosotrosHeader {
  width: 100%;
  height: AUTO;
  padding: 0 0 0 0;
  margin: 0 0 -50px 0;
  position: relative;
  overflow: hidden;
}

.item {
  width: 100%;
  height: 500px;
}

.bannerBG {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* QUITAMOS EL PUNTO
#dotsNosotros {
  width: 100%;
  height: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px;
  margin: auto;
  z-index: 2;
}
 
#carouselNosotros li {
  display: inline-block;
  margin: 0 15px 0 0;
  cursor: pointer;
}
*/
.owl-nosotros {
  width: 12px;
  height: 12px;
  background: #ffffff;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all .3s ease;
}

.owl-nosotros:hover, .owl-nosotros:focus, .owl-nosotros:active{
  background: #811524;
  background-color: #811524;
  -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,1);
  box-shadow: 0px 0px 7px -2px rgba(0,0,0,1);
}

.owl-nosotros.active {
  background: #811524;
  background-color: #811524;
  -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,1);
  box-shadow: 0px 0px 7px -2px rgba(0,0,0,1);
}

.item-caption {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 320px;
  text-align: center;
  z-index: 3;
}

.item-caption h1 {
  font-family: 'Circular Std';
  font-weight: 500;
  font-style: normal;
  font-family:65px;
  color: #ffffff;
  padding: 0 0 0 0;
  margin: -30px 0 0 0;
}

.item-caption p {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #ffffff;
  transition: all .3s ease;
}

#nosotrosHeader .owl-item.active h1 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.7s;
}

#nosotrosHeader .owl-item.active p {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
}
/*  */

/* MISION - OBJETIVO - NUESTRO PERSONAL */
#mision_objetivo {
  width: 100%;
  height: auto;
  padding: 150px 15% 50px 33%;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

#mision_objetivo::before {
  content: "";
  width: 500px;
  height: 750px;
  background-image: url('../../img/nosotros/machinery-figura-nosotros.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 70px;
  left: 200px;
}

#mision_objetivo::after {
  content: "";
  width: 571px;
  height: 100%;
  background-image: url('../../img/nosotros/machinery-mosaico.jpg');
  background-repeat: repeat;
  position: absolute;
  top: 75px;
  right: 250px;
}

.machineryIntro {
  width: 100%;
  height: auto;
  padding: 0 50px 150px 0;
  text-align: left;
  position: relative;
  z-index: 3;
}

.machineryIntro p {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #6b6868;
}

.machineryInfo {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  position: relative;
  z-index: 3;
}

.misionInfo {
  width: 100%;
  height: auto;
  padding: 0 145px 0 0;
}

.misionInfo h1 {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  font-size: 33px;
  color: #0b4078;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.misionInfo p {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #6b6868;
}

.objetivoInfo {
  width: 100%;
  height: auto;
  padding: 0 145px 0 0;
}

.objetivoInfo h1 {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  font-size: 33px;
  color: #0b4078;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.objetivoInfo p {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #6b6868;
}

.nuestroPersonal {
  width: 80%;
  height: auto;
  padding: 10px 30px 10px 20px;
  background: #ffffff;
  background-color: #ffffff;
  margin: 0 0 0 150px;
}

.nuestroPersonal h1 {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  font-size: 33px;
  color: #abaaaa;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.nuestroPersonal p {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #6b6868;
  line-height: 30px;
}
/*  */

/* Headquarters */
#headquarters {
  width: 100%;
  height: auto;
  padding: 50px 15% 70px 15%;
  position: relative;
  overflow: hidden;
}

#headquarters::before {
  content: "";
  width: 975px;
  height: 333px;
  background-image: url('../../img/nosotros/machinery-mosaico-hq.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 133px;
  right: 355px;
  margin: auto;
}

.headTitle {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 3;
}

.headTitle h1 {
  font-family: 'Circular Std';
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  color: #484848;
  transition: all .3s ease;
}

.headTitle h1 span {
  margin: 0 0 0 33px;
  color: #750514;
}

.headImg {
  width: 100%;
  height: 275px;
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
/*  */
