@font-face {
    font-family: 'Icomoon';
    src: url('../fonts/icomoon.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Redes';
    src: url('../fonts/redes-sociais.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Flama';
    src: url('../fonts/Flama.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Flama';
    src: url('../fonts/Flama-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Flama';
    src: url('../fonts/Flama-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

.avatar {
    background-image: url(../img/icon.jpg) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 50px !important;
    padding: 2px !important;
    background-color: #fff !important;
}
/* 
    Início Tela de Login
*/
body.login {
    background-image: url(../img/bg_blank.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.login h1 a {
    background-image: url(../img/logo_blank.png);
    background-size: 250px 120px;
    width: 250px;
    height: 150px;
    margin-bottom: -20px;
}
.login input:focus {
    border-color: #000;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.login input#wp-submit {
    background: #000;
    border-radius: 0;
    padding: 5px 30px;
    line-height: 0;
    border-color: #000;
    box-shadow: 0 1px 0 #000;
    text-shadow: 0 -1px 1px #000, 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000;
}
.login input#wp-submit:hover {
    background: #333;
    border-color: #333;
}

/* 
    Fim Tela de de Login
*/

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-weight: 100;
    font-family: 'Flama', Arial, sans-serif !important;
    font-size: 16px;
    line-height: 2.0 !important;
    color: #000;
}

.logo {
    padding: 0.75em 0;
}

.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    opacity: 1 !important;
    transition: 1.4s;
}


/* 
    Início das definições gerais
*/

.h1, h1 {
    font-size: 42px !important;
}
.p, p {
    font-size: 16px !important;
    font-weight: 100 !important;
}

.upper {
    text-transform: uppercase;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}

.right {
    text-align: right;
}

/* 
    Fim das definições gerais
*/

/* 
    Início das cores padrões do tema;
*/

.vermelho {
    color: #e02737;
}

.azul {
    color: #3A4E9B;
}
.azul-f {
    color: #2E3173;
}
.branco {
    color: #fff;
}
.preto {
    color: #000;
}
.cinza-f {
    color: #707070;
}

.bg-azul {
    background-color: #3A4E9B;
}
.bg-azul-f {
    background-color: #2E3173;
}
.bg-branco {
    background-color: #fff;
}
.bg-preto {
    background-color: #000;
}
.bg-cinza-f {
    background-color: #707070;
}

/* 
    Fim das cores padrões do tema;
*/


/* 
    Início das definições para botões
*/

.btn {
    border-radius: 0 !important;
}
.btn-default {
    background-color: #000;
    color: #fff;
}

.btn-default:hover {
    background-color: #333;
    color: #fff;
}

.ver-todos {
    font-size: 14px !important;
    border: none !important;
    border-top: solid 1px #D2D5D8 !important;
    border-bottom: solid 1px #D2D5D8 !important;
    padding: 0.5em 2em !important;
    font-family: 'Flama';
    background-color: transparent;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
.ver-todos:hover {
    opacity: 0.8;
    transition: 0.4s;
}
.ver-todos.focus, .ver-todos:focus {
    outline-color: transparent !important;
    box-shadow: none !important;
}

/* 
    Fim das definições para botões
*/


/*
    Início para as definições do menu
*/

div#bg-menu-mobile {
    background-color: rgba(46, 49, 115, 0.82);
    width: 0;
    height: 0;
    align-items: flex-start;
    justify-content: flex-end;
    top: 0;
    transition: 0.4s;
    transform: translateX( 825px );
    display: none;
    opacity: 0;
}

#bg-menu-mobile ul.sub-menu {
    display: none;
}

#bg-menu-mobile ul.sub-menu a {
    white-space: pre-wrap;
}

#bg-menu-mobile nav li {
    margin-bottom: 10px;
}

#bg-menu-mobile ul.sub-menu li {
    padding-left: 30px;
}

#bg-menu-mobile a:hover {
    color: #FFF;
    text-decoration: none;
    background: rgba(222, 222, 222, 0.22);
    width: 100%;
}

div#bg-menu-mobile .menu-item-has-children:hover ul.sub-menu,
div#bg-menu-mobile .menu-item-has-children:focus ul.sub-menu {
    
    /* Inicio Funcionamento do EDGE */
    display: ruby-base-container;
    background: transparent !important;
    /* Fim Funcionamento do EDGE */

    display: contents;
}

.menu-mobile-ativo {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    opacity: 1 !important;
    -webkit-transform: translateX( 0 ) !important;
    -moz-transform: translateX( 0 ) !important;
    -ms-transform: translateX( 0 ) !important;
    -o-transform: translateX(0 ) !important;
    transform: translateX( 0 ) !important;
    position: fixed;
    z-index: 9;
}

#bg-menu-mobile .col-md-8 {
    height: 100%;
}

div#bg-menu-mobile .inner-menu {
    padding-top: 40px;
    height: 100%;
    border-bottom: none;
}

div#bg-menu-mobile .inner-menu #menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}

div#bg-menu-mobile ul#menu-menu-do-topo-1 {
    padding: 0;
}

div#bg-menu-mobile ul#menu-menu-do-topo-1 a {
    font-size: 14px;
    font-weight: lighter !important;
    font-family: "Roboto";
}

