/*
---------------------------------
            CSS GERAL
---------------------------------
*/

body {
    font-family: montserrat !important;
    margin: 0;
}

.inner-main {
    width: 1100px;
    margin: 0 auto;
}


/*
---------------------------------
          FIM CSS GERAL
---------------------------------
*/


/*
---------------------------------
            CSS TOPO
---------------------------------
*/

div.topo {
    
}


.inner-topo {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}

.topo-col.col-2 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.topo-content {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 25px;
}

.line-col {
    width: 100%;
    height: 2px;
    background: #9ec544;
    margin: 5px 0px;
}

.texto-col {
    font-size: 28px;
    color: #fff;
}

.texto-col > p {
    margin: 0;
}

p.text-2 {
    font-size: 50px;
}

p.text-3 {
    text-align: center;
    font-size: 59px;
    font-weight: 800;
    color: #9ec544;
}

.botoes > a > img {
    width: 100%;
}

.topo-col.col-3 {
    margin-top: 26px;
    width: 22%;
    text-align: center;
}

.button-col {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

a.a-button {
    padding: 16px 8px;
    background: #f5f5f5;
    font-size: 17px;
    text-decoration: none;
    border-radius: 5px;
    color: #004900;
    font-weight: 500;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.periodo > p > svg {
    color: #D2E28B;
    padding-right: 5px;
}

.periodo > p > i {
    color: #D2E28B;
    padding-right: 5px;
}

.periodo > p {
    font-size: 39px;
    color: #d2e28b;
    margin: 23px 1px;
}

.titulo-col > p {
    font-size: 40px;
    font-weight: bolder;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
}

a.a-button:hover {
    background: #1a714e;
    color: #fff;
}

.topo-col.col-1 > figure {
    background: #ffffff69;
    margin: 0;
    text-align: center;
    padding: 15px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 301px;
}

.img-pessoas {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(255 255 255 / 45%) 100%);
    padding: 15px 15px;
    border-radius: 9px;
}

.titulo h1 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.inner-topo > h1 {
    float: right;
    margin-top: -24px;
    margin-bottom: -5px;
    text-transform: uppercase;
    font-size: 32px;
    color: #3c3c3c;
}

.logo-top {
    float: left;
/*    margin-top: -34px;*/
}

.inner-mid-topo {
    text-align: center;
    width: 1100px;
    margin: 0 auto;
}

.inner-mid-topo h1 {
    text-transform: uppercase;
    font-size: 40px;
    color: #304c78;
    text-align: left;
}

ul.contato-bottom {
    list-style: none;
}

ul.contato-bottom > li {
    margin: 5px 0px 5px 0;
}

.texto {
    font-size: 19px;
    text-align: justify;
    float: left;
    width: 50%;
}

.mid-topo {
    margin-bottom: 30px;
    margin-top: 55px;
    float: left;
    width: 100%;
}

.topo-barra {
    background: #304c78;
    margin-top: -21px;
    background: #4aa749;
    background: -webkit-linear-gradient(left, #4aa749, #02B19D);
    background: -o-linear-gradient(right, #4aa749, #02B19D);
    background: -moz-linear-gradient(right, #4aa749, #02B19D);
    background: linear-gradient(to right, #304c78, #22ade4);
    /* border-top: solid #e1f5ff 8px; */
    height: 10px;
}

.image-mid {
    float: right;
}

.contato-top {
    /* float: right; */
    margin-bottom: 26px;
}

.titulo h1 {
    margin-bottom: 10px;
    margin-top: 7px;
    text-transform: uppercase;
    text-align: right;
}

.class-infos {
    float: right;
}

.class-infos > ul {
    margin: 7px 0 4px 0;
    padding: 0;
}

div.contato-top ul li:last-child {
    border: 0;
}

div.contato-top ul li {
    display: inline-block;
    padding: 0px 9px 0 9px;
    border-right: dotted 1px;
}

div.contato-top ul li i {
    color: #2981b3;
}

/*
---------------------------------
          FIM CSS TOPO
---------------------------------
*/



/*
---------------------------------
            CSS CONTEUDO
---------------------------------
*/


section.info-censo {
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 50px;
}

section.perguntas div.titulo > h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 0;
    color: #4c67b7;
}

section.perguntas {
    background: #cee3ff;
}

.inner-infoCenso {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.video {
    width: 550px;
}

.inner-perguntas {
    width: 1200px;
    margin: 0 auto;
}

.inner-perguntas {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0px;
}

.inner-infoCenso div.texto > h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0;
    color: #2f3763;
}

p.texto-vid {
    font-weight: 500;
    color: #3252af;
    text-align: justify;
}

.inner-div-video {
    width: 1100px;
    margin: 0 auto;
}

h3.h3-slick {
    color: #2a3f6f;
}

.item-slick {
    background: #0ca58a33;
    padding: 30px 30px;
    border-radius: 9px;
    width: 95% !important;
}

ul.ul-doc>li::marker {
    font-weight: bold;
}

ul.ul-doc>li {
    padding: 15px 0px;
    border-bottom: dotted 1px #146b61;
}

ul.ul-doc>li:hover {
    background: #00000017;
}


.vid-esquerda {
    float: left;
    width: 48%;
}

.vid-direita {
    float: right;
}

.vid-esquerda h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #304c78;
    text-align: left;
    margin-top: 0;
}

a.button-faq:hover {
    background: #559451;
}

a.button-faq {
    display: block;
    font-size: 19px;
    text-align: center;
    width: 243px;
    text-decoration: none;
    color: #fff;
    background: #6bb971;
    border-radius: 5px;
    padding: 18px 10px 18px 10px;
    z-index: 99;
    position: relative;
    margin-top: 37px;
}

.vid-text {
    font-size: 18px;
}


.meio {
    float: left;
    width: 100%;
}

.mid-bottom {
    float: left;
    width: 100%;
}

section.title {
    text-align: center;
    margin-bottom: 55px;
}
h2.title {
    text-align: center;
    font-size: 40px;
    color: #304C78;
    margin-bottom: 7px;
}

div.meio figure {
    text-align: center;
    margin-bottom: 50px;
}

.faq {
    float: left;
    width: 100%;
}

div#accordion {
    float: left;
    width: 49.3%;
}

div#accordion2 {
    float: right;
    width: 49.3%;
}

div#accordion3 {
    float: left;
    width: 100%;
}

