main .acessorapido {
    width: 100%;
    float: left;
    background: #1CEE69;
    padding-top: 70px;
}

main .acessorapido .container section {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 30px;
}

main .acessorapido .container section a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 50px;
    margin-bottom: 40px;
}

main .acessorapido .container section a:hover * {
    color: #108038;
}

main .acessorapido .container section a:hover .icone:before {
    color: #108038;
}

main .acessorapido .container section a:first-child {
    margin-left: 0;
}

main .acessorapido .container section a .icone {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .acessorapido .container section a .icone:before {
    color: #ffffff;
    font-size: 45px;
}

main .acessorapido .container section a .icone.icon-contracheque:before {
    font-size: 50px;
}

main .acessorapido .container section a .icone.icon-iptu:before {
    font-size: 39px;
}

main .acessorapido .container section a .icone.icon-e-nota:before {
    font-size: 50px;
}

main .acessorapido .container section a .icone.icon-certidoes:before {
    font-size: 52px;
}

main .acessorapido .container section a .icone.icon-estrutura:before {
    font-size: 55px;
}

main .acessorapido .container section a p {
    text-align: center;
    font-size: 1.286rem;
    font-family: 'Metropolis Bold', sans-serif;
    color: #FFFFFF;
}

main .fundonoticias {
    width: 100%;
    float: left;
    background: #FFFFFF;
}

main .fundonoticias .container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    position: relative;
    justify-content: center;
}

main .fundonoticias .container .page {
    width: 122px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    cursor: pointer;
}

main .fundonoticias .container .page.icon-arrow::before {
    color: #1CEE69;
    font-size: 124px;
    font-weight: bold;
    height: 39px;
    display: flex;
    align-items: center;
}

main .fundonoticias .container .page:hover::before {
    color: #F8A111;
}

main .fundonoticias .container .page.left {
    left: 0;
}

main .fundonoticias .container .page.right {
    right: 0;
}

main .fundonoticias .container .page.left:before {
    transform: rotate(180deg);
    margin-top: -24px;
}

main .fundonoticias .container .list {
    width: calc(100% - 244px);
    height: 272px;
    overflow: hidden;
    position: relative;
}

main .fundonoticias .container .list .cont {
    width: 100%;
    height: 100%;
}

main .fundonoticias .container .list .noticia {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    min-height: 272px;
}

main .fundonoticias .container .list .noticia:last-child {
    float: right;
}

main .fundonoticias .container .list .noticia .img {
    width: 356px;
    height: 272px;
    float: left;
    background: #0A9BD6;
}

main .fundonoticias .container .list .noticia:hover .img {
    opacity: 0.8;
}

main .fundonoticias .container .list .noticia section {
    width: calc(100% - 356px);
    padding: 0 30px;
    float: left;
}

main .fundonoticias .container .list .noticia section span {
    width: 100%;
    float: left;
    color: #F8A111;
    font-family: "Metropolis Bold", sans-serif;
    font-size: 1.429rem;
    margin-bottom: 9px;
}

main .fundonoticias .container .list .noticia section h3 {
    width: 100%;
    float: left;
    color: #1CEE69;
    font-size: 1.857rem;
    font-family: "Metropolis Bold", sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}

main .fundonoticias .container .list .noticia:hover section p,
main .fundonoticias .container .list .noticia:hover section h3 {
    text-decoration: underline;
}

main .fundonoticias .container .list .noticia section p {
    width: 100%;
    float: left;
    font-size: 1.357rem;
    color: #757575;
    font-family: 'Metropolis Light', sans-serif;
    height: 121px;
    overflow: hidden;
}

main .background {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
}

main .background .container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

main .background .container.section {
    flex-wrap: wrap;
}

main .background .container.section section {
    width: 1500px;
}

main .background .container.section section .caixa {
    float: left;
}

main .background .caixa {
    width: 300px;
    height: 300px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 50px;
    padding-top: 70px;
    overflow: hidden;
}

main .background .caixa.altura {
    height: 600px;
}

main .background .caixa.tamanho {
    width: 600px;
}

main .background .caixa.altura p.top {
    margin-top: 100px;
    text-align: left;
}

main .background .caixa.altura .titulo::after {
    top: calc(100% + 43px);
}

main .background .caixa.livre {
    justify-content: center;
    padding: 0;
}

main .background .caixa.first {
    align-items: flex-start;
}

main .background .caixa .titulo {
    color: #FFFFFF;
    font-size: 2.5rem;
    font-family: "Metropolis Bold", sans-serif;
    position: relative;
}

