.font12{
    font-size: 12px !important;
}

.font14{
    font-size: 14px !important;
}

@-webkit-keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }
    to {
        transform: translateY(0)
    }
}

:root {
    --primary: #002d53;
    --secondary: #cb6224;
    --background-color: #f3f3f3;
    --white: #fff;
    --black: #4d4b4b
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body, html {
    height: 100%;
    min-height: 100%;
    background: var(--background-color)
}

body, button, input, textarea {
    font-family: Roboto, sans-serif;
    color: var(--black)
}

button {
    cursor: pointer
}

a:hover {
    color: var(--secondary)
}

#page-content {
    flex: 1 0 auto
}

#sticky-footer {
    flex-shrink: none
}

.social-icon {
    color: #fff;
    font-weight: 500;
    font-size: 1.25rem
}

.social-icon:hover {
    color: #eee
}

.text-secondary {
    color: var(--secondary) !important
}

header {
    transition: all .5s ease
}

header .bar-corona {
    background: var(--secondary);
    padding: .625rem;
    text-align: center
}

header .bar-corona .bar-corona-wrapper {
    max-width: 1220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

header .bar-corona .bar-corona-wrapper a {
    color: var(--white);
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-duration: .3s;
    transition-property: transform;
    text-decoration: none;
    outline: none !important
}

header .bar-corona .bar-corona-wrapper a strong {
    color: var(--white)
}

header .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
    z-index: 1300
}

header .wrapper {
    background: #98d1e5;
    background: linear-gradient(0deg, #7dbad0, #4290d2 40%);
    background: linear-gradient(0deg, #002d53, #002d53 40%);
    padding-bottom: 2rem
}

header .wrapper .navbar-brand {
    font-size: 1rem
}

header .wrapper .info {
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem
}

header .wrapper .info, header .wrapper .info .logos {
    display: flex;
    flex-direction: row
}

header .wrapper .info .logos .fesp {
    max-height: 100px
}

header .wrapper .info .logos .prefeitura {
    max-width: 12rem
}

.logo-fixo-app{
    max-width: 16rem !important;
}

header .wrapper .info .logos .vertical-line {
    border-left: 1px solid var(--white);
    margin-right: 1rem;
    margin-left: 1rem
}

header .wrapper .info .search-box {
    display: flex;
    flex-direction: column
}

header .wrapper .info .search-box .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

header .wrapper .info .search-box .buttons a {
    text-decoration: none;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.25rem;
    color: var(--white)
}

header .wrapper .info .search-box .buttons a i {
    color: var(--white)
}

header .wrapper .info .search-box .btn-search {
    color: var(--white);
    background-color: var(--secondary);
    border-color: var(--secondary)
}

.btn-amber {
    color: var(--white);
    background-color: var(--secondary);
    border-color: var(--secondary)
}

header .wrapper .info .search-box .btn-search i {
    color: var(--white)
}

@media (max-width: 767.98px) {
    header .wrapper .info {
        flex-direction: column;
        align-items: inherit
    }

    header .wrapper .info .logos {
        margin-bottom: 1.5rem
    }
}

@media (max-device-width: 360px) {
    header .wrapper .info .logos {
        align-items: center
    }

    header .wrapper .info .logos .prefeitura {
        max-width: 5rem
    }

    header .wrapper .info .logos .vertical-line {
        display: none
    }
}

@media (max-width: 1199.98px) {
    #navbarResponsive > ul.nav.navbar-nav.navbar-right.ml-auto {
        display: flex;
        flex-direction: row
    }

    #navbarResponsive > ul.nav.navbar-nav.navbar-right.ml-auto li {
        margin-right: 1rem
    }
}

#second-nav {
    padding: 1rem;
    background: var(--white);
    margin-top: -2rem;
    border-radius: 5px;
    border-bottom: 3px solid var(--secondary)
}

#news img {
    max-height: 450px
}

#news .carousel-caption a {
    text-decoration: none
}

#news .carousel-caption a h5 {
    color: var(--white)
}

#news .carousel-caption a:hover h5, #news h2 {
    color: var(--secondary)
}

@media (max-width: 991.98px) {
    #news h2 {
        margin-top: 1rem
    }
}

#news .post {
    padding-left: 1rem;
    padding-right: 1rem
}

#news .post small {
    font-weight: 600;
    font-style: italic;
    font-size: 1rem
}

#news .post a, #news .post small {
    color: var(--black)
}

#news .post a:hover p {
    color: var(--secondary)
}

#news .post + .post {
    padding-top: .75rem;
    border-top: 4px solid var(--secondary)
}

#featured h2 {
    font-style: italic;
    color: var(--secondary)
}

#featured .card {
    border-radius: .75rem;
    overflow: hidden;
    perspective: 1px;
    height: 100%
}

#featured .card .card-body {
    display: initial;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    background: var(--primary);
}

#featured .card .card-body p {
    font-weight: 500;
    font-size: 1.25rem;
    color: var(--white)
}

#featured .card .card-body i {
    font-size: 2rem;
    color: var(--white);
    margin-right: .5rem
}

#featured .card .card-body img {
    max-width: 100%;
    height: auto;
    max-width: 3rem
}

@media (max-width: 991.98px) {
    #featured .col-md-4 {
        margin-top: 1rem
    }

    #featured .card .card-body {
        justify-content: flex-start;
        flex-direction: column;
        align-items: center
    }

    #featured .card .card-body p {
        margin-top: 1em;
        text-align: center
    }
}

#infos {
    padding: 3rem 0;
    background-color: var(--primary)
}

#infos .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

#infos .menu .menu-item {
    flex: 1 0 18%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#infos .menu .menu-item p {
    font-weight: 500;
    color: var(--white);
    font-size: 1.25rem;
    line-height: 1.2rem
}

#infos .menu .menu-item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: var(--secondary)
}

#infos .menu .menu-item .icon i {
    color: var(--white);
    font-size: 2rem
}

#infos .menu .menu-item .icon img {
    max-width: 100%;
    height: auto
}

@media (max-width: 767.98px) {
    #infos .menu .menu-item {
        flex: 1 0 50%;
        margin-bottom: 2rem
    }
}

#more-news h2 {
    color: var(--secondary)
}

#more-news .post .category {
    text-transform: uppercase;
    color: var(--secondary);
    font-size: .75rem;
    line-height: 1.2rem
}

#more-news .post .separator {
    color: #afafaf
}

#more-news .post .date {
    color: #b4b3b2;
    font-size: .75rem
}

#more-news .post .title {
    font-size: 1.4em;
    line-height: 2em;
    margin-bottom: .5rem;
    color: var(--secondary);
    text-decoration: none
}

#more-news .post .title h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    min-height: 69px;
    padding-left: .9rem
}

#more-news .post .title h3:before {
    height: 100%;
    max-height: 69px;
    max-width: 4px;
    background: var(--secondary);
    color: var(--secondary);
    content: "fesp";
    position: absolute;
    left: .9rem;
    top: .313rem;
    overflow: hidden
}

#more-news .post .title:hover h3 {
    color: var(--secondary)
}

#structure img {
    max-width: 300px
}

#post .news-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 1em
}

#post .news-details, #post figcaption {
    color: #6c757d !important
}

.card-text-default{
    background: white;
    padding: 16px;
    border-radius: 10px;
}

.carousel-caption{
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #1f1f1fb0;
}

.pad-4px{
    padding: 4px;
}

.block-with-text{
    overflow: hidden;
    line-height: 1.4em;
    max-height: 4em;
}

.w-100{
    object-fit: cover;
}

.img-list-notice{
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.padding-left-16px{
    text-align: left;
    padding-left: 16px;
}