.btn-mobile {
    position: fixed;
    z-index: 9;
    top: 0;
    text-align: right;
    width: 100%;
    padding: 5px 10px;
    display: none;
}

.inner-menu .btn.btn-fechar {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.icon-menu {
    background-image: url(../img/icon-menu.png);
    height: 24px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}

.inner-menu {
    background-image: url(../img/bg-menu.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: inline-block;
    width: 100%;
    /* float: left; */
    border-bottom: solid 4px #FFF;
}

.inner-menu .container {
    margin: 0 auto !important;
}
.inner-menu .container .row {
    display: block;
}

.inner-menu .container .row .col-md-12 {
    position: static;
}

.inner-menu .menu::after, 
.inner-menu .menu::before {
    content: "";
    display: table;
}

.inner-menu ul.sub-menu {
    left: 0;
    width: 100%;
    border: 0 !important;
    background: #2E3173 !important;
    padding: 2em 6em;
    column-count: 3;
    margin-top: 9px;
    position: absolute;
    z-index: 8999;
    margin-bottom: 10px;
}

.inner-menu .sub-menu li {
    position: relative;
}

.inner-menu .sub-menu li {
    background: none;
    color: inherit;
}

.inner-menu .sub-menu a {
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #aaa !important;
    width: 85%;
    font-size: 14px;
    font-family: 'Flama';
    padding: 0.5em 0 !important;
    border-bottom: 1px solid #3A4E9B;
}

.inner-menu .sub-menu a:hover {
    background: transparent !important;
    color: #fff !important;
}

ul#menu-menu-do-topo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 9px 0;
}

ul#menu-menu-do-topo li:hover .sub-menu {
    display: block;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

nav li {
    float: none !important;
    display: inline-block !important;
    width: 100%;
    position: initial !important;
}

li a {
    color: #FFF;
    font-weight: 100;
    font-family: 'Flama';
    text-transform: uppercase;
    padding: 1em 20px;
    transition: 0.4s;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

ul#menu-menu-do-topo li a:hover {
    color: #FFF;
    text-decoration: none;
    background: rgba(222, 222, 222, 0.22);
    position: relative;
}

/* ul#menu-menu-do-topo>li.current-menu-item>a::after,  */
ul#menu-menu-do-topo>li.menu-item-has-children>a:hover::after {
    content: " ";
    background: url(../img/arrow-aba.png);
    width: 15px;
    height: 8px;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 7px);
    z-index: 999999999999;
    background-size: 100%;
    background-repeat: no-repeat;
}

ul.sub-menu {
    display: none;
}

/*
    Fim para definições do menu
*/

/* 
    Início do Hero
*/

.hero {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/bg-hero.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/bg-hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    width: 100%;
}

.hero-titulo {
    text-transform: uppercase;
    font-weight: 900;
}

