:root {
    --background: #DEEAE9;
    --greenExtralight: #B3DEB5;
    --greenlight: #4AAA4F;
    --greendark: #004F4B;
    --aquaBlue: #1AA5B2;

    /*** Text colors **/
    --txtcolor: #565656;
    --titlescolor: #004F4B;
    --silver10: #F2F2F2;
}

.botGreen {
    color: #fff;
    background: var(--greendark);
    border-radius: 6px;
    padding: 15px 30px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.5s;
    width: fit-content;
}

.botGreen:hover {
    background: var(--greenlight);
    color: #fff;
    transition: all 0.5s;
}

.botAcessibilidade {
    color: #fff;
    background: var(--greendark);
    border-radius: 6px;
    padding: 5px 20px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.5s;
    width: fit-content;
}

.botAcessibilidade:hover {
    background: var(--greenlight);
    color: #fff;
    transition: all 0.5s;
}

.alighContent {
    display: grid;
    align-content: center;
}

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background: var(--background);
}

.menuBar {
    background: var(--greenlight);
    width: 100%;
    float: left;
    height: 50px;
}

.menuBar .botAcessibilidade {
    float: right;
    margin: 5px 0 0 0;
}

.header {
    padding: 40px 0;
    width: 100%;
    float: left;
    display: grid;
    align-items: center;
    justify-content: center;
}

.header .campoBusca {
    margin: 3px 0 0 0;
}

.header .campoBusca input[type=text] {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    border: none;
    padding: 20px;
    font-size: 16px;
    outline: none;
    color: var(--greenlight);
    width: 100%;
}

.header .campoBusca::placeholder {
    color: var(--greendark);
}

.header .campoBusca input[type=submit] {
    color: #fff;
    background: var(--greendark);
    border: none;
    padding: 15px;
    border-radius: 5px;
    width: 25%;
    font-weight: 600;
    transition: all 0.5s;
    margin: -53px 7px 0 0;
    float: right;
    position: relative;
}

.header .campoBusca input[type=submit]:hover {
    background: var(--greenlight);
    color: #fff;
    transition: all 0.5s;
}

.header .sosialIcons {
    margin: 8px 0 0 0;
}

.header .sosialIcons a {
    color: var(--greenlight);
    background: #fff;
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.07));
    width: 40px;
    float: left;
    margin: 4px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    transition: all 0.5s;
}

.pushy-content .sosialIcons {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: solid 1px #4AAA4F;
    padding: 14px 12px 12px 16px;
    background: #F2F2F2;
    margin: 0;
}



.pushy-content .sosialIcons a {
    color: var(--greenlight);
    background: #fff;
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.07));
    width: 40px;
    float: left;
    margin: 4px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    transition: all 0.5s;
    padding: 0;
}


.pushy-content .bellows-target {
    padding: 15px !important;
    color: #004F4B !important;
}


.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-target,
.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-custom-content,
.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-widget .textwidget {
    color: var(--greenlight) !important;
    border-bottom: 1px solid #eee;
}

.header .sosialIcons a:hover {
    color: #fff;
    background: var(--greendark);
    transition: all 0.5s;
}





.header .menuHamburguer button {
    background: var(--greendark);
    color: var(--greenExtralight);
    width: 80px;
    height: 60px;
    font-size: 42px;
    margin: 0 0 0 0;
}

/******************************************/
.sliderHome {
    width: 90%;
    float: left;
    margin: 0 0 0 5%;
}

.sliderHome .boxSlider {
    height: 500px;
    padding: 100px 0;
    border-radius: 20px;
    background-size: 110%;
    background-position: center center;
}

.sliderHome .boxSlider .content {
    background: rgba(0, 79, 75, 0.80);
    color: var(--greenExtralight);
    width: 40%;
    padding: 30px 30px;
    border-radius: 0 10px 10px 0;
    margin: 200px 0 0 0;
}

.sliderHome .boxSlider .content p {
    color: #fff;
    margin: 0;
}

.sliderHome .boxSlider .content h2 {
    margin: 0;
}

.sliderHome .owl-prev {
    float: right;
    color: #fff;
    font-size: 50px;
    margin: -296px 40px 0 0;
    z-index: 100;
    position: relative;
    transition: all 0.5s;
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.07));
}

