@charset "utf-8";
@import "barra.css";

/* Configurações Gerais
a { color: #e60004; } */

a:hover {
    color: #3e4555;
}

body {
    background: #2b4868;
}

/* Topo */

.barra form input[type="text"] {
    background: #ffffff;
    color: #2b4868;
}

.barra form input[type="submit"] {
    background: #14304e;
    color: #FFF;
    width: 25px;
}

.bg-barra {
    background-color: #2b4868;
}

.barra form input[type="submit"]:hover {
    background: #196839;
}

.bg-menu {
    border-bottom: 1px solid #2b4868;
    background: #FFF;
}

.menu nav ul li a {
    color: #555;
}

.menu nav ul li a.at {
    background: #2b4868;
    color: #FFF;
}

.menu nav ul li a:hover {
    background: #2b4868;
    color: #FFF;
}

.menu .logo img {
    max-width: 260px;
}

/* Inicial */

.inicial li a {
    background: #2b4868;
    color: #FFF;
    border-bottom: 1px solid #196839;
    border-top: 1px solid #196839;
}

.inicial li a:hover {
    background: #32a457;
    color: #ffffff;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}


/* Banner */

.banner-texto h2 {
    color: #555;
}

.banner-texto p {
    color: #797979;
}

.banner-texto a.bt-mais {
    background: #3e4555;
    color: #FFF;
}

.banner-texto a.bt-mais:hover {
    background: #525a6b;
}


/* Framework Swiper */

.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(0, 0, 0, 0.0);
    padding: 1.5em 1em;
    border: 1px solid transparent;
    z-index: 887;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1.5em 1em;
    border: 1px solid #BCBCBC;
}

.swiper-noticias-prev,
.swiper-noticias-next {
    z-index: 886 !important;
}


/* Casas */

.casas-lista * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.casas-lista {
    background: #FFF;
    overflow: hidden;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1em;
}

.casas-lista ul {
    overflow: hidden;
    background: #F4F4F4;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.casas-lista li {
    display: inline-block;
    margin: 1em 3%;
    text-align: center;
}

.casas-lista a {
    display: block;
}

.casas-lista img {
    display: inline-block;
    width: auto;
    height: 2.2em;
}


/* Título Interno */

.fieconline h1 {
    font-size: 1.5em;
}

.titulo a {
    color: #3e4555;
}

.titulo a:hover {
    color: #525a6b;
}


/* Conteudo */

.bg-conteudo {
    background: #FFF;
}

.bg-conteudo .conteudo p a u {
    font-weight: 500;
    color: #2b4868;
    box-shadow: 0px 2px 0px #2b4868;
    transition: padding 0.5s;
}

.bg-conteudo .conteudo p a u:hover {
    box-shadow: 0px 2px 0px #009640;
    transition: padding 0.5s;
}

/* Botões */

.botoes a {
    background: #2b4868;
    color: #FFF;
}

.botoes a:hover {
    background: #10552c;
    max-height: 100%;
}

.botoes img {
    width: 3.1em;
    height: 3.1em;
    max-height: 100%;
    margin-bottom: 0.5em;
    transition: all ease-in-out .3s;
    max-width: 50px;
}

.botoes a:hover img {
    max-height: 0em;
    max-width: 0em;
    width: 0em;
    height: 0em;
    transition: all ease-in-out .3s;
}


/* Botões Interna */

.botoes_interna a.at {
    background: #2b4868;
}

.botoes_interna a:hover {
    background: #2b4868;
    color: #FFF;
}


/* Notícias */

.noticias ul {
    display: flex;
}

.videos li:nth-child(4n) {
    margin-right: 2.6%;
}

.noticias a,
.videos a {
    display: block;
    color: #555;
}

.noticias img,
.videos img {
    border: 2px solid #F9F9F9;
    display: block;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.noticias h5,
.videos h5 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 1em;
}

.noticias p,
.videos p {
    font-size: 0.9em;
    color: #C6C6C6;
    margin-bottom: 1.5em;
}