.hero-titulo-intro {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.hero-texto-intro {
    font-weight: 100;
    text-align: center;
}

.hero-pages {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    width: 100%;
}

.hero-lg {
    min-height: 400px;
}

/* 
    Fim do Hero
*/

/* 
    Inicio da Home > Unidades 
*/

.unidades {
    border-top: solid 4px #FFF;
    min-height: 500px;
    align-items: center;
    justify-content: center;
    display: inline-block;
    width: 100%;
    padding: 8em 0 18em;
    color: #FFF;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.abas-unidades {
    position: relative;
    top: -175px;
}

.page-template-page-espaco-do-conselheiro .abas-unidades {
    top: -157px;
}

/* .page-template-page-unidades .abas-unidades {
    position: relative;
    top: -180px;
} */

.aba-unidade {
    word-wrap: break-word;
    text-align: center;
    margin: 0 0.5%;
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.3s;
    padding: 30px 15px;
}
.aba-unidade:hover {
    background-color: #fff;
    color: #2E3173;
}

.aba-unidade:hover img {
    filter: none;
    -webkit-filter: none;
}

.aba-unidade h5 {
    margin-top: 15px;
    font-weight: 700;
}
.aba-unidade img {
    filter: brightness(0%) grayscale(100%) invert(1);
    -webkit-filter: brightness(0%) grayscale(100%) invert(1);
}

.aba-ativa {
    background-color: #fff;
    color: #2E3173;
}

.aba-ativa img {
    filter: none;
    -webkit-filter: none;
}

.itens-unidades {
    position: relative;
    top: -100px;
}

.page-template-page-beneficios .itens-unidades {
    top: -50px;
    padding: 50px;
}

.page-template-page-beneficios .abas-unidades {
    top: -107px;
}

.page-template-page-beneficios .item-unidade h2 {
    margin: 40px 0;
}

.item-unidade {
    display: none;
}

.item-unidade h2 {
    color: #3A4E9B;
    text-transform: uppercase;
}

.item-unidade img {
    float: right;
    pointer-events: none;
    margin-left: 50px;
}

.item-unidade p {
    color: #707070;
}

.item-unidade a {
    margin-top: 10px;
}

.item-ativo {
    display: block;
}

.page-unidades {
    background-image: url(../img/bg-rodape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding: 50px 0 120px 0;
}

.imagem-unidade {
    float: inherit !important;
    margin: 0 !important;
    width: 100%;
    object-fit: cover;
    max-height: 500px;
    /* opacity: 0.5; */
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.filtro-unidade {
    background-color: #3A4E9B;
}

.page-template-page-unidades .item-unidade {
    margin-top: -80px;
}

.destaque-unidade {
    background-image: url(../img/bg-unidades.png);
    min-height: 500px;
    align-items: center;
    justify-content: center;
    display: inline-block;
    width: 100%;
    padding: 8em 0 8em;
    color: #FFF;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.destaque-unidade .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.und-destaque {
    width: 50%;
    padding: 0 20px;
}

.und-destaque h1 {
    text-align: right;
}

.und-destaque p {
    text-align: left;
    color: #fff;
}

.und-texto {
    background-color: #fff;
    position: relative;
    top: -150px;
    padding: 50px;
    margin-bottom: -150px;
}

/* 
    Fim da Home > Unidades
*/

/* 
    Inicio da Home > Notícias
*/

.conteudo {
    /* margin-top: 150px; */
    margin-top: 10px;
    background-image: url(../img/bg-rodape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding: 100px 0;
}
.post-item img {
    width: 220px;
    height: 150px;
    object-fit: cover;
}

.noticias-relacionadas {
    margin-bottom: 50px;
}

.post-item {
    text-align: left;
    width: 24.5%;
    padding: 0 10px;
}

.post-item h4 {
    margin-top: 10px;
    max-width: 220px;
    font-size: 18px;
}

.conteudo a, 
.conteudo a:hover, 
.videos a, 
.videos a:hover {
    color: #000;
    text-decoration: none;
    padding: 0;
}

ul.post-categories {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 220px;
}

ul.post-categories a {
    color: #D2D5D8;
}

ul.post-categories li::after {
    content: ',';
    color: #D2D5D8;
    margin-right: 5px;
}

ul.post-categories li:last-child::after {
    display: none;
}

p.date {
    color: #D2D5D8;
}
.noticias-encontradas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 
    Fim da Home > Notícias
*/

/* 
    Inicio da Home > Videos
*/
.videos {
    margin-top: 150px;
    text-align: center;
    padding-bottom: 100px;
}
.videos-page {
    margin-bottom: 50px;
}
.videos ul.post-categories, .videos p.date {
    display: none;
}
.videos .post-item h4 {
    position: relative;
    top: 0;
    text-align: left;
    color: #fff;
}

.link-video {
    text-align: left;
    width: 320px;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: grid;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-video::after {
    content: url(../img/video.png);
}
span.icon-video {
    text-align: center;
    position: relative;
    top: 10%;
}

.videos .post-item {
    text-align: center;
    width: 33.3%;
}
.videos .post-item h4 {
    min-width: 320px;
    max-width: 320px;
    padding: 0 15px;
}
.videos-encontrados {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}
/* 
    Fim da Home > Videos
*/

/* 
    Inicio do Footer
*/
.mapa-site {
    padding: 10px 0;
    cursor: pointer;
}
.mapa-site h3 {
    text-align: center;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.5rem;
}
.mapa-site h3::after {
    content: url(../img/open-mini.png);
    margin-left: 10px;
    margin-top: 6px;
}
.mapa-site h3.site::after {
    content: url(../img/close-mini.png);
    margin-left: 10px;
    margin-top: 6px;
}
.nav-footer {
    list-style: none;
    list-style-image: none;
    padding: 2em 0;
    float: left;
    width: 100%;
    column-count: 2;
    white-space: pre-line;
}

.nav-footer a, 
.nav-footer a:hover {
    color: #fff;
    text-decoration: none;
}

.nav-footer li {
    display: inline-block;
    float: none;
    width: 100%;
    padding-bottom: 0;
}

.menu-mapa-site {
    display: none;
    opacity: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: left;
    background-color: #282b67;
}

.menu-mapa-site .container {
    padding-right: 0;
    padding-left: 0;
}

.menu-mapa-site ul.sub-menu {
    display: grid;
    list-style: none;
    list-style-image: none;
}

.menu-mapa-site ul.sub-menu li a {
    text-transform: uppercase;
    text-decoration: none !important;
    border-color: #3A4E9B;
    color: #ccc;
    font-size: 12px;
    padding: 0.5em 0 !important;
    border-bottom: 1px solid #3A4E9B;
    display: inline-block;
    width: 90% !important;
    transition: 0s;
}

.menu-mapa-site ul.sub-menu li a:hover {
    color: #fff;
}

div#voltar-ao-topo {
    float: right;
    position: relative;
    top: -20px;
    right: 20%;
    cursor: pointer;
}
.mapa-unidades {
    background-image: url(../img/bg-rodape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 50px 0 10px 0;
}
.mapa-unidades .row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.local {
    background-image: url(../img/local.png);
    background-size: 10px;    
}
.telefone {
    background-image: url(../img/fone.png);
    background-size: 15px;
}
.unidade-footer {
    font-weight: bold;
    background-repeat: no-repeat;
    padding-left: 1.5em;
    background-position: center left;
}
.endereco p {
    font-weight: 100;
    font-size: 12px !important;
    margin-top: -10px;
}
.local-unidades {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* 
    Fim do Footer
*/

/* 
    Inicio da Pagina História
*/

.historia {
    background-image: url(../img/bg-rodape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    /* padding: 50px 0; */
}

.historia-logo {
    margin-bottom: 50px;
}

.historia-imagem img {
    width: 100%;
}

.historia-completa {
    background-color: #fff;
    padding-bottom: 50px;
    text-align: left;
}

.historia-completa .container:first-child .row {
    position: relative;
    top: -150px;
    margin-top: 150px;
    margin-bottom: -150px;
    background-color: #fff;
    height: auto;
    min-height: 200px;
}

.historia-completa .container .row {
    padding: 50px;
}

.historia-completa .alt-imagem {
    padding: 5px 50px !important;
    font-style: italic;
}

/* 
    Fim da Pagina História
*/

/* 
    Inicio da page sobre
*/

.quem-somos {
    margin: 50px 0;
}

.sobre-intro {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: -13em;
}

.sobre-box-intro {
    background-color: #FFF;
    width: 45%;
    padding: 3em 2em 1.5em;
    position: absolute;
    top: 20%;
}

.sobre-box-imagem {
    width: 66%;
    float: right;
    min-height: 520px;
    object-fit: cover;
}

.sobre-box-intro h1 {
    font-weight: bold;
}

.texto-destaque {
    background: url(../img/bg-rodape.png);
    display: inline-block;
    width: 100%;
    padding: 13em 0;
    background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
}

.texto-destaque p {
    font-size: 28px !important;
}

.box-texto-destaque {
    padding: 0 80px;
    line-height: 40px;
}

.box-bloco-texto {
    position: relative;
    top: -182px;
    background-color: #fff;
    padding: 70px;
    margin-bottom: -150px;
}

/* 
    Fim da page sobre
*/

/* 
    Início da page Diretoria
*/

.diretoria {
    background: url(../img/bg-rodape.png);
    display: inline-block;
    width: 100%;
    padding: 5em 0 10em;
    background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
}

.diretoria h2 {
    padding-bottom: 30px;
    font-size: 32px !important;
}

.diretores {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.diretor {
    background-color: transparent;
}
.diretor:focus {
    box-shadow: none !important;
}

.diretor-texto p {
    color: #777 !important;
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
}

.diretor h3 {
    font-size: 18px;
    margin: 0;
}

.foto-diretor {
    object-fit: cover;
    width: 70% !important;
    border-radius: 100%;
    float: none !important;
    margin: 0 auto 35px auto !important;
}

.conselho {
    text-transform: uppercase;
    background-color: #fff;
    position: relative;
    top: -115px;
    padding: 100px 50px 0;
}

.item-conselho {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}

.item-conselho:last-child {
    border: none;
}

.tipo-conselho {
    width: 50%;
    text-align: right;
    padding: 0 100px 0 50px;
}

.funcao-conselho {
    padding: 0 10px;
}

.funcao-conselho p {
    font-weight: 400 !important;
}

.funcao-conselho-flex {
    width: 50%;
}

.bloco-funcao-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-dialog {
    max-width: 800px !important;
    top: 20%;
}
.modal-dialog .foto-diretor {
    width: 200px !important;
    height: 200px;
}
.modal-open .modal {
    background: rgba(58, 78, 155, 0.8);
}

.diretor-dados {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.diretor-dados-box {
    width: 80%;
    text-align: left;
    margin-left: 30px;
}

.diretor-dados-box h3 {
    line-height: 0.4;
}

.modal-body {
    padding: 0.7em 3em 3em 3em !important;
}

.modal-header {
    border-bottom: 1px solid transparent !important;
}

.modal-content {
    border-radius: 0 !important;
}

button.close {
    text-align: center;
    background-color: #fff !important;
    border-radius: 50%;
    padding: 3px 10px !important;
    color: red !important;
    border: 2px solid red !important;
    margin-right: 10px !important;
    position: absolute;
    top: 0px;
    width: 35px;
    opacity: 1;
    right: 0;
}

/* 
    Fim da page Diretoria
*/

/* 
    Inicio page galeria de presidentes
*/

.page-template-page-galeria-presidentes .hero-pages {
    background-position: center;
}

.galeria-presidentes {
    padding: 50px 0;
}

.galeria-presidencial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}

.presidente {
    text-align: center;
    margin: 20px;
    width: 28%;
}

.presidente h5 {
    margin-top: 20px;
    font-weight: 700;
}

.foto-presidente {
    object-fit: cover;
    width: 100%;
}

/* 
    Fim page galeria de presidentes
*/

/* 
    inicio page contato
*/

.contato {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 2;
}
.page-template-page-contato .form-contato {
    padding: 0 50px;
}

.form-contato {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    background-color: #fff;
}

.form-group {
    padding: 10px;
}

#c-nome, #c-fone {
    width: 50%;
}

#c-email, 
#c-mensagem, 
#c-enviar {
    width: 100%;
}

#c-cidade {
    width: 80%;
}

#c-uf {
    width: 20%;
}

span.input-group-addon {
    padding: 0 10px;
    border: 1px solid #ced4da;
    border-right: none;
    border-radius: .25rem 0 0 .25rem;
    background-color: #3A4E9B;
    color: #fff;
}

.entre-contato {
    background: url(../img/bg-rodape.png);
    display: inline-block;
    width: 100%;
    padding: 460px 0 5em;
    background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
    position: relative;
    top: -460px;
    z-index: 1;
}

.dados-contato {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-template-page-contato .nosso-email, 
.page-template-page-contato .telefone {
    margin: 0 30px;
    padding: 0 20px;
    background-repeat: no-repeat;
    background-position: center left;
}

.localizacao-contato {
    margin-top: -460px;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 100px;
    text-align: center;
}

.box-localizacao h2 {
    margin: 0 0 40px 0;
}

iframe {
    width: 100%;
    min-width: 800px;
}

    /* Pagina Orbigado */
    .page-template-page-default article.page-default {
        margin: 50px 0;
    }

    .page-template-page-default article.page-default h1 {
        text-transform: uppercase;
        color: #3A4E9B;
        font-weight: 900;
    }

/* 
    fim page contato
*/

/* 
    inicio da page conselheiros
*/

.conselheiro-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background: #fff;
    margin: 10px 0;
    border: 1px solid #eee;
}

.img-conselheiro {
    margin-right: 30px;
}

.img-conselheiro img {
    width: 160px;
    object-fit: cover;
    height: 160px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dados-conselheiro p {
    margin: 0;
}

.dados-conselheiro {
    padding: 20px 0;
}

.alinha-icon {
    background-repeat: no-repeat;
    padding-left: 1.5em;
    background-position: center left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ccc;
}

.alinha-icon:last-child {
    border: none;
}

.email {
    background-image: url(../img/email.png);
    background-size: 15px;
}

.aniversario {
    background-image: url(../img/aniver.png);
    background-size: 17px;
    margin: 0 -1px;
}

.page-template-page-espaco-do-conselheiro .item-unidade img {
    margin-left: 0px;
}

.page-template-page-espaco-do-conselheiro .item-unidade a,
.page-template-page-espaco-do-conselheiro .item-unidade a:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

h3.usuario {
    position: relative;
    /* top: 470px; */
    border-bottom: 1px solid #ddd;
}
span.botao-sair {
    float: right;
}

form.conselheiro {
    max-width: 500px;
    margin: 20px auto;
    padding: 50px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
.conselheiro input {
    margin: 5px;
    width: 100%;
}

input.enviar {
    width: 50%;
    float: right;
    margin: 5px -5px !important;
    border: none;
    background-color: #2E3173;
    color: #fff;
    cursor: pointer;
}
input.enviar:hover {
    background-color: #3A4E9B;
}

input#rememberme {
    width: auto;
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    min-width: 16px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
}
.lembrar {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

.img-biblioteca {
    margin-right: 20px;
    margin-left: 10px;
    width: 50px;
    height: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

input#save-post {
    background: #000;
}

.icon_download {
    background-image: url(../img/icons/icon-down.png);
}

.icon_audio {
    background-image: url(../img/icons/icon-audio.png);
}

.icon_jpg {
    background-image: url(../img/icons/icon-jpg.png);
}

.icon_png {
    background-image: url(../img/icons/icon-png.png);
}

.icon_video {
    background-image: url(../img/icons/icon-video.png);
}

.icon_pdf {
    background-image: url(../img/icons/icon-pdf.png);
}

.icon_txt {
    background-image: url(../img/icons/icon-txt.png);
}

.icon_doc {
    background-image: url(../img/icons/icon-doc.png);
}

.icon_xls {
    background-image: url(../img/icons/icon-xls.png);
}

.icon_todos {
    background-image: url(../img/icons/icon-arquivo.png);
}



.img-biblioteca img {
    width: 100px;
    object-fit: contain;
    object-position: center;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px;
}

.biblioteca-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background: #fff;
    margin: 10px 0;
    border: 1px solid #eee;
}

.biblioteca-item:hover {
    background-color: #eee;
}

.item-busca {
    padding-left: 15px;
    margin: 0 !important;
}
.conselheiro button {
    margin: 5px 0;
    margin-right: 5px;
}

.conselheiro button:focus,
.categoria-active {
    box-shadow: none;
    background-color: #666;
}

    /* Inicio do Calendario */
    #tribe-bar-form .tribe-bar-submit input[type=submit] {
        background-color: #3A4E9B !important;
    }
    #tribe-bar-form .tribe-bar-filters-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tribe-events-calendar thead th {
        background-color: #3A4E9B !important;
        border-left: 1px solid #666;
        border-right: 1px solid #666;
    }
    #tribe-events .tribe-events-button, .tribe-events-button {
        border-radius: 0 !important;
        padding: 15px !important;
    }
    /* Fim do calendario */

/* 
    fim da page conselheiros
*/

/* 
    Início da single de notícias
*/
.content-header {
    text-align: center;
}
.content-header ul.post-categories {
    max-width: 100%;
    align-items: center;
    justify-content: center;    
}

.content-title {
    font-weight: 900;
    padding: 15px 0;
}

.cat-title, .cat-title a {
    margin: 50px 0 0 0;
    color: #999;
    padding: 0;
    font-size: 12px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cat-title a:hover {
    text-decoration: none;
    color: #999;
}

.data-single {
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    color: #999;
    font-size: 11px;
}

.content-text {
    text-align: initial;
    margin: 20px 0 50px 0;
}

.content-text img {
    max-width: 100%;
    height: 100%;
}

.content-hero {
    color: #fff;
}
.content-hero a {
    color: #fff;
    text-transform: uppercase;
}

.content-hero a:hover {
    color: #fff;
    text-decoration: none;
}

/* 
    Fim da single de notícias
*/

/* 
    Inicio do Compartilhar
*/
.compartilhar {
    background: #FFF;
    margin: 2em auto 2em;
    border: solid 1px #d2d6d8;
    position: relative;
    width: 165px;
    padding: 15px 0 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.compartilhar p {
    float: left;
    font-family: 'Flama';
    letter-spacing: 0;
    position: absolute;
    top: -13px;
    padding: 0 13px;
    margin: 0 !important;
    background: #FFF;
    font-size: 13px !important;
}
.redes-sociais {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    float: right;
}
.rede-s {
    font-family: 'Redes';
    font-size: 20px;
    text-decoration: none;
    color: #2E3173;
    background-color: #d2d5d8;
    border-radius: 50%;
    line-height: 37px;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2px;
}
.rede-s:hover {
    opacity: 0.8;
    text-decoration: none;
}
.redes-sociais a .at-icon-wrapper {
    line-height : 37px !important;
    height : 40px !important;
    width : 40px !important;
}
.redes-sociais .at-icon {
    width : 40px !important;
}
/* 
    Fim do Compartilhar
*/

.direitos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
    align-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    border-top: solid 1px #c1c1c1;
    padding-top: 10px;
    margin-top: 10px;
  }
  
  .corphy {
    color: #3A4E9B;
    font-size: 12px;
    font-weight: 400;
  }


/* 
    Inicio search
*/
form#searchform {
    height: 100%;
}
.search-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
form#searchform input {
    margin: 0;
    background: none;
    border: solid 1px #d3d5d8;
    border-radius: 0;
    font-family: 'Flama';
    text-transform: uppercase;
    font-weight: 100;
    font-size: 13px;
    width: 250px;
    height: 42px;
}
button#searchsubmit {
    background: #d3d5d8;
    border: none;
    display: inline-block;
    height: 42px;
    padding: 0 0.8em;
    cursor: pointer;
}
.resultado-content {
    margin: 5em 0;
}
.resuldado-pesquisa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
}
.item-pesquisa {
    text-align: left;
    width: 33.33%;
}
.item-pesquisa img {
    width: 220px;
    height: 150px;
    object-fit: cover;
}
.item-pesquisa h4 {
    font-size: 16px;
    width: 90%;
}
.item-pesquisa ul {
    margin: 0;
}
.item-pesquisa li a {
    font-size: 12px;
    padding: 1em 0;
}
.item-pesquisa .date {
    font-size: 12px !important;
}
.item-pesquisa li a:hover {
    text-decoration: none;
}
.pesquisa-url {
    color: #000;
}
.pesquisa-url:hover {
    transition: 0.8s;
    color: #666;
    text-decoration: none;
}
.paginacao {
    width: 100%;
    margin: 3.5em 0 0.5em 0;
}
.screen-reader-text {
    display: none;
}
.pagination {
    align-items: center;
    justify-content: center;
}
span.page-numbers {
    color: #707070;
}
a.page-numbers {
    color: #2E3173;
    border-left: 1px solid #eaedf2;
}
a.prev.page-numbers {
    border: none;
}
span.page-numbers.current {
    border-left: 1px solid #eaedf2;
}
a.page-numbers:hover {
    background-color: #2E3173;
    color: #fff;
    text-decoration: none;
}
.page-numbers {
    padding: 0.75em;
}
/* 
    Fim search
*/


