/*
---------------------------------
            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 > .topo-col {
    max-width: 33%;
}

.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: #376944;
    margin: 5px 0px;
}

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

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

p.text-2 {
    font-size: 91px;
    line-height: 122px;
}

p.text-3 {
    text-align: center;
    font-size: 80px;
    font-weight: 800;
    color: #ace98e;
    line-height: 80px;
}

.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: 10px 8px;
    background: #f5f5f5;
    font-size: 17px;
    text-decoration: none;
    border-radius: 5px;
    color: #077f17;
    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: #115f1b;
    padding-right: 5px;
}

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

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

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

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

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

.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: 16px;
    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;
}

.botoes p {
    color: #ffef00;
    font-size: 17px;
}
/*
---------------------------------
          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: #339044;
    text-transform: uppercase;
    padding-bottom: 15px;
}

section.perguntas {
    background: #cae8c4;
    padding: 35px 0px;
}

.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: 10px 0px;
}

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

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

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

h3.h3-slick {
    color: #33903b;
    font-size: 18px;
    font-weight: bold;
}

.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: flex-start;
    padding: 0;
}

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

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%;
}

.img-pessoas > img {
    width: 301px;
}

div#myTabContent {
    border-left: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
}

/*
---------------------------------
          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: #60cf5e;
}

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


.infos {
    width: 57%;
}

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: #339037;
}

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

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

.image-info img {
    width: 96%;
    border-radius: 10px;
    background: #c4e8c5;
}

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

ul.ul-infos > li {
    background: #339036;
    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
---------------------------------
*/

@media screen and (max-width: 930px) {
  
    .topo-col.col-1 > figure > img {
        width: 100%;
    }

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

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

    .inner-topo > .topo-col {
        max-width: 100%;
        width: 100%;
    }

    .img-pessoas > img {
        width: 100%;
    }

    .texto-col {
        font-size: 22px;
        color: #000000;
        width: 100%;
        text-align: center;
    }

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

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

    .periodo > p {
        color: #9ec544;
    }

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

    section.info-censo {
        width: 100%;
        padding: 25px 15px 40px 15px;
    }

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

    .video {
        width: 100%;
    }

    .video > video {
        width: 100%;
        height: auto;
    }

    .texto {
        font-size: 16px;
        text-align: justify;
        float: inherit;
        width: 100%;
    }

    .inner-infoCenso div.texto > h3 {
        font-size: 30px;
        color: #2f632f;
        text-align: center;
        margin: 20px 0;
    }

    .inner-perguntas {
        width: 100%;
        margin: 0 auto;
        padding: 10px 15px;
    }

    section.perguntas div.titulo > h2 {
        font-size: 24px;
        text-align: center;
        margin-top: 0;
        color: #48887b;
        font-weight: bold;
        text-transform: uppercase;
    }

    .nav {
        justify-content: center;
    }

    div.downloads {
        width: 100%;
        margin: 0 auto;
    }

    ul.ul-downloads {
        display: flex;
        flex-direction: column;
        list-style: none;
        padding: 0 15px;
    }

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

    section.informacoes {
        width: 100%;
        margin: 0 auto;
        padding: 40px 15px 35px 15px;
    }

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

    .image-info img {
        width: 100%;
    }

    .infos {
        width: 100%;
        padding: 15px 0;
    }

    ul.ul-infos > li > a {
        text-decoration: none;
        color: #fff;
        font-size: 19px;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

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

    .footer-infos {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .direitos {
        text-align: center;
        padding: 15px 0;
    }

    .direitos p {
        margin: 0;
    }

    .botoes p {
        color: #ff0000;
        font-size: 17px;
        margin-top: 20px;
    }



}