div#accordion3 h3 {
    text-align: center;
    margin-top: 0 !important;
}

.mid-bottom figure {
    float: left;
    margin: 0;
}

a.ui-tabs-anchor {
    color: #fff !important;
    padding: 25px 15px 25px 15px !important;
    text-decoration: none;
    display: block;
    width: 93.7%;
}

li#nav-fragment-9 {
    text-align: center;
    width: 98.4%;
}

div.info h2 {
    text-align: center;
    text-transform: uppercase;
    color: #304c78;
}

h2.periodo {
    font-size: 28px;
    color: #000 !important;
    text-transform: inherit !important;
    font-family: tahoma;
}

ul.inner-info > li {
    margin-bottom: 7px;
    list-style: decimal;
    font-weight: bold;
}

ul.inner-info > li > p {
    font-weight: normal;
}

section.info-right {
    margin-left: 384px;
    margin-top: 87px;
}

section.info-right h2 {
    font-size: 40px;
    color: #304c78;
}

.mid-bottom > figure > img {
    width: 325px;
}

.mid-bottom > figure {
    margin: 0 !important;
}

/*.downloads {
    float: left;
    width: 100%;
}*/

ul.ul-downloads {
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between;
    padding: 0;
}

ul.ul-downloads > li {
    padding: 10px 10px;
    border: solid 2px #307860;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    display: flex;
    margin: 0 5px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

ul.ul-downloads > li > a {
    text-decoration: none;
    color: #000;
    display: flex;
    margin: 10px 0px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

ul.ul-downloads > li > a > svg {
    color: #f00;
    font-size: 45px;
    font-weight: 300;
    padding-right: 10px;
    padding-bottom: 11px;
}

.titulo-p > p {
    text-align: center;
    color: #fff;
}

.botoes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.botoes > a {
    width: 49%;
}


/*
---------------------------------
          FIM CSS CONTEUDO
---------------------------------
*/

.botao {
    margin: 30px 0 30px 0;
    float: left;
    width: 100%;
}

.line {
    border-bottom: solid 1px #afafaf;
    position: relative;
    top: 44px;
}

.line-b {
    border-bottom: solid 1px #afafaf;
    position: relative;
    top: 56px;
}

p.subtitulo {
    margin: 0;
    font-size: 15px;
}

a.button:hover {
    background: #559451;
}

a.button {
    display: block;
    font-size: 30px;
    text-align: center;
    width: 375px;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    background: #6bb971;
    border-radius: 5px;
    padding: 20px 10px 20px 10px;
    z-index: 99;
    position: relative;
}

a.button-b {
    display: block;
    font-size: 21px;
    text-align: center;
    width: 350px;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    background: #f68d1d;
    border-radius: 5px;
    padding: 20px 10px 20px 10px;
    z-index: 99;
    position: relative;
}

a.button-b:hover {
    background: #bd6e19;
}

table.table-censo {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

table.table-censo tr td {
    border: solid 1px;
    padding: 5px 6px;
}

table.table-censo.tb-1 {
    margin-top: 15px;
}

b.under-table {
    font-size: 14px;
}

section.informacoes {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 35px;
}

section.downloads {
    padding: 60px 0px;
    background: #5f9bdb;
}

div.downloads {
    width: 1200px;
    margin: 0 auto;
}


.infos {
    width: 61%;
}

p.text-infos {
    text-align: justify;
}

ul.ul-doc {
    list-style: decimal;
}

section.informacoes .titulo > h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 0;
    color: #27355d;
}

section.downloads .titulo > h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 0;
    color: #2b3059;
}

.box-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px 0px;
}

.image-info img {
    width: 395px;
    border-radius: 10px;
    background: #354597;
}

ul.ul-infos {
    padding: 0;
    list-style: none;
}

ul.ul-infos > li {
    background: #233594;
    padding: 18px 16px;
    margin: 10px 0;
    border-radius: 7px;
}

ul.ul-infos > li > a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}



/*
---------------------------------
            CSS BOTTOM
---------------------------------
*/

footer {
    width: 100%;
    margin-bottom: -16px;
    background: #f5f5f5;
    padding: 25px 0;
}



footer > img {
    width: 100%;
    box-shadow: 0px 7px 0px 1px #1f8928;
}

footer div.logo {
    margin-top: 21px;
}

.inner-footer {
    width: 1100px;
    margin: 0 auto;
    height: 100px;
}

.bottom-footer {
    text-align: center;
    background: #304c78;
    color: #fff;
    padding: 10px 0 10px 0;
}

.inner-footer div {
    width: 25%;
    float: left;
    min-height: 56px;
}

footer > div.inner-footer a {
    text-decoration: inherit;
    display: block;
    color: #0e0e0e;
}

.footer-infos {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

ul.meio-email {
    list-style: none;
}

ul.ul-direita {
    list-style: none;
}




/*
---------------------------------
          FIM CSS BOTTOM
---------------------------------
*/