/* 
    Início Sidebar
*/
.sidebar-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: baseline;

}
.sidebar-search .search-content {
    justify-content: inherit;
}
.sidebar-categorias {
    flex: auto;
}
.sidebar-categorias.sidebar-search .widget-wrapper:nth-child(2) {
    display: none;
}
h2.widget-title {
    font-family: 'Flama';
    font-size: 13px;
    font-weight: 900;
    border: 0;
    text-transform: uppercase;
    margin: 20px 0;
}

select#cat {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    width: 100%;
    max-width: 294px;
    background-color: #FFF !important;
    border: solid 1px #d3d5d8;
    font-family: 'Flama';
    color: #8a8a8a;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 12px;
    background-image: url(../img/arrow.png) !important;
    background-position: 94% center !important;
    -webkit-appearance: none;
    background-repeat: no-repeat;
}
/* 
    Fim Sidebar
*/

/* 
    Início Error 404
*/
.content-error404 {
    margin: 30px 0 50px 0;
}

.content-error404 .search-content {
    justify-content: start;
}
.content-error404 form#searchform input {
    width: 100%;
}
/* 
    Fim Error 404
*/

/* INICIO DO RESPONSIVO */

@media (max-width: 1199px) {
    .page-template-page-espaco-do-conselheiro .abas-unidades {
        top: -152px;
    }
    .item-pesquisa {
        width: 50%;
    }
    .item-pesquisa img {
        width: 290px;
    }
    .sobre-box-intro {
        padding: 1.1em;
    }
    .form-group label, 
    .form-control,
    .form-footer,
    button#btn-enviar,
    .form-contato p, {
        font-size: 14px !important;
    }
    
    .aba-unidade h5 {
        font-size: 1.0rem;
    }
    .page-template-page-beneficios .abas-unidades {
        top: -102px;
    }
    .link-video {
        width: 305px;
    }
    .videos .post-item h4 {
        min-width: 305px;
        max-width: 305px;
    }
    .presidente h5, 
    .presidente p {
        font-size: 15px !important;
    }
    .tipo-conselho {
        padding: 0 30px 0 50px;
    }
}

