
@font-face {
    font-family: 'lemon_milkregular';
    src: url('/fonts/lemonmilk-regular-webfont.woff2') format('woff2'),
         url('/fonts/lemonmilk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





@font-face {
    font-family: 'lemon_milkmedium';
    src: url('/fonts/lemonmilk-medium-webfont.woff2') format('woff2'),
         url('/fonts/lemonmilk-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





@font-face {
    font-family: 'lemon_milklight';
    src: url('/fonts/lemonmilk-light-webfont.woff2') format('woff2'),
         url('/fonts/lemonmilk-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lemon_milkbold';
    src: url('/fonts/lemonmilk-bold-webfont.woff2') format('woff2'),
         url('/fonts/lemonmilk-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Lexend Deca', sans-serif !important;
    background-color: #F7F7F7 !important;

    
}

.banner-home-1 {
    width: 98%;
    margin-bottom: 30px;
    border-radius: 20px;
}

div#map {
    width: 100%;
    height: 100vh;
    background-color: red;
}
.paginacao ul {
    display: flex;
    justify-content: center;
}
.paginacao ul li {
    background-color: #2D4023;
    color: white;
    margin: 10px;
    list-style: none;
    padding: 4px 10px;
    border-radius: 5px;
}

.paginacao ul li:hover { 
    background-color:#49B16F;
}

.paginacao ul li.current {
    background-color: #49B16F;
}
.paginacao a {
    color: white;
    text-decoration: none;
}

.paginacao a:hover {
    color: #2D4023;
}

.parcerias {
    min-height: 500px;
    width: 100%;
    background-image: url(/img/bg_canoas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px
}

.parcerias h1 {
    font-weight: 500;
    font-size: 30px;
    color: #49B170;
}

.parcerias p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: white;
}

.partner {
    background-color: white;
    width: 160px;
    max-width: 160px;
    min-width: 160px;
}


.sobrTipo {
    background-color: #49B170;
    color: white;
    padding: 6px;
    border: 0px;
    border-radius: 5px;
}
.eventos1 {
    padding-top: 30px;
    padding-bottom: 80px;
}
.descrimage {
    font-size: 12px;
    color: gray;
    font-style: italic;
}
.eventos1 h3 {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120.5%;
    color: #49B170;
    float: left;
}
.eventos-header {
    float: left;
    max-width: 880px;
}
.evento0 {
    color: #2D4023;
    padding: 50px;
    font-family: 'Lexend Deca';
    font-size: 24px;
    margin-bottom: 300px;
}
.desc-evet {
    padding: 20px;
}

.evento-view {
    padding: 38px 0px;
    font-family: 'Lexend Deca';
}

.evento-view  h2 {
    color:#49B170;
}

.evento-view p {
    
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #2D4023;

}

.eventos-header  p {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #2D4023;
}

.cadastre-evento {
    float: right;
    background-color: #2D4023;
    color: #49B170;
    padding: 10px 15px;
    border-radius: 2px;
    text-decoration: none;
}

.evento-lista {
    border: 1px solid #49B170;
}

.evento-lista h2 {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #49B170;
    margin-top: 14px;
}

.list-eventos1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.list-eventos1 .col-md-4 {
    padding: 10px;
}

.date1 {
    background-color: #49B170;
    padding: 3px 9px;
    color: white;
    font-size: 13px;
    position: absolute;
}

.logo-branca.vox {
    margin-top: 8px !important;
    padding-left: 17px !important;

}

.logo-branca.iba1 {
    height: 49px;
    float: left;
}

.success-message {
    background-color: #49b17040;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 14px;
}

.menu-float {
    height: 60px;
    background-color: #2D4023;
    width: 100%;
    position: fixed;
    box-shadow: -1px 3px 5px #10101075;
    top: 0px;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0s linear 0.8s;
}

.menu-float.show {
    display: block;

    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.areFl {
    justify-content: space-between;
}

.areFl a {
    color: white;
    text-decoration: none;
    font-family: 'Lexend Deca', sans-serif !important;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 8px;
    border-right: 1px solid white;
    border-left: 1px solid white;
}

.areFl a:hover {
    background-color:#49b1702b;
}

.areFl a:first-child {
    border-right: none;
}

.areFl a:last-child {
    border-left: none;
}


.ico-link {
    height: 22px !important;
    margin-top: 1px !important;
}

.header-slide {
    height: 100vh;
}
.area2 {
    background-color: #2D4023;
    padding-top: 30px;
    padding-bottom: 30px;
}

.materia {
    background-size: cover;
    background-color: black;
    border-radius: 10px;
    overflow: hidden;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: 'lemon_milkbold';
    padding: 14px 30px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    margin-bottom: 30px;
}


.boxesv2 {
    color: white;
    text-transform: uppercase;
    padding: 35px;

    background-color: #49B16F;
    border-radius: 10px;
    min-height: 250px;
    margin-bottom: 40px;
}
.boxesv2 span {
    font-family: 'lemon_milklight';
}

.boxesv2 h3 {
    font-family: 'lemon_milkbold';
    font-size: 19px;
    margin-top: 20px;
    line-height: 29px;
    margin-bottom: 60px;
}
.boxesv2 a {
    color: white;
    border: 1px solid white;
    text-decoration: none;
    padding: 7px 11px;
}

.boxesv3 {
    color: white;
    text-transform: uppercase;
    padding: 35px;

    background-color: #49B16F;
    border-radius: 10px;
    min-height: 250px;
    margin-bottom: 40px;
}
.boxesv3 h3 {
    font-family: 'lemon_milkbold';
    font-size: 15px;
    margin-top: 75px;
    line-height: 25px;
    margin-bottom: 30px;
}
.boxesv3 a {
    color: white;
    border: 1px solid white;
    text-decoration: none;
    padding: 7px 11px;
}
.boxesv3 a:hover, .boxesv2 a:hover {
    color: white;
    background-color: #2d4023;
    border: 1px solid #6f8744;
    text-decoration: none;
    padding: 7px 11px;
}

.materia h1 {
    color: white;
    font-size: 20px;
    width: 60%;
    text-shadow: 0px 1px 5px black;
}
.bt-v2 {
    COLOR: WHITE;
    text-decoration: none;
    border: 1px solid white;
    padding: 15px;
    text-shadow: 0px 1px 5px black;
}

.newsletterv2 {
    background-image: url(/img/barco.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 360px;
}


.eventosv2 {
    background-image: url(/img/eventos11.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.banCacau {
    background-image: url(/files/banner/bannerCacau.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 405px;
    min-width: 275px;
}

.banPreNatal {
    background-image: url(/files/banner/bannerPreNatal.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 405px;
    min-width: 275px;
}

.banLicoes {
    background-image: url(/files/banner/bannerLicoesHome.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 320px;
    min-width: 275px;
}


.artigosv2 {
    
    
    background-size: cover;
    background-repeat: no-repeat;
}

.frees {
    min-height: calc(100vh - 190px);
    padding-top: 30px;
}

.header-home {
    height: 100vh;
    background-image: url(/img/bg-hands.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.menu {
    border-bottom: 1px solid #D9D9D9;
    font-family: 'Lexend Deca', sans-serif;

}



.menu-home .logo-verde {
    display: none;
}

.menu-interna .logo-branco {
    display: none;
}

.menu2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 108px;
}

.menu ul {
    display: flex;
    color: white;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0px;
}

.menu ul li {
    text-decoration: none;
    list-style: none;
    font-weight: 700;
    font-size: 12px;
    margin-left: 29px;
}



.menu-home a {
    color: white;
    text-decoration: none;
}

.menu-home a:hover {
    color: white;
    text-decoration: underline;
}

.menu-interna a {
    color: #2D4023;
    text-decoration: none;
}

.menu-interna a:hover {
    text-decoration: underline;
}

footer {
    border-top: 1px solid #D9D9D9;
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 20px 0px;
}

.float-header {
    height: calc(100vh - 108px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Lexend Deca', sans-serif;

}

.float-header .box-txt {
    color:white;
}
.float-header .forms {
    background-color:#2D4023;
    padding: 30px;
}

.box-txt h1 {
    font-weight: 500;
    font-size: 35px;
}

.box-txt p {
    font-weight: 300;
    font-size: 16px;
    margin-left: 70px;
    text-align: left;
}

.box-txt h1 span {
    color: #49B170;
}

.forms span {
    color: white;
    font-weight: 700;
    font-size: 23px;
}
.seq1, .seq2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-content: stretch;
    flex-wrap: wrap;
}

.seq1 a {
    color: white;
    font-family: 'Lexend Deca';
    font-weight: 500;
    text-decoration: none;
    background-color: #49B170;
    padding: 12px 18px;
    width: 49%;
    text-align: center;
    padding: 10px;
}

.seq1 a:hover {
    background-color: white;
    color: #49B170;
}

.seq2 a {
    color: white;
    font-family: 'Lexend Deca';
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #49B170;
    padding: 12px 18px;
    width: 49%;
    text-align: center;
    padding: 10px;
}

.seq2 a:hover {
    background-color: #49B170;
    color: white;
}

.news-area {
    width: 100%;
    background-color: #2D4023;
    padding-bottom: 50px;
}

.news img {
    width: 100%;
    border-radius: 8px;
}

.news a {
    text-decoration: none;
}

.news-area h1 {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 500;
    font-size: 41px;
    color: #FFFFFF;
    padding: 56px 0px;
    text-align: center;
}

.news h2 {
    font-family: 'lemon_milkmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: #49B170;
    margin-top: 14px;
    text-transform: uppercase;
}



.news-page h2 {
    color: #2D4023;
}
.news-page p {
    color: #49B170 !important;
}

.news p {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 20px;
}

.sect-footer {
    background-color: #2D4023;
    width: 100%;
    min-height: 300px;
    font-family: 'Lexend Deca';
    color: white;
    display: flex;
    align-items: center;
    padding: 70px 0px;
}

.sect-footer h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 40px;
}

.side-foot img {
    height: 18px;
    margin-right: 7px;
}

.side-foot div {
    margin-bottom: 16px;
}

.side-foot {
    margin-left: 90px;
}
.side-foot a {
    color: white;
    text-decoration: none;
}
.side-foot a:hover {
    color: #49B170;
}
.falecom textarea {
    background-color: #f1f1f1;
    width: 100%;
    border: 0px;
    height: 200px;
    margin-bottom: 20px;
}
.txt-fale {
    padding-right: 30px;
    font-family: 'Lexend Deca';
    font-size: 14px;
    font-weight: 300;
}
.area-fale {
    padding-top: 60px;
    padding-bottom: 60px;
}
.txt-fale p {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */

    letter-spacing: 0.01em;

    color: #2D4023;
}

    .txt-fale h1 {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 120.5%;
    /* or 48px */


    color: #49B170;
}



.txt-over {
    background-color: #49B170;
    position: relative;
    width: 100%;
    font-size: 13px;
    z-index: 12;
    padding: 32px;
    height: 469px;
    margin-top: 80px;
}

.pessoa.up-descricao p {
    top: -486px;

    background-color: #49B170;
    position: relative;
    width: 100%;
    font-size: 13px;
    z-index: 12;
    padding: 32px;
    height: 469px;
    margin-top: 51px;
    display: block;
}

.pessoa p {
    background-color: red;
    display: none;
}



footer.home {
    background-color: #2D4023 !important;
}

footer.home .footer img.logo {
    display: none;
}

footer.home .footer img.logo-branca {
    display: block;
}

footer .footer img.logo-branca {
    display: none;
}

.apoiadores {
    background-color: #063606;
    color: white;
    background-image: url(/img/bgopaco.jpg);
    font-weight: 200;
    background-position: center top;
    background-size: cover;
    padding: 80px;
    font-size: 16px;
}

.apoiadores-miolo {
        width: 400px;
        margin: auto;
    
}
.apoiadores-miolo h1 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 60px;
}


.quemsomos-area1 {
    background-color:#2D4023;
    background-image: url(/img/bg_quemsomos1.jpg);
    width: 100%;
    position: relative;
    top: -110px;
    z-index: -10;
    padding-top: 140px;
    background-repeat: no-repeat;
    background-position: center top;
    font-family: 'Lexend Deca';
    background-size: contain;
}

.txt1 {
    color:white;
}

.div2col {
    -webkit-column-count:2; /* Chrome, Safari, Opera */
    -moz-column-count:2;    /* Firefox */
    column-count:2;         /* padrão */
    column-gap: 60px;
}

.txt1 h1 {
    font-size: 49px;
    margin-top: 90px;
}

.txt1 p {
    font-size: 16px;
    font-weight: 300;
}

.box-conect {
    background-color: white;
    display: flex;
    margin-top: 110px;
}

.txt-conect {
    padding: 55px;
    font-family: 'Lexend Deca';
}

.txt-conect h1 {
    color: #49B170;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
}

.txt-conect p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #2D4023;
}

.mapa {
    background-color: #2D4023;
    width: 100%;
    min-height: 400px;
    margin-top: -110px;
    padding-top: 150px;
}


.area-rede {
    background-image: url(/img/mapaQuem.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 670px;
}
.mapa h1 {
    font-weight: 500;
    font-size: 30px;
    color: #49B170;
}
.area-xxx {
    padding: 70px 0px;
    display: flex;
}

.txt-xxx {
    padding: 33px 40px;
    padding-top: 90px;
}

.area-xxx p {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color:white;
}
.construcao {
    display: flex;
    padding: 69px 0px;
}
.construcao h1 {
    font-family: 'Lexend Deca';
    font-weight: 500;
    font-size: 59.2877px;
    color: #49B170;
    }

.noticia  {
    font-family: 'Lexend Deca';
}
.noticia span.data {
    font-family: 'Lexend Deca';
    font-size: 12px;
}

.noticia .post {
    font-size: 16px;
}


.noticia h1 {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #2D4023;
    margin-top: 14px;
}

.noticia img {
    border-radius: 10px;
}

.mapaAmazonas:hover, .mapaAmapa:hover, .mapaTocantins:hover, .mapaRondonia:hover, .mapaPara:hover, .mapaRoraima:hover, .mapaAcre:hover{
    fill:#49B170;
    cursor:pointer;
   }
   
   .hit:hover .txtTocantins, .hit:hover .txtPara, .hit:hover .txtAmazonas, .hit:hover .txtRoraima, .hit:hover .txtRondonia, .hit:hover .txtAmapa, .hit:hover .txtAcre {
    fill:#D9D9D9;
}

.activeMapa{
    fill:#49B170 !important;
}
.activeTxt {
    fill:#D9D9D9 !important;
}

.areaconsulta {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.image-place {
    height: 240px;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #19875440;
}

.equipe-vox {
    width: 100%;
    background-color: #F7F7F7;
}

.pessoas-vox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.pessoa {
    background-color: white;
    width: 256px;
    height: 469px;
    margin-bottom: 30px;
    overflow: hidden;
    margin-right: 23px;
}

.pessoa h2 {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 120.5%;
    color: #49B170;
    height: 75px;
    /* background-color: red; */
    padding: 17px 20px;
    margin: 0px;
}

.hold-pessoa {
    padding: 30px;
}
.pessoa span {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 166%;
    color: #2D4023;
    padding: 0px 20px;
    margin-bottom: 10px;
    display: block;
}

.pessoa img {
    min-height: 335px;
    max-height: 335px;
}

.text-intro-equipe {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;


    letter-spacing: 0.01em;

    color: #2D4023;

}
.intro-1 {
    padding: 80px 0px;
}
.intro-1 h2 {
    font-size: 40px;
    color: #49B170;
}


.termos {
    font-size: 11px;
    color: #49B170;
    text-decoration: none;
    font-family: 'Lexend Deca', sans-serif;
}

.formFreela {
    padding: 50px 0px;
    font-family: 'Lexend Deca', sans-serif;
}

.formFreela h1 {
    color: #49B170;
    font-family: 'Lexend Deca', sans-serif;
}



.formFreela input {
    background-color: white;
    border: 1px solid #EDEDED;
    border-radius: 0px;
}


.formFreela label {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    /* or 32px */

    letter-spacing: 0.01em;

    color: #49B170;
}

.formulario {
    padding-top: 37px;
}

.txt-intro-freela {
    color: #2D4023;
    font-size: 14px;
    padding-right: 70px;
    padding-top: 60px;

}

.newsletter {
    padding: 40px 0px;
    font-family: 'Lexend Deca';

}


.newsletter p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #A3A3A3;
    margin-left: 70px;
    width: 60%;
}
.newsletter input {
    padding: 12px;
    border-radius: 0px;
    margin: 0px;
    border: none;
    background-color: #edededd1;
}
.newsletter input.bt {
    color: #2D4023;
    margin-left: -4px;
    font-weight: bold;
}

.newsletter h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 120.5%;
    /* or 46px */


    color: #49B170;
}

.newsletter-side2 {
    padding-left: 70px;
}

.form-Send {
    border: 0px;
    width: 100%;
    font-family: 'Lexend Deca';
    background-color: #2D4023;
    color: #49B170;
    padding: 10px;
}
.falecom {
    font-family: 'Lexend Deca';
}

.falecom label {
    color: #49B170;
    margin-top: 20px;
}
.falecom input {
    width: 100%;
    padding: 5px;
    border: none;
    background-color: #f1f1f1;
}

.area-limpo-1 {
    background-color: #364031;
    width: 100%;
    color: white;
    padding-bottom: 100px;
}

.area-limpo-1 h1 {
    font-family: 'Lexend Deca';
    text-transform: uppercase;
    font-weight: 800;
    font-size: 60px;
    line-height: 57px;
    margin-top: -70px;
}
.txt-limpo-1-intro {
    color: #afb3ad;
    margin-top: 50px;
    font-family: 'Lexend Deca';
    line-height: 32px;
    font-size: 15px;
    margin-bottom: 40px;
}

.equipe {
    border-radius: 14px;
    padding: 30px;
    border: 1px solid #b7d2be;
    width: 100%;
    min-height: 300px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.ficha-jogo-limpo {
    width: 100%;
    min-height: 400px;
    background-color: #4a8e5d;
    padding-bottom: 30px;
    border-top: 42px solid #4a8e5d;
}

.team-p img {
    border-radius: 110px;
    overflow: hidden;
    border: 1px solid transparent;
    height: 95px;
    margin-bottom: 15px;
}

.team {
    width: 860px;
    
}

.revisao {
    width: 230px;
    margin-left: 18px;
}

.ind1 {
    padding: 0px 31px;
    margin-top: 12px;
}

.indice-limpo-1 {
    background-color: #dadada;
    border-radius: 14px;
    padding: 10px;
    margin-top: -110px;
    height: 150px;
}

.indice-limpo-1 span {
    color: gray;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.indice-limpo-1 p {
    color: #364031;
    font-weight: 900;
    text-transform: uppercase;
}

.indice-limpo-1 p {
    color: gray;
}
.indice-limpo-1 a {
    color: white;
    background-color: #54b474;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 21px;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 12px;
    box-shadow: 1px 4px 8px 0px #00000059;
}


.revisao span {
    color: #b7d2be;
    font-size: 11px;
}

.revisao p {
    FONT-WEIGHT: 700;
    font-size: 12px;
    color: #b7d2be;
}

.icfj-1 {
    width: 102px;
    display: block;
    margin-top: 60px;
}

.ic-rev {
    width: 190px;
    display: block;
}

.team-p {
    width: 25%;
    padding: 6px;
    color:#b7d2be;
}
.team-p span {
    font-size: 12px;
}

.team-p p {
    font-size: 17px;
    font-weight: 700;
  
}

.team-p span {
    font-size: 10px;
    /* background-color: red; */
    width: 100%;
    display: block;
}

.mat1z {
    width: 100%;
    min-height: 500px;
    background-image: url(../img/bg-mat.png);
    color:#ecf0e9;
}
.mat2z {
    width: 100%;
    min-height: 500px;
    background-color: #dadada;
    color:#364031;
}

.mat3z {
    width: 100%;
    min-height: 500px;
    background-image: url(../img/bg3.png);
    color:#ecf0e9;
}


.miolo p {
    width: 60%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-left: 40%;
}
.miolo span {
    width: 60%;
    font-size: 11px;
    font-weight: 300;
    margin-left: 40%;
}

.miolo h3 {
    width: 60%;
    text-transform: uppercase;
    margin: 54px 0px;
    margin-left: 40%;
}

.miolo h1 {
    width: 60%;
    margin-left: 40%;
}

.miolo h2 {
    width: 60%;
    text-transform: uppercase;
    margin: 60px 0px;
    border-left: 6px solid #ecf0e9;
    padding-left: 16px;
    width: 50%;
    margin-left: 40px;
    font-size: 35px;
    margin-left: 40%;
}

.video {
    padding: 50px 0px;
}

.foto-texto {
    width: 60%;
    margin-bottom: 50px;
    margin-left: 40%;
}

.foto-texto p {
    font-size: 11px;
}


.foto-texto span {
    margin-left: 0px !important;
}

.links-materias {
    width: 60%;
    margin-bottom: 50px;
    margin-left: 40%;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #1987544d;
}

.links-materias a {
    display: block;
    width: 40%;
    text-decoration: none;
    color: white;
    font-size: 15px;
}

.links-materias span {
    margin: 0;
}

.banner-joho {
    background-color: #2D4023;
    padding: 92px 0px;
}

.glossario h3 {
    font-size: 14px;
    margin-bottom: 0px;
}


.glossario p {
    font-style: italic;
}

.term {
    width: 60%;
    margin-left: 40%;
    font-size: 12px;
    margin-bottom: 30px;
}

h1.conf1 {
    border-top: 1px solid #ffffff29;
    padding-top: 11px;
}
.miolo p:has( > img) {
    width: 100%;
    margin-left: 0;
}
.assina-materia {
    font-size: 12px !important;
    line-height: 13px !important;
}


.desafio-pre-natal {
    background-color:#442e21;
}

.fix1-desafio-pre-natal {
    margin-top: 30px !important;
    height: 170px;
}

.desafio-pre-natal h1 {
    font-family: 'Lexend Deca';
    text-transform: uppercase;
    font-weight: 800;
    font-size: 60px;
    line-height: 57px;
    margin-top: 0px;
    padding-top: 50px;
    color:white;
}

.fix-rev img {
    border-radius: 13px !important;
    width: 180px;
    height: 95px;
    margin-top: 1px;
}

.team-m2 .team-p {
    width: 16.5% !important;
    
}

.iniciativa {
    color: white;
    background-color: #021411;
    padding: 10px 42px;
    text-transform: uppercase;
    font-size: 11px;
}
.iniciativa img {
    height: 23px;
    margin-left: 7px;
}

.ficha-desafio {
    background-color: #49798e;
    border-top: 42px solid #49798e;
}

/** cacau **/
.titulo-cacau {
    min-height: 950px;
    width: 100%;
    background-image: url(/img/cacau/cacau1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color:white
}
.titulo-cacau h1 {
    font-weight: 200;
    margin-bottom: 80px;
}
.video-cacau {
    background-color:#2e1815;
}

.color-white {
    color: white !important;
}

/** end cacaau **/
.materia-pos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}



.item {
    padding: 30px;
    background-color: white;
    margin: 42px 0px;
    border-radius: 12px;
    box-shadow: 1px 1px 17px #423e3e6b;
}

.depoimentos h1 {
    color: #2D4023;
    font-size: 32px;
    text-align: center;
    padding: 75px 1px;
}

.area-dep h4 {
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    font-style: italic;
}

.img-dep {
    height: 70px;
    width: 70px;
    border-radius: 100px;
    margin-right: 11px;
}

.news-evento {
    display: flex;
    flex-direction: row;
}
.news-evento h2 {
    font-family: 'lemon_milkmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: #49B170;
    margin-top: 14px;
    text-transform: uppercase;
    color:#2D4023;
}
.news-evento a {
    text-decoration: none;
}

.picsg {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.picsg div {
    border: 1px solid #2D4023;
    padding: 6px;
    margin: 6px;
}
.galeria-evento h4 {
    text-align: center;
    padding: 30px;
    font-family: 'lemon_milkmedium';
    color: #2D4023;
    text-transform: uppercase;
}

.forma-evento {
    padding: 0px 25px;
}

.forma-evento h2 {
    line-height: 28px;
    font-size: 25px;
}
.uniform-image111 {
    width:100%;
}

.news-baixo h2 {
    font-size: 19px;
    margin-top: 10px;
}

.news-baixo a {
    text-decoration:none;
}

.news-baixo1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news-baixo {
    padding: 12px;
}


.fotovidos h3 {
    
    font-family: 'lemon_milkmedium';
    text-transform: uppercase;
    font-size: 18px;
    color: #49B170;

}

.fotovidos {
    padding: 29px;
    min-height: 500px;
    margin-left: 39px;
    background-color: #2d4023;
    border-radius: 10px;
    color: white;
    border: 0px;
}

.news-baixo img {
    border-radius: 7px;
}
@media (max-width: 767.98px) { 
    
    .news {
        display: flex;
        flex-direction: column;
    }
    .fotovidos {
        border-left: 0px;
        padding-left: 20px;
        min-height: 500px;
        margin-left: 0px;
    }

    .quemsomos-area1 .div2col {
        column-count: 1;
    }

    .txt1 h1 {
        font-size: 38px;
        margin-top: 30px;
        margin-bottom: 80px;
    }

    .sect-footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .side-foot {
        margin-left: 90px;
        margin-top: 50px;
    }


    .float-header {
        
        flex-direction: column;
        justify-content: center;
        padding: 20px !important;
    }

    .box-txt p {
        margin-left:0px;
    }

    .menu {
        padding: 0px 11px;
    }
    .news-area {
       
        padding: 0px 20px;
    }

    .menu-mobile {
        background-color: #49B170;
        width: 100%;
        position: absolute;
        margin-top: 346px;
        left: 0px;
        display: none;
    }

    #myLinks ul {
        padding: 0;
        margin: 0;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    #myLinks ul li {
        margin: 0px;
        width: 100%;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 16px;
        padding: 17px;
        border-bottom: 1px solid white;
    }


    .area-rede {
        background-position: 0px 200px !important;
        min-height: 590px;
    }
    .txt-xxx {
        padding-top: 20px;
    }

    .intro-1 {
 
        flex-direction: column;
    }

    .intro-1 .div2col {
   
        column-count: 1;
    }
    .newsletter p {
       
        margin-left: 0px;
    }


    /* reportagem */

    .area-limpo-1 h1 {
        font-size: 20px;
        line-height: 27px;
    }

    .indice-limpo-1 {

        height: auto;
    }

    .ind1 {
        padding: 0px 31px;
        margin-top: 12px;
        border-bottom: 1px solid #9d9d9d;
        padding-bottom: 30px;
    }

    .div2col {
        -webkit-column-count: 1;
    }

    .team-p {
        width: 100%;
        padding: 6px;
        color: #b7d2be;
        text-align: center;
        
    }

    .team {
        width: auto;
    }

    .revisao {
        width: 100%;
        margin-left: 0px;
        text-align: center;
        margin-top: 30px;
    }


    .miolo h3 {
        width: 100%;
        margin-left: 0px;
    }

    .miolo span {
        width: 100%;
        margin-left: 0px;
    }

    .miolo p {
        width: 100%;
        margin-left: 0px; 
    }

    .miolo h2 {
        width: 100%;
        margin-left: 0px; 
    }


    .foto-texto {
        width: 100%;
        margin-left: 0px; 
    
    }
    /* end reportagem */

    .resumo-texto {
        width: 100% !important;
        padding-left: 8% !important;
        padding-right: 8%!important;
        padding-top: 20px;
        color: #2D4023;
        
    }
    .reportagem-titulo {
        width: 100% !important;
        padding-left: 8% !important;
        padding-right: 8%!important;
        color: #2D4023;
    }

    .content-reportagem p {
        margin-left: 10%;
        padding-right: 10%;
        width: 90% !important;
    }

    .float-header .forms {
        margin-top: 320px;
    }

    .seq1, .seq2 {
        font-size: 11px;

    }

    .materia h1 {
         width: 100%;
         font-size: 16px;
    }

    .materia-pos {
        display: flex !important;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .bt-v2 {
        COLOR: WHITE;
        text-decoration: none;
        border: 1px solid white;
        padding: 10px 14px;
        text-shadow: 0px 1px 4px black;
        font-size: 11px;
    }

    .materia {

        background-position: center;
    }

    .header-slide {
        height: 150vh;
    }

    .box-txt h1 {
        font-size: 24px;
        margin-top: 50px;
    }

    .apoiadores {
        padding: 10px;
    }

    .apoiadores-miolo {
        width: 90% !important;
    }

    .apoiadores-miolo img {
        max-width: 73vw;
        height: auto;
    }

    .news-evento {
        display: flex;
        flex-direction: column;
    }

    img.img-eventos {
        width: 100% !important;
        height: auto !important;
    }

 }


.tag {
    background-color: rgb(45, 64, 35);
    color: white;
    padding: 5px 15px;
    border-radius: 15px;

    margin: 5px;
}