a {
    font-family: "Branding SF", sans-serif;
    transition: all .3s ease-out 0s !important;
    color: inherit;
    text-decoration: none
}

a:hover {
    transition: all .3s ease-out 0s !important;
    color: #16979e
}

h1 {
    margin: 0
}

ul {
    padding: 0
}

ul li {
    font-family: "Branding SF", sans-serif;
    word-break: break-word
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
small,
span {
    font-family: "Branding SF", sans-serif;
    font-weight: 400;
    word-break: normal
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
input strong,
p strong,
small strong,
span strong {
    font-weight: 700
}

.title-block {
    padding-bottom: 1rem;
    margin-bottom: 3.0938rem;
    position: relative
}

.title-block.no-mb {
    margin-bottom: .625rem
}

.title-block::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #707070;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

.title-block.small::after {
    top: 45%;
    transform: translateY(-50%)
}

.title-block.small h1,
.title-block.small h2,
.title-block.small h3,
.title-block.small h4,
.title-block.small h5,
.title-block.small h6 {
    font-size: 2.75rem;
    line-height: 2.875rem;
    letter-spacing: -.0275rem;
    background: #fff;
    padding: 0 20px;
    position: relative;
    left: -20px;
    display: table;
    text-transform: none
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4,
.title-block h5,
.title-block h6 {
    font-family: "Branding SF", sans-serif;
    font-weight: 900;
    font-size: 2.625rem;
    line-height: 2.1875rem;
    letter-spacing: -.0262rem;
    margin-bottom: 0;
    color: #4d4949;
    z-index: 1;
    position: relative;
    text-transform: uppercase
}

.title-block h1 strong,
.title-block h2 strong,
.title-block h3 strong,
.title-block h4 strong,
.title-block h5 strong,
.title-block h6 strong {
    font-weight: 900
}

.title-block h1 small,
.title-block h1 span,
.title-block h1 strong,
.title-block h2 small,
.title-block h2 span,
.title-block h2 strong,
.title-block h3 small,
.title-block h3 span,
.title-block h3 strong,
.title-block h4 small,
.title-block h4 span,
.title-block h4 strong,
.title-block h5 small,
.title-block h5 span,
.title-block h5 strong,
.title-block h6 small,
.title-block h6 span,
.title-block h6 strong {
    font-family: "Branding SF", sans-serif
}

@media screen and (max-width:1024px) {

    .title-block h1 br,
    .title-block h2 br,
    .title-block h3 br,
    .title-block h4 br,
    .title-block h5 br,
    .title-block h6 br {
        display: none
    }
}

.title-block p {
    font-family: "Branding SF", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 0;
    color: #606060;
    text-align: center
}

@media screen and (max-width:1024px) {
    .title-block p br {
        display: none
    }
}

.subtitle-block {
    padding-bottom: 1rem;
    margin-bottom: 3.0938rem;
    position: relative
}

.subtitle-block p {
    font-family: "Branding SF", sans-serif;
    font-weight: 900;
    font-size: 2.1875rem;
    line-height: 2rem;
    margin-bottom: 0;
    color: #676767;
    text-align: left
}

@media screen and (max-width:1024px) {
    .subtitle-block p br {
        display: none
    }
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
    font-family: "Branding SF", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
    margin-bottom: 0
}

.text-block p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5625rem;
    color: #606060;
    margin-bottom: 0
}

.text-block p:not(:last-child) {
    margin-bottom: 1.25rem
}

@media screen and (max-width:1024px) {
    .text-block p br {
        display: none
    }
}

.custom-link {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: unset;
    letter-spacing: -.0181rem;
    color: #fff;
    margin-bottom: 2.75rem;
    background: var(--color_1);
    border-radius: .625rem;
    padding: .625rem 5rem .625rem 2.3125rem;
    position: relative;
    display: table;
    min-width: 31.125rem
}

.custom-link:hover {
    color: #fff;
    background: var(--color_2)
}

.custom-link.no-mg {
    margin-bottom: 0;
    margin-top: .625rem !important
}

.custom-link:first-child {
    margin-top: 0 !important
}

.custom-link::after {
    content: "";
    background: url(../images/icon/icon-custom-link.svg) no-repeat center;
    background-size: contain;
    width: 1.8125rem;
    height: 1.8125rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.125rem
}

aside.sidebar ul.menu>li.current-menu-item a,
aside.sidebar ul.menu>li.current-menu-parent a {
    background: var(--color_1);
    color: #fff;
}

aside.sidebar ul.menu>li a {
    font-size: 1.125rem;
    color: var(--color_6);
    font-weight: 700;
}

aside.sidebar ul.menu>li a:hover {
    color: var(--color_7);
}

main.inner {
    min-height: 95vh
}

.header {
    background: var(--color_1)
}

.header .top {
    background: var(--color_1)
}

.header .top::after {
    display: none
}

.header .top .wrap {
    background: var(--color_1);
    margin-top: -.7rem
}

.header .bottom {
    background: var(--color_2)
}

.header .wrap-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: unset
}

.header .wrap-logo .logo-secretaria {
    width: 7.125rem;
    margin-right: 2.6875rem
}

.header .wrap-logo .logo {
    width: 10.25rem
}

.header.claro ul.links li:not(:last-child)::after {
    color: #07484b
}

.header.claro ul.links li a {
    color: #07484b
}

.header.claro ul.menu>li a {
    color: #394041
}

.header.claro ul.menu ul.sub-menu>li a {
    color: #fff
}

.header.claro ul.menu ul.sub-menu>li a:hover {
    color: #394041
}

.header.claro ul.menu>li:not(:last-child) {
    margin-right: 2.85rem
}

.header.claro #widget-acessibilidade button {
    color: #394041
}