@media (max-width: 991px) {
    .page-template-page-espaco-do-conselheiro .conselheiro-item {
        max-height: 160px;
    }
    .page-template-page-espaco-do-conselheiro .item-unidade img {
        width: 160px;
    }
    .dados-conselheiro h2 {
        font-size: 1.5rem;
    }
    .dados-conselheiro {
        font-size: 80%;
    }
    .page-template-page-espaco-do-conselheiro .abas-unidades {
        top: -151px;
    }
    .conselheiro button {
        font-size: 0.8rem;
    }
    .redes-sociais {
        float: inherit;
    }
    .inner-header form#searchform {
        margin-left: 20px;
    }
    .resuldado-pesquisa {
        margin-left: 70px;
    }
    .item-pesquisa img {
        width: 180px;
    }
    .sobre-box-intro {
        top: 8%;
    }
    .sobre-box-intro h1 {
        font-size: 30px !important;
    }
    .sobre-box-intro p,
    .box-bloco-texto p {
        font-size: 15px !important;
    }
    .box-texto-destaque p {
        font-size: 20px !important;
    }
    .form-group label, 
    .form-control,
    .form-footer,
    button#btn-enviar,
    .form-contato p {
        font-size: 12px !important;
    }
    .contato {
        padding: 50px 0; 
    }
    .page-template-page-beneficios .abas-unidades {
        top: -82px;
    }
    .page-template-page-contato .nosso-email, 
    .page-template-page-contato .telefone,
    .page-template-page-contato .nosso-email h3 {
        margin: 0 10px;
        padding: 0 20px;
        font-size: 14px;
    }
    .aba-unidade {
        padding: 20px 15px;
    }
    iframe {
        min-width: 700px;
    }
    li a {
        font-size: 12px;
    }
    .h1, h1 {
        font-size: 35px !important;
    }
    .h2, h2 {
        font-size: 30px;
    }
    ul#menu-menu-do-topo {
        margin: 5px 0;
    }
    .inner-menu ul.sub-menu {
        margin-top: 5px;
    }
    .inner-menu .sub-menu a {
        font-size: 11px;
    }
    .aba-unidade h5 {
        font-size: 1.0rem;
    }
    .item-unidade img {
        width: 100%;
        margin-bottom: 15px;
    }
    .conteudo {
        padding: 50px 0;
    }
    .post-item img {
        width: 165px;
    }
    ul.post-categories {
        margin: 0;
    }
    .post-item h4 {
        font-size: 12px;
    }
    p.date {
        font-size: 12px !important;
    }
    .videos {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .link-video {
        width: 225px;
    }
    .videos .post-item h4 {
        min-width: 225px;
        max-width: 225px;
    }
    .nav-footer {
        padding: 0;
    }
    .und-texto {
        top: -120px;
        margin-bottom: -120px;
    }
    .tipo-conselho h1,
    .funcao-conselho h5 {
        font-size: 18px !important;
    }
    .funcao-conselho p {
        font-size: 14px !important;
    }
    .presidente {
        width: 42%;
    }
    .form-group {
        width: 100% !important;
    }
}

