header {
    height: 225px;
}

.conteudo {
    background-color: #FBFBFB;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
}

.conteudo .containerInt {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
}

.conteudo .containerInt .esq {
    width: 723px;
    float: left;
    height: auto;
    display: flex;
    flex-direction: column;
}

.conteudo .containerInt .esq .data {
    width: 100%;
    font-size: 1.143rem;
    color: #808080;
}

.conteudo .containerInt .esq .data a {
    font-weight: bolder;
    text-transform: uppercase;
}

.conteudo .containerInt .esq .data a:hover {
    opacity: .8;
}

.conteudo .containerInt .esq .ttlNoticia {
    width: 100%;
    font-size: 2.714rem;
    color: #0975AB;
    margin: 10px 0;
    font-weight: bolder;
    text-transform: uppercase;
}

.conteudo .containerInt .esq .fotoCapa {
    width: 100%;
    margin-bottom: 20px;
    height: 370px;
}

.conteudo .containerInt .esq .texto {
    width: 100%;
    font-size: 1.286rem;
    color: #485260;
}

.conteudo .containerInt .esq .social {
    width: 100%;
    background-color: #d9e0e2;
    padding: 30px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.conteudo .containerInt .esq .social .title {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 0;
    align-items: center;
    margin-bottom: 0;
    font-weight: bolder;
    color: #485260;
    font-size: 1.143rem;
}

.conteudo .containerInt .esq .social .title li:first-child {
    margin-left: 30px;
}

.conteudo .containerInt .esq .social .title li {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.conteudo .containerInt .esq .social .title li a {
    width: 100%;
    color: #0975AB;
}

.conteudo .containerInt .esq .social .title li a .icon-gplus {
    width: 28px;
}

.conteudo .containerInt .esq .social .title li a .icon-gplus:before {
    font-size: 25px;
}

.conteudo .containerInt .esq .social .title li a .icon-facebook {
    width: 28px;
}

.conteudo .containerInt .esq .social .title li a .icon-facebook:before {
    font-size: 25px;
}

.conteudo .containerInt .esq .social .title li a .icon-twitter {
    width: 28px;
}

.conteudo .containerInt .esq .social .title li a .icon-twitter:before {
    font-size: 25px;
}

.conteudo .containerInt .esq .social .title li a:hover {
    color: #ffd616;
}

.conteudo .containerInt .esq .social .fb {
    background-color: white;
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    height: auto;
}

.conteudo .containerInt .right {
    width: 347px;
    float: right;
    height: auto;
    display: flex;
    flex-direction: column;
}

.conteudo .containerInt .right .fotocidade {
    width: 100%;
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    height: 247px;
    background: url(../../img/site/cidade2.jpg) center / cover no-repeat;
}

.conteudo .containerInt .right .bot {
    background-color: white;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.conteudo .containerInt .right .bot .nomecidade {
    width: 100%;
    color: #0975AB;
    font-weight: 700;
    font-size: 1.857rem;
    margin-bottom: 15px;
}

.conteudo .containerInt .right .bot .campo {
    width: 100%;
    height: auto;
    font-size: 1.143rem;
    color: #485260;
    font-weight: 400;
    margin-bottom: 10px;
}

.conteudo .containerInt .right .bot .campo a {
    color: #0975AB;
    text-decoration: underline;
}

.conteudo .containerInt .right .bot .campo a:hover {
    opacity: .7;
}

.conteudo .containerInt .right .bot .campo:last-child {
    margin-bottom: 0;
}

.conteudo .inf {
    width: 100%;
    height: auto;
}

.conteudo .inf .container {
    width: 1120px;
    margin: auto;
    height: auto;
}

/**
    =========CSS DA LISTAGEM DE TODOS==============
 */

.conteudo .containerInt .esq .texto ul.unidades {
    padding-left: 0;
    margin-top: 20px;
    display: block;
}

.conteudo .containerInt .esq .texto ul {
    width: 100%;
    float: left;
    padding-left: 30px;
    display: none;
}

.conteudo .containerInt .esq .texto ul.ativo {
    display: block;
}

.conteudo .containerInt .esq .texto ul li {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.conteudo .containerInt .esq .texto ul li section {
    width: 100%;
    background-color: rgb(253, 253, 253);
    float: left;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, .01), 0 15px 32px 0 rgba(0, 0, 0, .06);
    border: 1px solid rgb(236, 236, 236);
}

.conteudo .containerInt .esq .texto ul li section .img {
    width: 200px;
    height: 245px;
    float: left;
    overflow: hidden;
    display: none;
}

.conteudo .containerInt .esq .texto ul li section .img.ativo {
    display: block;
}

.conteudo .containerInt .esq .texto ul li section .informacoes {
    width: calc(100% - 200px);
    padding-left: 15px;
    float: left;
    display: flex;
    flex-direction: column;
}

.conteudo .containerInt .esq .texto ul li section .informacoes.full {
    width: 100%;
}

.conteudo .containerInt .esq .texto ul li section .informacoes h3.nome {
    width: 100%;
    font-size: 1.5rem;
    font-family: "Swis721 BT", serif;
    color: RGB(77, 77, 76);
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(236, 236, 236);
    margin-bottom: 15px;
    word-wrap: break-word;
}

.conteudo .containerInt .esq .texto ul li section .informacoes p {
    width: 100%;
    font-size: 1.143rem;
    margin-bottom: 5px;
    word-wrap: break-word;
    color: rgb(72, 82, 96);
}

.conteudo .containerInt .esq .texto ul li section .btns {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.conteudo .containerInt .esq .texto ul li section .btns button {
    float: left;
    padding: 9px 20px;
    color: #fff;
    background: RGB(9, 117, 171);
    border: 1px solid transparent;
    margin-right: 14px;
    font-size: 0.7857rem;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    vertical-align: center;
    text-transform: uppercase;
}

.conteudo .containerInt .esq .texto ul li section .btns button.btn_subordinados {
    display: none;
}

.conteudo .containerInt .esq .texto ul li section .btns button.btn_subordinados.show {
    display: block;
}

.conteudo .containerInt .esq .texto ul li section .btns button:hover {
    background: transparent;
    border-color: RGB(9, 117, 171);
    color: RGB(9, 117, 171);
    transition: 0.3s;
}

.conteudo .containerInt .esq .texto ul li section .btns button.ativo {
    border-color: RGB(9, 117, 171);
    color: RGB(9, 117, 171);
    background: transparent;
    transition: 0.3s;
}

.conteudo .containerInt .esq .texto > article {
    width: 100%;
    float: left;
    margin-top: 30px;
    color: rgb(72, 82, 96);
    font-size: 1.143rem;
}

.conteudo .containerInt .esq .texto > article div ul {
    display: block !important;
    padding: unset !important;
}

.conteudo .containerInt .esq .texto > article div ul li {
    margin-top: 5px !important;
}

.conteudo .containerInt .esq .texto > article p.title {
    width: 100%;
    font-size: 1.5rem;
    font-family: "Swis721 BT", serif;
    color: RGB(9, 117, 171);
    padding-bottom: 10px;
    margin-bottom: 15px;
    word-wrap: break-word;
    font-weight: bold;
}

/**
   ================ CSS ERRO ===============
 */
.conteudo .containerInt .esq .texto h3.error {
    width: 100%;
    float: left;
    margin-top: 30px;
    color: RGB(77, 77, 76);
}

/*
  ============== MOBILE =================
*/

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

    header {
        height: 80px;
    }

    .conteudo .containerInt {
        width: 100%;
        flex-direction: column;
        padding: 30px 10px;
    }

    .conteudo .containerInt .esq {
        width: 100%;
    }

    .conteudo .containerInt .right {
        width: 100%;
        margin-top: 30px;
    }

    .conteudo .inf .container {
        width: 100%;
    }
}

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

    .conteudo .containerInt .esq .texto ul {
        padding-left: 15px;
    }

    .conteudo .containerInt .esq .texto ul li section .img {
        width: 330px;
        height: 340px;
        float: none;
        margin: 0 auto;
    }

    .conteudo .containerInt .esq .texto ul li section .informacoes {
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
    }

    .conteudo .containerInt .esq .texto ul li section .btns {
        display: flex;
        justify-content: center;
    }
}

@media all and (max-width: 570px) {
    .conteudo .containerInt .esq .texto ul li section .btns {
        flex-direction: column;
    }

    .conteudo .containerInt .esq .texto ul li section .btns button {
        width: 100%;
    }

    .conteudo .containerInt .esq .texto ul li section .btns button:last-child {
        margin-top: 15px;
    }
}

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

    .conteudo .containerInt .esq .texto ul li section .img {
        width: 100%;
        height: 75vw;
    }

    .conteudo .containerInt .esq .texto ul li section .informacoes h3.nome {
        font-size: 16px;
    }

    .conteudo .containerInt .esq .texto ul li section .informacoes p {
        font-size: 14px;
    }
}

.template-part-component-modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    backface-visibility: hidden;
    transition: visibility 0.5s, opacity 0.5s;
    opacity: 0;
}
.template-part-component-modal.show {
    visibility: visible;
    backface-visibility: visible;
    opacity: 1;
}
.template-part-component-modal .modal-popup {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 600px;
    height: 560px;
    box-shadow: 0 60px 200px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}
