/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/11/2016, 20:41:34
    Author     : Victor
*/

.article-estagios {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 35px;
    padding-top: 20px;
    border-top: 1px solid #EEE;
}

.content-category h1 {
    text-transform: uppercase;
    line-height: 1;
    color: #777777;
    font-size: 30px;
    font-family: 'Lato-Black',sans-serif;
    margin-top: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d3d2;
}

.title-estagios {
    margin: 10px 0;
}
.title-estagios a {
    font-size: 18px;
}
.botoes-estagios {
    position: relative;
    float: right;
}
.botoes-estagios > div{
    position: relative;
    float: left;
}
.botoes-estagios > div a {
    padding: 7px 9px;
    margin: 0 5px;
    background: rgba(11, 94, 77, 0.85);
    color: #FFF;
    border: 1px solid rgba(11, 94, 77, 0.85);
    border-radius: 4px;
    font-size: 13px;
}
.curriculo-estagios a {
    margin-right: 0px;
}
.botoes-estagios > div a:hover {
    background: #FFF;
    color: rgba(11, 94, 77, 0.85);
    border: 1px solid rgba(11, 94, 77, 0.85);
}