.header.claro .block-search .searchform .form-control {
    color: #394041
}

.header.claro .block-search .searchform .btn-submit {
    filter: brightness(0) saturate(100%) invert(23%) sepia(6%) saturate(646%) hue-rotate(139deg) brightness(92%) contrast(89%)
}

.header.claro ul.menu>li.menu-item-has-children>a::after {
    filter: brightness(0) saturate(100%) invert(22%) sepia(12%) saturate(330%) hue-rotate(139deg) brightness(96%) contrast(90%)
}

.header .block-search .searchform .form-control {
    background-color: var(--color_11);
    color: var(--color_12);
}

.header ul.menu>li:not(:last-child) {
    margin-right: 3.05rem
}

.header ul.menu>li a {
    font-size: 1.0625rem
}

.header ul.menu ul.sub-menu>li {
    min-width: 18.75rem;
    min-height: 2.1875rem;
    height: unset;
    background: var(--color_3)
}

.header ul.menu ul.sub-menu>li a {
    line-height: 1.25rem;
    white-space: normal;
    font-size: 1.0625rem;
    color: var(--color_6);
}

.header ul.menu ul.sub-menu>li a:hover {
    color: var(--color_10);
}

.footer .wrap-logo {
    width: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
}

.footer .wrap-logo a {
    display: block
}

.footer .wrap-logo .logo-secretaria {
    width: 12.3125rem;
    margin-right: 2.575rem;
    margin-top: auto;
    margin-bottom: auto;
}

.footer .wrap-logo .logo {
    width: 18.3125rem
}

.footer p.copy:not(:last-of-type) {
    line-height: 1rem
}

ul.social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 -.9375rem
}

ul.social li {
    margin: 0 .9375rem
}

.block-social p {
    left: 0
}

section.banner {
    position: relative
}

section.banner .slick-arrow.prev,
section.banner .slick-prev {
    left: 0
}

section.banner .slick-arrow.next,
section.banner .slick-next {
    right: 0
}

section.banner .slick-dots {
    bottom: 0
}

section.banner::after {
    content: "";
    /*background: url(../images/graphism/graphism-home-right.svg) no-repeat center;*/
    background-size: contain;
    width: 7rem;
    height: 7rem;
    position: absolute;
    right: 0;
    bottom: -3.5rem
}

