/* Animations */
@-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
/*Scale animation*/
@-webkit-keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
.teacher_basic_info { width: 100%; }
.teacher_basic_info .person { position: relative; }
.teacher_basic_info .person .name { color: #0a526a; font-family: 'AncizarSans-Bold', sans-serif; font-size: 38px; line-height: 1; margin-bottom: 10px; margin-top: 0; }
.teacher_basic_info .person .description { margin: 20px 0; }
.teacher_basic_info .person .description p { color: #039695; font-family: 'AncizarSans-RegularItalic', sans-serif; font-size: 18px; line-height: 1.2; margin: 0; text-transform: inherit; }
.teacher_basic_info .person .description p strong { font-family: 'AncizarSans-BoldItalic', sans-serif; font-size: 20px; font-weight: inherit; text-transform: uppercase; }
.teacher_basic_info .person .description .teacherLink { background-color: #0c536b; color: #fff; display: inline-block; font-family: 'AncizarSans-BoldItalic', sans-serif; font-size: 18px; margin: 20px 10px 30px 0; padding: 8px 15px; position: relative; }
.teacher_basic_info .person .description .teacherLink:hover, .teacher_basic_info .person .description .teacherLink:active, .teacher_basic_info .person .description .teacherLink:focus { outline: none; text-decoration: none; }
.teacher_basic_info .person .description .webDocente { background-color: #039695; }
.teacher_basic_info .person .description .cv_english { background-color: #d1d2d2; color: #525252; padding-left: 45px; }
.teacher_basic_info .person .description .cv_english::before { background: url(https://www.humanas.unal.edu.co/2026/unidades-academicas/departamentos/filosofia/application/files/7915/1245/6393/icono_pdf.png) no-repeat 0 0 transparent; background-size: cover; content: ''; height: 26px; left: 15px; position: absolute; top: 7px; width: 22px; }
.teacher_basic_info .person .description .teacherAccess { margin: 20px 0; padding: 0; }
.teacher_basic_info .person .description .teacherAccess li { display: inline-block; list-style: none; margin: 0px; position: relative; }
.teacher_basic_info .person .description .teacherAccess li .link { color: #0c536b; font-family: 'AncizarSans-Bold', sans-serif; font-size: 20px; padding: 8px 20px; position: relative; text-transform: uppercase; }
.teacher_basic_info .person .description .teacherAccess li .link:hover, .teacher_basic_info .person .description .teacherAccess li .link:active, .teacher_basic_info .person .description .teacherAccess li .link:focus { outline: none; text-decoration: none; }
.teacher_basic_info .person .description .teacherAccess li .active { color: #52b380; }
.teacher_basic_info .person .description .teacherAccess li:first-child .link { padding-left: 0; }
.teacher_basic_info .person .description .teacherAccess li:nth-child(2n)::before, .teacher_basic_info .person .description .teacherAccess li:nth-child(2n)::after { background-color: #0c536b; content: ''; height: 70%; position: absolute; top: 15%; width: 2px; }
.teacher_basic_info .person .description .teacherAccess li:nth-child(2n)::before { left: 0; }
.teacher_basic_info .person .description .teacherAccess li:nth-child(2n)::after { right: 0; }

@media screen and (max-width: 40em) { .teacher_basic_info { width: 100%; margin: 20px 0 0; }
  .teacher_basic_info .person { padding: 0; }
  .teacher_basic_info .person .name { font-size: 28px; }
  .teacher_basic_info .person .description .teacherAccess { padding: 0px; margin-bottom: 0; }
  .teacher_basic_info .person .description .teacherAccess li .link { padding: 8px 14px; } }