.sliderHome .owl-next {
    float: left;
    color: #fff;
    font-size: 50px;
    margin: -296px 0 0 40px;
    z-index: 100;
    position: relative;
    transition: all 0.5s;
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.07));
}

.sliderHome .owl-prev:hover,
.sliderHome .owl-next:hover {
    color: var(--greenExtralight);
    transition: all 0.5s;
}

/*********** MENU ************/

#access {
    display: block;
    float: left;
    margin: 0 0 0 0;
}

#access .menu-header,
div.menu {
    font-size: 13px;
    margin-left: 0px;
}

#access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}

#access .menu-header li,
div.menu li {
    float: left;
    position: relative;
    width: 93%;
}

#access a {
    color: var(--greendark);
    display: block;
    line-height: 38px;
    padding: 8px 19px;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.5s;
    font-weight: 400;
    font-size: 18px;
}

#access ul ul {
    display: none;
    position: absolute;
    top: 53px;
    left: -19px;
    float: left;
    width: 200px;
    z-index: 99999;
}

#access ul ul li {
    min-width: 200px;
}

#access ul ul ul {
    left: 100%;
    top: 0;
}

#access ul ul a {
    background: #fff;
    color: var(--greenlight);
    line-height: 1em;
    padding: 15px 10px;
    width: 230px;
    height: auto;
    text-transform: none;
    font-size: 16px;
}

#access li:hover>a,
#access ul ul :hover>a {
    color: var(--greenlight);
    background: #fff;
    transition: all 0.5s;
}

#access ul li:hover>ul {
    display: block;
}

#access ul li.current_page_item>a,
#access ul li.current-menu-ancestor>a,
#access ul li.current-menu-item>a,
#access ul li.current-menu-parent>a {
    color: var(--greenlight);
    background: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    color: #000;
}


/*********** MENU2 ************/

#fastMenu {
    display: block;
    float: left;
    margin: 0 0 0 0;
}

#fastMenu .menu-header,
div.menuFast {
    font-size: 13px;
    margin-left: 0px;
}

#fastMenu .menu-header ul,
div.menuFast ul {
    list-style: none;
    margin: 0;
}

#fastMenu .menu-header li,
div.menuFast li {
    float: left;
    position: relative;
    width: fit-content;
}

#fastMenu a {
    color: #fff;
    display: block;
    line-height: 38px;
    padding: 6px 19px;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.5s;
    font-weight: 600;
    font-size: 18px;
}

#fastMenu ul ul {
    display: none;
    position: absolute;
    top: 50px;
    left: -19px;
    float: left;
    z-index: 99999;
    padding: 12px;
    background: #fff;
    border-radius: 11px;
    width: fit-content;
}

#fastMenu ul ul li {
    min-width: 200px;
}

#fastMenu ul ul ul {
    left: 100%;
    top: 0;
}

#fastMenu ul ul a {
    background: #fff;
    color: var(--greenlight);
    line-height: 1em;
    padding: 15px 10px;
    width: 230px;
    height: auto;
    text-transform: none;
    font-size: 16px;
}

#fastMenu li:hover>a {
    color: #fff;
    background: var(--greendark);
    transition: all 0.5s;

}


#fastMenu ul ul :hover>a {
    color: #fff;
    background: var(--greendark);
    transition: all 0.5s;
    border-radius: 5px;
}

#fastMenu ul li:hover>ul {
    display: block;
}

#fastMenu ul li.current_page_item>a,
#fastMenu ul li.current-menu-ancestor>a,
#fastMenu ul li.current-menu-item>a,
#fastMenu ul li.current-menu-parent>a {
    color: #fff;
}

* html #fastMenu ul li.current_page_item a,
* html #fastMenu ul li.current-menu-ancestor a,
* html #fastMenu ul li.current-menu-item a,
* html #fastMenu ul li.current-menu-parent a,
* html #fastMenu ul li a:hover {
    color: #000;
}


/********************************************/
.sobreHome {
    background: #fff;
    float: left;
    padding: 350px 0 100px 0;
    width: 100%;
    margin: -260px 0 0 0;
}