@media only screen and (max-width: 999px) {
    .template-part-component-modal .modal-popup {
        width: calc(100vw - 40px);
        height: auto;
        max-height: calc(100vh - 40px);
    }
}
.template-part-component-modal .modal-popup .modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: transparent;
    width: 20px;
    height: 20px;
    z-index: 5;
    cursor: pointer;
}
@media only screen and (max-width: 999px) {
    .template-part-component-modal .modal-popup .modal-close {
        top: 20px;
        right: 20px;
    }
}
.template-part-component-modal .modal-popup .modal-close .nwe-icon {
    width: 20px;
    height: 20px;
}
.template-part-component-modal .modal-popup .modal-close .nwe-icon path {
    fill: #CCC;
}
.template-part-component-modal .modal-popup .modal-close:hover .nwe-icon path {
    fill: red;
}
.template-part-component-modal .modal-popup .modal-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px 20px 30px;
    width: 100%;
    height: 80px;
    background: #CCC;
    border-radius: 6px 6px 0 0;
}
.template-part-component-modal .modal-popup .modal-header p {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #FFF;
}
.template-part-component-modal .modal-popup .modal-header ~ .modal-content {
    border-radius: 0 0 6px 6px;
}
.template-part-component-modal .modal-popup .modal-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 6px;
    background: #FFF;
    overflow: auto;
}

