.alcance-table .grafico-vertical::after,
.clearfix::after,
.content-home .text h2::after,
.page-header::before,
.page-title::before,
.video-embed div::before {
    content: ''
}

@font-face {
    font-family: Gotham-Book;
    src: url(fonts/gotham-book/Gotham-Book_gdi.eot);
    src: url(fonts/gotham-book/Gotham-Book_gdi.eot?#iefix) format("embedded-opentype"), url(fonts/gotham-book/Gotham-Book_gdi.woff) format("woff"), url(fonts/gotham-book/Gotham-Book_gdi.ttf) format("truetype"), url(fonts/gotham-book/Gotham-Book_gdi.svg#Gotham-Book) format("svg");
    font-weight: 325;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

::after,
::before {
    box-sizing: inherit
}

[class$=button],
button,
input[type=submit] {
    cursor: pointer
}

button:focus {
    outline: 0
}

.clearfix::after {
    clear: both;
    width: 100%;
    display: block
}

.justify-fix,
.site-header ul.site-nav::after {
    content: '';
    display: inline-block;
    width: 100%
}

a {
    color: inherit;
    text-decoration: none
}

body {
    font-family: Gotham-Book, sans-serif;
    background: #fff9e6
}

.content-home .text h2,
.page-title,
.site-header {
    font-family: Rajdhani, sans-serif;
    text-transform: uppercase
}

.main-content {
    overflow: hidden;
    padding-bottom: 200px
}

.wrapper {
    width: 1170px;
    margin: auto;
    max-width: 95%
}

@media (min-width:768px) {
    .col {
        float: left
    }
    .col-1 {
        width: 8.3%
    }
    .col-2 {
        width: 16.66%
    }
    .col-3 {
        width: 25%
    }
    .col-4 {
        width: 33.3%
    }
    .col-5 {
        width: 41.6%
    }
    .col-6 {
        width: 50%
    }
    .col-7 {
        width: 58.3%
    }
    .col-8 {
        width: 66.6%
    }
    .col-9 {
        width: 75%
    }
    .col-10 {
        width: 83.3%
    }
    .col-11 {
        width: 91.6%
    }
    .col-12 {
        width: 100%
    }
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.site-header {
    background: #333;
    position: relative;
    z-index: 5
}

.call-menu {
    display: none
}

@media (max-width:1023px) {
    .call-menu,
    .site-header {
        position: absolute;
        z-index: 10
    }
    .site-header {
        max-height: 50px;
        overflow: hidden;
        width: 100%;
        transition: max-height .5s
    }
    .call-menu {
        display: block;
        top: 12px;
        right: 20px;
        color: #fff;
        font-size: 24px
    }
}

.site-header ul {
    margin: auto;
    color: #fff;
    text-align: justify;
    font-size: .1px
}

@media (min-height:500px) and (max-width:1023px) {
    .site-header ul {
        padding-bottom: 50px
    }
}

.site-header ul.site-nav li {
    font-size: 16px
}

.site-header ul.site-nav>li {
    padding: 12px 0;
    display: block;
    position: relative
}

@media (min-width:1024px) {
    .site-header ul.site-nav>li {
        padding: 40px 0;
        display: inline-block
    }
}

.site-header ul>li .fa {
    color: #52745f;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.site-header ul.site-nav>li ul {
    display: none;
    padding: 25px 25px 0
}

@media (max-width:767px) {
    .is-mobile ul.site-nav>li ul {
        display: block
    }
}

.site-header ul.site-nav>li ul li {
    display: block;
    font-size: 15px;
    padding-bottom: 20px
}

.site-header ul.site-nav>li ul li:last-child {
    padding-bottom: 0
}

.site-hero {
    position: relative;
    z-index: 3;
    background: url(../images/hero.png) bottom;
    background-size: cover;
    padding: 100px 0
}

.site-hero .ilustracao-helic {
    width: 100%;
    right: 0;
    top: 0
}

.site-hero .wrapper {
    padding: 0 15px 90px;
    z-index: 2;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto
}

@media (min-height:800px) {
    .site-hero .wrapper {
        top: 124px
    }
}

.site-hero .page-title h2 {
    color: #fff
}


.site-hero .page-title h3 {
    color: #ffd15a
}

.site-hero .text p {
    font-size: 18px
}

.site-hero .text img {
    display: block;
    margin: 40px auto 0
}

@media (min-width:768px) {
    .site-hero .text img {
        display: inline-block;
        vertical-align: middle;
        margin: 20px 60px 20px 0
    }
}

.content-home {
    background: #153818
}

.content-home .inner {
    position: relative;
    padding-top: 150px;
    margin-top: -100px;
    background-size: cover;
    padding-bottom: 220px
}

.ac .content-home .inner {
    background: #000;
}

.ac .site-hero {
    background: #000;
}
.ac .site-hero .text p {
    color: #fff;
}

@media (min-width:1024px) {
    .site-hero .text p {
        color: #111b13
    }
    .content-home .inner {
        background: url(../images/home-bg-min.jpg) top center no-repeat
    }
}

@media (max-width:1023px) {
    .content-home .inner .tac {
        text-align: left!important;
        position: absolute;
        top: -70px;
        margin: auto
    }
}

.content-home .text {
    color: #e2e3d7
}

@media (max-width:1023px) and (min-width:768px) {
    .content-home .inner .tac {
        bottom: 0;
        top: 0
    }
    .content-home .text {
        padding-left: 20%
    }
}

.content-home .text h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fceccd;
    line-height: 1;
    margin-bottom: 20px
}

.content-home .text h2 span {
    font-weight: 300
}

.content-home .text h2::after {
    width: 1em;
    margin-left: 5px;
    height: 3px;
    background: #b59748;
    display: block
}

.content-home .text p {
    font-size: 1em;
}

.content-home .row {
    padding-bottom: 65px;
    position: relative;
    box-sizing: content-box
}

@media (min-width:1024px) {
    .content-home .row {
        height: 280px;
        opacity: 0;
        transition: opacity .6s ease-out
    }
    .tar {
        text-align: right
    }
    .tar h2::after {
        margin-left: auto!important;
        margin-right: 0!important
    }
}

.content-home .row.is-active {
    opacity: 1
}

@media (max-width:1024px) {
    .content-home .col,
    .content-home .col-5 {
        width: 100%!important
    }
}

.mapa-brasil {
    display: none;
    margin-left: auto;
    position: relative;
    margin-right: 0;
    background: url(../images/mapa-brasil.png) center no-repeat;
    width: 495px;
    height: 495px
}
.ac .mapa-brasil {
	 background: url(../images/mapa-brasil-contraste.png) center no-repeat;
}

.mapa-brasil .btn-wrapper {
    position: absolute;
    bottom: 10px;
    left: 0
}

@media (min-width:1024px) {
    .mapa-brasil .btn-wrapper {
        position: absolute;
        bottom: 50px;
        left: -130px
    }
}

.mapa-brasil .btn {
    width: 297px;
    font-size: 14px;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    opacity: .5;
    transition: opacity .3s ease-out;
    cursor: pointer
}

.mapa-brasil .btn.is-active {
    opacity: 1
}

.mapa-brasil #info-fronteiras {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out
}

.mapa-brasil #info-fronteiras.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.mapa-brasil .fronteiras li,
.mapa-brasil .numeros li {
    font-size: 16px;
    line-height: 1;
    opacity: 0;
    transition: opacity .3s ease-out;
    position: absolute;
    display: block
}

.mapa-brasil .fronteiras li {
    width: 70px;
    text-align: left;
    font-weight: 600
}

.mapa-brasil .numeros li {
    padding: 10px 17px;
    background: #a98d49;
    text-align: center;
    color: #fff;
    border-radius: 10px
}

.mapa-brasil .numeros li.item-1 {
    left: 56px;
    top: 170px
}

.mapa-brasil .numeros li.item-2 {
    left: 145px;
    top: 106px
}

.mapa-brasil .numeros li.item-3 {
    left: 301px;
    top: 36px
}

.mapa-brasil .numeros li.item-4 {
    left: 183px;
    top: 25px
}

.mapa-brasil .numeros li.item-5 {
    left: 285px;
    top: 107px
}

.mapa-brasil .numeros li.item-6 {
    left: 156px;
    top: 187px
}

.mapa-brasil .is-active.fronteiras li,
.mapa-brasil .is-active.numeros li {
    opacity: 1
}

.mapa-brasil .fronteiras li.item-1 {
    top: -20px;
    left: 250px
}

.mapa-brasil .fronteiras li.item-2 {
    top: -40px;
    left: 200px
}

.mapa-brasil .fronteiras li.item-3 {
    top: -20px;
    left: 170px
}

.mapa-brasil .fronteiras li.item-4 {
    top: -30px;
    left: 70px
}

.mapa-brasil .fronteiras li.item-5 {
    top: 30px;
    left: -30px
}

.mapa-brasil .fronteiras li.item-6 {
    top: 200px;
    left: -50px
}

.mapa-brasil .fronteiras li.item-7 {
    top: 240px;
    left: 40px
}

.tac {
    text-align: center
}

.not-mobile .site-header ul.site-nav>li ul {
    position: absolute;
    top: 75%;
    left: 12px;
    background: #4d4d4d;
    padding: 20px 25px 0;
    border-radius: 10px;
    width: 160px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform .3s ease-out, opacity .4s;
    transition: transform .3s ease-out, opacity .4s;
    display: block
}

.not-mobile .site-header ul.site-nav>li ul li {
    display: block;
    font-size: 15px;
    padding-bottom: 20px
}

.not-mobile .site-header ul.site-nav>li:hover ul {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.page-title {
    line-height: .8;
    padding-left: 85px;
    position: relative;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .mapa-brasil {
        display: block
    }
    .page-title {
        margin-bottom: 60px
    }
}

.page-title::before {
    width: 63px;
    margin-bottom: 17px;
    height: 3px;
    background: #52745f;
    display: block
}

.page-title h2 {
    color: #3e3e3e;
    font-size: 45px;
    font-weight: 400;
    font-weight: 300;
    letter-spacing: -.06em
}

.ac .page-title h2 {
	color:#fff;
}

.page-title h3 {
    color: #a98d49;
    font-size: 35px;
    letter-spacing: -.03em
}

@media (min-width:768px) {
    .page-title h3 {
        font-size: 80px
    }
}

.page-title .fa {
    position: absolute;
    top: -27px;
    left: 0
}

.content-home .inner .fa,
.page-title .fa {
    border-radius: 50%;
    background: #1c3c79;
    color: #dfbd53;
    width: 63px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 24px
}

.page-title.no-padding {
    padding-left: 0
}

.page-header {
    height: 312px;
    background-image: url(../images/header-main-bg.png);
    background-position: top center;
    margin-bottom: -100px;
    background-repeat: no-repeat;
    position: relative
}

.page-header::before {
    width: 100%;
    height: 132px;
    display: block;
    background: url(../images/gradient-header.png) repeat-x;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #205632), color-stop(100%, rgba(32, 86, 50, 0)));
    background: linear-gradient(to bottom, #205632 0, rgba(32, 86, 50, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#205632', endColorstr='#205632', GradientType=0)
}

.page-header .logos {
    position: absolute;
    bottom: 170px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center
}

.page-header .logos img {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    height: 50px
}

@media (min-width:768px) {
    .page-header .logos {
        text-align: right;
        bottom: 150px
    }
    .page-header .logos img {
        margin-left: 40px;
        margin-right: auto;
        height: 68px
    }
}

.page-header-linhaDoTempo {
    background-image: url(../images/header-linhaTempo-bg.png)
}

.page-header-numeros {
    background-image: url(../images/header-numeros-bg.png)
}

.page-header-alcance {
    background-image: url(../images/header-alcance-bg.png)
}

.page-header-videos {
    background-image: url(../images/header-videos-bg.png)
}

.text p {
    margin-bottom: 2em;
    line-height: -.02;
    line-height: 1.8;
    font-size: .9em;
}

.text h3,
.text h4 {
    font-size: 30px;
    font-family: Rajdhani, sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

.text h3 {
    letter-spacing: -.1px;
    margin-bottom: .8em
}

.text h4 {
    color: #52745f;
    line-height: .9;
    margin-bottom: 1em
}

.azul {
    color: #1c3c79
}

.bege {
    color: #a98d49
}
.ac .bege {
	color:#ffff00;
}

.verde {
    color: #52745f
}
.ac .verde {
	color: #2BAD00;
}

.btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: Rajdhani, sans-serif;
    font-size: 18px;
    position: relative;
    z-index: 3
}

.folhas-2,
.folhas-3,
.folhas-4,
.folhas-6,
.folhas-8 {
    display: block
}

.btn.btn-bege,
.btn.btn-verde {
    color: #fff
}

.btn.btn-verde {
    background: #52745f
}
.ac .btn.btn-verde{
	background: #2BAD00
}

.btn.btn-bege {
    background: #a98d49
}
.ac .btn.btn-bege {
    background: #ffff00;
    color:#000;
}
.btn-voltar {
    font-size: 16px
}

.btn.btn-voltar {
    padding-top: 7px;
    padding-bottom: 7px
}

@media (max-width:767px) {
    .btn.btn-voltar {
        margin: 0 0 24px
    }
}

.site-footer {
    clear: both;
    padding: 24px 0;
    background: #013e07;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #013e07), color-stop(100%, #004308));
    background: linear-gradient(to bottom, #013e07 0, #004308 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#013e07', endColorstr='#004308', GradientType=0)
}

[class*=sprite] {
    background-image: url(../images/sprite.png)
}

.sprite-acesso-informacao {
    background-position: -6px -89px;
    width: 96px;
    height: 42px
}

.sprite-brasil-logo {
    background-position: -99px -16px;
    width: 155px;
    height: 48px;
}

.sprite-brasil-logo2 {
    background-position: -99px -16px;
    background: none;
    width: 230px;
    height: 48px;
    font-size: 11px;
    color: white;
    text-align: center;
    margin: auto;
    padding: 5px 15px 0 0;
}
@media (min-width:768px) {
   .sprite-brasil-logo2 {
      float: right;
   } 
}

@media (min-width:767px) {
    .sprite-acesso-informacao {
        float: left
    }
    .sprite-brasil-logo {
        float: right
    }
}

img {
    max-width: 100%
}

.programas-sidebar {
    text-align: center;
    font-family: Rajdhani, sans-serif;
    text-transform: uppercase
}

.programas-sidebar span {
    font-size: 18px;
    margin-right: 5px
}

.programas-sidebar img {
    max-width: none;
    position: relative
}

.img-lateral-civil {
    margin-top: -350px;
    left: -80px
}

.folhas-2 {
    margin: -180px auto 65px
}

.img-lateral-militar {
    margin-top: -170px;
    left: -80px
}

.folhas-3 {
    margin: -300px 0 65px auto
}

.img-lateral-recursos {
    left: -140px
}

@media (min-width:768px) {
    .img-lateral-recursos {
        margin-top: -170px
    }
}

.folhas-4 {
    margin: -260px 70px 65px auto
}

.folhas-5 {
    float: left;
    margin-left: -87px
}

.folhas-6 {
    margin-right: 0;
    margin-left: auto
}

.folhas-8 {
    margin: auto
}

[class*=folhas] {
    display: none
}

@media (min-width:768px) {
    [class*=folhas] {
        display: block
    }
}

.infografico-30anos p {
    margin-bottom: 0
}

@media (max-width:767px) {
    .infografico-30anos {
        text-align: center
    }
    .infografico-30anos>div {
        margin-bottom: 45px
    }
    .sidebar .btn {
        margin: 5px 0
    }
}

@media (min-width:1024px) {
    .infografico-30anos {
        margin-bottom: 85px
    }
    .infografico-30anos p {
        font-size: 15px
    }
    .infografico-30anos img,
    .infografico-30anos p {
        display: inline-block;
        vertical-align: middle
    }
    .infografico-30anos .p1 p,
    .infografico-30anos .p2 strong {
        display: block
    }
    .infografico-30anos .p1 {
        width: 50%;
        float: left;
        text-align: center
    }
    .infografico-30anos .p2 {
        width: 50%;
        float: right;
        position: relative;
        top: 20px
    }
    .infografico-30anos .p2 p {
        width: 35%;
        margin-top: 40px
    }
    .infografico-30anos .p2 img {
        width: 40%;
        height: auto
    }
    .infografico-30anos .p3 {
        clear: both;
        padding-left: 45px
    }
    .infografico-30anos .p4 {
        padding-left: 65px
    }
    .infografico-30anos .p4 img {
        margin-right: 10px
    }
}

.folhas-1 {
    float: right;
    -webkit-mask: url(#mask);
    mask: url(#mask)
}

@-webkit-keyframes SCALE {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

svg.folhas-1 #mask ellipse {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-animation: SCALE 2s infinite alternate
}

svg.folhas-1:hover #mask ellipse {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.circle-dual {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block
}

.circle-dual span {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    height: 50%;
    font-family: Rajdhani, sans-serif;
}

.no-flexbox .circle-dual span {
    display: block;
}

.circle-dual.comb1 span:first-child {
    background: #1c3b77;
}

.circle-dual.comb1 span:last-child {
    background: #a98d49
}

.circle-dual.comb2 span:first-child {
    background: #3e65b0
}
.ac .circle-dual.comb2 span:first-child {
    background: #0000ff;
}

.circle-dual.comb2 span:last-child {
    background: #1c3b77
}
.ac .circle-dual.comb2 span:last-child {
    background: #0055ff;
}

.circle-dual.comb3 span:first-child {
    background: #52745f
}
.ac .circle-dual.comb3 span:first-child {
    background: #2BAD00
}

.circle-dual.comb3 span:last-child {
    background: #52745f
}
.ac .circle-dual.comb3 span:last-child {
    background: #2BAD00
}

.circle-dual span:first-child {
    padding-top: 10px
}

.circle-dual span:last-child {
    padding-bottom: 10px
}

.circle-dual.large {
    width: 127px;
    height: 127px;
    margin: 5px
}

.circle-dual.large span {
    padding: 4px 0
}

.circle-dual.large span:first-child {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 20px
}

.circle-dual.large span:last-child {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 28px;
    font-weight: 600
}

.circle-dual.small {
    width: 86px;
    height: 86px
}

.circle-dual.small span {
    font-family: Gotham-Book, sans-serif;
    font-size: 20px
}

.alcance-content h2,
.alcance-content h3,
.alcance-table .subtitle,
.alcance-table .title,
.lista-videos h2,
.video-desc h3 {
    font-family: Rajdhani, sans-serif
}

.alcance-content {
    margin-top: 42px
}

.alcance-content h2 {
    font-size: 30px;
    font-weight: 600
}

.alcance-content h3 {
    font-size: 20px;
    color: #a98d49;
    font-weight: 400;
}
.ac .alcance-content h3 {
    color: #ffff00;  
}

.alcance-content h2,
.alcance-content h3 {
    text-transform: uppercase
}

@-webkit-keyframes PULSE {
    0% {
        opacity: .2
    }
    100% {
        opacity: 1
    }
}

@keyframes PULSE {
    0% {
        opacity: .2
    }
    100% {
        opacity: 1
    }
}

.video-embed div {
    width: 100%;
    height: 0;
    padding-bottom: 56.6%;
    position: relative
}

.video-embed div::before,
.video-embed iframe {
    position: absolute;
    top: 0;
    display: block;
    left: 0
}

.video-embed div::before {
    bottom: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 8px solid #ccc;
    -webkit-animation: PULSE 1s ease-in infinite alternate;
    animation: PULSE 1s ease-in infinite alternate
}

.video-embed iframe {
    width: 95%;
    height: 100%;
    margin: 0
}

.videos {
    position: relative;
    opacity: 1;
    transition: .4s ease-out
}

.overlay,
.videos.is-changing {
    opacity: 0
}

.video-desc {
    margin-top: 24px
}

@media (min-width:768px) {
    .videos {
        top: -70px
    }
    .video-desc {
        margin-top: 90px
    }
}

.video-desc h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #1b3a74;
    font-weight: 400
}
.ac .video-desc h3 {
	color:#ffff00;
}

.video-desc p {
    font-size: 15px;
    color: #a98d49;
    line-height: 1.8;
}
.ac .video-desc p {
	 color: #ffff00;
}

.video-nav-btn {
    background: #1b3a75;
    color: #f3e8c8;
    width: 57px;
    height: 57px;
    display: inline-block;
    border-radius: 50%;
    border: 0;
    font-size: 24px;
    position: absolute;
    bottom: 0
}

.col {
    min-height: 1px
}

.lista-videos {
    margin-bottom: 45px
}

.lista-videos h2 {
    color: #52745f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px
}

@media (max-width:767px) {
    .videos {
        padding-bottom: 85px
    }
    .video-nav-prev {
        left: 0
    }
    .video-nav-next {
        right: 0
    }
    .lista-videos h2 {
        text-align: center
    }
    .lista-videos {
        margin-top: 45px
    }
    .lista-videos ul img {
        display: block
    }
}

.lista-videos ul {
    font-size: .1px
}

.lista-videos ul>* {
    font-size: 13px;
    color: #a98d49
}
.ac .lista-videos ul>*{
	 color: #ffff00;
}

.lista-videos ul .col {
    float: none;
    display: inline-block;
    padding-right: 4.15%;
    margin-top: 28px
}

.lista-videos ul img {
    margin-bottom: 10px
}

.lista-videos ul li {
    cursor: pointer
}

.alcance-table.wrapper {
    text-align: center;
    margin: 65px auto
}

.alcance-table {
    font-size: 0;
    font-size: .1px
}

.alcance-table .col {
    position: relative;
    display: inline-block;
    float: none;
    vertical-align: bottom;
    font-size: 15px
}

.alcance-table .tr {
    padding: 27px 0
}

.alcance-table .tr .duas-linhas {
    font-size: .1px
}

.alcance-table .tr .duas-linhas .col-6 {
    display: inline-block;
    float: none;
    vertical-align: middle
}

.alcance-table .tr .duas-linhas .col-6.subtitle {
    height: 86px
}

.alcance-table .tr .duas-linhas .col-6.subtitle span {
    display: block;
    padding-top: 15px;
    padding-left: 10px
}

.alcance-table .tr .col:last-child {
    padding-left: 15px
}

.alcance-table .title {
    font-weight: 600;
    color: #52745f;
    font-size: 20px;
    text-align: left;
    vertical-align: top
}
.ac .alcance-table .title {
   color: #2BAD00;
}
.alcance-table .subtitle {
    text-align: left;
    font-size: 17px;
    font-weight: 600
}

.alcance-table .subtitle.cor1 span:first-child {
    color: #3e65b0
}
.ac .alcance-table .subtitle.cor1 span:first-child {
    color: #0000ff;
}

.alcance-table .subtitle.cor1 span:last-child {
    color: #1c3b77
}
.ac .alcance-table .subtitle.cor1 span:last-child {
    color: #0055ff;
}

.alcance-table .subtitle.cor2 span:first-child {
    color: #d2c198
}

.alcance-table .subtitle.cor2 span:last-child {
    color: #aaa391
}

.alcance-table .icon-svg {
    position: absolute;
    top: 0;
    left: 0
}

.alcance-table .icon-svg1 {
    width: 81px;
    height: 71px;
    margin: 5px auto 16px;
    position: relative;
    display: block;
    fill: #a98d49
}

.alcance-table .icon-svg1 use {
    fill: #a98d49
}

.alcance-table .icon-svg2.large {
    width: 72px;
    height: 72px;
    margin: 5px auto auto;
    position: relative;
    fill: #52745f
}

.alcance-table .icon-svg2.large use {
    fill: #52745f
}
.ac .alcance-table .icon-svg2.large use {
	fill: #2BAD00
}

.alcance-table .icon-svg2.small {
    width: 27px;
    height: 27px;
    position: relative;
    margin: auto;
    fill: #fff
}

.alcance-table .icon-svg2.small use {
    fill: #fff
}

.alcance-table .icon-svg3 {
    width: 41px;
    left: 12px;
    top: 15px;
    fill: #a98d49
}

@media (min-width:768px) {
    .alcance-table .icon-svg3 {
        left: 42px;
        top: -10px
    }
}

.alcance-table .icon-svg3 use {
    fill: #a98d49
}
.ac .alcance-table .icon-svg3 use {
    fill: #ffff00;
}

.alcance-table .icon-svg4 {
    width: 31px;
    left: 5px;
    top: 15px;
    fill: #52745f;
    margin: auto;
    z-index: 2
}

@media (min-width:768px) {
    .alcance-table .icon-svg4 {
        left: 35px;
        top: 10px
    }
}

.alcance-table .icon-svg4 use {
    fill: #52745f
}
.ac .alcance-table .icon-svg4 use {
 fill: #2BAD00;
}

.alcance-table .grafico-vertical {
    width: 38px;
    margin: auto auto 16px;
    background: #a98d49;
    position: relative
}

.alcance-table .grafico-vertical::after {
    position: absolute;
    bottom: 0;
    left: -31px;
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #a98d49
}

.alcance-table .table-graficos {
    padding-top: 15px;
    position: relative
}

.alcance-table .table-graficos span {
    display: block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    margin-left: 45px;
    font-family: Gotham-Book, sans-serif;
    text-align: left;
    padding: 3px 7px;
    font-size: 15px
}

.alcance-table .thead .col,
.timeline {
    font-family: Rajdhani, sans-serif
}

.alcance-table .table-graficos span:first-child {
    background: #f7eed7
}

.alcance-table .table-graficos span:last-child {
    background: #e9dec3
}

.alcance-table .thead .col {
    color: #52745f;
    font-size: 20px;
    font-weight: 600
}
.ac .alcance-table .thead .col {
	 color: #2BAD00;
}

@media (max-width:767px) {
    .alcance-table .col-2,
    .alcance-table .col-6 {
        width: 100%;
        text-align: center
    }
    .alcance-table .col-2 {
        padding-bottom: 20px
    }
    .alcance-table .thead {
        display: none
    }
    .alcance-table .tr .duas-linhas .col-6.subtitle {
        height: auto
    }
    .alcance-table .tr .col:last-child,
    .alcance-table .tr .duas-linhas .col-6.subtitle span {
        padding-top: 0;
        padding-left: 0
    }
    .alcance-table .col-2::before {
        position: absolute;
        left: 15px;
        top: 15px;
        color: #52745f;
        font-family: Rajdhani, sans-serif;
        font-size: 20px;
        font-weight: 600
    }
    .alcance-table .col-2:nth-child(2)::before {
        content: 'AC'
    }
    .alcance-table .col-2:nth-child(3)::before {
        content: 'AN'
    }
    .alcance-table .col-2:nth-child(4)::before {
        content: 'AP'
    }
    .alcance-table .col-2:nth-child(5)::before {
        content: 'RO'
    }
    .timeline .col-1,
    .timeline .col-1>span {
        text-align: center
    }
}

.timeline .col-1>span {
    cursor: pointer;
    width: 70%;
    white-space: nowrap;
    margin: 0 0 10px;
    vertical-align: middle;
    font-size: 24px;
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 10px
}

@media (min-width:768px) {
    .timeline .col-1>span {
        width: auto
    }
    .timeline .col-1>span:last-child {
        text-align: right
    }
}

.timeline .col-1 span.is-current {
    background: #1b3a75;
    color: #fff
}

.timeline sup {
    display: block
}

.timeline .tracker {
    width: 100%;
    height: 105px;
    position: relative;
    overflow: hidden;
    background: url(../images/timeline-borda.png) center repeat-x;
    white-space: nowrap
}

.timeline .tracker .inner {
    position: relative;
    padding: 0 8.3%;
    transition: left .4s;
    left: 0;
    font-size: .1px
}

.timeline .tracker .col-1 {
    font-size: 14px;
    display: inline-block;
    white-space: normal;
    float: none;
    width: 13%;
    padding: 0 15px
}

@media (min-width:768px) and (max-width:1023px) {
    .timeline .tracker .col-1 {
        width: 14%
    }
}

@media (max-width:767px) {
    .timeline .tracker .col-1 {
        width: 100%
    }
}

.timeline .tracker::after,
.timeline .tracker::before {
    width: 8.3%;
    height: 200px;
    display: block;
    z-index: 4;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff9e6', endColorstr='#fff9e6', GradientType=1);
    position: absolute;
    top: 0;
    content: ''
}

.timeline .tracker .ano {
    font-size: 12px;
    display: block;
    line-height: 0;
    text-align: center;
    padding-top: 6px
}

@media (min-width:768px) {
    .timeline .tracker .ano {
        text-align: left
    }
}

.timeline .tracker::before {
    left: 0;
    background: #fff9e6;
    background: -webkit-gradient(left top, right top, color-stop(0, #fff9e6), color-stop(100%, rgba(255, 249, 230, 0)));
    background: linear-gradient(to right, #fff9e6 0, rgba(255, 249, 230, 0) 100%)
}

.ac .timeline .tracker::before {
	 background: #000;
    background: -webkit-gradient(left top, right top, color-stop(0, #000), color-stop(100%, rgba(255, 249, 230, 0)));
    background: linear-gradient(to right, #000 0, rgba(255, 249, 230, 0) 100%)
}

.timeline .tracker::after {
    right: 0;
    background: rgba(255, 249, 230, 0);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(255, 249, 230, 0)), color-stop(100%, #000));
    background: linear-gradient(to right, rgba(255, 249, 230, 0) 0, #fff9e6 100%)
}
.ac .timeline .tracker::after {
	 background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, #000));
    background: linear-gradient(to right, rgba(255, 249, 230, 0) 0, #000 100%)
}

.timeline .timeline-nav {
    display: inline-block;
    visibility: hidden;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: #4d5e41;
    line-height: 67px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 5
}

.timeline .timeline-nav .fa {
    color: #f3e8c8;
    font-size: 24px
}

.timeline .timeline-nav-next {
    right: 0
}

.timeline .timeline-nav-prev {
    left: 0
}

.timeline .content {
    padding: 38px;
    background: #f6eed6;
    border-radius: 10px;
    margin: 90px auto
}
.ac .timeline .content {
	background: #fff;
}

.ac .timeline .content .text p{
	color:#000;
}

.timeline .content h2 {
    vertical-align: middle;
    font-size: 66px;
    color: #1b3a75;
    padding: 0;
    display: block;
    margin: auto;
    line-height: 1
}

.timeline .content h2.small {
    font-size: 36px
}

.timeline .content a {
    color: #4d5e41;
    text-decoration: underline
}

.timeline .content .inner {
    vertical-align: middle;
    font-family: Gotham-Book, sans-serif;
    display: inline-block
}

@media (min-width:768px) {
    .timeline .content .inner {
        width: 55%
    }
}

@media (min-width:1024px) {
    .timeline .content .inner {
        width: 70%
    }
}

.timeline .content button {
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    color: #a98d49;
    font-size: 16px
}

.timeline .content .ano {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle
}

@media (min-width:768px) {
    .timeline .content .ano {
        border-right: 1px solid #d7c79e;
        width: 35%;
        margin-bottom: 0
    }
}

@media (min-width:1024px) {
    .timeline .content .ano {
        width: 20%
    }
}

@media (max-width:767px) {
    .tac-mobile {
        text-align: center
    }
}

.sociais {
    text-align: center
}

@media (min-width:767px) {
    .sociais {
        float: right;
        text-align: left;
        margin: 0 40px 0 0
    }
}

.sociais li {
    font-size: 25px;
    display: inline-block;
    color: #fff;
    margin: 10px 20px 0 0
}

@media (max-width:767px) {
    .sociais,
    .sprite-acesso-informacao,
    .sprite-brasil-logo {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }
}

.programas-recursos-sidebar {
    position: relative;
    left: -150px
}

.graficos-content strong {
    font-size: 15px;
    margin-bottom: 30px;
    color: #a98d49;
    display: block
}
.ac .graficos-content strong {
	color:#ffff00;
}

.graficos-legenda {
    font-size: 14px;
    margin: 50px
}
.ac .graficos-legenda {
	color:#fff;
}

.graficos-legenda li {
    display: block;
    margin: 5px 0
}

.graficos-legenda li:first-child {
    margin-bottom: 15px
}

.graficos-legenda li span {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.overlay,
.overlay::before {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.graficos-legenda span.verde {
    background: #51b557
}

.graficos-legenda span.bege {
    background: #cabb64
}

.overlay {
    z-index: 10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    transition: all .4s
}

.overlay::before {
    content: '';
    z-index: -1;
    background: rgba(0, 0, 0, .7)
}

.overlay .popup,
.overlay .popup .col-8 {
    position: relative
}

.overlay::-webkit-scrollbar {
    background: #a98d49;
    width: 5px
}

.overlay::-webkit-scrollbar-thumb {
    background: #675730
}

.overlay .popup {
    width: 1000px;
    max-width: 80%;
    overflow: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #f6eed6;
    padding: 25px 40px;
    border-radius: 10px;
    max-height: 90vh;
    overflow-x: hidden
}

.overlay .popup .inner {
    max-height: 80%
}

.overlay .popup h2 {
    color: #4d5e41;
    font-family: Rajdhani, sans-serif;
    font-size: 45px;
    margin-bottom: 20px
}

.overlay .popup p {
    font-size: 0.8em;
    margin-bottom: 1em;
}
.ac .overlay .popup p {
	color: #000;
} 

.overlay .popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 27px;
    color: #a98d49
}

@media (min-width:768px) {
    .overlay .popup {
        padding: 25px 80px
    }
    [data-content=marechal] .popup {
        background: url(../images/marechal.png) left bottom no-repeat #f6eed6
    }
    [data-content=marechal] .col-8 {
        margin-left: 25%
    }
    [data-content=marechal] .col-8::before {
        content: "";
        width: 1px;
        height: 142px;
        background: #d7c79e;
        position: absolute;
        left: -30px;
        top: 0
    }
}

.overlay-is-open .overlay {
    opacity: 1;
    visibility: visible
}


.acessibilidade span{
	color:#fff;
	cursor: pointer;
}

.ac {
	background: #000;
}

.ac p {
	color: #fff;
}

.ac .timeline {
	color: #fff;
}
.site-header .wrapper {position: relative;}
.acessibilidade {
	position: absolute;
	margin: 10px;
	right: 0;
	font-size: 14px;
}
.acessibilidade span {
	padding: 5px;
	background: #333;
	border-radius: 5px;
	width: 30px;
	text-align: center;
	display: inline-block;
	background: #a98d49;
	font-size: 14px;
}
.acessibilidade span#acessContraste {
	background: #333;
}