.sobreHome .servicosBox {
    border-radius: 17px;
    background: linear-gradient(180deg, #00766F -38.54%, #4AAA4F 145.26%);
    padding: 23px 30px;
    border-radius: 20px;
    width: 100%;
    margin: 0 0 70px 0;
}

.sobreHome .servicosBox h3 {
    color: #fff;
    font-size: 23px;
    padding: 0 60px 0 0;
    margin: 7px 0 4px 0;
    font-weight: 300;
}

.sobreHome .servicosBox img {
    margin: 0 0 0 0;
}

.sobreHome .servicosBox a {
    color: var(--greendark);
    background: var(--greenExtralight);
    text-decoration: none;
    padding: 3px 30px;
    border-radius: 10px;
    transition: all 0.5s;
    font-weight: 500;
}


.sobreHome .servicosBox a:hover {
    background: var(--greendark);
    color: #fff;
}

.sobreHome .attachment-tnb-home-destaque {
    border-radius: 20px;
    float: right;
}

.sobreHome h2 {
    color: #004F4B;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
    margin: 0;
}

.sobreHome p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}


.ultimasNoticiasHome h2 {
    color: #004F4B;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
    margin: 0 0 40px 0;
}

.ultimasNoticiasHome {
    width: 100%;
    float: left;
    text-align: center;
}

.ultimasNoticiasHome .icoDw {
    margin: -40px 0 30px 0;
}

.ultimasNoticiasHome .postDestaque {
    text-align: left;
    margin-bottom: 50px;
}

.ultimasNoticiasHome .postDestaque img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.ultimasNoticiasHome .postDestaque h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--txtcolor);
}

.ultimasNoticiasHome .postDestaque span {
    color: var(--aquaBlue);
    padding: 18px 0;
    float: left;
    width: 100%;
}

.postGrid {
    text-align: left;
    margin-bottom: 30px;
}

.postGrid img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.postGrid h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--txtcolor);
}

.postGrid span {
    color: var(--aquaBlue);
    padding: 18px 0 7px 0;
    float: left;
    width: 100%;
    margin: 0;
}


/***************************/
.galeriaDeFotos {
    width: 100%;
    background: url(../images/bgCresm.jpg) no-repeat top;
    background-size: 100%;
    float: left;
    text-align: center;
    margin: 100px 0 0 0;
    color: #fff;
}

.galeriaDeFotos h2 {
    margin: 60px 0 40px 0;
}

.galeriaDeFotos .icoDw {
    margin: -40px 0 0 0;
}

.galeriaDeFotos h4 {
    margin: 90px 0 0 0;
    font-size: 24px;
}

.galeriaDeFotos h4,
.galeriaDeFotos p {
    text-align: left;
}

.galeriaDeFotos .galeriaList {
    width: 100%;
}


.galeriaDeFotos .galeriaList .imgGaleria {
    width: 33%;
    float: left;
    padding: 0 10px;
}

.galeriaDeFotos .galeriaList .imgGaleria img {
    border-radius: 15px;
}

.galeriaDeFotos .owl-dots {
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
}

.galeriaDeFotos .owl-dots .owl-dot {
    background: var(--greenExtralight);
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 50px;
}

.galeriaDeFotos .owl-dots .active {
    background: var(--greenlight);
}

/**************************************/
.footer {
    width: 100%;
    background: var(--greenlight);
    color: #fff;
    padding: 75px 0 45px 0;
    float: left;
}

.footer ul,
.footer ul li,
.footer li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.footer h3 {
    margin: 40px 0 10px 0;
    font-size: 20px;
}

.footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.footer p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.footer hr {
    width: 100%;
    margin: 30px 0 0px 0;
    height: 2px;
    float: left;
}

.footer .txtCopyright {
    width: 100%;
    text-align: center;
    padding: 40px 0 0 0;
    float: left;
}

.footer .sosialIcons {
    width: 100%;
    float: left;
    margin: 30px 0 20px -7px;
}

.footer .sosialIcons a {
    color: var(--greenlight);
    background: #fff;
    width: 40px;
    float: left;
    margin: 4px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    transition: all 0.5s;
}

.footer .sosialIcons a:hover {
    color: #fff;
    background: var(--greendark);
    transition: all 0.5s;
}

/***************/
.brevcrumbs {
    width: 100%;
    background: #fff;
    float: left;
    color: #4AAA4F;
    padding: 17px 20px;
    margin: 0;
    border-radius: 0;
}

.brevcrumbs a {
    color: #565656;
    text-decoration: none;
}

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

.boxTnbCapaPages img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 10px 0 30px 0;
}

