@charset "UTF-8";

@font-face {
    font-family:'Hero';src:url("fonts/hero-webfont.eot");src:url("fonts/hero-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/hero-webfont.woff") format("woff"),url("fonts/hero-webfont.ttf") format("truetype"),url("fonts/hero-webfont.svg#heroregular") format("svg");font-weight:400;font-style:normal;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(oxsizing.htc);
    -webkit-font-smoothing: antialiased;
}

body {
    padding-top: 142px;
    font-family: 'Tahoma';
    color: #575756;
    font-size: 16px;
    background: url(images/bg-body.jpg) top left;
}

.update-ie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    padding: 5% 20%;
    z-index: 99999;
    text-align: center;
    display: none;
}

.update-ie h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

.update-ie p {
    line-height: 22.4px;
    margin-bottom: 30px;
}

.update-ie .btn-update {
    text-decoration: none;
    padding: 20px 40px;
    font-size: 20px;
    color: #FFF;
    background: #c2cc00;
    font-weight: 700;
    display: inline-block;
    margin: 0 20px;
}

.update-ie .close-update {
    text-decoration: none;
    color: #0767ae;
}

.update-ie a:hover {
    text-decoration: underline;
}

.wrap {
    width: 1200px;
    margin: auto;
}

.seta,.slide-item,.btn,.list-item a,.share-item a,.idiom-item a {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.section-content:after,.slide-content:after,.slide-itens:after,.section-gov:after,.section-contact:after,.groups:after {
    content: "";
    display: table;
    clear: both;
}

.section-title,.small-title {
    font-family: 'Hero';
    font-size: 45px;
    text-transform: uppercase;
    padding-left: 110px;
}

.small-title {
    font-size: 22px;
    padding-left: 0;
    line-height: 26.4px;
    margin-bottom: 25px;
}

.title-blue {
    color: #025b99;
}

.title-green {
    color: #a3b100;
}

.title-white {
    color: #FFF;
}

.section-content {
    padding: 40px 0;
}

.section-white {
    background: url(images/bg-section-white.png) no-repeat top right #f6f6f6;
}

.section-grey {
    background: #ededed;
}

.section-cover {
    display: block;
    margin: 35px auto;
}

.slide-content {
    margin-top: 40px;
    position: relative;
}

.seta {
    display: block;
    text-indent: -9999px;
    width: 80px;
    height: 112px;
    position: absolute;
    top: 50%;
    margin-top: -56px;
}

.seta.seta-left {
    background: url(images/icon-seta-left.png) no-repeat center;
    left: 0;
}

.seta.seta-left:hover {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.seta.seta-right {
    background: url(images/icon-seta-right.png) no-repeat center;
    right: 0;
}

.seta.seta-right:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.slide-mask {
    width: 980px;
    height: 315px;
    overflow: hidden;
    margin: 0 auto;
}

.slide-itens {
    width: 10000px;
    transition: all .7s;
}

.slide-item {
    width: 310px;
    max-height: 315px;
    float: left;
    margin-left: 25px;
    text-decoration: none;
}

.slide-item:hover {
    opacity: .9;
}

.slide-item:first-child {
    margin-left: 0;
}

.slide-item>p {
    color: #575756;
    font-size: 13px;
    line-height: 18.2px;
}

.slide-cover {
    width: 100%;
    max-width: 310px;
    height: auto;
    border: 1px solid #a3a3a3;
    margin-bottom: 15px;
}

.slide-date {
    font-weight: 700;
    color: #025b99;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

.slide-title {
    font-weight: 700;
    color: #575758;
    font-size: 23px;
    margin-bottom: 15px;
    line-height: 32.2px;
    max-height: 70px;
    overflow: hidden;
}

.btn {
    display: inline-block;
    background: #a3b100;
    color: #FFF;
    font-size: 14px;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.btn:disabled {
    background: #999;
    opacity: .5;
}

.header-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: url(images/bg-header.png) no-repeat top center #025c9b;
    height: 142px;
    border-bottom: 2px solid #FFF;
    transition: all .3s;
}

.header-content.small, .header-content.small .header {
    height: 100px;
}

.header {
    height: 142px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s;
}

.header-logo {
    min-width: 525px;
}

.nav-menu {
    width: 495px;
}

.list-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-item {
    width: 33%;
    padding: 7px 0;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Hero;
}

.list-item a {
    color: #FFF;
    text-decoration: none;
}

.list-item a:hover,.list-item.is-active a {
    color: #d3e87f;
}

.misc-group,.list-share,.list-idiom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.misc-group a {
    text-decoration: none;
    font-family: 'Hero';
    color: #666;
}

.share-item,.idiom-item {
    text-indent: -9999px;
    margin: 0 5px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.share-item a,.idiom-item a {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.share-item a:hover,.idiom-item a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.share-item.share-tw a {
    width: 16px;
    height: 21px;
    background-image: url(images/icon-twitter.png);
}

.share-item.share-fb a {
    width: 22px;
    height: 21px;
    background-image: url(images/icon-fb.png);
}

.list-idiom {
    margin-left: 13px;
    padding-left: 13px;
    border-left: 2px solid #88b4db;
}

.idiom-item a {
    width: 23px;
    height: 21px;
}

.idiom-item.idiom-br a {
    background-image: url(images/icon-flag-br.png);
}

.idiom-item.idiom-en a {
    background-image: url(images/icon-flag-en.png);
}

.idiom-item.idiom-es a {
    background-image: url(images/icon-flag-es.png);
}

.main-content {
    box-shadow: #bfc0c1 0 20px 15px;
}

.section-news .btn {
    float: right;
    margin: 30px 110px 0 0;
}

.section-intro {
    text-align: center;
    background: url(images/bg-intro.jpg) no-repeat center;
    padding: 55px 0 70px;
}

.title-intro {
    padding: 0;
    width: 545px;
    margin: 45px auto 0;
    line-height: 35px;
    font-size: 35px;
}

.section-goals {
    padding-top: 585px;
    padding-bottom: 0;
    background: url(images/bg-goals.jpg) no-repeat top center;
    position: relative;
}

.goals-intro {
    position: absolute;
    top: 350px;
    left: 110px;
    width: 600px;
}

.goals-intro a {
    text-decoration: none;
    font-weight: 700;
    color: #FFF;
}

.goals-intro a:hover {
    text-decoration: underline;
}

.goals-intro .section-title,.goals-intro .small-title {
    padding-left: 0;
    margin-bottom: 25px;
}

.goals-intro p {
    color: #FFF;
    font-size: 13px;
    line-height: 18.2px;
    margin-bottom: 10px;
}

.goals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.goal {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: -webkit-linear-gradient(top,#044276 0%,#0875be 100%);
    background: linear-gradient(to bottom,#044276 0%,#0875be 100%);
    padding: 40px 20px;
    color: #FFF;
    text-align: center;
}

.goal p {
    font-size: 12px;
    line-height: 16.8px;
    margin-bottom: 10px;
}

.goal:nth-child(2n+1) {
    background: -webkit-linear-gradient(top,#0875be 0%,#044276 100%);
    background: linear-gradient(to bottom,#0875be 0%,#044276 100%);
}

.goal-title {
    font-family: 'Hero';
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 24px;
    text-transform: uppercase;
}

.goal-icon {
    height: 108px;
    margin-bottom: 20px;
}

.slide-item-step {
    width: 980px;
    margin-left: 0;
    max-height: none;
}

.slide-mask-step { height: auto; }

.step-content {
    font-size: 12px;

    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    -o-column-gap: 100px;
    column-gap: 100px;
}

.step-content p {
    line-height: 16.8px;
    margin-bottom: 15px;
}

.step-content strong {
    font-weight: 700;
}

.step-content ul {
    padding-left: 15px;
    list-style-type: disc;
}

.step-content ul li {
    line-height: 19.2px;
    margin-bottom: 5px;
}

.section-gov {
    position: relative;
}

.section-gov-left {
    width: 365px;
    margin-left: 110px;
}

.section-gov-left .section-title,.section-gov-left .small-title {
    padding-left: 0;
    margin-bottom: 20px;
}

.section-gov-left p {
    font-size: 13px;
    line-height: 18.2px;
    margin-bottom: 10px;
}

.section-gov-left a {
    color: #A3B100;
    text-decoration: none;
}

.section-gov-left a:hover {
    text-decoration: underline;
}


.section-gov-left .section-bold {
    font-weight: 700;
    font-size: 16px;
    margin: 30px 0;
}

.section-gov-right {
    height: 100%;
    width: 640px;
    position: absolute;
    top: 0;
    right: 0;
}

.gov-step {
    height: 115px;
    color: #FFF;
    padding-left: 36px;
    background: url(images/bg-gov.png) no-repeat top left #c0d000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
}

.gov-number {
    font-family: 'Hero';
    font-size: 49px;
    margin-right: 25px;
    text-align: right;
    width: 30px;
}

.gov-step p {
    width: 395px;
    font-size: 13px;
    line-height: 18.2px;
}

.gov-step:nth-child(2n+1) {
    background-color: #a3b100;
}

.gov-step:nth-child(1) {
    width: 605px;
    padding-left: 110px;
}

.gov-step:nth-child(2) {
    width: 535px;
    padding-left: 40px;
}

.gov-step:nth-child(3) {
    width: 587px;
    padding-left: 92px;
}

.gov-step:nth-child(4) {
    width: 100%;
    padding-left: 144px;
}

.section-projects {
    background-image: none;
}

.section-contact {
    padding: 0;
}

.cover-full {
    float: left;
    margin-right: 45px;
}

.form {
    float: left;
    width: 535px;
    padding: 55px 0 0;
    margin-right: 110px;
}

.form .section-title,.form .small-title {
    padding-left: 0;
    margin-bottom: 45px;
}

.form-group {
    width: 50%;
    padding-right: 2%;
    float: left;
    margin-bottom: 30px;
}

.form-group label,.form-group p {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-group:nth-child(2n+2) {
    padding-right: 0;
    padding-left: 2%;
}

.form-group.message {
    padding: 20px;
    background: #666;
    color: #FFF;
}

.form-group.message.error {
    background-color: #b12500;
}

.form-group.message.success {
    background-color: #a3b100;
}

.form-out {
    padding: 0!important;
}

.form-out .btn {
    float: right;
}

.form-group-full {
    width: 100%;
    padding: 0;
}

.form-text,.form-area,.form-select {
    width: 100%;
    padding: 5px 10px;
    border: 0;
    background: #FFF;
    border-radius: 0;
    transition: all .3s;
    outline: 0;
}

.form-text.ng-dirty.ng-invalid,.form-area.ng-dirty.ng-invalid,.form-select.ng-dirty.ng-invalid {
    outline: #F00 1px solid;
    box-shadow: #F00 0 0 10px;
}

.form-area {
    height: 120px;
}

.form-select {
    -webkit-appearance: none;
}

.powered {
    background: #ededed;
    padding: 30px 0;
}

.powered .wrap {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start
}

.powered a {
    display: block;
    padding: 0 15px;
    margin: 0 10px;
}

.container-partners {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start
}

.container-partners a {
    display: block;
    margin-right: 25px;
}

.partners {
    background: #c2c2c2;
    padding: 20px 0;
    border-bottom: 10px solid #9d9d9d;
}

.partners .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners .list-idiom {
    border-color: #FFF;
}

.imam {
    position: absolute;
    right: 0;
}

/**
 * Single
 */
.section-single {
    background-image: none;
}

.section-single-title {
    padding: 0 100px;
    margin-bottom: 10px;
}

.single-content {
    padding: 0 100px;
}

.single-content p, .single-content li {
    line-height: 22px;
}

.single-content img {
    max-width: 1000px;
    height: auto;
}

.single-content p,
.single-content ul,
.single-content ol,
.single-content blockquote,
.single-content pre {
    margin-bottom: 30px;
}

.single-content ul,
.single-content ol {
    padding-left: 25px;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    margin-bottom: 30px;
    font-family: 'Hero', sans-serif;
    text-transform: uppercase;
}

.single-content h1 { font-size: 32px; line-height: 32px; }
.single-content h2 { font-size: 30px; line-height: 30px; }
.single-content h3 { font-size: 28px; line-height: 30px; }
.single-content h4 { font-size: 26px; line-height: 28px; }
.single-content h5 { font-size: 24px; line-height: 26px; }
.single-content h6 { font-size: 22px; line-height: 24px; }

.single-content ul {
    list-style-type: disc;
}

.single-content ol {
    list-style-type: decimal;
}

.single-content blockquote {
    font-size: 22px;
    line-height: 30px;
    padding: 10px 0 10px 30px;
    border-left: 5px solid #575756;
}

.single-content li {
    margin-bottom: 5px;
}

.section-single .slide-date {
    padding: 0 100px;
}

.single-content a {
    color: #025B99;
    text-decoration: none;
}

.single-content a:hover {
    text-decoration: underline;
}

.single-content iframe {
    width: 100%;
    height: 540px;
}

.cover-single-full {
    display: block;
    margin: 30px auto;
    max-width: 1000px;
    height: auto;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-caption {
    margin-bottom: 30px !important;
}

.single-content em {
    font-style: italic;
}

.single-content strong {
    font-weight: 700;
}


/**
 * Lista de notícias
 */
.single-news {
    padding-left: 100px;
    padding-right: 100px;
}

.single-news-title {
    padding-left: 0;
    margin-bottom: 20px;
}

.single-news .slide-item {
    height: 415px;
    max-height: 415px;
    margin-bottom: 30px;
}

.single-news .slide-item:nth-child(4n+0) {
    margin-left: 0;
}


/**
 * Seção multimidia
 */
.slide-multimidia > iframe {
    width: 310px;
    height: 310px;
}

/* Informativo */
.informativo{position: relative;width: 980px;height: auto;overflow: hidden;margin: 0 auto;}.informativo img{width:100%; height:auto;}.btn-informativo{  position: absolute;bottom: 248px;left: 50%;margin-left: -60px;width: 120px;background-color: #e67e22;color: #fff;text-align: center;text-decoration: none;display: block;padding: 20px;border-radius: 5px;text-transform: uppercase;font-weight: 700;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3smber>);}.btn-informativo:hover{opacity: 0.75;}