.noticias a:hover img,
.videos a:hover img {
    border: 2px solid #01aa43;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.noticias a:hover h5,
.videos a:hover h5 {
    color: #01aa43;
}

.noticias a:hover p,
.videos a:hover p {
    color: #555;
}

/*Noticias corona virus**/
/* Notícias */

.noticias-corona div {
    display: block;
}

.videos li:nth-child(4n) {
    margin-right: 2.6%;
}

.noticias-corona a,
.videos a {
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

/* .noticias-corona img,
.videos img {
    object-fit: cover;
    height: 200px;
    object-position: center;
} */

.noticias-corona h5,
.videos h5 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 1em;
}

.noticias-corona p,
.videos p {
    font-size: 0.9em;
    color: #C6C6C6;
    margin-bottom: 1.5em;
}

.noticias-corona a:hover img,
.videos a:hover img {
    border: 2px solid #01aa43;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.noticias-corona a:hover h5,
.videos a:hover h5 {
    color: #01aa43;
}

.noticias-corona a:hover p,
.videos a:hover p {
    color: #555;
}


/*Fim noticias Corona virus*/

.active-orange {
    background: #196839 !important;
}

.swiper-videos-prev,
.swiper-videos-next {
    width: 32px;
    z-index: 0 !important;
    position: relative;
    top: -26px !important;
}

@media only screen and (max-width: 420px) {}


/* Vídeo do youtube responsivo */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 250px;
    padding: 1em;
}


/* Vídeos home */

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.modal_contents {
    z-index: 999999 !important;
    width: 50%;
    height: 50%;
    z-index: 3;
    display: table;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
}

.centro {
    min-height: 450px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.modal {
    visibility: hidden;
}

.modal-header h3 {
    color: #34495E;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.modal-header .mobile-close {
    box-sizing: border-box;
    font-size: 15px;
    border-radius: 20px;
    float: right;
    margin-top: 9px;
    margin-right: 10px;
    width: 38px;
    height: 38px;
    color: white;
    cursor: pointer;
}

.modal-body {
    text-align: center !important;
}

.modal-body .content-right {
    height: 225px;
    width: 50%;
    position: relative;
    top: 55px;
}

.content-right .sponsor-name {
    font-weight: bold;
    color: #000;
}

.modal_contents h1 {
    margin: 0;
    padding: 0;
    line-height: 32rem;
    text-align: center;
    display: block;
}

.modal_close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    text-decoration: none;
    display: none;
}

.modal-show {
    visibility: visible;
}

.modal-transition {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-show .modal-transition {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@media (max-width: 1139px) {
    .modal p {
        text-align: center;
    }

    .modal-body .content-left {
        width: 80%;
        display: block;
        float: none;
        margin: 0 auto;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .modal-body .content-right {
        width: 80%;
        display: block;
        margin: 40px auto;
        float: none;
        border-right: none;
    }
}

@media (max-width: 1027px) {
    .modal-header h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .modal_contents {
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
    }

    .modal-header h3 {
        font-size: 22px;
    }

    .modal-header .mobile-close {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

    .modal_close {
        display: block;
    }

    .modal-transition {
        -webkit-transform: translateX(-0) translateY(150%);
        -moz-transform: translateX(-0) translateY(150%);
        -ms-transform: translateX(-0) translateY(150%);
        transform: translateX(-0) translateY(150%);
    }

    .president-card-container {
        width: 100% !important;
    }

    .info-completa-presidente .img-presidente {
        width: 20% !important;
    }
}

@media only screen and (max-width: 501px) {
    .modal-header h3 {
        font-size: 18px;
    }

    .tv-logo-ico {
        width: 340px !important;
        margin-top: 50px;
    }

    .modal_contents {
        height: 100%;
    }

    .item-card-pres.pres-current .card-img-pres {
        width: 35% !important;
    }

    .item-card-pres {
        width: 100% !important;
    }
}

@media (max-width: 415px) {
    .modal-header h3 {
        font-size: 15px;
    }

    .tv-ico {
        width: 216px;
        height: 60px;
    }
}

.tv {
    outline: rgb(3, 92, 3);
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 4px;
}

.modal-texto {
    font-size: 20px;
    margin-bottom: 5%;
    height: auto;
}

.play-hover {
    width: 100%;
    height: auto;
    background-image: url("../images/icones/plus.png");
    background-repeat: no-repeat;
}


/* Preto e branco */

.pb {
    background-color: black;
    border-bottom: 1px solid #000;
    background-color: black;
    color: white;
}

.bt-pb {
    position: relative;
    top: -22px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    transform: scale(1);
    transition: all 0.5s ease;
    margin-top: 42px;
}

.bt-pb:hover {
    transform: scale(1.2);
    transition: all 0.5s ease
}


/* Dados */

.bg-dados {
    background: #476383;
}

.dados span.num {
    color: #FFF;
}

.dados span.des {
    color: #FFF;
}

/* Rodape */

.rodape .grupo-links:not(.redes) ul li:hover {
    border-bottom: 1px solid #009640;
}

.rodape .grupo-links:not(.redes) ul li:hover a {
    color: #009640;
}

.rodape .grupo-links.redes li a:hover {
    color: #009640;
    border: 2px solid #009640;
}

.politica-privacidade a {
    position: absolute;
    color: #c7c7c7;
    font-size: 8px;
    top: 50%;
    bottom: 0;
    right: 17px;
    transform: translateY(-50%);
    height: fit-content;
    transition: all 100ms ease-out;
}

.politica-privacidade a:hover {
    transition: all 100ms ease-in;
    color: #f2f2f2;
}


/* Rodapé CNPJ */

li.cnpj {
    font-size: 21px;
    color: #D4D2D2;
    font-style: italic;
    line-height: 13px
}

span.fone {
    display: block;
    margin: 8px;
    font-style: normal;
}

span.atendimento {
    font-size: 12px;
    line-height: 10px;
}

#politica-privacidade a {
    color: #ccc;
}

#politica-privacidade a:hover {
    color: #fff;
}


/* Revista Fiec - Ver mais */

.exibe-01.revista-mais {
    display: none;
}

.exibe-02.revista-mais {
    display: none;
}

.revista-one {
    cursor: pointer;
    margin: 0.7em;
    border: 3px solid #e3e3e3;
    border: 1px solid black;
    padding: 0.1em 1em;
    width: auto;
    display: inline-block;
    color: white;
    background: #008A57;
    font-size: 13px;
}

.revista-two {
    margin: 0.7em;
    border: 3px solid #e3e3e3;
    border: 1px solid black;
    padding: 0.1em 1em;
    width: auto;
    display: inline-block;
    color: white;
    background: #008A57;
    font-size: 13px;
}


/* Limite de tamanha para capa */

.capa_.apper img {
    max-height: 205px;
    min-height: 205px;
    min-width: 160px;
    max-width: 205px;
}

.curta {
    background: #2b4868;
    color: #fff;
}

.curta:after {
    content: " ";
    border-top: 20px solid #476383;
    border-bottom: 20px solid #476383;
    border-left: 20px solid #2b4868;
    border-right: 20px solid #2b4868;
}

.curta:before {
    content: " ";
    border-top: 20px solid #476383;
    border-bottom: 20px solid #476383;
    border-left: 20px solid #2b4868;
    border-right: 20px solid #2b4868;
}

@media only screen and (max-width: 1024px) {
    .casas-lista img {
        height: 2em;
    }
}

@media only screen and (max-width: 950px) {
    .bg-covid a {
        width: 50% !important;
    }

    .casas-lista li {
        margin: 1em 2%;
    }

    .casas-lista img {
        height: 1.2em;
    }

    .swiper-pagination {
        display: none;
    }

    .w-50.float-left {
        max-width: 100% !important;
    }

    .w-50.float-right {
        max-width: 100% !important;
    }

    .w-50 #publicacoes {
        display: none;
    }

    #publicacoes.w-100 {
        display: block;
    }

    .w-50 img {
        max-width: 15%;
    }

    .w-50 p.w-75 {
        min-width: 80%;
    }

}

@media only screen and (max-width: 720px) {
    .bg-covid a {
        width: 50% !important;
    }

    .casas-lista li {
        margin: 1em 1%;
    }

    .casas-lista img {
        height: 1em;
    }

    .card-img-pres {
        float: none !important;
        margin: 0 auto !important;
        width: 50% !important;
    }

    .descricao-pres {
        padding: 10px !important;
        width: 100% !important;
        text-align: center;
    }

    .item-card-pres.pres-current .card-img-pres {
        width: 30% !important;
    }

    .item-card-pres.pres-current .descricao-pres {
        text-align: unset !important;
    }
}

@media only screen and (max-width: 620px) {
    .bg-covid a {
        width: 75% !important;
    }

    .president-card-container {
        width: 100% !important;
    }

    .card-img-pres {
        width: 40% !important;
    }

    .item-card-pres.pres-current .card-img-pres {
        width: 35% !important;
    }

    .info-completa-presidente .img-presidente {
        width: 30% !important;
    }
}

@media only screen and (max-width: 420px) {
    .casas-lista img {
        height: 0.8em;
    }

    .bg-contato {
        height: 138px;
        padding: 0 1em;
    }

    .politica-privacidade a {
        top: 78%;
        transform: translateY(50%);
        transition: all 100ms ease-out;
        width: 91%;
    }
}


/* Agenda de Eventos */

.coluna {
    width: 100%;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 14px;
    float: left;
    padding: 1em
}

.coluna-meio {
    min-width: 250px;
    min-height: 200px;
    width: 48%;
    box-sizing: border-box;
    padding: 0.3em 0;
    float: left;
    margin-bottom: 1em
}

.coluna-gap {
    margin-right: 2%;
}

.coluna-titulo {
    border: 1px solid #999;
    display: flex;
    align-items: center;
    padding: 1em;
    background: #d3d3d3;
    color: #676767;
    background-image: url('../images/agenda.png');
    background-repeat: no-repeat;
    background-size: 113px;
    background-position-x: 108%;
    background-position-y: 44%;
    background-origin: border-box;
}

.coluna-titulo:hover {
    background-size: 130px;
    font-weight: normal
}

.coluna-titulo li {
    list-style: none;
}

.coluna li {
    list-style: none;
}

img.icone-eventos:hover {
    position: relative;
    top: 3px;
    left: 1px;
    width: 20px;
    margin-right: 6px;
    opacity: 1
}

.center {
    text-align: center;
    margin: 0 auto
}

img.icone-eventos {
    position: relative;
    top: 3px;
    width: 20px;
    margin-right: 6px;
    opacity: 0.5
}

.box-border {
    border-left: 1px solid #BCBCBC;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}

ul.coluna.box-border {
    margin-top: 0;
    min-height: 200px;
}

ul.coluna.coluna-titulo {
    margin-bottom: 0;
    margin-top: 0;
    min-height: 80px;
}


/* Popup Imagem */

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

#boxes .window {
    position: fixed;
    left: 0;
    top: 40px;
    display: none;
    z-index: 9999;
    height: auto;
    width: 33%;
}

.window img {
    max-width: 100%;
}

.close {
    display: block;
    text-align: right;
    background: #414141;
    border: none;
    color: white;
    padding: 9px 14px;
    height: 37px;
    width: 76px;
    cursor: pointer;
    position: absolute;
    transition: all ease-in .5s;
    right: 0;
}

.close:hover {
    background: #515151;
    transition: all ease-in .5s;
}


/* Fim Popup Imagem */

.formulario label input,
.formulario label select,
.formulario label textarea {
    min-height: 30px
}

.materia-cabecalho {
    color: #929292;
    font-size: 0.8em;
    margin-bottom: 1em;
    overflow: hidden;
    width: 100%;
}

.botoes a {
    padding: 1em;
}

.botoes a:hover h4 {
    font-size: 1.3em;
}

ul.redes-noticias {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul.redes-noticias li:first-child {
    padding: 0.3em 0;
    font-size: 15px;
}

ul.redes-noticias a {
    color: #2b4868;
    opacity: 1
}

ul.redes-noticias a:hover {
    color: #476383;
    opacity: 0.8
}

.rodape {
    width: 100% !important;
}

.block-news {
    width: 100% !important;
    margin: 0 auto;
    color: #fff;
    min-height: 40px;
}

.block-news span {
    font-size: 20px;
}

.block-news span strong {
    font-size: 16px;
    font-weight: 600;
}

.block-news .swiper-container {
    margin: 0;
    padding-left: 8px;
    position: relative;
    top: 12px;
}

.bg-news {
    background-color: rgba(38, 48, 60, 0.6);
    position: absolute;
    width: 100%;
    padding: 1em 1em 0.5em 1em;
    bottom: 0px;
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.bg-casa {
    background: rgba(38, 48, 60, 1);
    padding: 5px;
    margin: 5px;
}

.text-left {
    text-align: left;
}

.bt-agencia-news-controls {
    z-index: 99999;
    text-align: right;
    position: relative;
    top: 15px;
}

.agencia-news a {
    color: #fff;
    width: 50% !important;
}


/*.block-news .agencia-news{width: 80%; }*/

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-grid {
    display: grid;
}

#expandir {
    display: flex;
    float: right;
    max-width: 25px;
}

#expandir img {
    background: #196839;
    cursor: pointer;
    width: 25px;
}

.telefone {
    width: auto;
    display: inline-block;
    color: #FFFFFF;
    float: right;
    margin-right: 1.2em;
}

.icone-fone {
    width: 17px;
    position: relative;
    top: 4px;
}

.barra ul li.btn-casa.telefone {
    display: none;
}

.conteudo.interno .form-selects {
    padding-top: 0px;
    width: auto;
    margin-bottom: 20px;
    display: flex;
}

.conteudo.interno .form-selects label {
    align-self: center;
    padding: 10px;
}

.conteudo.interno .form-selects select {
    float: right;
}

.titulo-evento {
    display: block;
    font-size: 1.2em !important;
    padding: 0.5em 0 !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    min-width: 25%;
    max-width: 30% !important;
}

.w-50 {
    max-width: 49% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-50 ul {
    list-style: none;
    padding: 0px;
    margin-top: 0px;
}

.m-0 {
    margin: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.mt-1 {
    margin-top: 0.5rem;
}

.mt-0 {
    margin-top: 0;
}

.w-50.float-right,
.w-50.float-left {
    width: 100%;
}

.border-rounded {
    border: 2px solid #909090;
    border-radius: 50%;
    padding: 10px;
}

.border-gray:hover {
    border: 1px solid #2b4868;
}

.btn-mais-info {
    background-color: #2b4868;
    color: #FFF;
    border: 1px solid transparent;
    padding: 7px;
    float: right;
    min-height: auto !important;
    margin-bottom: 10px;
}

.btn-mais-info:hover {
    border: 1px solid #2b4868;
    background-color: transparent;
    color: #2b4868;
    padding: 7px;
    float: right;
}

.btn-voltar:hover {
    border: 2px solid #2b4868;
    color: #2b4868 !important;
    background-color: transparent;
    cursor: pointer;
}

.screen-desktop a {
    min-height: 180px;
    max-height: 180px;
    display: flex;
    text-align: center;
    align-items: center;
}

/* ============================ */
/* CAROUSEL DE ÚLTIMAS NOTÍCIAS */
/* ============================ */
#ultimas-noticias .item,
#galeria-videos .item {
    margin: 0px;
}

#ultimas-noticias .owl-nav,
#galeria-videos .owl-nav {
    text-align: center;
}

#ultimas-noticias .owl-nav button,
#galeria-videos .owl-nav button {
    padding: 7px 10px !important;
    background-color: #32a457;
    color: #fff;
    margin: 2px;
}

