* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.body-web {
    min-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    line-height: 1.3 !important;
    letter-spacing: 0.01em;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale !important;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.background_escuro {
    /*color: #ff0 !important;*/
    /*color: #ffffff !important;*/
    /*background-color: #000000 !important;*/
}

.background_escuro:before,
.background_escuro:after {
    content: none !important;
}

.alto_contraste {

    transition: .3s;

    -webkit-filter: grayscale(100%);
    /*-webkit-filter: contrast(200%);*/
    /*filter: grayscale(100%) invert(100%);*/
    filter: grayscale(100%);
    /*filter: contrast(200%);*/
    filter: gray; /* IE */
}

html {
    min-height: 100% !important;
    width: 100%;
    height: 100%;
}

/* CLASS e ID =======================================================*/

.content-left {
    /*width: 46.875rem;*/
}

.content-right {
    width: 21.875rem;
}

.content-group {
    display: flex;
    flex-direction: row;
    position: relative;
    /*margin: 37px auto;*/
    margin-bottom: 100px;
}

.barra-header {
    color: #111;
    height: 36px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    border-top: 3px solid #F19A29;
}

.menu {
    /*padding-right: 2px;*/
    width: 100%;
    height: 63px;
    display: flex;
    flex-flow: nowrap row;
    justify-content: center;
    align-items: center;

    /*transition: all .4s ease-out;*/
    /*box-shadow: 0px 5px 5px rgba(0, 0, 0, .06);*/
}

.selo-portal {
    position: relative;
}

.selo-portal .selo {
    position: absolute;
    z-index: 2;
    right: 0;
    top: -470px;
}

.selo-portal .selo img {
    border-radius: 50%;
    width: 160px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: width 0.3s ease;
}

.selo-portal .selo img:hover {
    cursor: pointer;
    width: 300px;
}


.oculta-menu a {
    text-decoration: none;
    /*text-transform: uppercase;*/
}

.espaco-left-menu {
    margin-left: 30px;
}

.img_opacity {
    background: rgba(0, 0, 0, .3);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
    /*z-index: 2;*/
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.object-fit-cover {
    object-fit: scale-down;
}

.img-banner {
    object-fit: cover;
}

.barra_xique_after::after {
    content: " ";
    display: block;
    width: 75px;
    height: 6px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    background-color: #FFDC00;
}

.barra_xique_before::before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    top: 171px;
    /*top: 196px;*/
    width: 80px;
    height: 6px;
    /*background-color: #FFDC00;*/
    background-color: #1DC98A;
}

.logo_final {
    position: absolute;
    z-index: 1;
    height: 80px;
    top: 12%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

.logo_iracema {
    width: auto;
    height: auto;
    top: 24% !important;
    flex-flow: row !important;
    justify-content: space-between !important;
}

.logo_iracema .pesquisar {
    display: flex;
    flex-flow: column;
}

/**/
.palavra-chave {
    display: none;
    position: absolute;
    z-index: 1;
    top: 55px;
    width: 100%;
    max-height: 400px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(32, 33, 36, .28);
    transition: 0.3s;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 0;
    overflow-y: auto;
}

.palavra-chave ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.palavra-chave ul li {
    padding: 5px 15px;
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.palavra-chave ul li:hover {
    cursor: default;
    background-color: #EFF4E5;
}

.palavra-chave ul li .fa-solid {
    color: #ccc;
    padding-right: 15px;
}

.palavra-chave ul li span {
    text-transform: lowercase;
    font-weight: 700;
    color: #111;
    font-size: 0.875rem;
}

/**/

.logo_pmcci_barra {
    min-width: 180px; /*175*/
    max-width: 180px;
    min-height: 72px; /*72*/
    max-height: 72px;
    background: url("../img/brasao-pmcci-180x72.png") center no-repeat;
    background-size: cover;
}

.input_psq input {
    width: 100%;
    height: 100%;
    border-radius: 4px !important;
    box-shadow: 0 0 0 0 !important;
    border: 0 none !important;
    outline: 0 !important;
    padding: 5px 25px !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    font-style: italic !important;
}

.btn-search-site {
    width: 60px;
    height: 100%;
    background: url("../img/search24f.png") center no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
}

.btn-search-site:hover {
    background: url("../img/search24.png") center no-repeat;
    background-size: 20px 20px;
}

/* CARROCEL */

.carousel-inner > .carousel-item > img {
    position: relative;
    overflow: hidden;
    height: 530px;
}

.iracema .carousel-inner > .carousel-item > img {
    height: 360px !important;
}

.carousel.iracema .carousel-item {
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
}

.carousel.iracema .carousel-item.active,
.carousel.iracema .carousel-item-next,
.carousel.iracema .carousel-item-prev {
    display: block;
}

.carousel.iracema.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.9s ease-in-out;
}

.carousel.iracema.carousel-fade .carousel-item.active,
.carousel.iracema.carousel-fade .carousel-item-next.carousel-item-left,
.carousel.iracema.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel.iracema.carousel-fade .carousel-item-next,
.carousel.iracema.carousel-fade .carousel-item-prev,
.carousel.iracema.carousel-fade .carousel-item.active.carousel-item-left,
.carousel.iracema.carousel-fade .carousel-item.active.carousel-item-right {
    opacity: 0;
}

.top {
    /*background-color: #36b593;*/
    background-color: #0B5155;
    height: 105px;
    /*height: 130px;*/
}

.barra_subtitulo {
    background-color: #31997d;
    height: 60px;
    text-align: center
}

.container_top {
    height: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.top_tit_noticia_categoria_nome {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.50px;
    flex: 1 1;
    display: flex;
    width: 33.33%;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
}

.area_search_top {
    width: 170px;
    display: flex;
    justify-content: flex-end;
}

.search_box {
    height: 40px;
    border-radius: 20px;
    padding: 10px 15px 10px 20px;
    transition: .3s;
    background-color: #fff;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.search_input {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #808080;
    font-size: 1rem; /*,85rem*/
    transition: 0.4s;
    line-height: 40px;
    width: 80px; /*80*/
    height: 100%;
}

.btn_search {
    width: 20px;
    height: 20px;
    background: url("../img/search24f.png") center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.btn_search:hover {
    background: url("../img/search24.png") center no-repeat;
    background-size: cover;
}

.container_page {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.left-home {
    padding-right: 40px;
    width: 750px;
    min-width: 500px;
    flex-direction: column;
    display: flex;
}

.acesso_rapido {
    width: 360px;
    height: 100%;
}

.noticias-destaque {
    min-height: 538px;
    display: flex;
    position: relative;
    width: 100%;
}

.boxg {
    display: block;
    float: left;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.boxg:hover {
    opacity: .9
}

.boxg.active {
    display: block;
    opacity: 1
}

.categoria-titulo {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.category {
    margin-bottom: 13px;
    color: #31997d;
}

.title {
    line-height: 28px;
    color: #4d4d4d;
}

.title-new {
    line-height: 120%;
    margin-bottom: 22px;
    height: 85px;
    overflow: hidden;
    color: #4d4d4d;
}

.img {
    height: 474px;
    width: 100%;
}

.img div {
    width: 100%;
    height: 100%;
}

.boxg .img div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /*object-position: center;*/
    /*background-size: cover;*/
}

.tit_news_a {
    height: 68px;
    cursor: pointer;
}

.barra_titulo {
    height: 9px;
    width: 233.33px;
    background-color: #efefef;
    cursor: pointer;
}

.cor_bar_titulo {
    background-color: #fee519 !important;
}

.noticias-destaque .loaders {
    top: 120px;
    left: 0;
    width: 100%;
    height: 8px;
    margin-bottom: 5px;
    opacity: 1;
    z-index: 1;
    display: flex;
    position: absolute;
    justify-content: space-between;
}

.noticias-destaque .loaders .loader {
    width: auto;
    flex-grow: 1;
    margin-right: 5px;
    background-color: #efefef;
}

.noticias-destaque .loaders .loader:last-child {
    margin-right: 0
}

.boxm {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.box-noticia {
    /*width: 336px;*/
    width: 50%;
    /*padding-right: 40px;*/
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

.box-noticia:last-child {
    /*padding-right: 0;*/
    /*padding-left: 40px;*/
    margin-right: 0;
    margin-left: 20px;
}

.box-noticia:hover {
    opacity: .9
}

.boxm .box-noticia .img {
    height: 224px;
    margin-bottom: 40px;
}

.boxm .box-noticia .img div {
    width: 100%;
    height: 100%
}

.boxm .box-noticia .img div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.filters {
    margin-top: 40px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.filter {
    padding: 10px 23px;
    border: 1px solid #ccc;
    border-radius: 20px;
    line-height: 14px;
    margin: 0 10px 10px 0;
    font-size: .75rem;
    font-weight: 700;
    color: #ccc;
}

.filter:hover {
    background-color: #ccc;
    color: #fff
}

.dashboard_acesso_rapido {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

/*.base_btn_acesso_rapido {*/
/*    display: flex;*/
/*    flex-flow: row;*/
/*    justify-content: space-between;*/
/*}*/

.outros_acessos {
    margin-bottom: 10px;
}

.cortina_btn {
    display: flex;
    flex-flow: row;
    width: 100%;
    height: 100%;
    border-radius: 9px;
}

.pclist {
    width: 100%;
    height: 100%;
    background-color: #1DC98A;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

.pclist span {
    /*line-height: 1.3;*/
    letter-spacing: 0.04rem;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: 500;
}

.pclist i {
    color: #fff;
    font-size: 14px;
    font-style: normal;
}

.btn_fake {
    position: relative;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    width: 40px;
    height: 100%;
    /*background-color: #1DC98A;*/
    background-color: #0B5155;
}

.btn_fake span {
    /*color: #0B5155;*/
    color: #1DC98A;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    white-space: nowrap;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

/*.btn_acesso_rapido {*/
/*    width: 175px;*/
/*    height: 116px;*/
/*    margin-top: 10px;*/
/*    border-radius: 9px;*/
/*    padding: 15px 20px;*/
/*    display: flex;*/
/*    flex-flow: column;*/
/*    justify-content: center;*/
/*}*/

.btn_outro_acesso {
    width: 175px;
    height: 116px;
    margin-top: 10px;
    border-radius: 9px;
}

.btn_outro_acesso:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .10);
    transition: box-shadow .3s, color .2s;
}

.btn_outro_acesso:hover > .cortina_btn .pclist {
    background-color: rgba(29, 201, 138, 0.8);
    transition: background-color 300ms;
}

/*.btn_acesso_rapido:last-child {*/
/*    margin-left: 10px;*/
/*}*/

.img_acesso_rapido img {
    font-size: 50px;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

/*.b-green-portais {*/
/*    background-color: #31997d;*/
/*}*/

/*.b-green-portais:hover {*/
/*    cursor: pointer;*/
/*    background-color: #36b593;*/

/*    -webkit-transition: all 300ms ease-in-out;*/
/*    transition: all 300ms ease-in-out;*/
/*}*/

.hvr-underline-reveal-acesso-rapido,
.hvr-underline-reveal-green {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    /*transform: perspective(1px) translateZ(0);*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden
}

.hvr-underline-reveal-green:before,
.hvr-underline-reveal-acesso-rapido:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: auto !important;
    right: auto !important;
    bottom: 0;
    height: 8px;
    width: 69px;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

/*.hvr-underline-reveal-acesso-rapido:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    left: auto !important;*/
/*    right: auto !important;*/
/*    bottom: 0;*/
/*    !*background: #ffdc00;*!*/
/*    height: 8px;*/
/*    width: 69px;*/
/*    -webkit-transform: translateY(8px);*/
/*    transform: translateY(8px);*/
/*    -webkit-transition-property: transform;*/
/*    transition-property: transform;*/
/*    -webkit-transition-duration: .2s;*/
/*    transition-duration: .2s;*/
/*    -webkit-transition-timing-function: ease-out;*/
/*    transition-timing-function: ease-out*/
/*}*/

.hvr-underline-reveal-acesso-rapido:hover:not(:active):before,
.hvr-underline-reveal-green:hover:not(:active):before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hvr-underline-reveal-acesso-rapido:active:before,
.hvr-underline-reveal-green:active:before {
    -webkit-transform: translateY(1) !important;
    transform: translateY(1) !important;
}

.tit_btn_acesso_rapido {
    text-transform: uppercase;
}

.white-acessados {
    /*font-size: 1rem;*/
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 19px;
    /*color: #fff;*/
    letter-spacing: 0.04rem;
    display: flex;
    flex-flow: column;
}

.mais_acessados {
    font-size: 1rem;
    margin: 35px 0 8px 0;
    font-weight: 700;
    color: grey;
}

.img_mais_acessado {
    /*margin-top: 15px;*/
    /*margin-bottom: 5px;*/
    width: 52px;
    height: 52px;
}

.tit_btn_mais_acessado {
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 10px;
    line-height: 15px;
    letter-spacing: .04rem;
}

.barra_nav_fixed {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
}

.menu-nav {
    width: 100%;
    letter-spacing: .040rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.menu-nav a {*/
/*    color: #fff;*/
/*    transition: color .2s;*/
/*}*/

/*.menu-nav a:hover {*/
/*    color: #1DC98A !important;*/
/*}*/

.img-icon-menu-right {
    margin-right: 5px;
}

.img-icon-menu-left {
    color: white;
    margin-left: 5px;
}

@media only screen and (max-width: 768px) {
    .acesso-remoto {
        display: none;
    }
}


.arial {
    font-family: Arial, sans-serif !important;
}

/*MENSAGENS DO SISTEM*/
.trigger {
    padding: 15px 15px 15px 40px;
    margin-right: 50px;
    background: #eee;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.trigger a {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 15px;
    background: #069;
    color: #fff
}

.trigger a:hover {
    background: #09f;
    color: #fff;
}

.trigger img {
    margin-right: 10px
}

.lazy {
    background: #d4d4d4;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    -webkit-animation: lazy_load_images 1s linear infinite;
    animation: lazy_load_images 1s linear infinite
}

footer {
    width: 100%;
    /*background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), color-stop(50%, #f3f3f3), color-stop(50%, #ffcf00), to(#ffcf00));*/
    /*background: linear-gradient(90deg, #f3f3f3 0, #f3f3f3 50%, #ffcf00 0, #ffcf00);*/
}

footer .content nav {
    flex: 1 1;
    height: 100%;
}

footer .content nav .box {
    width: 185px;
    margin: 40px 0 50px;
}

footer .content nav .box:last-child {
    margin-right: 50px;
}

footer .content nav .box ul {
    margin-left: 19px;
    margin-top: 23px;
}

footer .info-web {
    width: 100%;
    height: 45px;
}

footer .content nav .box .head {
    height: 50px;
}

footer .content nav .box .head:hover > span, footer .content nav .box .head:hover > i, .flex .column li a:hover {
    color: #ffdc00 !important;
}

footer .content nav .box .head .desc {
    margin-left: 10px;
    line-height: 16px;
}

footer .content nav .box .head .icon {
    font-size: 34px;
}

footer .content nav .box ul li {
    line-height: 1.1rem;
}

footer .content {
    display: flex;
    align-items: center;
    flex-direction: row;
}

footer .content .cont-logo-footer {
    background: #ffcf00;
    width: 264px;
    height: 100%;
    padding-left: 47px;
}

footer .content .cont-logo-footer .logo-footer {
    background: url("../img/logo_footer.png");
    width: 207px;
    height: 83px;
    background-size: contain;
}

footer .content .cont-logo-footer .redes-sociais-footer {
    margin-top: 20px;
}

.btn-footer-social a {
    width: 37px;
    height: 37px;
    color: #4d4d4d;
    background-color: #ffffff;
    margin-right: 17px;
    border-radius: 50%;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*body.pg-post .content-group .content-left .share .cont-share .redes i.rede {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 26px;*/
/*    height: 26px;*/
/*    background: #f4f4f4;*/
/*    border-radius: 50%;*/
/*    margin: 0 5px;*/
/*    color: #111;*/
/*    font-size: 14px;*/
/*}*/

.btn-footer-social a:hover {
    background-color: #36b593;
    color: #fff;
}

.b-grey-footer {
    background-color: #4d4d4d;
}

/* CORES */

.green {
    color: #31997d;
}

.grey {
    color: #4d4d4d;
}

.b-grey {
    background-color: #f3f3f3;
}

.grey-icons {
    color: #707070;
}

footer .content {
    display: flex;
    align-items: center;
    flex-direction: row;
}

/*footer .container {*/
/*    width: 1150px;*/
/*    margin: 0 auto;*/
/*}*/

footer .acessoainformacao {
    background: url(../img/acessoainformacao.png) no-repeat;
    width: 61px;
    height: 23px;
    background-size: contain;
    float: left;
    margin-right: 40px;
}

.contato {
    width: 100%;
}

.contato .left-box-contato, .contato .right-box-contato {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.box-contato {
    margin: 40px 0;
    width: 231px;
    /*width: 50%;*/
    min-width: 231px;
}

.box-contato:first-child {
    margin-right: 80px;
}

.titulo-contato {
    letter-spacing: 1px !important;
}

.email p {
    letter-spacing: normal;
}

.box-contato > div {
    margin-top: 7px;
}

main .contato .left {
    width: calc(100% - 611px);
}

main .contato .left .box {
    margin-right: 40px;
    width: 231px;
}

main .contato .left .box > div {
    margin-top: 7px;
}

main .videos {
    min-height: 570px;
    background: -webkit-gradient(linear, left top, right top, from(#b3b3b3), color-stop(50%, #b3b3b3), color-stop(50%, #f3f3f3), to(#f3f3f3));
    background: linear-gradient(90deg, #b3b3b3 0, #b3b3b3 50%, #f3f3f3 0, #f3f3f3);
}

.cor-fundo {
    background-color: #111011;
}

main .videos .content .left {
    width: 747px;
    z-index: 0;
    padding: 50px 46px 50px 0;
    background-color: #b3b3b3;
}

main .videos .content .right {
    width: calc(100% - 747px);
    z-index: 0;
    border-left: 1px dashed #b3b3b3;
    padding: 50px 0 47px 46px;
    background-color: #f3f3f3;
}

main .videos .content .right:after {
    content: " ";
    width: 8px;
    height: 102px;
    left: 0;
    position: absolute;
    top: 40px;
    background-color: #36b593;
}

main .videos .content {
    min-height: 570px;
}

main .videos .content .left .video {
    width: 100%;
    height: 405px;
    margin-bottom: 40px;
}

main .videos .content .left .video .cortina-img .play {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    color: rgba(255, 255, 255, 0.9);
}

main .videos .content .right .video .cortina-img .play {
    font-size: 35px;
    color: rgba(255, 255, 255, 0.9);
}


main .videos .content .video .cortina-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .videos .content .video .cortina-img:hover {
    opacity: .9;
    background-color: rgba(255, 255, 255, 0.1);
}

main .videos .content .left .title {
    width: 100%;
    line-height: 2.25rem;
    color: #f3f3f3;
}

.title-videos {
    color: #333;
}

main .videos .content .right .video {
    width: 100%;
    margin-bottom: 17px;
}

main .videos .content .right .video .thumb {
    width: 164px;
    min-width: 164px;
    height: 103px;
    margin-right: 23px;
}

.text-line-overflow, .text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

main .videos .content .right .ver-mais-videos {
    margin-top: 26px;
    color: #31997d;
}

:after {
    box-sizing: border-box;
}

main .videos .content .right .video .title {
    line-height: 19px;
    color: #333;
}

main .banners {
    margin: 40px auto 55px;
    justify-content: center;
    height: 280px;
    overflow: hidden;
}

main .banners .banner-interativo.width-25 {
    width: 25%;
}

main .banners .banner-interativo {
    width: 280px;
    height: 280px;
    margin-right: 10px;
}

/*CSS da Galeria de Fotos*/
.galeria-imagens {
    width: 100%;
    height: 297px;
    overflow: hidden;
}

.banner-image::before {
    content: "";
    position: absolute;
    /*z-index: 1;*/
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(7px); /* apply the blur */
    backdrop-filter: blur(7px); /* apply the blur */
    pointer-events: none; /* make the pseudo class click-through */
}

.banner-image {
    position: relative;
    background: no-repeat center center;
    background-image: url(../img/carousel/cci02desfoque.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.info-galeria {
    max-width: 50%;
    margin: auto 0;
    position: relative;
    z-index: 10;
}

/*.galeria-imagens .container .info-galeria:after {*/
.info-galeria:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
}

/*.galeria-imagens .container .info-galeria h3 {*/
.info-galeria h3 {
    color: #ffcf00 /*31997d*/;
    line-height: .9375rem;
}

/*.galeria-imagens .container .info-galeria h2 {*/
.info-galeria h2 {
    margin: 13px 0 30px;
    line-height: 2.25rem;
    text-shadow: 0 0 20px #000;
}

/*.galeria-imagens .container .info-galeria .button {*/
.info-galeria .button {
    color: #fff;
    padding: 14px 33px;
    background-color: #ffcf00;
    border-radius: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

/*.galeria-imagens .container .info-galeria .button:hover {*/
.info-galeria .button:hover {
    background-color: #31997d
}

/*carousel da sessão de imagens*/


.galeria-imagens .container .carousel-images {
    width: 464px;
    height: 500px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    margin-right: 65px;
    margin-top: -100px;
    min-height: 500px;
    position: absolute;
    right: 0;
    top: 0
}

.galeria-imagens .container .carousel-images ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    -webkit-transition: all linear;
    transition: all linear
}

.galeria-imagens .container .carousel-images ul li {
    width: 227px;
    height: 149px;
    margin: 0 10px 10px 0;
    border-radius: 9px;
    overflow: hidden
}

.galeria-imagens .container .carousel-images ul li:nth-child(2n) {
    margin-right: 0
}

.galeria-imagens .container .carousel-images ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.main_content {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}

.banners {
    display: flex;
    justify-content: center !important;
}

.widgets {
    /*width: 223px;*/
    width: 185px;
    /*height: 226px;*/
    height: 308px;
    overflow: hidden;
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
}

.widgets:last-child {
    /*margin-right: 0;*/
}

.semmat {
    height: 226px;
    background-image: url(../img/semmat.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.ppa-banner {

    /*-o-object-fit: fill;*/
    /*object-fit: fill;*/
    /*-o-object-position: center;*/
    /*object-position: center;*/
    height: 226px;
    background-color: #FFCF42;
    background-image: url(../img/ppa.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.atende-facil {
    height: 226px;
    background-image: url(../img/banner-atende-facil.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.turismo {
    background-image: url(../img/turismo.png);
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 100%;*/
}

.niver_cci2021 {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    background-image: url(../img/niver_cci.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
    /*-o-object-position: center;*/
    /*object-position: center;*/
}

.niver_cci2021 .btn_fazer_inscricao {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    width: 150px;
    height: 40px;
    border-radius: 25px;
    color: #FFFFFF;
    background: rgb(34, 193, 195);
    background: linear-gradient(275deg, rgba(34, 193, 195, 1) 0%, rgba(231, 253, 45, 1) 100%);
}

/*.ppa {*/
/*    display: flex;*/
/*    flex-flow: column;*/
/*    justify-content: flex-end;*/
/*    align-items: center;*/
/*}*/

/*.ppa .btn_fazer_inscricao {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-bottom: 10px;*/
/*    font-size: 18px;*/
/*    width: 150px;*/
/*    height: 40px;*/
/*    border-radius: 25px;*/
/*    color: #FFFFFF;*/
/*    background: rgb(34, 193, 195);*/
/*    background: linear-gradient(275deg, rgba(34, 193, 195, 1) 0%, rgba(231, 253, 45, 1) 100%);*/
/*}*/


.solicita-doc {
    background: url(../img/edoc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* ANTI BOOTSTRAP*/

/*b, strong {*/
/*    font-weight: normal !important;*/
/*}*/

/*Medium devices (tablets, 768px and up)*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .galeria-imagens .container .carousel-images {
        width: 350px
    }

    .galeria-imagens .container .carousel-images ul li {
        width: 170px;
        height: 111px
    }
}

@media (max-width: 767px) {
    /*680px*/
    /*SITE*/
    /*.area-vacinometro .covid,*/
    /*.galeria-imagens .container .carousel-images,*/
    /*.barra_xique_before::before,*/
    /*footer,*/
    /*#barra_nav,*/
    /*.area_search_top,*/
    /*.top_tit_noticia_categoria_nomex,*/
    /*.path-links,*/
    /*.banner,*/
    /*.acesso_rapido,*/
    /*.barra_xique_after,*/
    /*.left-home, .videos,*/
    /*.galeria-imagens,*/
    /*.banner-interativo,*/
    /*.contato .left-box-contato,*/
    /*.box-contato {*/
    /*    display: none !important;*/
    /*}*/
    .area-vacinometro {
        flex-flow: column !important;
        height: auto !important;
    }

    .cor-fundo-vacinometro.container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .area-vacinometro .vac {
        padding: 30px 15px !important;
        flex-flow: column !important;
    }

    .area-vacinometro .col-total {
        padding-top: 20px;
        margin: 0 !important;
    }

    .area-vacinometro .col-meta {
        width: 100%;
    }

    .area-vacinometro .col-meta .meta {
        align-items: flex-start !important;
        width: 100% !important;
    }

    .area-vacinometro .col-meta .meta .meta-meta {
        flex-flow: row !important;
    }

    .area-vacinometro .col-meta .meta .data-atualizacao {
        /*width: 100%;*/
        /*color: #1DC98A;*/
        /*font-weight: 500;*/
        /*font-size: 0.625rem;*/
        /*border-top: 1px solid #1DC98A;*/
        /*margin-top: 5px;*/
        /*padding-top: 5px;*/
        /*display: flex;*/
        /*flex-flow: column;*/
        justify-content: flex-start !important;
        /*align-items: center;*/
    }

    .text {
        font-size: 0.813rem !important;
    }

    .grafico {
        width: 70px !important;
        height: 70px !important;
        margin-right: 0 !important;
    }

    .total-dose {
        font-size: 0.75rem !important;
    }

    .top_tit_noticia_categoria_nome {
        margin-left: 10px;
        border-left: 4px solid #FFDC00;
        color: #FFDC00;
        padding: 10px 0 !important;
        font-size: 0.75rem;
    }

    .barra_top_site {
        display: none;
        border-bottom: 6px solid #FFDC00;
    }

    .crumbs {
        margin-top: 15px;
    }

    .btn_acesso_painel {
        margin-top: 40px !important;
        min-height: 0 !important;
        display: flex !important;
        flex-flow: row wrap !important;
        justify-content: center !important;
    }

    .acesso_mobile {
        display: flex !important;
        margin-bottom: 30px !important;
    }

    .acesso_mobile a {
        width: 120px !important;
        height: 110px !important;
        margin: 0 20px 0 20px !important;
        border: 1px solid #f4f4f4 !important;
        padding: 5px !important;
        border-radius: 6px !important;
        background-color: #f9f9f9 !important;

        display: flex !important;
        flex-flow: column;
        justify-content: center !important;
        align-items: center !important;

        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .acesso_mobile:first-child a:first-child {
        display: flex !important;
        flex-flow: column;
        justify-content: center !important;
        align-items: center !important;
    }

    .btn_entre {
        height: 40px !important;
        font-size: 0.875rem !important;
        padding: 0 12px !important;
    }

    /* tela error.php*/
    .error-ops span {
        font-size: 1rem !important;
    }

    .error-ops p {
        font-size: 0.813rem !important;
    }

    .btn_evento {
        width: 100% !important;
        font-size: 12px !important;
    }

    .logo-pmcci {
        width: 210px;
        height: 100%;
        background: url("../img/brasao-logo-338x136.png") center no-repeat;
        background-size: 210px;
    }

    .container_page {
        display: flex;
        justify-content: center;
        padding: 45px 20px;
        margin-top: 0;
        margin-bottom: 0;
        background-color: #E1E5E7;
    }

    .contato.container {
        margin: 0;
        padding: 0;
    }

    .contato {
        flex-flow: column !important;
    }

    .box-contato-mobile {
        display: flex;
        background: #0B5155;
        color: #FFFFFF;
        width: 100%;
        min-height: 120px;
        margin-bottom: 10px;
        border-radius: 12px 10px 10px 12px;
    }

    .box-contato-mobile:first-child {
        margin: 0 0 20px 0;
    }

    .mobile-footer {
        display: block !important;
        width: 100%;
        background-color: #004348;
        padding: 10px 20px;
    }

    .box-contato-titulo {
        position: relative;
        border-top-left-radius: 9px;
        border-bottom-left-radius: 9px;
        width: 40px;
        background-color: #1DC98A;
    }

    .box-contato-titulo span {
        color: #004348;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        white-space: nowrap;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
    }

    .area-box {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 30px;
    }

    .area-box p {
        font-size: .875rem;
        line-height: 1.125rem;
    }

    .area-box .cor-texto-especial {
        color: #1DC98A;
        font-weight: 700;
    }

    .area-box .hr-funcionamento {
        font-size: .6875rem;
        line-height: .9375rem;
    }

    .copyright {
        display: block !important;
        color: #ffffff;
        font-size: .6875rem;
        line-height: .9375rem;
        width: 100%;
        background-color: #0B5155;
        padding: 20px;
    }

    .redes-sociais {
        display: flex !important;
        flex-flow: column;
        background-color: #004348;
        padding: 30px 20px 10px 20px;
    }

    .redes-sociais span {
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.25rem;
        color: #FFFFFF;
        margin-bottom: 15px;
    }

    .icones-redes-sociais {
        color: #CDD3D5;
        font-size: 1.7rem;
    }

    .icones-redes-sociais a:hover {
        color: #FFFFFF;
        transition: color 300ms;
    }

    .mobile-acesso-rapido {
        display: flex !important;
        flex-flow: column;
        width: 100%;
    }

    .area-btn-mobile-servico {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .area-btn-mobile-servico a {
        width: 100%;
    }

    .area-btn-mobile-servico a:last-child {
        margin-left: 5px;
    }

    .area-btn-mobile-servico a:first-child {
        margin-right: 5px;
    }

    .msg-mobile {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 20px;
        font-size: 0.875rem;
    }

    .txt-mobile {
        position: relative;
        border-top-left-radius: 9px;
        border-bottom-left-radius: 9px;
        width: 40px;
        background-color: #0B5155;
    }

    .txt-mobile span {
        color: #1DC98A;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        white-space: nowrap;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }

    .btn-mobile-acesso {
        display: flex;
        background: #1DC98A;
        color: #FFFFFF;
        width: 100%;
        min-height: 70px;
        margin-bottom: 10px;
        border-radius: 12px 10px 10px 12px;
    }

    .btn-mobile-acesso:hover {
        background: #20d492;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .10);
        transition: background .3s, box-shadow .3s, color .2s;
    }

}

.mobile-footer,
.copyright,
.redes-sociais,
.mobile-acesso-rapido {
    display: none;
}

.obrig {
    color: #FF6F00;
    font-style: normal;
}

.alerta {
    /*line-height: 1.3;*/
    white-space: pre-line;
    border-radius: 0;
    color: #FF6F00;
    background-color: #FFFDE7;
    border-color: #FFECB3;
    border-top: 5px solid #FFD600;
    padding: 25px 15px;
    font-size: 14px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.area-view-video {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 50;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.view-video, .view-video video {
    bottom: calc(50% - 300px);
    right: calc(50% - 500px);
    width: 1000px;
    height: 600px;
    background-color: #111011;
}

.view-video .bar-close {
    position: absolute;
    z-index: 1;
    margin-top: 20px;
    padding-right: 20px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.view-video .bar-close .close-view {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.view-video .bar-close .close-view i {
    color: #fff;
    font-size: 32px;
}

.view-video .bar-close .close-view:hover > i {
    color: red;
}

.view-video .view-video-cortina {
    position: absolute;
    z-index: 1;
    top: 73px;
    left: 0;
    bottom: 70px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.view-video .view-video-cortina:hover > .view-play-home {
    background-color: red;
}

.view-video .view-video-cortina .view-play-home {
    width: 74px;
    height: 50px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-video .view-video-cortina .view-play-home i {
    font-size: 24px;
    color: #fff;
}

.icon-webmail {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.icon-webmail i {
    position: relative;
    top: 1.5px;
    font-size: 0.80rem;
    /*margin-right: 5px;*/
}

.input-web {
    display: flex;
    flex-flow: column;
    margin-bottom: 25px;
}

.input-form {
    display: flex;
    flex-flow: column;

}

.input-web-btn-right {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end;
}

.input-web-btn-left {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
}

.btn_espaco_right {
    margin-right: 15px;
}

.input-web label, .input-web select, .input-web p {
    margin-bottom: 3px;
    color: #31997d;
    font-weight: 500;
    font-size: 14px;
}

.input-web input, .input-web input, .input-web textarea {
    color: #111111;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 6px;
    border-radius: 3px;
    border: 1px solid #31997d;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: 6px solid #31997d;
}

.input-web .info-web {
    color: #FF6F00;
    background-color: #FFFDE7;
    border-color: #FFECB3;
    border-bottom: 3px solid #FFD600;
    padding: 0 5px;
    margin: 5px 0 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.input-web .info-web i {
    color: #FF6F00;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.input-web .info-web p {
    padding: 8px 0 3px 5px;
    font-weight: 400;
    font-size: 14px;
    color: #FF6F00;
}

.info-web-fonte-16 {
    font-size: 16px !important;
}

.cor-fundo-vacinometro {
    background-color: #E1E5E7;
}

@media only screen and (min-width: 1000px) {
    .vacinometro {
        padding: 25px 0 !important;
    }
}

.vacinometro {
    width: 100%;
    padding: 25px 20px;
    letter-spacing: 0.0300rem;
}

.area-vacinometro {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    height: 100px;
}

.area-vacinometro .vac {
    width: 100%;
    padding: 0 15px 0 15px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.area-vacinometro .col-meta {
    display: flex;
    height: 100%;
}

.area-vacinometro .col-meta .meta {
    width: 160px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.area-vacinometro .col-meta .meta .meta-meta {
    display: flex;
    flex-flow: column;
}

.area-vacinometro .col-meta .meta .titulo-vacinometro {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0B5155;
    margin-bottom: 5px;
}

.area-vacinometro .col-meta .meta .data-atualizacao {
    width: 100%;
    color: #1DC98A;
    font-weight: 500;
    font-size: 0.625rem;
    border-top: 1px solid #1DC98A;
    margin-top: 5px;
    padding-top: 5px;
    display: flex;
    /*flex-flow: column;*/
    justify-content: center;
    align-items: center;
}

.area-vacinometro .covid {
    position: relative;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    width: 35px;
    height: 100%;
    background-color: #1DC98A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.area-vacinometro .covid span i {
    font-size: 1rem;
}

.area-vacinometro .covid span {
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    white-space: nowrap;
    font-weight: 800;
    font-size: 0.813rem;
    text-transform: uppercase;
}

.area-vacinometro .col-meta .meta div {
    letter-spacing: 0.0200rem;
    font-weight: 700;
    font-size: 11px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #7A8987;
}

.area-vacinometro .col-total {
    width: 100%;
    margin: 0 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.total-doses-contador {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.total-doses-grafico {
    position: relative;
    width: 100%;
    height: 22px;
    background: #31a078;
    border-radius: 22px;
}

.total-doses-aplicadas {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.total-doses-aplicadas .td1 {
    color: #1dc98a;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 14px;
    text-transform: uppercase;
}

.total-doses-aplicadas .td2 {
    color: #1dc98a;
    font-weight: 600;
    font-size: 0.688rem;
    line-height: 14px;
    text-transform: uppercase;
}

.total-doses-recebidas {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
}

.total-doses-recebidas .td1 {
    color: #31a078;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 14px;
    text-transform: uppercase;
}

.total-doses-recebidas .td2 {
    color: #31a078;
    font-weight: 600;
    font-size: 0.688rem;
    line-height: 14px;
    text-transform: uppercase;
}


/*.area-vacinometro .col-doses {*/
/*    flex-direction: column !important;*/
/*    padding: 8px 0 8px 0 !important;*/
/*    width: 95px !important;*/
/*    min-width: 95px !important;*/
/*    height: auto !important;*/
/*    margin-right: 0 !important;*/
/*}*/

@media only screen and (min-width: 1000px) {
    .vacinometro .area-grafico {
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
    }
}

.vacinometro .area-grafico {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}

@media only screen and (min-width: 1000px) {
    .area-vacinometro .col-doses {
        flex-direction: row !important;
        padding: 8px 5px 8px 10px !important;
        width: 150px !important;
        min-width: 150px !important;
        height: 56px !important;
    }

    .area-vacinometro .col-doses:nth-child(2) {
        margin: 0 5px !important;
    }
}

.area-vacinometro .col-doses:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 5px 20px 5px !important;
}

.area-vacinometro .col-doses:nth-child(2),
.area-vacinometro .col-doses:nth-child(3) {
    width: 49% !important;
}

.area-vacinometro .col-doses {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 5px 8px 5px;
    height: auto;
    background: #EAEEF1;
    border-radius: 5px;
}

.area-vacinometro .col-doses:nth-child(1) {
    width: 100% !important;
    margin-bottom: 10px;
}

.area-vacinometro .col-doses:nth-child(2),
.area-vacinometro .col-doses:nth-child(3) {
    width: auto;
}

@media only screen and (min-width: 1000px) {
    .area-vacinometro .col-doses .doses-contador {
        padding-top: 0 !important;
    }

    .area-vacinometro .col-doses:first-child .doses-contador {
        margin-left: 0 !important;
    }

}

.area-vacinometro .col-doses:first-child .doses-contador {
    margin-left: 15px;
    padding-top: 0;
}

.area-vacinometro .col-doses .doses-contador {
    padding-top: 15px;
}


/*@media only screen and (min-width: 1000px) {*/
/*    .area-vacinometro .col-doses {*/
/*        display: flex;*/
/*        flex-direction: row;*/
/*        align-items: center;*/
/*        padding: 8px 5px 8px 10px;*/
/*        width: 150px;*/
/*        min-width: 150px;*/
/*        height: 56px;*/
/*        background: #F2F4F4;*/
/*        border-radius: 5px;*/
/*        margin-right: 5px;*/
/*    }*/
/*}*/

.col-mais-informacoes {
    display: none;
    min-width: 95px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #7A8987;
    text-align: left;
    margin-left: 10px;
    flex: 0;
}

.col-mais-informacoes a {
    font-weight: 600;
    color: #1dc98a;
}

.col-mais-informacoes a:hover {
    text-decoration: underline;
}

.area-grafico {
    display: flex;
}

.grafico-progresso {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #1dc98a;
    border-radius: 22px;
    transition: 1.5s width;
}

.grafico {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #31a078;
    border-radius: 50%;
    margin-right: 10px;
}

.titulo-dose {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #1dc98a;
}

.total-dose {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.813rem;
    line-height: 16px;
    text-align: center;
    color: #7A8987;
}

.text {
    display: flex;
    align-items: center;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 0.688rem;
    line-height: 14px;
    letter-spacing: -.02em;
    color: #FFFFFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.background-breadcrumb {
    width: 100%;
    /*background-color: #0B5155;*/
    background-position: center;
    background-size: cover;
    padding: 65px 0;
    position: relative;
    mix-blend-mode: multiply;
    align-items: center;
}

.background-breadcrumb:before {
    content: "";
    background-color: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));*/
}

.background-breadcrumb h1 {
    color: #ffffff;
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-weight: 800;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

/* Estilo básico para a container do breadcrumb */
.container.breadcrumb-simples {
    padding: 20px .75rem 0 .75rem;
    margin-bottom: 50px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.container-fluid.container-breadcrumb {
    background-image: linear-gradient(180deg, #EFF4E5 0%, #FFFFFF 100%);
}

.container.breadcrumb-simples .titulo-web {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
}

.container.breadcrumb-simples .titulo-web h2 {
    min-width: 0;
    flex: 0 1 auto;
    font-size: 2rem;
    font-weight: 600;
}

.breadcrumb-link .breadcrumb-pntp-id {
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
    margin-left: 10px;
    border-radius: 3px;
    font-weight: 500;
    color: rgba(99, 107, 111, 0.2);
    background-image: linear-gradient(180deg, #fafbf6 0%, #f2f2f2 100%);
    font-size: 0.688rem;
    vertical-align: middle;
}

.breadcrumb-link .breadcrumb-pntp-id:hover {
    color: rgba(99, 107, 111, 0.6);
}

.breadcrumb-link .breadcrumb-pntp-id span {
    flex: 0 0 auto;
    min-width: 18px;
    margin: 0;
    padding: 0;
}

@media (max-width: 1000px) {
    .container.breadcrumb-simples {
        padding: 20px 15px 30px 15px;
    }
}

/* Breadcrumb básico */
.breadcrumb {
    display: flex;
    flex-wrap: wrap; /* Permite que os itens quebrem para a linha seguinte, se necessário */
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center; /* Centraliza verticalmente os ícones */
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    margin-right: 0.5rem; /* Espaço entre os itens */
}

.breadcrumb-item i {
    margin: 0 0.5rem; /* Espaço ao redor dos ícones */
}

.breadcrumb-item:last-child {
    margin-right: 0; /* Remove o espaçamento do último item */
}

.breadcrumb-item a {
    text-decoration: none;
    color: #007bff; /* Azul típico para links */
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

/* Media query para dispositivos menores */
@media (max-width: 767px) {
    .container.breadcrumb-simples {
        padding: 20px 15px 30px 15px;
    }

    .breadcrumb {
        justify-content: center; /* Centraliza os itens em dispositivos menores */
    }

    .breadcrumb-item {
        margin-right: 0.3rem; /* Ajuste o espaçamento para dispositivos menores */
    }

    .breadcrumb-item i {
        margin: 0 0.3rem; /* Ajuste o espaçamento para dispositivos menores */
    }
}

.container-fluid.breadcrumb-simples {
    margin-top: 10px;
}

/*.breadcrumb-link span, .breadcrumb-link a {*/
.breadcrumb-link {
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.breadcrumb-link .voce-esta {
    margin-right: 10px;
    font-weight: 600;
}

.breadcrumb-link a:first-of-type {
    margin-left: 0 !important;
}

.breadcrumb-sombra-fonte a, .breadcrumb-sombra-fonte span {
    text-shadow: 0 2px 3px rgba(0, 0, 0, .20);
}

.breadcrumb-link .fa-angle-right {
    margin: 0 8px;
}

.template-section-widgets-card {
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.template-section-widgets-card .row-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.template-section-widgets-card:before {
    content: '';
    background: #eef2f8 url("../../../../themes/prefweb/assets/img/paint-clear-top.svg") no-repeat center bottom;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 64px;*/
    height: 50px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.template-section-widgets-card:after {
    content: '';
    background: #eef2f8 url("../../../../themes/prefweb/assets/img/paint-clear-bottom.svg") no-repeat center top;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

/*.titulo-section-site {*/
/*    width: fit-content;*/
/*    margin-bottom: 50px;*/
/*}*/

.titulo-section-site {
    width: fit-content;
    margin-bottom: 50px;
    position: relative;
}

.titulo-section-site::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 7px; /* altura da linha */
    background-color: var(--tertiary); /* cor desejada */
    -webkit-mask: url(../../../prefweb/assets/img/line-03-orange.svg) no-repeat bottom/contain;
    mask: url(../../../prefweb/assets/img/line-03-orange.svg) no-repeat bottom/contain;
    pointer-events: none;
}

.titulo-section-site.centro {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo-section-site h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    /*color: #1f1b5f;*/
}

.titulo-section-site h3 strong {
    /*color: #f37021;*/
    font-weight: 600;
}

.template-section-widgets-card .card-gov {
    display: inline-block;
    width: 386px;
    height: 335px;
    text-align: center;
    padding: 48px 28px 56px;
    margin-left: 20px;
    margin-right: 20px;
    background: #eef2f8;
    box-shadow: 0px 12px 40px -16px rgba(29, 23, 71, .4);
    min-height: 335px;
    border-radius: 4px;
    border: 1px solid #eef2f8;
    transition: all .2s ease-out;
    cursor: pointer;
}

.template-section-widgets-card .card-gov:hover {

}

.template-section-widgets-card .card-gov .card-artigos__figure {
    display: inline-block;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    /*border: 1px solid #f37021;*/
    margin: 0;
}

.template-section-widgets-card .card-gov .card-artigos__figure img {
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.template-section-widgets-card .card-gov .card-artigos__name {
    /*font-family: "Barlow","Arial","Verdana";*/
    font-weight: 700;
    font-size: 13px;
    line-height: 110%;
    letter-spacing: .03em;
    text-transform: uppercase;
    /*color: #f37021;*/
    padding-top: 20px;
    margin-bottom: 0;
}

.template-section-widgets-card .card-gov .card-artigos__title {
    /*font-family: "Roboto", "Arial", "Verdana", serif;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #1f1b5f;
    margin-top: 12px;
    margin-bottom: 0;
    transition: all .2s ease-out;
}

/*.paint-clear {*/
/*    position: relative;*/
/*}*/

/*.paint-clear:before {*/
/*    content: '';*/
/*    background: url("../../../../themes/prefweb/assets/img/paint-clear-top.svg") no-repeat center bottom;*/
/*    background-size: contain;*/
/*    position: absolute;*/
/*    bottom: -64px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 64px;*/
/*    -webkit-transform: translateY(-100%);*/
/*    transform: translateY(-100%);*/
/*    z-index: 1;*/
/*}*/

.line-03-write {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    line-height: 110%;
    letter-spacing: 0em;
    padding-bottom: 8px;
    margin-bottom: 24px;
    position: relative;
    background: url(../../../../themes/prefweb/assets/img/line-03-write.svg) no-repeat bottom;
    background-size: contain;
    width: -moz-fit-content;
    width: fit-content;
}

.line-03-orange {
    font-weight: 500;
    color: #fff;
    line-height: 110%;
    letter-spacing: 0em;
    padding-bottom: 16px;
    margin-bottom: 24px;
    position: relative;
    background: url(../../../../themes/prefweb/assets/img/line-03-orange.svg) no-repeat bottom;
    background-size: contain;
    width: -moz-fit-content;
    width: fit-content;
}

.menu-mod {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu__mais_servico {
    display: none;
    position: absolute;
    z-index: 3;
    top: 30px;
    right: 0;
    background-color: white;
    width: 250px;
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    transition: all 0.2s ease-out;
}

.menu-mod.is-open .menu__mais_servico {
    display: block;
}

/* Adiciona a seta */
.menu__mais_servico::before {
    content: '';
    position: absolute;
    top: -9px;
    right: 62px; /* Ajuste este valor para posicionar a seta horizontalmente */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white; /* Mesma cor do fundo do menu */
}

/* Sombra da seta (opcional, para combinar com a sombra do menu) */
.menu__mais_servico::after {
    content: '';
    position: absolute;
    top: -10px;
    right: 62px; /* Mesmo valor do before */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.menu__mais_servico ul {
    padding: 10px 20px;
}

.menu__mais_servico ul li {
    padding: 15px 0;
}

.menu__mais_servico .link__servico {
    font-size: 15px;
    font-weight: 600;
    color: #1f1b5f;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.menu__mais_servico .link__servico:hover {
    text-decoration: none;
    color: #F37021 !important;
}

/* PADRONIZAÇÃO */


.paginator {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paginator_transparent {
    font-size: 14px;
    list-style: none;
    padding: 0;
}

.paginator_transparent_item {
    display: inline-block;
    margin: 0 1px;
    padding: 4px 12px;
    /*background: #f5f8fa;*/
    /*color: #01b666;*/
    text-decoration: none;
}

.paginator_transparent_item:hover {
    text-decoration: none;
}

.paginator_transparent_active,
.paginator_transparent_active:hover {
    text-decoration: none;
}

/*==================================================
 * Efek 2
 * ===============================================*/
.efek2 {
    position: relative;
}

.efek2:before, .efek2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20px; /* Altura fixa para os pseudo-elementos */
    max-width: 300px;
    background: #000;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); /* Escurece a sombra */
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); /* Escurece a sombra */
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); /* Escurece a sombra */
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.efek2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.efek3 {
    position: relative;
    border: 1px solid #ccc; /* Define a borda */
    padding: 10px; /* Adiciona um padding interno */
    background-color: #fff; /* Define a cor de fundo */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); /* Adiciona uma sombra fina na parte inferior */
}

@media (max-width: 991px) {
    .enabled {
        display: none !important;
    }
}

#template-section-acesso-rapido .iracema .favorito {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 15px;
}

#template-section-acesso-rapido .iracema .favorito .pesquisar {
    margin-left: 0;
    margin-right: 0;
    flex: 1 1 320px;
    max-width: 500px;
}

#template-section-acesso-rapido .iracema .favorito .pesquisar form {
    margin: 0 !important;
}

#template-section-acesso-rapido .iracema .favorito .pesquisar .palavra-chave {
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}

#template-section-acesso-rapido .iracema .favorito .palavra-chave ul {
    display: block;
}

#template-section-acesso-rapido .iracema .favorito .palavra-chave ul li {
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 400;
}

#template-section-acesso-rapido .iracema .favorito .palavra-chave ul li .fa-solid {
    font-size: 0.875rem;
}

#template-section-acesso-rapido .iracema .favorito .pesquisar .input_psq {
    width: 100%;
    max-width: 500px;
    height: 50px;
    background-color: var(--white);
    border-radius: 4px;
    border-top: none !important;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
}

#template-section-acesso-rapido .iracema .favorito .pesquisar .input_psq input {
    width: 100%;
    height: 100%;
    border-radius: 4px !important;
    box-shadow: 0 0 0 0 !important;
    border: 0 none !important;
    outline: 0 !important;
    padding: 5px 25px !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    font-style: italic !important;
}

.template-section-acesso-rapido .iracema .favorito ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex: 1 1 420px;
    min-width: 0;
    flex-wrap: wrap;
}