section.banner::before {
    content: "";
    /*background: url(../images/graphism/graphism-home-left.svg) no-repeat center;*/
    background-size: contain;
    width: 10.25rem;
    height: 10.25rem;
    position: absolute;
    left: 0;
    bottom: -20.625rem
}

section.section-menu {
    padding: 26px 0 5.3125rem
}

section.section-menu.claro .wrap-menu ul.menu li a {
    color: #394041
}

section.section-menu .wrap-menu {
    max-width: 57rem;
    display: table;
    margin: auto;
    width: 100%
}

section.section-menu .wrap-menu ul.menu {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.375rem
}

section.section-menu .wrap-menu ul.menu li {
    width: 33.33%;
    padding: 0 .375rem;
    margin-bottom: 6px
}

section.section-menu .wrap-menu ul.menu li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 5.995rem;
    background: var(--color_7);
    border-radius: .4375rem;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.4375rem;
    letter-spacing: -.0131rem;
    color: var(--color_8);
    padding: .3125rem 2.0625rem
}

section.section-menu .wrap-menu ul.menu li a:hover {
    background: var(--color_4);
    color: var(--color_9)
}

section.section-menu .go {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.75rem;
    letter-spacing: -.0131rem;
    color: var(--color_19);
    transition: all .3s ease-out 0s !important;
    text-transform: capitalize;
    margin: 1.625rem 0 auto auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

section.section-menu .go:hover {
    text-decoration: underline
}

section.section-menu .go:hover .icon {
    transition: all .3s ease-out 0s !important;
    right: -.3125rem
}

section.section-menu .go .icon {
    width: 1.8125rem;
    margin-left: .5rem;
    transition: all .3s ease-out 0s !important;
    position: relative;
    right: 0
}

section.section-menu .go .icon svg {
    width: 100%;
    height: auto
}

section.section-menu .go .icon svg path {
    fill: var(--color_19)
}

section.first-cta {
    padding: 0 0 3.25rem
}

section.first-cta.claro .wrap .block h2 {
    color: #2c2f88
}

section.first-cta .wrap .block {
    background: url(../images/bg-cta.png) no-repeat center;
    background-size: contain;
    height: 20.75rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    padding: .625rem 4.875rem
}

section.first-cta .wrap .block .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 47rem
}

section.first-cta .wrap .block h2 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 3rem;
    letter-spacing: -.0131rem;
    color: inherit;
    margin-bottom: .625rem
}

section.first-cta .wrap .block p {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8125rem;
    letter-spacing: -.0131rem;
    color: inherit;
    margin-bottom: 0
}

section.first-cta .wrap .block .text {
    width: calc(100% - 23rem)
}

