.profesores {
  color: white;
  padding: 100px 0;
  text-align: center;
}

.profesion-text {
  color: rgba(255, 255, 255, 0.7);
}

.aptitudes-text {
  font-style: italic;
  font-size: 22px;
  line-height: 30px;
}

.img-circle {
  background: transparent;
  border-radius: 50%;
}
.zoom {
    transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
}
.zoom:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.curriculum a {
    color: white;
}
