@font-face {
  font-family: 'Teko-Light';
  src: url('../fonts/Teko-Light.woff2') format('truetype');
}

@font-face {
  font-family: 'Teko-Medium';
  src: url('../fonts/Teko-Medium.woff2') format('truetype');
}


.page-container {
    position: relative;
    min-height: 100vh;
}
.page { padding-bottom: 120px; }
.footer { 
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;   
}

.card-academico {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.border-grey img {
    border-radius: 7px;
    padding: 4px;
    border: 1px solid #eee;
}

button.is-blue {
    background-color: #0054A5;
    color: white;
}
.is-yellow { background-color: #FEF200 }
.has-text-yellow { color: #FEF200; }
.is-blue {
    background-color: #0054A5;
    color: white;
}
.has-text-blue { color: #0054A5; }
.pagination-link.is-current { background-color: #0054A5 }
.logo {
    width: 110px;
    margin-right: 30px;
}

.icon-blue-social {
    background-color: #0054A5;
    border-radius: 3em;
    color: white;
}
.icon-blue-social i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

@media screen and (max-width:768px){
    .page { padding-bottom: 10px; }
    .footer { 
        position: inherit;
        height: auto;   
    }
}

.navbar-item img { max-height: inherit; }
.navbar.is-black .navbar-start>a.navbar-item:hover {
    background-color: transparent;
    color: #48c78e;
}

.navbar-burger span:first-child { top: calc(50% - 12px); }
.navbar-burger span:nth-child(2) { top: calc(50% - 3px); }
.navbar-burger span:nth-child(3) { top: calc(50% + 6px); }
.navbar-burger.is-active span:first-child { transform: translateY(12px) rotate(45deg); }
.navbar-burger span {
    height: 5px;
    width: 40px;
}
.navbar-burger {
    height: 5rem;
    margin-left: 50px;
}

p { font-size: 1.2rem; line-height: 1.5rem }
h1 { letter-spacing: -0.03rem; font-family: 'Teko-Medium'; }
h2 { line-height: 1.1em; letter-spacing: -0.02rem; font-family: 'Teko-Medium'; }
h3 { line-height: 1.2em; font-family: 'Teko-Light'; }
ol { margin-top: 15px }
ol li {
    margin-bottom: 8px;
    margin-left: 1em;
}
ul.list-inline li {display: inline; margin: 0 5px; }
.border-radius-10 { border-radius: 10px; }

hr {
    background-color: #aaa;
    height: 1px;
}

.footer ul li { margin-top: 5px; }
.footer a { color: #aaa; }
.footer a:hover { color: #ffad00; }
.copyright {border-top: 1px solid #333; }