main .background .caixa .titulo:after {
    width: 70px;
    height: 12px;
    border-radius: 6px;
    background: #1CEE69;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
}

main .background.municipal .caixa .titulo:after {
    background: #F8A111;
}

main .background .caixa .img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.3s;
}

main .background .caixa:hover .img {
    transform: scale(1.2);
}

main .background .caixa .img.estrutura_organizacional {
    background: url('../images/estrutura.png') center / cover no-repeat;
}

main .background .caixa p {
    font-size: 1.714rem;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Aleo', serif;
    font-weight: bold;
    text-transform: lowercase;
    position: relative;
    z-index: 2;
}

main .background .caixa .data {
    font-family: 'Aleo', serif;
    font-weight: bold;
    font-size: 1.286rem;
    color: #ffffff;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

main .background .caixa .data:after {
    width: 20px;
    position: absolute;
    top: calc(100% + 5px);
    left: calc(50% - 10px);
    border-bottom: 3px solid #1CEE69;
}

main .background .caixa .mais {
    display: flex;
    justify-content: center;
}

main .background .caixa .mais .icone {
    height: 31px;
    margin-right: 10px;
    font-size: 80px;
    color: #fff;
    display: flex;
    align-items: center;
}

main .background .caixa .mais h3 {
    color: #ffffff;
    font-size: 1.786rem;
    font-family: 'Aleo', serif;
    font-weight: bold;
}

main .background .caixa:hover h3,
main .background .caixa:hover .icone,
main .background .caixa:hover .data,
main .background .caixa:not(.first):hover p {
    color: yellow;
}

main .background .caixa:hover .data::after {
    border-color: yellow;
}

main .background .caixa:hover h3 {
    text-decoration: underline;
}

main .background.backNoticias {
    background: #BCBCBC;
}

main .background.governo {
    background: #F8A111;
}

main .background.municipal {
    background: #1CEE69;
}

main .bgimg {
    width: 100%;
    background: url('../images/area.png') center / cover no-repeat;
    float: left;
}

main .bgimg .container {
    width: 1200px;
    min-height: 784px;
    padding: 85px 0;
    border-left: 2px solid #FFFFFF;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

main .bgimg .container:after {
    content: none;
}

main .bgimg .container .bloco {
    width: 719px;
}

main .bgimg .container .bloco section {
    width: 100%;
    float: left;
    padding: 50px;
    position: relative;
}

main .bgimg .container .bloco section.top {
    background: rgba(248, 161, 17, .7);
}

main .bgimg .container .bloco section.bottom {
    background: rgba(28, 238, 105, 0.7);
}

main .bgimg .container .bloco section.top .more {
    width: 60px;
    height: 60px;
    background: #F8A111;
    position: absolute;
    font-family: 'Metropolis Light', sans-serif;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .bgimg .container .bloco section.top .more:hover {
    background: #ffffff;
    color: #F8A111;
}

main .bgimg .container .bloco section.top h1 {
    width: 100%;
    float: left;
    font-family: 'Metropolis Bold', sans-serif;
    color: #FFFFFF;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

main .bgimg .container .bloco section p {
    width: 100%;
    float: left;
    font-family: 'Metropolis Medium', sans-serif;
    font-size: 1.429rem;
    color: #FFFFFF;
    line-height: 1.786rem;
}

main .bgimg .container .bloco section .items {
    width: 100%;
    float: left;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

main .bgimg .container .bloco section .items:after {
    content: none;
}

main .bgimg .container .bloco section .items .item {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}

main .bgimg .container .bloco section .items .item h1 {
    font-size: 2.286rem;
    color: #FFFFFF;
    font-family: 'Metropolis Bold', sans-serif;
    white-space: nowrap;
}

main .bgimg .container .bloco section .items .item:last-child {
    margin: 0;
}

main .bgimg .container .lista {
    width: 430px;
}

main .bgimg .container .lista ul {
    width: 100%;
    float: left;
}

main .bgimg .container .lista ul li {
    font-size: 1.571rem;
    color: #FFFFFF;
    padding-left: 48px;
    font-family: 'Metropolis Bold', sans-serif;
    position: relative;
    margin-bottom: 70px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

main .bgimg .container .lista ul li a:hover {
    color: #108038;
    text-decoration: underline;
}

main .bgimg .container .lista ul li:last-child {
    margin: 0;
}


main .bgimg .container .lista ul li:after {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    left: -9px;
    top: 2px;
}

@media all and (max-width: 1700px) {
    main .fundonoticias .container .list {
        width: calc(100% - 244px);
        height: 210px;
    }

    main .fundonoticias .container .list .noticia {
        width: 50%;
        min-height: 210px;
    }

    main .fundonoticias .container .list .noticia .img {
        width: 250px;
        height: 193px;
    }

    main .fundonoticias .container .list .noticia section {
        width: calc(100% - 250px);
    }

    main .fundonoticias .container .list .noticia section span {
        font-size: 1rem;
    }

    main .fundonoticias .container .list .noticia section p {
        height: 100px;
        font-size: 1rem;
    }

    main .fundonoticias .container .list .noticia section h3 {
        font-size: 1.2rem;
    }
}

@media all and (max-width: 1600px) {

    main .background .caixa {
        width: 200px;
        height: 200px;
        padding: 20px;
        padding-top: 50px;
    }

    main .background .caixa .titulo {
        font-size: 1.5rem;
    }

    main .background .caixa .titulo:after {
        width: 50px;
        height: 8px;
        border-radius: 4px;
    }

    main .background .container.section section {
        width: 1000px;
    }

    main .background .caixa.altura {
        height: 400px;
    }

    main .background .caixa.tamanho {
        width: 400px;
    }

    main .background .caixa p {
        font-size: 1rem;
    }

    main .background .caixa .data {
        font-size: 0.8rem;
    }

    main .background .caixa .mais h3 {
        font-size: 1.143rem;
    }
}


/*
*   MOBILE
*/
@media (max-width: 1024px) {

    body {
        overflow-x: hidden;
    }

    main .fundonoticias .container .list {
        height: auto;
    }

    main .fundonoticias .container .list .noticia {
        width: 100%;
    }

    main .acessorapido .container section {
        justify-content: center;
    }

    main .acessorapido .container section:after {
        content: none;
    }

    main .acessorapido .container section a {
        margin-left: 0;
        width: 200px;
    }

    main .background .container {
        width: 100%;
        flex-wrap: wrap;
    }

    main .bgimg .container {
        width: 100%;
        flex-direction: column;
    }

    main .bgimg .container .lista {
        width: 50%;
        margin-bottom: 30px;
    }

    main .background.backNoticias .container {
        width: 605px;
        float: right;
        margin: 0;
    }

    main .background .container.section section {
        width: 605px;
    }

    main .background.municipal .container.section section .caixa:nth-child(4) {
        width: 100%;
    }

}

@media (max-width: 760px) {

    footer .container .bloco:not(:first-child) h3 {
        font-size: 1.8rem;
    }

    footer .container .bloco:not(:first-child) p {
        font-size: 1.3rem;
    }

    main .fundonoticias .container .list .noticia .img {
        width: 195px;
        height: 135px;
    }

    main .fundonoticias .container .page {
        width: 55px;
    }

    main .fundonoticias .container .list {
        width: calc(100% - 110px);
    }

    main .fundonoticias .container .list .noticia section {

        width: calc(100% - 195px);
    }

    main .bgimg .container .bloco {
        width: 100%;
        padding: 0 15px;
    }

    main .bgimg .container .bloco section .items {
        flex-wrap: wrap;
    }

    main .bgimg .container .bloco section .items .item {
        margin-top: 15px;
    }

    main .bgimg .container .lista ul li {
        font-size: 1.5rem;
    }

}

@media (max-width: 670px) {

    main .fundonoticias .container .list .noticia {
        flex-direction: column;
        margin-bottom: 20px;
    }

    main .fundonoticias .container .list .noticia section {
        width: 100%;
        margin-top: 15px;
        padding: 0;
    }

    main .bgimg .container .bloco section.top h1 {
        font-size: 1.5rem;
    }

    main .bgimg .container .bloco section .items .item h1,
    main .bgimg .container .bloco section p {
        font-size: 1rem;
    }

}

@media (max-width: 605px) {
    main .background .container {
        width: 100%;
    }

    main .bgimg .container .lista {
        width: 86%;
    }

    main .background .caixa {
        width: 100% !important;
        padding: 15px !important;
        align-items: center;
        justify-content: center;
    }

    main .background .caixa .img {
        background-position: top !important;
    }

    main .background .caixa.first {
        align-items: center;
        padding: 30px;
        height: auto !important;
    }
}

@media (max-width: 400px) {

    main .fundonoticias .container .list .noticia section p,
    main .fundonoticias .container .list .noticia section span {
        font-size: 0.7rem;
    }

    main .fundonoticias .container .list .noticia section h3 {
        font-size: 1rem;
    }

    main .fundonoticias .container .list .noticia .img {
        width: 100%;
        height: 32vh;
    }

}