@media (max-width: 825px) {
    iframe {
        min-width: 650px;
    }
    div#bg-menu {
        display: none;
    }
    #bg-menu-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .btn-mobile {
        display: block;
        max-width: 825px;
    }
    .logo {
        text-align: center;
    }
    header {
        margin-top: 42px;
    }
}

@media (max-width: 767px) {
    .abas-unidades .container {
        max-width: unset;
    }
    #tribe-events-footer~a.tribe-events-ical.tribe-events-button {
        height: auto !important;
    }
    .page-template-page-espaco-do-conselheiro .item-unidade img {
        height: 100%;
        max-height: inherit;
    }
    .page-template-page-espaco-do-conselheiro .itens-unidades {
        margin-top: 50px;
    }
    .page-template-page-espaco-do-conselheiro .abas-unidades {
        top: 0;
    }
    .search-content input.form-control {
        width: 100% !important;
    }
    select#cat {
        max-width: inherit;
    }
    .item-pesquisa {
        width: calc(50% - 10px);
        margin-right: 10px;
    }
    .resuldado-pesquisa {
        margin-left: 0px;
        margin-top: 30px;
    }
    .item-pesquisa img {
        width: 90%;
    }
    .sobre-box-intro h1 {
        font-size: 25px !important;
    }
    .sobre-box-intro {
        top: 2.5%;
        padding: 0.5em;
    }
    .sobre-box-intro p,
    .box-bloco-texto p {
        font-size: 12px !important;
    }
    .sobre-box-imagem {
        min-height: 420px;
    }
    .box-texto-destaque p {
        font-size: 15px !important;
    }
    .form-contato {
        display: block;
        padding: 0 10px 50px 10px !important;
    }
    .dados-contato {
        display: block;
    }
    .dados-contato .telefone {
        background-image: inherit;
    }
    .page-template-page-contato .nosso-email, 
    .page-template-page-contato .telefone, 
    .page-template-page-contato .nosso-email h3 {
        font-size: 16px;
    }
    .form-group {
        width: 100% !important;
        margin-bottom: 0 !important;
        padding: 5px;
    }
    .page-template-page-beneficios .abas-unidades {
        top: 0;
    }
    .hero-pages {
        text-align: center;
    }
    .redes-sociais {
        padding: 20px 0;
    }
    .home .abas-unidades {
        top: 0;
    }
    iframe {
        min-width: 500px;
    }
    .container.d-flex {
        display: block !important;
    }
    .unidades {
        min-height: 200px;
        padding: 6em 0;
    }
    .page-unidades {
        padding: 50px 0;
    }
    .abas-unidades {
        top: 0;
        margin-top: 14px;
    }
    .aba-unidade {
        width: 100%;
        height: 100px;
        border: 1px solid #2E3173;
        margin: 5px 0;
    }
    .destaque-unidade .container {
        display: grid;
        align-items: center;
    }
    .und-destaque {
        width: 100%;
    }
    .und-destaque h1, 
    .und-destaque p {
        text-align: center;
    }
    .icon-unidade {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .item-unidade img {
        object-fit: cover;
        max-height: 330px;
    }
    .icon-unidade h5 {
        margin-left: 10px;
    }
    .itens-unidades {
        top: 0;
        margin-top: 80px;
    }
    .noticias-encontradas {
        display: block;
    }
    .post-item {
        width: 100%;
    }
    .post-item img {
        width: 100%;
        height: 250px;
    }
    .videos .post-item {
        width: 100%;
    }
    a.link-video {
        width: 100%;
        margin-bottom: 10px;
    }
    .videos-encontrados {
        display: block;
    }
    .videos .post-item h4 {
        max-width: 450px;
    }
    .local-unidades {
        display: block;
    }
    .content-unidade {
        margin-bottom: 30px;
        border-top: 1px solid;
        padding-top: 30px;
    }
    .diretores {
        display: block;
    }
    .foto-diretor {
        width: 30% !important;
    }
    .diretor-dados-box h3 {
        line-height: 1.2;
    }
    .item-conselho {
        display: block;
        padding: 50px 0;
        border-bottom: 1px solid #ddd;
    }
    .conselho {
        top: -50px;
        padding: 50px 50px;
    }
    .tipo-conselho {
        width: 100%;
        text-align: center;
        padding: 20px 50px;
    }
    .bloco-funcao-flex {
        display: block;
    }
    .funcao-conselho-flex {
        width: 100%;
    }
    .funcao-conselho {
        text-align: center;
    }
    .presidente {
        width: 40%;
    }
    .presidente h5, 
    .presidente p {
        font-size: 12px !important;
    }
}