section.first-cta .wrap .block a {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.015rem;
    color: var(--color_14);
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: var(--color_13);
    width: 19.4375rem;
    height: 4.0625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

section.first-cta .wrap .block a:hover {
    background-color: var(--color_15);
    color: var(--color_16);
}

section.news-highlights:not(.inner) .wrap::before {
    width: 7.8125rem;
    left: -10.4rem
}

section.fast-access {
    padding: 2.5625rem 0 5.875rem
}

section.fast-access .slider .slide .block p small {
    display: block
}

section.news-cta {
    padding: 0 0 6.625rem
}

section.prefeitura-content {
    padding: 3.125rem 0 3.75rem
}

section.prefeitura-content .wrap {
    max-width: 68rem;
    width: 100%
}

section.prefeitura-content .wrap .page-content .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

section.prefeitura-content .wrap .page-content .inner .right {
    width: 100%;
    max-width: 47.75rem;
    margin-left: 2.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

section.prefeitura-content .wrap .page-content .inner .right .text {
    width: 100%
}

section.prefeitura-content .wrap .page-content .inner .right a:not(.btn):not(.custom-link) {
    color: #68c6e2;
    display: inline;
    font-family: 'Branding SF', sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2.578rem;
    letter-spacing: -.0112rem;
    margin-bottom: .675rem
}

section.prefeitura-content .wrap .page-content .inner .right a:not(.btn):not(.custom-link):hover {
    color: #3fd6de
}

section.prefeitura-content .wrap .page-content .inner .right a:not(.btn):not(.custom-link).inline {
    display: inline
}

section.prefeitura-content .wrap .page-content h1,
section.prefeitura-content .wrap .page-content h2,
section.prefeitura-content .wrap .page-content h3,
section.prefeitura-content .wrap .page-content h4,
section.prefeitura-content .wrap .page-content h5,
section.prefeitura-content .wrap .page-content h6 {
    font-weight: 900;
    text-align: left;
    letter-spacing: -.0181rem;
    color: #676767;
    margin-bottom: 1.09575rem
}

section.prefeitura-content .wrap .page-content h1 {
    font-size: 2.4558rem;
    line-height: 2.95rem;
}

section.prefeitura-content .wrap .page-content h2 {
    font-size: 2.0258rem;
    line-height: 2rem;
}

section.prefeitura-content .wrap .page-content h3 {
    font-size: 1.6795rem;
    line-height: 1.95rem;
}

section.prefeitura-content .wrap .page-content h4 {
    font-size: 1.3795rem;
    line-height: 1.6rem;
}

section.prefeitura-content .wrap .page-content h5 {
    font-size: 1.1995rem;
    line-height: 1.4rem;
}

section.prefeitura-content .wrap .page-content h6 {
    font-size: 1.0095rem;
    line-height: 1.4rem;
}

section.prefeitura-content .wrap .page-content h2:nth-child(2n+0),
section.prefeitura-content .wrap .page-content h3:nth-child(2n+0) {
    margin-top: 1.5rem;
}

section.prefeitura-content .wrap .page-content img {
    margin-bottom: 3.4375rem
}

section.prefeitura-content .wrap .page-content .btn {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.75rem;
    letter-spacing: -.0131rem;
    color: #16979e;
    transition: all .3s ease-out 0s !important;
    margin: 3.75rem auto auto auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

section.prefeitura-content .wrap .page-content .btn:hover {
    text-decoration: underline
}

section.prefeitura-content .wrap .page-content .btn:hover .icon {
    transition: all .3s ease-out 0s !important;
    top: -.3125rem
}

section.prefeitura-content .wrap .page-content .btn .icon {
    width: 1.8125rem;
    margin-left: .5rem;
    transition: all .3s ease-out 0s !important;
    position: relative;
    top: 0
}

section.prefeitura-content .wrap .page-content .btn .icon svg {
    width: 100%;
    height: auto;
    transform: rotate(-90deg)
}

section.prefeitura-content .wrap .page-content .btn .icon svg path {
    fill: #16979e
}

section.prefeitura-content .wrap .page-content .the-team .wrap-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3.25rem
}

section.prefeitura-content .wrap .page-content .the-team .team-title {
    width: 100%;
    padding-left: 16.625rem
}

section.prefeitura-content .wrap .page-content .the-team .team-left {
    width: 13.5rem;
    margin-right: 2.5rem;
    margin-left: 1.5rem;
}

section.prefeitura-content .wrap .page-content .the-team .team-left img {
    margin-bottom: 1.125rem
}

section.prefeitura-content .wrap .page-content .the-team .team-left span {
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 2rem;
    letter-spacing: -.0131rem;
    color: #676767;
    display: block
}

section.prefeitura-content .wrap .page-content .the-team .team-right {
    width: calc(100% - 18.625rem)
}

section.prefeitura-content .wrap .page-content .the-team .team-right .title_equipe {
    text-transform: uppercase;
}

section.prefeitura-content .wrap .page-content .block-menu {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.6875rem;
    margin: 4.375rem 0 12rem
}

section.prefeitura-content .wrap .page-content .block-menu li {
    width: 48%;
    background-color: var(--color_1);
    border-radius: .4375rem;
    padding: 1.5rem 1.875rem 1.8125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    transition: all .3s ease-out 0s !important
}

section.prefeitura-content .wrap .page-content .block-menu li:hover {
    background-color: var(--color_2);
    transition: all .3s ease-out 0s !important
}

section.prefeitura-content .wrap .page-content .block-menu li a {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    line-height: 1.8125rem !important;
    letter-spacing: -.0131rem !important;
    color: #394041 !important;
    display: block !important;
    margin-bottom: 0 !important;
    width: 100%;
    height: 100%
}

main.inner.prefeitura .graphism.bottom {
    bottom: unset;
    top: 44rem
}

main.inner.prefeitura .graphism.bottom img {
    width: 7rem;
    height: 7rem
}

main.inner.prefeitura .graphism.top {
    top: 70rem
}

main.inner.prefeitura .graphism.top.left img {
    width: 8rem;
    height: 8rem
}

main.inner.prefeitura .graphism.middle.left {
    top: 95rem;
    left: 5rem
}

main.inner.prefeitura .graphism.middle.left img {
    width: 8.125rem;
    height: 24.0625rem
}

section.services-content {
    padding: 3.125rem 0 2.8125rem
}

section.services-content h3 {
    font-size: 2.1875rem;
    color: #676767;
    line-height: 2rem;
    letter-spacing: -.0131rem !important;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1.375rem
}

section.services-content .list-services {
    margin-bottom: 1.875rem
}

section.services-content .list-services .block {
    margin-bottom: 1.5625rem
}

section.services-content .list-services .block .inner {
    background: var(--color_7)
}

section.services-content .list-services .block .inner h2 {
    color: var(--color_8);
}

section.services-content .list-services .block .inner .body {
    height: 5.75rem
}

section.services-content .list-services .block .inner:hover {
    background: var(--color_4)
}

section.services-content .list-services .block .inner:hover h2 {
    color: var(--color_9)
}

main.inner.services .graphism.bottom {
    bottom: unset;
    top: 44rem
}

main.inner.services .graphism.bottom img {
    width: 7rem;
    height: 7rem
}

main.inner.services .graphism.top {
    top: 70rem
}

main.inner.services .graphism.top.left img {
    width: 8rem;
    height: 8rem
}

main.inner.services .graphism.middle.left {
    top: 95rem;
    left: 5rem
}

main.inner.services .graphism.middle.left img {
    width: 8.125rem;
    height: 24.0625rem
}

main.search-results {
    min-height: 60vh
}

section.search {
    padding: 3.75rem 0 0 0
}

section.search .result {
    max-width: 68rem;
    width: 100%;
    margin: 0 auto;
    display: table
}

section.search h1 {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 2.1875rem;
    letter-spacing: -.0187rem;
    color: #4d4949;
    margin: 0
}

section.servico-results {
    padding: 3.125rem 0 2.8125rem
}

section.servico-results .title-block {
    margin-bottom: 2.4375rem
}

section.servico-results .wrap {
    max-width: 68rem;
    width: 100%;
    margin: 0 auto;
    display: table
}

section.servico-results .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.7813rem
}

section.servico-results .list article {
    margin-bottom: 1.5625rem
}

section.servico-results .list article .inner {
    background: var(--color_3);
    transition: all .3s ease-out 0s !important
}

section.servico-results .list article .inner:hover {
    background: var(--color_2);
    transition: all .3s ease-out 0s !important
}

section.servico-results .list article .inner:hover h2 {
    color: #fff
}

section.servico-results .list article .inner .body {
    height: 5.75rem
}

section.post-results,
section.page-results {
    padding: 3.125rem 0 2.8125rem
}

section.post-results .title-block,
section.page-results .title-block {
    margin-bottom: 2.4375rem
}

section.post-results .wrap,
section.page-results .wrap {
    max-width: 68rem;
    width: 100%;
    margin: 0 auto;
    display: table
}

section.post-results .list article,
section.-results .list article {
    margin-bottom: 4.625rem
}

section.post-results .list .wrap-thumb,
section.page-results .list .wrap-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

section.post-results .list figure {
    width: 30.1875rem;
    height: 0;
    padding-top: 23.898%;
    border-radius: 0;
    margin-right: 2.625rem
}

section.post-results .list figure img {
    border-radius: 0;
    transform: scale(1);
    transition: all .5s ease-out 0s !important
}

section.post-results .list .text {
    width: calc(100% - 32.8125rem);
    min-height: 260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

section.post-results .list a:hover figure img {
    transform: scale(1.08);
    transition: all .5s ease-out 0s !important
}

section.post-results .list a:hover .post-title {
    color: #ffba00;
    transition: all .3s ease-out 0s !important
}

section.post-results .list .post-category {
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 1.6875rem;
    letter-spacing: -.0125rem;
    color: #4d4949;
    text-transform: uppercase;
    margin-bottom: .625rem
}

section.post-results .list .post-title {
    font-size: 2.4875rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: -.0269rem;
    color: #4d4949;
    margin-bottom: .625rem;
    transition: all .3s ease-out 0s !important
}

section.post-results .list p.date {
    font-size: 1.09rem;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: -.0119rem;
    color: #16979e;
    margin-bottom: 0
}

section.post-results .list .foot {
    display: none
}

section.turismo-content {
    padding: 3.125rem 0 3.75rem
}

section.turismo-content .wrap:not(.gallery) {
    max-width: 68rem;
    width: 100%
}

section.turismo-content .wrap:not(.gallery) .page-content .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

section.turismo-content .wrap:not(.gallery) .page-content .inner .right {
    width: calc(100% - 19rem);
    max-width: 50.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

section.turismo-content .wrap:not(.gallery) .page-content .inner .right .text {
    width: 100%
}

section.turismo-content .wrap:not(.gallery) .page-content .inner .right a:not(.btn):not(.custom-link) {
    color: #68c6e2;
    display: table;
    font-family: 'Branding SF', sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -.0112rem;
    margin-bottom: .675rem
}

section.turismo-content .wrap:not(.gallery) .page-content .inner .right a:not(.btn):not(.custom-link):hover {
    color: #3fd6de
}

section.turismo-content .wrap:not(.gallery) .page-content h1,
section.turismo-content .wrap:not(.gallery) .page-content h2,
section.turismo-content .wrap:not(.gallery) .page-content h3,
section.turismo-content .wrap:not(.gallery) .page-content h4,
section.turismo-content .wrap:not(.gallery) .page-content h5,
section.turismo-content .wrap:not(.gallery) .page-content h6 {
    font-size: 1.5625rem;
    font-weight: 900;
    text-align: left;
    line-height: 2rem;
    letter-spacing: -.0181rem;
    color: #676767;
    margin-bottom: .625rem;
    margin-top: 1.875rem
}

section.turismo-content .wrap:not(.gallery) .page-content h1:first-of-type,
section.turismo-content .wrap:not(.gallery) .page-content h2:first-of-type,
section.turismo-content .wrap:not(.gallery) .page-content h3:first-of-type,
section.turismo-content .wrap:not(.gallery) .page-content h4:first-of-type,
section.turismo-content .wrap:not(.gallery) .page-content h5:first-of-type,
section.turismo-content .wrap:not(.gallery) .page-content h6:first-of-type {
    margin-top: 0
}

section.turismo-content .wrap:not(.gallery) .page-content .custom-link {
    margin-top: 1.25rem
}

section.turismo-content .wrap:not(.gallery) .page-content img {
    margin-bottom: 3.4375rem
}

main.inner.turismo .graphism.bottom {
    bottom: unset;
    top: 44rem
}

main.inner.turismo .graphism.bottom img {
    width: 7rem;
    height: 7rem
}

main.inner.turismo .graphism.top {
    top: 70rem
}

main.inner.turismo .graphism.top.left img {
    width: 8rem;
    height: 8rem
}

main.inner.turismo .graphism.middle.left {
    top: 95rem;
    left: 5rem
}

main.inner.turismo .graphism.middle.left img {
    width: 8.125rem;
    height: 24.0625rem
}

section.prefeitura-content .wrap .page-content ul li {
    font-family: 'Branding SF', sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -.0112rem;
    color: #676767
}

section.prefeitura-content .wrap .page-content ul li::marker {
    color: #a0a0a0;
    width: .625rem;
    height: .625rem
}

section.prefeitura-content .wrap .page-content .inner.flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

section.prefeitura-content .wrap .page-content .inner.flex-right .right {
    max-width: 60.0625rem
}

section.prefeitura-content .wrap .page-content .inner .right .pagination {
    margin-top: 3.75rem
}

section.prefeitura-content .wrap .page-content .inner .right .pagination .page-numbers {
    margin-bottom: 0 !important
}

section.prefeitura-content .group {
    width: 100%
}

section.prefeitura-content .filter {
    width: 100%;
    margin-bottom: 2.5rem
}

section.prefeitura-content .filter .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

section.prefeitura-content .filter .form-row .form-group:not(:last-child) {
    margin-right: 5.375rem
}

section.prefeitura-content .filter .form-row label {
    font-family: "Branding SF", sans-serif;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: -.1792px;
    color: #676767;
    display: block;
    font-weight: 900;
    margin-bottom: .75rem
}

section.prefeitura-content .filter .form-row select {
    width: 7.5625rem;
    border: .0625rem solid #707070;
    font-family: "Branding SF", sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -.0112rem;
    color: #676767;
    height: 2.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-radius: .4375rem;
    background-image: url(../images/icon/arrow-select.svg);
    background-size: 1.0625rem;
    background-repeat: no-repeat;
    background-position: 90% center;
    overflow: hidden !important;
    padding-right: 1.8438rem !important
}

section.prefeitura-content .filter .form-row .btn-filter {
    color: #fff;
    background-color: #1d5ea0;
    font-size: 1.0625rem;
    transition: all .3s ease-out 0s !important;
    padding: 0 2.1875rem;
    height: 2.125rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 2.625rem auto 0 0
}

section.prefeitura-content .filter .form-row .btn-filter:hover {
    text-decoration: none;
    opacity: .7;
    transition: all .3s ease-out 0s !important
}

section.prefeitura-content .notif-list {
    border: 1px solid #707070
}

section.prefeitura-content .notif-list>div:nth-child(even) {
    background-color: #ededed
}

section.prefeitura-content .notif-list .body,
section.prefeitura-content .notif-list .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

section.prefeitura-content .notif-list .body div:not(.icon),
section.prefeitura-content .notif-list .head div:not(.icon) {
    height: 2.8125rem;
    padding: .75rem 1.1875rem;
    border-bottom: 2px solid #707070
}

section.prefeitura-content .notif-list .body div:not(.icon):not(:last-child),
section.prefeitura-content .notif-list .head div:not(.icon):not(:last-child) {
    border-right: 2px solid #707070
}

section.prefeitura-content .notif-list .body div:not(.icon):first-child,
section.prefeitura-content .notif-list .head div:not(.icon):first-child {
    width: 20.8125rem
}

section.prefeitura-content .notif-list .body div:not(.icon):nth-child(2),
section.prefeitura-content .notif-list .body div:not(.icon):nth-child(3),
section.prefeitura-content .notif-list .head div:not(.icon):nth-child(2),
section.prefeitura-content .notif-list .head div:not(.icon):nth-child(3) {
    width: 14.625rem
}

section.prefeitura-content .notif-list .body div:not(.icon):last-child,
section.prefeitura-content .notif-list .head div:not(.icon):last-child {
    width: 10rem
}

section.prefeitura-content .notif-list .body div:not(.icon):last-child .icon,
section.prefeitura-content .notif-list .head div:not(.icon):last-child .icon {
    text-align: center;
    display: table;
    margin: auto !important
}

section.prefeitura-content .notif-list .body div:not(.icon):last-child .icon img,
section.prefeitura-content .notif-list .head div:not(.icon):last-child .icon img {
    width: 1.4512rem;
    margin: 0
}

section.prefeitura-content .notif-list .head div {
    font-family: "Branding SF", sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -.0112rem;
    color: #676767;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

section.prefeitura-content .notif-list .body div:not(.icon) {
    font-family: 'Branding SF', sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -.0112rem;
    color: #676767;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

section.prefeitura-content .notif-list .body div:not(.icon):last-child {
    padding: .4688rem 1.1875rem
}

@media screen and (max-width:1440px) {

    .graphism,
    section.banner::after,
    section.banner::before {
        display: none
    }
}

@media screen and (max-width:991px) {
    .header .wrap-menu {
        background: var(--color_1)
    }

    .header .top .wrap {
        margin-top: 1.25rem
    }

    .header .wrap-logo .logo {
        display: none
    }

    section.section-menu .wrap-menu ul.menu li a {
        font-size: 1.225rem
    }

    section.first-cta .wrap .block .inner {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
        max-width: 16.875rem
    }

    section.first-cta .wrap .block {
        background: url(../images/bg-cta.png) no-repeat -120px 0;
        background-size: cover;
        padding: .625rem 2rem
    }

    section.first-cta .wrap .block h2 {
        font-size: 2.3rem;
        line-height: 2rem
    }

    section.first-cta .wrap .block a {
        font-size: 1.375rem;
        width: 100%;
        height: 3.0625rem;
        margin-top: 1.25rem
    }

    section.first-cta .wrap .block .text {
        width: 100%
    }

    .header ul.menu ul.sub-menu>li {
        background: 0 0
    }
}

@media screen and (max-width:767px) {
    ul.social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center
    }

    .footer .wrap-logo {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer .wrap-logo .logo-secretaria {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 1.875rem
    }

    section.prefeitura-content .wrap .page-content .the-team .team-right {
        width: 100%;
        margin-top: 2.5rem
    }

    section.prefeitura-content .wrap .page-content .the-team .team-title {
        padding-left: 0
    }

    section.turismo-content .wrap:not(.gallery) .page-content .inner .right {
        width: 100%
    }

    .subtitle-block p {
        font-size: 1.6rem
    }

    section.section-menu .wrap-menu ul.menu li {
        width: 50%
    }

    section.section-menu .wrap-menu ul.menu li a {
        font-size: 1.125rem
    }

    section.first-cta .wrap .block {
        background: url(../images/bg-cta.png) no-repeat right;
        background-size: cover
    }

    section.first-cta .wrap .block .inner {
        max-width: 100%
    }

    section.banner figure {
        height: 12.8125rem;
        position: relative
    }

    section.banner figure img {
        margin: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover;
        object-position: top;
        z-index: -2;
        border-radius: 0;
        opacity: 1
    }

    .custom-link {
        min-width: 100%
    }

    section.prefeitura-content .filter .form-row {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    section.prefeitura-content .filter .form-row .form-group:not(:last-child) {
        margin-right: 1.25rem
    }

    section.prefeitura-content .filter .form-row .form-group:not(:last-child) {
        margin-bottom: 1.25rem
    }

    section.prefeitura-content .notif-list .body,
    section.prefeitura-content .notif-list .head {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    section.prefeitura-content .notif-list .body div:not(.icon),
    section.prefeitura-content .notif-list .head div {
        width: 100% !important
    }

    section.prefeitura-content .notif-list .body div:not(.icon),
    section.prefeitura-content .notif-list .head div:not(.icon) {
        border: 1px solid #707070 !important;
        height: 3.3rem
    }

    section.prefeitura-content .notif-list .body div:not(.icon):last-child,
    section.prefeitura-content .notif-list .head div:not(.icon):last-child {
        border-bottom: 2px solid #707070 !important
    }
}

@media screen and (max-width:375px) {
    section.section-menu .wrap-menu ul.menu li {
        font-size: 1rem
    }
}

/*# sourceMappingURL=style.min.css.map */