#ultimas-noticias .owl-nav button:hover,
#galeria-videos .owl-nav button:hover {
    background-color: #2b4868;
}

#ultimas-noticias .owl-nav button:focus,
#galeria-videos .owl-nav button:focus {
    outline: 0px;
}

/* ============================ */
/* CAROUSEL DE ÚLTIMAS NOTÍCIAS */
/* ============================ */

h4.tab {
    border-bottom: 1px solid #2b4868;
    width: 100%;
    display: flex;
    background: #ffffff;
    padding: 0.6em 0;
    margin: 0;
    box-shadow: -17px 3px 0px 0px #9fb9d6;
    color: #2b4868;
    align-items: center;
    border-top: 1px solid transparent;
    font-weight: bold;
    transition: all 500ms ease-in;
    margin-top: 10px;
}

.tab {
    cursor: pointer;
    position: relative;
}

.detail {
    cursor: pointer;
    display: none;
    padding-left: 0.5em;
}

.detail.open {
    display: block;
    animation: apper 500ms ease-in;
    padding: 0.9em;
    border: 1px dashed #f5f5f5d6;
    border-top: none;
    width: 100%;
}

.tab:after {
    background-image: url(../images/servicos/arrow-collapse.svg);
}

.carousel-galeria-imagens .card-text {
    width: 90%;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-color: rgba(43, 72, 104, 0.5);
    color: #FFF;
    padding: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.carousel-galeria-imagens:hover .card-text {
    background-color: rgba(43, 72, 104, 0.75) !important;
}

.owl-dot span {
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    border: 1px solid #2b4868 !important;
}

.carousel-galeria-imagens:hover .owl-nav button {
    background-color: rgba(43, 72, 104, 0.5) !important;
    color: rgba(255, 255, 255, 1) !important;
}

.carousel-galeria-imagens .owl-nav button {
    color: rgba(255, 255, 255, 0.25) !important;
    outline: 0px;
    width: 40px;
    height: 40px;
    font-size: 30px !important;
    background-color: rgba(43, 72, 104, 0.25) !important;
}

.owl-dot.active span {
    background-color: #2b4868 !important;
    width: 13px;
    height: 13px;
}

i.icon-calendario:after {
    content: '';
    background-image: url(../images/agenda/event.svg);
    display: inline-flex;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    padding: 5px;
}

i.icon-horas:after {
    content: '';
    background-image: url(../images/agenda/alarm-clock.svg);
    display: inline-flex;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    padding: 5px;
}

.titulo-separar a:hover {
    color: #2b4868;
    padding: 0.2em 2.5em;
}

#ultimos-banners .owl-nav button:hover {
    border: 1px solid #2b4868;
    color: #2b4868;
    background-color: rgba(255, 255, 255, 0.50);
}

