/* INTRO NOSOTROS */
#nosotros_presencia {
  width: 100%;
  height: auto;
  padding: 260px 15% 75px 15%;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
#nosotros_presencia .row {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
#nosotros_presencia .row .col {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

.nosotrosImg {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  line-height: 0;
  text-align: right;
  transition: all .3s ease;
}
.presenciaImg {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  line-height: 0;
  text-align: left;
  transition: all .3s ease;
}

.nosotrosTitle {
  width: 100%;
  height: auto;
  padding: 25px 0 0 0;
  text-align: left;
  position: relative;
  margin: 0 0 0 -140px;
  transition: all .3s ease;
}
.nosotrosTitle h1 {
  font-size: 110px;
  color: #d5d6d5;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  font-weight: 500;
  font-style: normal;
  transition: all .3s ease;
}

.nosotrosInfo {
  width: 100%;
  height: auto;
  padding: 50px 10% 50px 10%;
  text-align: justify;
  position: relative;
  transition: all .3s ease;
}
.nosotrosInfo p {
  font-size: 16px;
  color: #9e9f9e;
  font-weight: normal;
  transition: all .3s ease;
}

.nosotrosVideo {
  width: 100%;
  height: auto;
  padding: 0 10% 0 10%;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 6px 9px -4px rgba(0,0,0,0.54);
  -moz-box-shadow: 0px 6px 9px -4px rgba(0,0,0,0.54);
  box-shadow: 0px 6px 9px -4px rgba(0,0,0,0.54);
  transition: all .3s ease;
}

.nosotrosSlogan {
  width: 100%;
  height: auto;
  padding: 50px 10% 50px 10%;
  text-align: left;
  position: relative;
  transition: all .3s ease;
}
.nosotrosSlogan h1 {
  font-size: 33px;
  color: #4289d5;
  font-weight: 500;
  font-style: normal;
  transition: all .3s ease;
}

.presenciaTitle {
  width: 100%;
  height: auto;
  padding: 25px 0 0 20%;
  text-align: left;
  position: relative;
  margin: 0 0 0 0;
  transition: all .3s ease;
}
.presenciaTitle h1 {
  font-size: 100px;
  color: #d5d6d5;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  font-weight: 500;
  font-style: normal;
  transition: all .3s ease;
}

.presenciaInfo {
  width: 100%;
  height: auto;
  padding: 50px 15% 50px 20%;
  text-align: left;
  position: relative;
  transition: all .3s ease;
}
.presenciaInfo p {
  font-size: 16px;
  color: #9e9f9e;
  font-weight: normal;
  transition: all .3s ease;
}

.presenciaLista {
  width: 100%;
  height: auto;
  padding: 0 0 0 20%;
  margin: 0 0 0 250px;
  text-align: left;
  position: relative;
  z-index: 10;
  transition: all .3s ease;
}
.presenciaLista ul li {
  font-size: 66px;
  color: #d5d6d5;
  font-weight: 500;
  font-style: normal;
  line-height: 75px;
  transition: all .3s ease;
}