@media (max-width: 575px) {
    .resultado-content {
        margin: 5em 0 0 0;
    }
    .item-pesquisa {
        width: 100%;
        margin-right: 0;
    }
    .item-pesquisa img {
        width: 100%;
        height: 250px;
    }
    .presidente {
        width: 100%;
    }
    .presidente h5, 
    .presidente p {
        font-size: 15px !important;
    }
    iframe {
        min-width: auto;
    }
    .localizacao-contato {
        padding: 100px 0;
    }
    .item-unidade img {
        max-height: 250px;
    }
    .nav-footer {
        columns: inherit;
    }
    .menu-mapa-site ul.sub-menu li a {
        width: 90% !important;
    }
    .diretor-dados {
        display: block;
    }
    .diretor-dados-box {
        text-align: center;
    }
    .sobre-box-intro {
        position: unset;
        width: 100%;
        padding: 30px;
    }
    .sobre-box-imagem {
        width: 100%;
        float: inherit;
    }
    .box-bloco-texto {
        padding: 30px;
    }
}

/* FIM DO RESPONSIVO */

#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#lightbox {
	display: none;
	position: fixed;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	margin: auto;
	min-width: 50vw;
  max-width: 80vh;
	background-size: contain;
	background-position: center center;
  background-repeat: no-repeat;
  z-index: 999;
}
#dark {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
  /* background:rgba(0,0,0,.9); */
  background-color: rgba(47, 49, 114, .9);
	width:100vw;
  height:100vh;
  z-index: 999;
}

#timeline img {
    cursor: pointer;
}