.title-section {
    font-size: 19px;
    color: #2b4868;
    margin: 10px 0;
    font-weight: bold;
}

.resposta {
    background: #f7f7f7;
    padding: 0.8em;
    font-size: 0.9em;
    line-height: 19px;
    transition: all ease .3s;
    color: #2b4868;
    transition: all linear .20s;
    margin-bottom: 1em;
}

.duvida.atv {
    border: 1px solid #2b4868;
    color: #2b4868;
    transition: all linear .20s;
}

.duvida {
    background: #f7f7f7;
    padding: 0.8em;
    cursor: pointer;
    border: 1px solid #ece9e9;
    font-size: 1rem;
    transition: all linear .20s;
    color: #808080;
    margin-bottom: 1em;
}

span.minus {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url('../images/servicos/minus.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: all ease-in .3s;
    float: right;
    position: relative;
    top: -3px;
}

span.plus {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url('../images/servicos/plus.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: all ease-in .3s;
    float: right;
    position: relative;
    top: -3px;
}

.president-card-container {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    margin: 0 auto;
}

.page-header-pres {
    padding-bottom: 0.5em;
    position: relative;
    color: #2b4868;
    margin: 10px 0;
    font-weight: bold;
}

.page-header-pres:hover .titulo-sec-pres:before {
    width: 175px;
}

.page-header-pres:hover .titulo-sec-pres:after {
    width: 160px;
}

.titulo-sec-pres:before {
    border-top: 0.25em solid;
    width: 120px;
    transition width 0.5s;
}

.titulo-sec-pres:after {
    border-bottom: 0.15em solid;
    width: 100px;
    margin-bottom: -0.15em !important;
    transition width 0.5s;
}

.titulo-sec-pres:before,
.titulo-sec-pres:after {
    border-color: #9fb9d6 !important;
    content: "";
    margin-bottom: 0.2em;
    position: absolute;
    left: 0;
    bottom: 0;
}

.section-pres {
    margin-top: 20px;
}

.descricao-pres {
    padding: 0 15px;
    width: 70%;
    float: right;
    padding-left: 0;
}

.nome-pres {
    font-family: 'latob';
    color: #2b4868;
    font-size: 20px;
}

.card-img-pres {
    filter: grayscale(1);
    padding-right: 0.5em;
    transition: filter 0.5s;
    width: 30%;
    float: left;
}

.card-img-pres img {
    width: 100%;
}

.bg-black-pres {
    background-color: #6c7173;
}

.item-card-pres {
    width: 49%;
    border-bottom: 0.35em solid #2b4868;
    margin-right: 0.5em;
    margin: 5px auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 1px 5px #999;
}

.item-card-pres:hover .card-img-pres {
    filter: none;
    transition: filter 0.5s;
}

.item-card-pres.pres-current {
    width: 99% !important;
}

.item-card-pres.pres-current .card-img-pres {
    filter: none;
}

.item-card-pres.pres-current .descricao-pres {
    float: left !important;
    padding: 0 15px !important;
    width: 100% !important;
}

.item-card-pres.pres-current .card-img-pres {
    float: right !important;
    width: 20%;
    padding-left: 0.5em;
    border: 2px solid #2b4868;
    padding: 5px;
    margin-bottom: 15px;
    transition: padding 0.75s;
}

.item-card-pres.pres-current:hover .card-img-pres {
    padding: 0;
    transition: padding 0.75s;
    border-width: 5px;
}

.page-footer-pres {
    border-bottom: 1px solid #005cad;
    margin: 15px 0;
    display: inline-flex;
    width: 100%;
}

.page-footer-pres .btn-mais-info {
    border-radius: 15px 0;
    padding: 7px 100px;
}

.info-completa-presidente .img-presidente {
    width: 15%;
    height: auto;
    float: left;
    padding-right: 5px;
}

.info-completa-presidente .descricao-pres {
    float: none;
    width: 100%;
    text-align: unset;
    padding: 0 !important;
}

.bg-covid {
    background-color: rgba(43, 72, 104, 0.75);
    position: absolute;
    bottom: 0;
    z-index: 9;
    text-align: center;
    left: 0;
    width: 100%;
}

.bg-covid a {
    display: block;
    width: 30%;
    margin: auto;
}

.bg-covid img {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    transition: transform 0.75s;
    width: 100%;
}

.bg-covid img:hover {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    transition: transform 0.75s;
}

.rodape .grupo-links.redes li a {
    width: 34px !important;
    height: 34px !important;
}

a.agrupamento-link{
    padding: 5px 30px;
    border: 2px solid #2b4868;
    margin: 5px 0;
    display: block;
    font-weight: bold;
    width: 50%;
}

a.agrupamento-link:nth-child(1n){
    margin-right: 5px;
}

a.agrupamento-link:nth-child(2n){
    margin-right: 0;
}

a.agrupamento-link:hover{
    padding-left: 40px;
    border: 2px solid #2b4868;
    background-color: #2b4868;
    color: #FFF;
}
