@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* HERE STARTS THE MAGIC */
body{
    font-family: 'open_sansregular';
}


.content-wrapper{
    background-color: white;
    min-height: 12%;
    width: 100%;    
}


section {
    padding: 100px 0;    
    width: 100%;
}

section h2 {
    margin: 0;
    font-size: 3em;
}
hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

section.primary h2{    
    color: #2c3e50;
    }
    
section.success{
    background-color: #18bc9c;
    color: #fff;
    }

.navbar {
    min-height: 85px!important;
}
    
.rodape{
    background: #f1f1f1;
    border-top: 1px solid #ccc;
    min-height: 40px;
    padding: 0px!important;
}

.rodape_topo{
    background: #fdfdfd;
    border-top: 1px solid #ccc;
    min-height: 65px;
    padding: 0px!important;
}

.link{
    color: #aa3423;
    text-decoration: underline;
}

.link:hover{
    color: #aa3423;
    text-decoration: none;
}

h4{
    font-weight: bold;
    margin-top:  30px;
}

h3{
    font-weight: bold;
}