@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@font-face {
 font-family: 'icomoon';
 src: url('fonts/icomoon.eot');
 src: url('fonts/icomoon.eot') format('embedded-opentype'),
 url('fonts/icomoon.ttf') format('truetype'),
 url('fonts/icomoon.woff') format('woff'),
 url('fonts/icomoon.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}

.fa {
  padding: 7px;
  font-size: 25px;
  width: 25px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  opacity: 0.75;
}

.fa:hover {
    opacity: 1;
    transition: 1s;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  color: white;
}

.fa-lattes {
  font-family: icomoon;
  background: #355E85;
  color: white;
}

body {
    margin: 0;
    background-color: #f9f9f9;
    font-family: "Oswald", Verdana, sans-serif;
    color: #333;
    line-height: 1.7;
}

.titles {
    font-family: "Oswald", Verdana, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.subtitles {
    font-family: "Oswald", Verdana, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.emphasize {
    font-weight: 800;
}

.me {
    font-family: Verdana, sans-serif;
    font-size: 65px;
    font-weight: 600;
}

.pic {
    float: right;
    margin-right: 50px;
    height: 250px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.socialmedia {
    margin-left: 80px;
    color: #333;
}

.simulations {
    margin-top: 100px;
    margin-left: 80px;
    color: #333;
    font-family: "Poppins", Verdana, sans-serif;
}

.simulations a:link {
    text-decoration: none;
    color: #007bb5;
}

.simulations a:visited {
    text-decoration: none;
    color: #007bb5;
}

.simulations a:hover {
    color: #0056b3;
    text-decoration: underline;
    transition: 1s;
}

a:active {
    color: #003366;
    text-decoration: underline;
}

.whtclr {
    background-color: #fff;
}

.icomoon {
    font-family: icomoon;
}

.OpenLMS {
    margin-top: 100px;
    margin-left: 80px;
    font-size: 18px;
    font-family: "Poppins", Verdana, sans-serif;
}

.LMS a:link {
    text-decoration: none;
    color: #007bb5;
}

.LMS a:visited {
    text-decoration: none;
    color: #007bb5;
}

.LMS a:hover {
    color: #0056b3;
    text-decoration: underline;
    transition: 1s;
}

#timeline {
    background-color: #f9f9f9;
    font-size: 0.9em;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    overflow: hidden;
    transition: all 1s;
    width: 95%;
}

#life {
    border-top: 1px solid #468966;
    position: relative;
    overflow-y: hidden;
    padding-top: 40px;
    padding-bottom: 1em;
}

#life .event {
    line-height: 1;
    padding-right: 20px;
    padding-bottom: 10px;
    vertical-align: middle;
    white-space: nowrap;
}

#life .event b {
    padding-right: 0.5em;
}

#life .event .time {
    display: inline-block;
    overflow: hidden;
    height: 0px;
    border: 4px solid #333;
    border-radius: 4px;
    margin-right: 10px;
    opacity: 0.5;
    position: relative;
    left: -2px;
}

#life section.year {
    min-height: 100%;
    box-sizing: border-box;
    border-left: 1px dashed #37373a;
    color: #999;
    font-weight: 600;
    position: absolute;
    top: 0;
    bottom: 0;
    padding-left: 10px;
    padding-top: 10px;
    pointer-events: none;
    white-space: nowrap;
}

#life .working .time {
    border: 4px solid #004684;
}

#life .education .time {
    border: 4px solid #4da735;
}

#life .calculo .time {
    border: 4px solid #f5511d;
}

#life .lab .time {
    border: 4px solid #d60000;
}

#life .instru .time {
    border: 4px solid #3f51b5;
}

#life .termo .time {
    border: 4px solid #7986cb;
}

#life .event:hover .time {
    opacity: 0.8;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #191970;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0057ff;
}
