@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body{
    font-family: 'Open Sans', sans-serif;
    color: #444242;
    font-smooth: always;
}

p{
    font-weight: 400;
}

h1{
    font-weight: 800;
    font-size: 34px;
}

h2{
    font-size: 24px;
}

h2,h3,h4,h5{
    font-weight: 600;
}

header.header{
    background: #444242;
    clear: both;
    padding: 8px 0;
}

.call-to-action{
    font-size: 14px;
    padding: 10px 30px;
    background: #ffba00;
    color: #f4f4f4;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 4px solid #e28f17;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: 600;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;

}

.call-to-action.link{
    background: #ffba00 url(../images/seta.png) 95% 50% no-repeat;
}

.call-to-action:hover{
    border-bottom: 4px solid transparent;
    text-decoration: none;
    color: #f4f4f4;
}

.featured{
    background: #e2e4e7;
    padding: 30px 0;
}

.featured .call-to-action{
    max-width: 180px;
}

.featured .picture img{
    max-width: 100%;
    height: auto;
}
.featured .description{

}
.featured .description h1{
    text-transform: uppercase;
}
.featured .description p{
    max-width: 400px;
}

.more-content{
    padding-bottom: 30px;
}

.more-content h2{
    text-align: center;
    margin: 30px 0;
}

.more-content .block{
    padding: 0 30px;
}

.more-content .block.mais-lidas .inner{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 3px solid #e2e4e7;
    overflow: hidden;
}

.more-content .block.mais-lidas h3{
    margin: 0;
    background: #444242;
    padding: 10px 0;
    text-align: center;
    color: #f4f4f4;

}

.more-content .block.mais-lidas ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.more-content .block.mais-lidas li{
    padding: 10px 30px 10px 60px;
}

.more-content .block.mais-lidas li a{
    color: #444444;
    text-decoration: underline;
}

.more-content .block.mais-lidas hr{
    border-top: 3px solid #e2e4e7;
    margin: 0;
}

.more-content .block .call-to-action{
    margin: 20px auto;
    max-width: 260px
}

.more-content .thumbnail{
    text-align: center;
    color:#b6b5b8;
}

.more-content .description{
    text-align: center;
}

.more-content .description h3{
    margin-bottom: 0;
    font-size: 16px;
}

.more-content .description p{
    margin-top: 3px;
    font-size: 14px;
}

footer.footer{
    background: #444242;
    padding: 30px 0;
    color: #f4f4f4;
}

.footer h3{
    font-size: 24px;
    margin-top: 0;
    font-weight: 400;
}

.footer .text p{
    line-height: 28px;
}

.links{
    list-style: none;
    padding: 0;
}

.links li{
    margin-bottom: 10px;
}

.links li a{
    color: #f4f4f4;
}

.infos h4{
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 300;
}

.infos .email{
    text-transform: none;
}

.infos .small{
    font-size: 14px;
    text-transform: none;
    display: block;
}

.madeby{text-align: center; margin-top: 60px;}

.heart{
    color: #9f3328;
}