.template-part-component-modal .gestor-header {
    display: flex;
    padding: 40px;
    background: #0975AB;
    border-radius: 6px 6px 0 0;
}
.template-part-component-modal .gestor-header .gestor-foto {
    margin-right: 20px;
}
.template-part-component-modal .gestor-header .gestor-foto img {
    display: flex;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
}
.template-part-component-modal .gestor-header .gestor-descricao {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.template-part-component-modal .gestor-header .gestor-descricao .gestor-cargo {
    color: #ffff00;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.template-part-component-modal .gestor-header .gestor-descricao .gestor-nome {
    font-weight: bold;
    font-size: 1.5rem;
    font-family: "Swis721 BT", serif;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #FFF;
}
@media only screen and (max-width: 999px) {
    .template-part-component-modal .gestor-header .gestor-descricao .gestor-cargo {
        font-size: 10px;
    }
    .template-part-component-modal .gestor-header .gestor-descricao .gestor-nome {
        font-size: 16px;
        line-height: 20px;
    }
    .template-part-component-modal .gestor-header {
        padding: 20px 20px;
    }
    .template-part-component-modal .gestor-header .gestor-foto img {
        width: 70px;
        height: 70px;
    }
}
.template-part-component-modal .gestor-biografia {
    padding: 40px;
    font-size: 1.143rem;
    line-height: 20px;
    color: rgb(72, 82, 96);
}

.template-part-component-modal .gestor-biografia .info-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 999px) {
    .template-part-component-modal .gestor-biografia {
        padding: 20px 20px;
        font-size: 14px;
    }
}
.template-part-component-modal .gestor-biografia h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