.theTitle {
    font-size: 25px;
    color: var(--greendark);
    padding: 14px 0 30px 0px;
    width: 100%;
    float: left;
    margin: 0;
}

.theTitlePosts {
    font-size: 25px;
    color: var(--greendark);
    padding: 0 0 12px 0px;
    width: 100%;
    float: left;
    margin: 0;
}


.entryContent {
    padding: 0 40px 0 10px;
}

.entryContent p {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}


.entryContent hr {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.entryContent span {
    color: var(--aquaBlue);
}

.entryContent iframe{
    width: 100%;
    height: 467px;
    border-radius: 20px;
}

.entryContent .size-full{
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.entryContent .alignleft{
    width: fit-content;
    height: auto;
    border-radius: 20px;
    float: left;
    margin: 0 30px 0 0;
}

.entryContent .alignright{
    width: fit-content;
    height: auto;
    border-radius: 20px;
    float: right;
    margin: 15px 0 0 30px;
}

.boxUltinasNoticias {
    background: #fff;
    padding: 30px 30px 0px 30px;
    border-radius: 20px;
    margin: 0px 0 0 0;
    float: left;
}

.boxUltinasNoticias h2 {
    color: var(--greendark);
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #ccc;
    font-weight: 600;
}

.boxUltinasNoticias p {
    color: #565656;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 0 0;
}


.boxUltinasNoticias span {
    color: var(--aquaBlue);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: -4px 0 0 0;
    float: left;
    width: 100%;
}

.boxUltinasNoticias .postsGridSidebar {
    margin: 0 0 30px 0;
}

.boxUltinasNoticias img {
    border-radius: 6px;
}

.servicosBoxSide {
    border-radius: 17px;
    background: linear-gradient(180deg, #00766F -38.54%, #4AAA4F 145.26%);
    padding: 23px 30px;
    border-radius: 20px;
    width: 100%;
    margin: 20px 0 70px 0;
    float: left;
}

.servicosBoxSide h3 {
    color: #fff;
    font-size: 23px;
    padding: 0 60px 0 0;
    margin: 7px 0 4px 0;
    font-weight: 300;
}

.servicosBoxSide img {
    margin: 0 0 0 0;
}

.servicosBoxSide a {
    color: var(--greendark);
    background: var(--greenExtralight);
    text-decoration: none;
    padding: 3px 30px;
    border-radius: 10px;
    transition: all 0.5s;
    font-weight: 500;
}

.servicosBoxSide a:hover {
    background: var(--greendark);
    color: #fff;
}

.servicosBoxSide .servicos {
    margin: 15px 0 15px 0;
}



/*************************************ULTIMAS NOTICIAS *************************************/


.ultimasNoticiasDt {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}


.ultimasNoticiasDt .postDestaque {
    text-align: left;
    margin-bottom: 50px;
}

.ultimasNoticiasDt .postDestaque img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.ultimasNoticiasDt .postDestaque h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--txtcolor);
}

.ultimasNoticiasDt .postDestaque span {
    color: var(--aquaBlue);
    padding: 18px 0;
    float: left;
    width: 100%;
}



.ultimasNoticiasPg .servicosBox {
    border-radius: 17px;
    background: linear-gradient(180deg, #00766F -38.54%, #4AAA4F 145.26%);
    padding: 23px 30px;
    border-radius: 20px;
    width: 100%;
    margin: 40px 0 70px 0;
    float: left;
}

.ultimasNoticiasPg .servicosBox h3 {
    color: #fff;
    font-size: 23px;
    padding: 0 60px 0 0;
    margin: 7px 0 4px 0;
    font-weight: 300;
}

.ultimasNoticiasPg .servicosBox img {
    margin: 0 0 0 0;
}

.ultimasNoticiasPg .servicosBox a {
    color: var(--greendark);
    background: var(--greenExtralight);
    text-decoration: none;
    padding: 3px 30px;
    border-radius: 10px;
    transition: all 0.5s;
    font-weight: 500;
}


.ultimasNoticiasPg .servicosBox a:hover {
    background: var(--greendark);
    color: #fff;
}

.postsFeed {
    margin: 0 0 40px 0;
    padding: 0;
}

.postsFeed img {
    border-radius: 20px;
    margin: 0 0px 0 0;
}

.postsFeed small {
    color: #fff;
    background: var(--greenlight);
    border-radius: 5px;
    padding: 4px 9px;
    margin: 0 0 0 30px;
    width: fit-content;
}

.postsFeed h3 {
    color: #565656;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 20px 0 20px 30px;
}

.postsFeed span {
    color: var(--greenlight);
    margin: 0px 0 0px 30px;
}

.wp_pagination{
    padding: 20px 0 50px 0;
}

.wp_pagination a{
    color: var(--greenlight);
    background: #fff;
    text-decoration: none;
    padding: 7px 13px;
    border-radius: 5px;
    transition: all 0.5s;
}

.wp_pagination a:hover{
    background: var(--greendark);
    color: #fff;
    transition: all 0.5s;
}

.wp_pagination .current{
    background: var(--greendark);
    color: #fff;
    transition: all 0.5s;
    padding: 7px 13px;
    border-radius: 5px;
}

.erro404{
    width: 100%;
    text-align: center;
    padding: 100px 0;
    float: left;
}

.erro404 h1{
    color: var(--greenlight);
    font-weight: 800;
}

.free_widget .uwaw-footer {
    min-height: auto;
    padding: 1rem 1.25rem 1rem;
    display: none;
}

/************ PORTAL DA TRANSPARENCIA ***********/


.campoBuscaPT {
    margin: 20px 0;
    padding: 0;
    width: 100%;
    float: left;
}

.campoBuscaPT input[type=text] {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    border: none;
    padding: 20px;
    font-size: 16px;
    outline: none;
    color: var(--greenlight);
    width: 100%;
}

.campoBuscaPT::placeholder {
    color: var(--greendark);
}

.campoBuscaPT input[type=submit] {
    color: #fff;
    background: var(--greendark);
    border: none;
    padding: 15px;
    border-radius: 5px;
    width: 25%;
    font-weight: 600;
    transition: all 0.5s;
    margin: -53px 7px 0 0;
    float: right;
    position: relative;
}

.campoBuscaPT input[type=submit]:hover {
    background: var(--greenlight);
    color: #fff;
    transition: all 0.5s;
}



.cabecalhoPortalDaTransparencia{
    width: 100%;
    height: 155px;
    background: url(../images/bgTopTransparencia.png) top;
    float: left;
    display: grid;
    align-content: center;
    color: #fff;
    font-weight: 900;
    margin: 0px 0 20px 0;
}

.cabecalhoPortalDaTransparencia h1{
    font-weight: 900;
    text-align: center;
}

.boxDocumentosPostados{
    width: 100%;
    padding: 0 0 0 0;
    float: left;
}

.box-LinksDocs{
    background: #FFF;
    padding: 10px 20px;
    border-radius: 15px;
    margin: 0px 0 20px 0;
    border-top: solid 15px #135ea4;
    height: 100%;
}

.box-LinksDocs h3{
	color: #135ea4;
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.box-LinksDocs ul li{
    margin: 0 0 25px 0;
    list-style-type: square;
    font-size: 17px;
    line-height: 19px;
}

.box-LinksDocs ul li a{
    color: #565656;
}

.box-LinksDocs ul li a:hover{
    color: #00766F;
}

.imgCes img{
    border-radius: 10px;
    width: 100%;
    height: auto;
    margin: 10px 0 30px 0;
}

.txtApresentacao p{
    color: #666;
    margin: 20px 0 10px 0;
}

.contentBoxLinks{
    padding: 20px 0 50px 0;
    display: flex;
}

.contentBoxLinks .col-lg-4,
.contentBoxLinks .col-lg-12
{
    margin-bottom: 30px;
}

.boxDocsPostados{
width: 100%;
    background: #fff;
    float: left;
    padding: 0 0 4px 0;
    border-radius: 20px;
    margin: 30px 0 40px 0;
}

.titleCategorias{
    color: #fff;
    width: 100%;
    text-align: center;
    float: left;
    font-weight: 800;
    font-size: 26px;
    margin: 0 0 4px 0;
    background: #135ea4;
    padding: 17px 0;
    border-radius: 20px 20px 0px 0px;
}

.boxLinkDocSimples{
    width: 98.7%;
    float: left;
    background: #fff;
    margin: 5px 9px;
    border-radius: 12px;
    float: left;
    padding: 5px 5px 5px 10px;
    border: solid 1px #DEEAE9;
    transition: all 0.5s;
}

.boxLinkDocSimples:hover{
    background: #f0f0f0;
    transition: all 0.5s;
}

.boxLinkDocSimples p{
    margin: 10px 0 0 20px;
    padding: 0;
    color: #000;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
}

.boxLinkDocSimples a{
    float: right;
    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.5s;
    width: 196px;
}

.boxLinkDocSimples a:hover{
    background: #2d2d2d;
    color: #fff;
    transition: all 0.5s;
}

.linkExterno{
    color: #004F4B;
    text-decoration: underline;
    width: 100%;
    float: left;
    background: #fff;
    margin: 5px;
    border-radius: 5px;
    float: left;
    padding: 10px;
}
/**/

.boxDocsCategorizados{
    width: 98.7%;
    float: left;
    background: #fff;
    margin: 5px 9px;
    border-radius: 12px;
    float: left;
    padding: 5px 5px 5px 10px;
    border: solid 1px #DEEAE9;
    transition: all 0.5s;
}

.boxDocsCategorizados:hover{
    background: #fcfcfc;
    transition: all 0.5s;
}

.boxDocsCategorizados p{
    margin: 10px 0 20px 20px;
    padding: 0;
    color: #000;
    float: left;
}

.boxDocsCategorizados a{
    float: right;
    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px;
    border-radius: 0px 10px 10px 0;
    transition: all 0.5s;
    width: 196px;
    text-align: center;
}

.boxDocsCategorizados a:hover{
    background: #242424;
    color: #fff;
    transition: all 0.5s;
}


.subDocs{
    width: 100%;
    float: left;
    background: #fff;
    padding: 1px;
    margin: 3px 0;
    border-radius: 11px;
    border: solid 1px #DEEAE9;
}

.subDocs:hover{
    border: solid 1px #c6c6c6;
}

.subDocs p{
    margin: 10px;
}


/************* ACORDEON *******************/


details {
  display: block; 
  width: auto;
  margin: 10px 0;
  transition: all 0.5s;
}

details p { 
  padding-left: 30px;
  transition: all 0.5s;
}

summary {
  display: flex; 
  color: #000;
  border-radius: 8px;
  padding: 5px 5px 5px 17px;
  cursor: pointer;
  font-weight: 700;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.5s;
}

summary::-webkit-details-marker {
   display: none;
}

summary:before {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    margin: -3px 5px 0px 5px;
    padding: 0;
    width: 20px;
    text-align: center;
    float: right;
    color: #fff;
    background: #000;
    width: 87px;
    border-radius: 7px;
    transition: all 0.5s;
}


details[open] summary:before {
  content: "-";
  transition: all 0.5s;
}

/************* MOBILE ********************/
@media only screen and (max-width: 700px) {

    /****** PORTAL DA TRASPARENCIA *****/
    .campoBuscaPT {
        margin: 23px 0 50px 0;
        padding: 0;
        width: 100%;
        float: left;
    }

    .contentBoxLinks {
        padding: 20px 20px 50px 20px;
    }

    .boxLinkDocSimples a {
        float: left;
        color: #fff;
        background: #4AAA4F;
        text-decoration: none;
        padding: 10px;
        border-radius: 10px;
        transition: all 0.5s;
        width: 196px;
        margin: 12px 0 6px 8px;
    }

    .boxLinkDocSimples p {
        margin: 10px 0 4px 11px;
        padding: 0;
        color: #004F4B;
        float: left;
        font-weight: 700;
        text-transform: uppercase;
    }

    .botAcessibilidade{
        display: none;
    }


    .boxLinkDocSimples {
        width: 95.7%;
    }

    .titleCategorias {
        color: #fff;
        width: 100%;
        text-align: center;
        float: left;
        font-weight: 800;
        font-size: 20px;
        margin: 0 0 4px 0;
        background: #135ea4;
        padding: 17px 30px;
        border-radius: 20px 20px 0px 0px;
    }

    /****************************************/

    .menuBar div{
        margin: 0;
        padding: 0;
    }
    
    #fastMenu a {
        color: #fff;
        display: block;
        line-height: 38px;
        padding: 6px 8px;
        text-decoration: none;
        font-size: 20px;
        transition: all 0.5s;
        font-weight: 600;
        font-size: 16px;
    }

    .menuBar .acess{
        width: 40%;
        margin: 14px 10px 0 0;
        position: relative;
        z-index: 10;
    }

    .menuBar .botAcessibilidade {
        float: right;
        margin: 5px 0 0 0;
        padding: 13px 11px;
    }

    .header .logo{
        width: 60%;
        margin: -20px 0 10px 0;
    }

    .header .searc{
        width: 75%;
    }

    .header .menuHamburguer{
        width: 25%;
    }

    .header .redes{
        display: none;
    }


    .pushy {
        width: 75% !important;
    }

    .sliderHome .boxSlider {
        height: 350px;
        padding: 100px 0;
        border-radius: 20px;
        background-size: 165%;
        background-position: center center;
    }

    .sliderHome .boxSlider .content {
        background: rgba(0, 79, 75, 0.80);
        color: var(--greenExtralight);
        width: 90%;
        padding: 16px 30px;
        border-radius: 0 10px 10px 0;
        margin: 80px 0 0 0;
    }

    .sliderHome .boxSlider .content h2 {
        margin: 0;
        font-size: 20px;
    }

    .sliderHome .owl-prev {
        font-size: 40px;
        margin: -250px 20px 0 0;
    }
    .sliderHome .owl-next {
        font-size: 40px;
        margin: -250px 0 0 20px;
    }

    .sobreHome {
        background: #fff;
        float: left;
        padding: 200px 10px 100px 10px;
        width: 100%;
        margin: -170px 0 0 0;
    }

    .sobreHome .servicosBox {
        border-radius: 17px;
        background: linear-gradient(180deg, #00766F -38.54%, #4AAA4F 145.26%);
        padding: 0;
        border-radius: 20px;
        width: 100%;
        margin: 0 0 70px 0;
    }


    .servicosBox .row{
        margin: 20px 0;
    }
    .servicosBox .icon{
        width: 32%;
    }
    .servicosBox .text{
        width: 65%;
    }

    .ultimasNoticiasPg .servicosBox {
        padding: 0 13px;
    }
    

    .sobreHome .attachment-tnb-home-destaque {
        border-radius: 20px;
        float: right;
        width: 100%;
        height: auto;
        margin: 30px 0 0 0;
    }

    .mobileGridPosts{
        width: 49%;
    }

    .ultimasNoticiasHome {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0 10px;
    }

    .galeriaDeFotos {
        width: 100%;
        background: url(../images/bgCresm.jpg) no-repeat top;
        background-size: 340%;
        float: left;
        text-align: center;
        margin: 100px 0 0 0;
        color: #fff;
        padding: 0 10px;
    }

    .galeriaDeFotos h2 {
        margin: 40px 0 40px 0;
    }

    .galeriaDeFotos h4 {
        margin: 0 0 0 0;
        font-size: 24px;
    }

    .galeriaDeFotos .galeriaList .imgGaleria {
        width: 33%;
        float: left;
        padding: 0 2px;
    }

    .footer {
        width: 100%;
        background: var(--greenlight);
        color: #fff;
        padding: 75px 10px 45px 10px;
        float: left;
    }

    .footer .logo{
        margin: 0 0 25px 15%;
        width: 70%;
    }

    .entryContent {
        padding: 0 30px;
    }


    .postsGridSidebar .col-lg-4{
        width: 40%;
    }

    .boxUltinasNoticias img {
        border-radius: 6px;
        width: 100%;
        height: auto;
    }

    .postsGridSidebar .col-lg-8{
        width: 60%;
    }


    .servicosBoxSide .col-lg-4{
        width: 30%;
    }
    .servicosBoxSide .col-lg-8{
        width: 70%;
    }

    .postsFeed .col-lg-4{
        width: 40%;
    }

    .postsFeed .col-lg-4 img{
        width: 100%;
        height: auto;
    }

    .postsFeed .col-lg-8{
        width: 60%;
    }

    .postsFeed small {
        margin: 0;
    }

    .postsFeed h3 {
        color: #565656;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 115%;
        margin: 10px 0 10px 0;
    }

    .postsFeed span {
        color: var(--greenlight);
        margin: 0;
    }

    .boxUltinasNoticias {
        background: #fff;
        padding: 30px 30px 0px 30px;
        border-radius: 20px;
        margin: 0px 0 20px 0;
        float: left;
    }
}