/**
* La Catedra
*/

#la-catedra .trabajos {
  max-width: 900px;
  padding-top: 1em;
}

#la-catedra .trabajo {
  margin-bottom: 2em;
}

#la-catedra .trabajo h3 {
  text-transform: uppercase;
  color: #34bfff;
}

#la-catedra .trabajos .leyenda {
  font-size: 2.5em;
  text-align: center;
  color: #34bfff;
  font-weight: 100;
  font-style: italic;
  line-height: 1.3em;
  margin: 30px 0;
}

@media (min-width: 992px) {
  #la-catedra .trabajo:first-child {
    padding-right: 30px;
  }

  #la-catedra .trabajo:last-child {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  #la-catedra .trabajos .leyenda {
    font-size: 2em;
  }
}

@media (max-width: 620px) {
  #la-catedra .trabajos .leyenda {
    font-size: 1.1em;
    font-weight: 300;
  }
}

#la-catedra .trabajo img {
  margin-bottom: 1em;
  max-width: 100%;
  width: 100%;
}

#la-catedra .trabajo .ver-mas {

}



/**
* Postura
*/

#postura .trabajos {
  max-width: 900px;
  padding-top: 1em;
}

#postura .trabajo {
  margin-bottom: 2em;
}

#postura .trabajo h3 {
  text-transform: uppercase;
  color: #34bfff;
}

@media (min-width: 992px) {
  #postura .trabajo:first-child {
    padding-right: 30px;
  }

  #postura .trabajo:last-child {
    padding-left: 30px;
  }
}

#postura .trabajo img {
  margin-bottom: 1em;
  max-width: 100%;
  width: 100%;
}

#postura .trabajo .ver-mas {

}


/**
* Postura
*/

#docentes .trabajos {
  max-width: 900px;
  padding-top: 1em;
}

#docentes .trabajo {
  margin-bottom: 2em;
}

#docentes .trabajo h3 {
  text-transform: uppercase;
  color: #34bfff;
}

@media (min-width: 992px) {
  #docentes .trabajo:first-child {
    padding-right: 30px;
  }

  #docentes .trabajo:last-child {
    padding-left: 30px;
  }
}

#docentes .trabajo img {
  margin-bottom: 1em;
  max-width: 100%;
  width: 100%;
}

#docentes .docentes .row img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
}

#docentes .docentes .row img:hover {
  -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}