.menuPrincipal {
  margin-top: 1.5em;
}

.menuPrincipal .nav .nav-item .nav-link, .smenuMobile {
    color: #0068ab !important;
    background-color: #ffffff !important;
    font-size: 24px !important;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    border-right-color: rgba(68, 61, 61, 0.19) !important;
    border-right-style: solid;
    border-right-width: thin;
    padding: 0 15px 0 15px;
}

.menuPrincipal .nav .nav-item:last-child .nav-link {
  border-right: none;
}

li.nav-item:nth-child(3) > a:nth-child(1) {
    border-right: none !important;
}


@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
@media (min-width: 768px) {
    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .conteudoPrincipal .txtDescricaoConteudoPrincipal {
        max-width: 70%;
    }
}
@media (min-width: 576px) {
    /* .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    } */
}

@media (min-width: 768px) {
  /* .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 1%;
    max-width: 30%;
  } */
}

.busca_custom {
    width: auto;
    height:28px;
    margin-top: -39px;
}

.txtPesquisa {
    background-color: #fff !important;
    border-bottom: 1px solid #e0e0e0 !important;
    border-left: 1px solid #e0e0e0 !important;
    border-top: 1px solid #e0e0e0 !important;
    border-right: transparent !important;
    font-size: 14px;
    box-shadow: none !important;
    border-radius: 9px 0 0 9px !important;
}

.form-control {
    width: 260px;
}

.form-control::placeholder {
    color: #5e5e5e;
}

.btnPesquisa {
    background-color: #fff !important;
    border-bottom: 1px solid #e0e0e0 !important;
    border-left: transparent !important;
    border-top: 1px solid #e0e0e0 !important;
    border-right: 1px solid #e0e0e0 !important;
    /*! margin-left: -12px; */
    border-radius: 0 9px 9px 0 !important;
}
.btnPesquisa i {
    color: #505050 !important;
}

#breadcrumb {
    display: none;
}

.carousel-item {
    height: 490px;
}

.hero-background {
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
}

.video {
    position: fixed;
    right: 0;
    bottom: 0;
    top: -150px;
    left: 0;
}

.alinhTxtBannerVideo {
    height: 100%;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
}

.mascara {
    background-color: rgba(59, 119, 180, 0.4);
}

.hero-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-play-button {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    background: #e1e1e140;
    border-radius: 50%;
    padding: 12px 21px 19px 23px;
    z-index: 100;
}

.hero-play-button::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #e1e1e140;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 0.7;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.hero-play-button span {
    display: block;
    position: relative;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    z-index: 100;
}

.fa-hand-link {
    font-size: 40px !important;
    margin-left: 5px;
    color: #fff;
    margin-top: 5px;

}

.hero-play-button-img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    background: #e1e1e160;
    border-radius: 50%;
    padding: 12px 21px 19px 23px;
    z-index: 100;
}

.txtTituloBannerVideo {
    font-size: 42px !important;
    font-family: 'Source Sans Pro';
    color: #ffffff;
    text-align: center;
    margin-top: -290px;
    text-shadow: 1px 1px #0000008c;
    font-weight: 600;
}

.hasVideo{
    border-left: 12px solid #ffffff9e;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.hasVideo.active{
    border-left: 12px solid white;
}

.noVideo {
    background-color: #ffffff9e !important;
    border-radius: 10px !important;
}

.noVideo.active {
    background-color: #FFF !important;
}

.carousel-indicators .active {
    background-color: transparent;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 0;
    background-color: transparent;
}
.carousel-control-next {
    font-size: 62px;
}
.carousel-control-prev {
    font-size: 62px;
}
.fa-chevron-right:before {
    content:"\f054";
    color: #ffffff9e;
}
.fa-chevron-left:before {
    content:"\f053";
    color: #ffffff9e;
}

/* btn */
.btnPrincipal {
  padding: 10px 70px;
  color: #014c73;
  border: 1px solid #f28705;
  font-weight: bold;
  font-size: 0.8rem;
  border-radius: 3px;
}

.btnPrincipal:hover {
  background: #F79500;
  color: #004A70;
  text-decoration: none;
}

.moreItems {
  text-align: right;
  margin-left: -85px;
}

.txtTituloBannerVideo {
    font-size: 42px !important;
    font-family: 'Source Sans Pro';
    color: #ffffff;
    text-align: center;
    margin-top: 120px;
}

.conteudoPrincipal {
    padding: 20px 0;
}

.conteudoPrincipal .txtTituloConteudoPrincipal {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 40px;
}

.conteudoPrincipal .txtDescricaoConteudoPrincipal {
    font-size: 1.3rem;
}

.conteudoPrincipal .linkConteudoPrincipal {
    padding: 10px 100px;
    color: #014c73;
    border: 1px solid #f28705;
    font-weight: 700;
    border-radius: 5px;
}

.submenuLink::after {
  content: none;
}

.menuContainer {
  width: 100vw;
  margin-top: 29px;
  border: none;
  border-top: 1px solid #cbcbcb;
  padding: 0;
  background-clip: unset;
  background-color: #fff;
  border-bottom: 1px solid #cbcbcb;
}

.categoriaMenu {
  min-height: 100px;
  display: grid;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: lighter;
}

.categoriaMenu.active {
  background-color: #f4f4f4;
}

.categoriaMenu:not(:last-child) {
  border-bottom: 1px solid #cbcbcb;
}

.submenuContainer {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}

.submenuContainer.active {
  background-color: #f4f4f4;
  display: block;
}

.menuItem {
  margin: 0 30px 10px 5px;
}

.submenuParent {
  margin: 5px 0 0;
}

.menuLink {
  padding-left: 5px;
  margin-bottom: 3px;
}

.menuLink a,
.ulmenu li a,
.menuPrincipal .nav .nav-item .nav-link.categoria {
  cursor: pointer;
  color: #595959;
}

.menuParent,
.menuParent a,
.submenuParent {
  color: #353535 !important;
  font-weight: bold;
  margin-bottom: 5px;
}

.menuLink a:hover {
  color: #3cbbe8;
}

.smenuMobile,
.ulmenu li a {
  border: none !important;
  border-bottom: 1px solid #fff !important;
}

.smenuMobile::after,
.ulmenu li a:not(.submenuParent)::after {
  content: '\f078';
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  margin: 0;
  float: right;
  text-decoration: none;
  display: unset;
  width: 0;
  height: 0;
  vertical-align: unset;
  border: none !important;
  -webkit-text-stroke: 3px #f4f4f4;
  margin-right: 26px;
  font-size: 35px;
}

.ulmenu li a.categoria {
  padding-top: 5px !important;
}

.ulmenu li a.categoria::after {
  -webkit-text-stroke: 3px #fff;
  margin-right: 16px;
}

.ulsmenu::after {
  content: none !important;
}

.smenuMobile.open::after,
.categoria.open::after,
.ulmenu li a.open:not(.submenuParent)::after {
  content: '\f077';
}

.smenuMobile.open {
  -webkit-box-shadow: 0 2px 6px -4px #222;
  -moz-box-shadow: 0 2px 6px -4px #222;
  box-shadow: 0 2px 6px -4px #222;
  border-bottom: none !important;
  position: relative;
  z-index: 1000;
}

.ulsmenu {
  margin: 5px 0;
}

.dropdown-menu.ulmenu {
  margin: 0 !important;
}

.ulmenu li a:not(.submenuParent) {
  padding-left: 5px !important;
}

.ulmenu {
  border: none;
  padding: 0 10px;
}

.buscaForm, .txtPesquisa, .btnPesquisa {
  z-index: 1;
}

.buscaForm.closed {
  display: flex;
  justify-content: flex-end;
}

/* estatisticas */
#estatisticas {
  margin: 60px 0;
  padding: 60px 0 0;
  border-top: 2px solid #3399CB;
}

#estatisticas .capa {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#estatisticas .capa img {
  max-height: 100px;
}

#estatisticas .desc {
  padding: 35px 50px 0;
  color: #747474;
  line-height: 1.7rem;
}

/* menu rodape */
#menuRodape {
  padding: 50px 0 30px;
  background-color: #dedede;
}

#menuRodape .title {
  color: #004a70;
}

#menuRodape .title,
#menuRodape .categoria {
  font-weight: bold;
}

#menuRodape a,
#menuRodape .categoria {
  font-size: 0.8rem;
}

#menuRodape ul li {
  margin-top: 10px;
  line-height: 1rem;
}

#menuRodape ul li a {
  color: #57869D;
}

#rodapeLogos {
  padding: 0 0 30px;
  background-color: #dedede;
}

#logo_footer {
  padding: 50px 0 30px;
  background-image: url(../../img/bg/fiep_bg_rodape_logos.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.logo_footer {
  position: relative;
  overflow: hidden;
}

.logo_footer > img {
  left: 0;
}

.logo_footer_hover {
  overflow: hidden;
}

.logo_footer_hover,
.logo_footer_hover span {    
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 2;
  transition: all ease 0.5s;
}

.logo_footer:hover .logo_footer_hover {
  transform: translateX(100%);
}
.logo_footer:hover .logo_footer_hover span {
  transform: translateX(-100%);
}

/* rss */
#noticiasRss_ {
  width: 1110px;
  margin: 0 auto;
  padding-top: 3rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

#noticiasRss .title,
#noticiasRss_ .title {
  font-size: 26px;
  font-weight: bold;
  color: #004A70;
  display: flex;
  width: max-content;
  margin-left: -19px;
}

#noticiasRss_ .rssPrincipal {
  width: 600px;
  height: 550px;
  float: left;
  margin-right: 10px;
}

.containerSecundaria {
  float: left;
  width: 500px;
}

.rssSecundaria {
  width: 100%;
  height: 300px;
}

.rssPrincipal > a:first-child div:not(.categoria):not(.postloader),
.rssSecundaria > a > div:not(.categoria):not(.postloader) {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 15px solid #ffffff;
  background-color: #E1E1E1;
  height: 550px;
  width: 562px;
  margin-left: -30px;
}

.rssSecundaria > a > div:not(.categoria):not(.postloader) {
  height: 250px;
}

.rssPrincipal > a:first-child div.placeholder,
.rssSecundaria > a > div.placeholder {
  background-image: url(../../img/noticia_placeholder.png) !important;
  background-size: auto !important;
}

.rssPrincipal > div a,
.rssSecundaria > div a {
  color: #014C73;
  font-weight: bold;
  display: flex;
  font-size: 18px;
  margin-left: -15px;
}

.rssPrincipal > div a:hover,
.rssSecundaria > div a:hover,
.rssPrincipal > div a.active,
.rssSecundaria > div a.active {
  text-shadow: 0 0 0.5px #014C73;
  text-decoration: none;
}

#noticiasRss .rssPrincipal .categoria,
#noticiasRss .rssSecundaria .categoria {
  margin-left: 15px;
}

.postloader {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -16px;
  background-image: url(../../img/bg/loader_01.gif);
}

/* canal da industria */
#canalIndustria {
  padding: 50px 0;
  background-image: url(../../img/bg/bg_canal_industria.png);
  background-repeat: repeat-x;
}

#canalIndustria .title {
  font-size: 26px;
  font-weight: bold;
  color: #004A70;
}

#canalIndustria #ytPlayer {
  position: relative;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E1E1E1;
}

#canalIndustria #ytPlayer a {
  width: 101px;
  height: 101px;
  cursor: pointer;
  background-image: url(../../img/bg/video_play.png);
}

#canalIndustria #ytPlayer a._disabled {
  cursor: initial;
}

#canalVideo {
  position: absolute;
  display: none;
}

#canalIndustria #videoLista .videoItem {
  height: 80px;
}

#canalIndustria #videoLista .videoItem:not(._disabled) {
  cursor: pointer;
}

#canalIndustria #videoLista .videoItem .thumb {
  width: 30%;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #E1E1E1;
  position: relative;
}

#canalIndustria #videoLista .videoItem .thumb::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../../img/bg/video_play.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

/* #canalIndustria #videoLista .videoItem:not(._disabled) .thumb.thumb_hover {
  background-image: url(../../img/bg/yt_thumb.jpg) !important;
} */

#canalIndustria #videoLista .videoItem:not(._disabled) .thumb.thumb_hover::after {
  background-image: url(../../img/canal_play_hover.png);
}

#canalIndustria #videoLista .videoItem .info {
  width: 70%;
  height: 100%;
  max-height: 100%;
  float: left;
  padding: 5px 10px;
  font-size: 0.8rem;
  background-color: #E1E1E1;
  border: 1px solid #ccc;
}

#canalIndustria #videoLista .videoItem .info.info_hover {
  background-color: #fff;
}

#canalIndustria #videoLista .videoItem .info .date {
  font-size: 0.7rem;
  font-weight: bold;
}

#caminhopao {
  background: #FBFBFB;
  padding-top: 30px;
  margin-top: 23px;
  padding-left: 110px;
}

#caminhopao .breadcrumb-item,
#caminhopao .breadcrumb-item a,
.fullInterna .breadcrumb-item,
.fullInterna .breadcrumb-item a {
  color: #A1A3A5;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-weight: 800;
  color: #A1A3A5;
}

.fullInterna #breadcrumb {
  display: block;
}

.fullInterna #breadcrumb .divisor {
  display: none;
}

.fullInterna {
  width: 100%;
  background-image: url(../../img/bg/bg_canal_industria.png);
  background-repeat: repeat-x;
}

.fullInterna * {
  font-family: 'Source Sans Pro' !important;
}

.fullInterna *:focus {
  outline: none !important;
}

.fullInterna ._breadcumb {
  margin-top: 23px;
  padding-top: 40px !important;
}

.fullInterna > .container,
.fullInterna ._breadcumb > .container,
.fullInterna ._contato > .container {
  padding: 0 3rem;
}

.fullInterna .gravata {
  color: #3B77B4;
  font-weight: bold;
  margin-bottom: 0;
}

.fullInterna .conteudo,
.fullInterna .conteudo p,
.fullInterna .conteudo div {
  color: #2F2F2F !important;
  font-size: 1rem !important;
}

#bannerTopo {
  margin-top: 0;
}

#bannerTopo .carousel-item {
  height: 300px;
}

#bannerTopo .carousel-control-prev,
#bannerTopo .carousel-control-next {
  z-index: 1000;
  width: unset;
  padding-left: 40px;
  padding-right: 40px;
}

#bannerNav {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0
}

#bannerNav > .container {
  position: relative;
  height: 100%;
}

#bannerNav .prev-img,
#bannerNav .next-img {
  width: 22px;
  height: 40px;
  background-image: url(../../img/banner-prev.png);
}

#bannerTopo .next-img {
  background-image: url(../../img/banner-next.png);
}

#bannerTopo .carousel-item img {
  height: 300px;
  object-fit: cover;
}

#textoIntroducao {
  margin-left: 15px;
  margin-right: 15px;
}

#textoIntroducao * {
  font-family: 'Source Sans Pro' !important;
}

#diretrizes {
  padding-right: 0;
}

#diretrizes * {
  font-family: 'Source Sans Pro' !important;
}

#diretrizes .missao .header,
#diretrizes .visao .header,
#diretrizes .valores .header {
  height: 26px;
  background-color: #00496F;
  color: #fff;
  font-weight: 600;
  padding-left: 40px;
  display: grid;
  align-items: center;
}

#diretrizes .missao .header > div,
#diretrizes .visao .header > div,
#diretrizes .valores .header > div {
  width: 42px;
  height: 37px;
  position: absolute;
  top: -5px;
  left: 0;
  background-repeat: no-repeat;
}

#diretrizes .missao .header > div {
  background-image: url(../../img/dir-missao.png);
}

#diretrizes .visao .header > div {
  background-image: url(../../img/dir-visao.png);
}

#diretrizes .valores .header > div {
  background-image: url(../../img/dir-valores.png);
}

#diretrizes .texto {
  padding: 0 30px;
  border-left: 2px solid #05B1CD;
  font-size: 0.95rem;
}

#diretrizes .texto * {
  color: #848484 !important;
}

#diretrizes > div.col-md-12 .texto {
  max-width: 33.333333%;
  float: left;
  min-height: 130px;
}

.footer {
  height: auto;
  line-height: unset;
  padding-bottom: 15px;
}

#diretoria .card {
  border: none;
}

#diretoria .card-header {
  background-color: #F7F5F5;
  border: 1px solid #014C73 !important;
  border-radius: 5px;
  cursor: pointer;
}

#diretoria .card-link:after {
  content: "\f078";
  position: absolute;
  right: 10px;
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  color: #3BBBE5;
}

#diretoria .card-link.active:after {
  content: "\f077" !important;
}

#diretoria .card-link {
  color: #014C73;
  font-weight: bold;
  text-transform: uppercase;
}

#diretoria .card-link.active,
#diretoria .card-link:hover,
#diretoria .card-header:hover a {
  color: #3BBBE5;
}

#diretoria .dirNome {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5rem;
}

#diretoria .dirCategoria {
  font-size: 1.2rem;
  font-weight: lighter;
}

#diretoria .card-body .dirCategoria {
  font-size: 0.85rem;
  letter-spacing: 0.8px;
}

#diretoria img {
  border-radius: 5px;
}

#diretoria .verTodos {
  color: #014C73;
  background-color: #F7F5F5;
  padding-left: 40px;
  padding-right: 40px;
}

#noticias #noticiasFiltro label {
  color: #3b77b4;
  font-weight: bold;
}

#noticias #noticiasFiltro .filtroInput {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 9px;
}

#noticias #noticiasFiltro .inputDiv:not(:nth-child(2)) {
  padding-left: 5px;
}

#noticias #noticiasFiltro .inputDiv:not(:last-child) {
  padding-right: 0;
}

.nice-select {
  height: 30px !important;
  line-height: 17px !important;
  padding-left: 11px !important;
}

.nice-select:after {
  height: 8px !important;
  width: 8px !important;
  border-bottom: 1px solid #3BBBE5 !important;
  border-right: 1px solid #3BBBE5 !important;
}

.nice-select .current {
  display: block;
  overflow: hidden;
  color: #5c5c5c;
  font-weight: 600;
}

.nice-select .list .option:not(.disabled) {
  font-weight: bold;
  text-transform: uppercase;
  color: #636466;
}

.nice-select .option {
  line-height: 30px !important;
  min-height: 30px !important;
  padding-left: 11px !important;
}

.tagSelect li.option {
  color: #3BBBE5 !important;
}

#noticias #noticiasFiltro .inputBusca .filtroInput {
  padding: 2px 10px;
}

#noticias #noticiasFiltro .inputBusca::after {
  content: "\f002";
  font-family: "Font Awesome\ 5 Free";
  position: absolute;
  right: 26px;
  top: 3px;
  opacity: 0.8;
  font-weight: bold;
}

#noticias #noticiasFiltro button {
  width: 100%;
  padding: 2px 0;
  background-color: #3bbbe5;
  border: 1px solid #3b77b4;
}

#noticias #noticiasLista .categoria {
  color: #6C6D6F;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  padding-right: 10px;
}

#noticias #noticiasLista .editoria {
  color: #3BBBE5;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  padding-right: 10px;
}

#noticias #noticiasLista .editoria:before {
  content: "|";
  padding-right: 10px;
  font-weight: bolder;
}

#noticias #noticiasLista .editoria:after {
  content: "|";
  padding-left: 10px;
  font-weight: bolder;
}

#noticias #noticiasLista .data {
  color: #10577B;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 0.9;
}

#noticias #noticiasLista a {
  text-decoration: none;
  color: #014C73;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5;
}

#btnMaisNoticias {
  background: #F79500;
  border: 1px solid #F18700;
  font-weight: bold;
  padding: 5px 30px;
}

.loading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);
    }
  40% {
    color: white;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);
    }
  60% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 rgba(0,0,0,0);
    }
  80%, 100% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 white;
  }
}

.bannerDetalhe {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 60px;
}

.bannerDetalheContainer {
  margin: 15px 0 60px;
  border-radius: 25px;
}

._contato h2 {
  font-weight: bold;
}

._contato .formulario {
  margin: 0 15px;
  padding: 30px 50px;
  background-color: #F7F5F5;
}

._contato .btnEnvia {
  float: left;
  margin-top: 30px;
}

.frmQuestionario .form-control {
  width: 100% !important;
}

._contato .form-control {
  width: 100% !important;
}

.container .form-control {
  width: 100% !important;
}

._contato label {
  color: #6E6E70;
  font-weight: bold;
}

._contato .form-control::placeholder,
._contato #Estado.placeholder,
._contato #Estado option:first-child,
._contato #Cidade.placeholder,
._contato #Cidade option:first-child {
  color: #B0B0B0;
  font-size: 0.80rem;
}

._contato .form-control.error::placeholder,
._contato .form-control.error,
._contato #Estado.error,
._contato #Cidade.error {
  color: #FF7D7D;
}

._contato #recaptcha_form > div {
  border: 1px solid transparent;
  border-radius: 3px;
}

._contato #recaptcha_form > div.error {
  border: 1px solid #FF7D7D;
}

._contato #btnEnviar {
  min-width: 180px;
  color: #014C73;
  background-color: #3bbbe5;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #014C73;
}

._contato .btnEnvia {
  text-align: left;
}

._contato #recaptcha_form {
  float: right;
}

.buscaText input {
  width: 100%;
  padding: 8px 16px;
  border-radius: 10px;
  font-weight: 600;
}

.buscaText::after {
  content: "\f002";
  font-family: "Font Awesome\ 5 Free";
  position: absolute;
  right: 16px;
  top: 0;
  opacity: 0.8;
  line-height: 41px;
  font-weight: bold;
}

#buscaLista .titulo_link_busca {
  color: #014C73;
}

#buscaLista .siteNome {
  color: #7D7A7A;
  font-weight: 600;
  font-style: italic;
}

#buscaLista .descricao_link {
  color: #676767;
  padding: 5px 0 0;
}

#buscaLista .btn_pesquisa {
  width: 30px;
  height: 40px;
  position: absolute;
  top: 1px;
  right: 10px;
  cursor: pointer;
  z-index: 1000;
}

.video {
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.conteudo, .conteudo div, .conteudo p, .conteudo div strong {
  color: #2f2f2f;
}

@supports (object-fit: cover) and (-ms-ime-align:auto) {
  .video {
    height: auto;
  }
}

.formContato table {
  width: 95%;
  margin-left: 5%;
}

.formContato .descCampo {
  color: #6E6E70;
  font-weight: bold;
  margin: 5px 0;
  display: inline-block;
}

.formContato .form-group > img {
  cursor: pointer;
  vertical-align: bottom;
  position: absolute;
  bottom: 5px;
  right: 25px;
}

/* subsite serviÃ§os e soluÃ§Ãµes */
/* banner */
#bannerServicos {
  position: relative;
}

#bannerServicos .texto {
  position: absolute;
  z-index: 1;
}

#bannerServicos .texto .title {
  color: #fff;
  font-size: 2.3rem;
  font-style: italic;
  font-weight: bold;
  font-family: 'Source Sans Pro';
}

#bannerServicos .texto .desc {
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Source Sans Pro';
}

#bannerServicos img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 70% 100%;
}

#bannerServicos .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, rgba(0,0,0,0.6250875350140056) 0%, rgba(255,255,255,0) 100%);
  z-index: 1;
}

@media (max-width: 411px) {
  #bannerServicos .texto .title {
    font-size: 1.7rem;
  }
}

@media (max-width: 768px) {
  #bannerServicos img {
    height: 300px;
  }
  #bannerServicos .overlay {
    background: linear-gradient(220deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0.7) 100%);
  }
}

/* destaques */
#iconesDescricao {
  padding: 50px;
}

#iconesDescricao > div {
  display: flex;
  margin: 30px 0;
}

#iconesDescricao > div:nth-of-type(3n+2)::before,
#iconesDescricao > div:nth-of-type(3n+2)::after {
  content: '';
  height: 80px;
  width: 2px;
  position: absolute;
  top: 0;
  background-color: #D1D1D1;
}

#iconesDescricao > div:nth-of-type(3n+2)::before {
  left: 0;
}

#iconesDescricao > div:nth-of-type(3n+2)::after {
  right: 0;
}

#iconesDescricao img {
  float: left;
}

@media (max-width: 411px) {
  #iconesDescricao {
    padding: 30px 10px;
  }
  #iconesDescricao > div:nth-of-type(3n+2)::before,
  #iconesDescricao > div:nth-of-type(3n+2)::after {
    content: unset;
  }
}

@media (min-width: 412px) and (max-width: 960px) {
  #iconesDescricao {
    padding: 30px 10px;
  }
  #iconesDescricao > div:nth-of-type(3n+2)::before,
  #iconesDescricao > div:nth-of-type(3n+2)::after {
    content: unset;
  }
  #iconesDescricao > div:nth-of-type(odd)::after {
    content: '';
    height: 60px;
    width: 2px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #D1D1D1;
  }
}

/* chamadas */
#chamadas {
  padding: 50px 100px;
}

#chamadas .chamada {
  margin-bottom: 80px;
  min-height: 230px;
}

#chamadas .chamada img {
  height: 100%;
  object-fit: cover;
}

#chamadas .title {
  width: 100%;
  height: 50px;
  max-height: 50px;
  color: #3B77B4;
  background-color: #F7F5F5;
  border-radius: 3px;
  font-family: 'Source Sans Pro';
  font-size: 1.2rem;
  font-weight: bold;
  font-style: italic;
  display: grid;
  justify-content: center;
  align-items: center;
}

#chamadas .desc {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  height: 50px;
  transition: .5s ease;
  padding: 0 15px;
  max-height: calc(100% + 50px);
}

#chamadas .desc .texto {
  text-align: center;
}

#chamadas .desc .texto > div {
  padding: 15px 0;
  font-family: 'Source Sans Pro';
}

#chamadas > div:hover .desc {
  height: 150%;
}

#chamadas .card-header {
  background-color: #f4f1f0;
  border: 1px solid #558cbe !important;
  border-radius: 5px;
}

#chamadas .card-link {
  color: #2d73b2;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  font-style: italic;
}

#chamadas .card-link:after {
  content: "\f078";
  position: absolute;
  right: 10px;
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  color: #46c1d8;
  font-style: normal;
}

#chamadas .card-link.active:after {
  content: "\f077" !important;
}

#chamadas .card {
  border: none;
}

#chamadas .card-body a {
  margin: 15px auto;
}

@media (max-width: 411px) {
  #chamadas {
    padding: 30px 15px;
  }
}

@media (min-width: 412px) and (max-width: 1200px) {
  #chamadas {
    padding: 30px 15px;
  }
}

/* subsite relaÃ§Ãµes governamentais */
/* banner */
#bannerRelacoes {
  position: relative;
  height: 400px;
}

#bannerRelacoes .texto {
  position: absolute;
  z-index: 1;
  margin-top: 5rem !important;
}

#bannerRelacoes .texto .title {
  color: #fff;
  font-size: 54px;
  font-weight: bold;
  font-family: 'Source Sans Pro';
}

#bannerRelacoes .texto .desc {
  max-width: 600px;
}

#bannerRelacoes .texto .desc * {
  color: #fff;
  font-size: 18px;
  font-family: 'Source Sans Pro';
}

#bannerRelacoes .texto .desc *:not(strong) {
  font-weight: 400;
}

#bannerRelacoes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 100%;
}

#bannerRelacoes .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, rgba(0,0,0,0.6250875350140056) 0%, rgba(255,255,255,0) 100%);
  z-index: 1;
}

@media (max-width: 411px) {
  #bannerRelacoes .texto {
    text-align: center;
  }
  #bannerRelacoes .texto .title {
    font-size: 1.7rem;
    font-style: normal;
  }
  #bannerRelacoes .texto .desc * {
    font-size: 1rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #bannerRelacoes {
    height: 300px;
  }
  #bannerRelacoes .texto {
    margin-top: 2rem !important;
  }
  #bannerRelacoes .overlay {
    background: linear-gradient(220deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0.7) 100%);
  }
}

/* destaques */
#chamadaRelacoes {
  padding: 40px 0;
}

#chamadaRelacoes > div {
  display: flex;
  margin: 30px 0;
  align-items: center;
  min-height: 120px;
  padding: 0 40px;
}

#chamadaRelacoes > div:nth-of-type(3n+2)::before,
#chamadaRelacoes > div:nth-of-type(3n+2)::after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background-color: #D1D1D1;
}

#chamadaRelacoes > div:nth-of-type(3n+2)::before {
  left: 0;
}

#chamadaRelacoes > div:nth-of-type(3n+2)::after {
  right: 0;
}

#chamadaRelacoes .imagem {
  width: 100px;
}

#chamadaRelacoes img {
  float: left;
  height: 50px;
}

#chamadaRelacoes .desc {
  width: 220px;
  font-family: 'Source Sans Pro';
}

@media (max-width: 411px) {
  #chamadaRelacoes {
    padding: 30px 10px;
  }
  #chamadaRelacoes > div {
    min-height: unset;
  }
  #chamadaRelacoes > div:nth-of-type(3n+2)::before,
  #chamadaRelacoes > div:nth-of-type(3n+2)::after {
    content: unset;
  }
}

@media (min-width: 412px) and (max-width: 960px) {
  #chamadaRelacoes {
    padding: 30px 10px;
  }
  #chamadaRelacoes > div:nth-of-type(3n+2)::before,
  #chamadaRelacoes > div:nth-of-type(3n+2)::after {
    content: unset;
  }
  #chamadaRelacoes > div:nth-of-type(odd)::after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #D1D1D1;
  }
}

/* texto */
.textoFull {
  margin: 40px 0;
  padding: 40px 0;
  text-align: center;
}

.textoFull * {
  font-family: 'Source Sans Pro';
}

.textoFull *:not(strong) {
  font-weight: 300;
}

@media (max-width: 768px) {
  .textoFull {
    padding: 15px;
  }
  .textoFull .container {
    display: inline;
  }
}

@media (max-width: 411px) {
  .textoFull * {
    font-size: 17px !important;
  }
}

/* texto imagem */
#textoImagem > div {
  margin: 75px 0;
}

#textoImagem .imagem {
  width: 500px;
  max-width: 500px;
}

#textoImagem .imagem img {
  max-width: 100%;
}

#textoImagem .esquerda .imagem {
  float: left;
  margin-right: 30px;
}

#textoImagem .direita .imagem {
  float: right;
  margin-left: 30px;
}

#textoImagem .desc {
  max-width: 550px;
  padding-top: 15px;
}

#textoImagem .esquerda .desc {
  float: right;
}

#textoImagem .direita .desc {
  float: left;
}

#textoImagem .desc * {
  font-family: 'Source Sans Pro';
  font-size: 18px;
}

#textoImagem .desc *:not(strong) {
  font-weight: 300;
}

#textoImagem .desc h1 {
  color: #464646;
  font-size: 32px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #textoImagem > div {
    margin: 15px 0;
  }
  #textoImagem .esquerda .imagem,
  #textoImagem .esquerda .desc,
  #textoImagem .direita .imagem,
  #textoImagem .direita .desc {
    float: none;
    margin: 15px 0 !important;
  }
}

@media (max-width: 411px) {
  #textoImagem .esquerda .imagem,
  #textoImagem .direita .imagem {
    width: 100%;
  }
  #textoImagem .desc h1 {
    font-size: 23px;
  }
}

/* listaMais */
#listaMais h2 {
  margin: 30px 0;
  font-family: 'Source Sans Pro';
}

#listaMais img {
  width: 150px;
}

#listaMais .texto {
  margin-left: 40px;
}

#listaMais .texto * {
  color: #212529 !important;
  font-family: 'Source Sans Pro' !important;
}

#listaMais .texto .title {
  font-size: 18px;
  font-weight: 600;
}

#listaMais .texto .desc {
  font-size: 16px !important;
}

#listaMais .btn {
  color: #fff;
  background: #F79500;
  border: 1px solid #F18700;
  font-weight: bold;
  padding: 5px 30px;
  width: 150px;
  margin-bottom: 30px;
}

@media (max-width: 411px) {
  #listaMais h2 {
    text-align: center;
  }
  #listaMais img {
    margin-left: auto !important;
    margin-right: auto !important;
    float: unset !important;
    display: block !important;
    margin-bottom: 30px;
  }
  #listaMais .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/* geral */
@media (max-width: 767px) {
  .conteudoPrincipal {
    text-align: center;
    padding: 30px 0;
  }
  .conteudoPrincipal .linkConteudoPrincipal {
    display: block;
    margin: 0 10%;
    padding: 10px 0;
  }
  #bannerVideoFull {
    margin-top: 0 !important;
  }
  .buscaForm.closed {
    position: absolute;
    right: 10px;
    top: 110px;
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .busca_custom {
    padding-right: 0;
    margin: 0 auto;
    float: inherit;
  }
  .navbarLeft {
    left: 0 !important;
    z-index: 1000;
  }
  .navbarLeft > i {
    color: #0068ab !important;
    -webkit-text-stroke: 2px #fff !important;
  }
  .logoMobile {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .logo-mobile {
    display: none;
  }
  #menuPrincipal.bgwhite {
    background-color: #fff;
  }
  .navbar-toggler > i.fa-times {
    font-size: 50px !important;
    -webkit-text-stroke: 10px #0068ab !important;
    margin-top: -12px !important;
  }
  body > main > .container:first-child {
    padding: 0;
  }
  #menuPrincipal {
    margin-top: 0;
    background-color: #0068ab;
  }
  #menuPrincipal .logo-mobile {
    padding: 15px 15px 0 15px !important;
  }
  #menuPrincipal .navbar-toggler {
    max-width: 50px;
    position: absolute;
    top: 21px;
    right: 10px;
    border: none;
    outline: none;
  }
  #menuPrincipal .navbar-toggler i {
    color: #fff;
    font-size: 26px;
    -webkit-text-stroke: 2px #0068ab;
  }
  #menuPrincipal ul:not(.ulmenu),
  #menuPrincipal .nav > li.nav-item a.nav-link:not(.categoria) {
    background: #f4f4f4 !important;
  }
  #menuPrincipal ul.ulsmenu {
    background: #fff !important;
  }
  #menuPrincipal .nav > li.nav-item a.nav-link:not(.categoria) {
    padding: 15px;
    border-bottom: 1px solid #fff;
  }
  #menuPrincipal .nav .nav-item .nav-link {
    border-right: none !important;
  }
  .dropdown-menu.ulmenu.categoria {
    margin: 0 !important;
  }
  .container.open {
    position: absolute;
    top: 0;
    z-index: 1000;
    max-width: unset;
  }
  #menuPrincipal > .container {
    max-width: unset;
  }
  .logo_footer {
    margin-top: 30px;
  }
  #estatisticas > div {
    margin-bottom: 30px;
  }
  #noticiasRss_ .title,
  #noticiasRss .title,
  #canalIndustria .title {
    text-align: center;
    font-size: 21px;
  }
  .btnPrincipal {
    padding: 10px 0;
    text-align: center;
    display: block;
    margin: 0 10%;
  }
  #canalIndustria {
    padding: 20px 0 20px;
  }
  #canalIndustria #ytPlayer {
    height: 200px;
    background-image: none !important;
  }
  #canalVideo {
    display: block;
  }
  #canalIndustria #ytPlayer a {
    display: none;
  }
  #canalIndustria > .container > .row > .col-md-12 {
    padding: 0;
  }
  #canalIndustria #videoLista .videoItem {
    margin-bottom: 10px;
  }
  #caminhopao {
    padding-left: 50px;
  }
  #diretrizes .texto {
    padding-right: 0;
  }
  #diretrizes > div.col-md-12 .texto {
    max-width: 100%;
    min-height: unset;
  }
  #diretoria .center,
  #diretoria .center * {
    text-align: center !important;
  }
  #noticias #noticiasFiltro button {
    max-width: 60%;
  }
  .maisNoticias {
    text-align: center;
  }
  #video-0 {
    padding-left: 0;
  }
  ._contato .formulario {
    margin: 0;
    padding: 30px 0;
  }
  ._contato .btnEnvia {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  .conteudoPrincipal .txtTituloConteudoPrincipal {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .conteudoPrincipal .txtDescricaoConteudoPrincipal {
    font-size: 1.1rem;
  }
  #estatisticas .desc {
    padding: 10px 50px 25px;
  }
  #estatisticas .capa {
    height: auto;
  }
  .linksubmenumenu::after {
    content: '\f078';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    margin: 0;
    float: right;
    text-decoration: none;
    display: unset;
    width: 0;
    height: 0;
    vertical-align: unset;
    border: none !important;
    -webkit-text-stroke: 3px #f4f4f4;
    margin-right: 26px;
    font-size: 35px;
  }
}

@media (max-width: 1024px) {
  .rssPrincipal,
  .rssSecundaria {
    height: auto;
    padding: 0;
    margin-bottom: 15px;
  }
  .rssPrincipal > a:first-child div:not(.categoria):not(.postloader),
  .rssSecundaria > a > div:not(.categoria):not(.postloader) {
    border: none;
    height: 250px;
  }
  .rssPrincipal > div,
  .rssSecundaria > div {
    height: auto;
    background-position: 15px 5px;
    padding-left: 35px;
    padding-right: 15px;
  }
  #noticiasRss .moreItems {
    text-align: center;
  }
  #videoLista .videoItem {
    padding-left: 15px !important;
    margin-bottom: 5px;
  }
  #videoLista .videoItem .info {
    border-left: none;
    border-right: none;
  }
  ._contato #recaptcha_form {
    float: left;
  }
  .img-responsive_banner {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .txtTituloBannerVideo {
    font-size: 18px !important;
  }
  .fullInterna ._contato > .container {
    padding: 1rem;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #logo_footer img {
    width: auto;
    max-height: 26px;;
  }
  ._contato .formulario {
    margin: 0;
  }
  ._contato .btnEnvia {
    text-align: right;
  }
  .navbar-brand,
  .navbar-brand > img {
    width: 200px;
  }
  .busca_custom {
    float: left;
    margin-top: 12px;
    padding-right: 0;
    margin: 12px 0 0 auto;
  }
  .menuContainer {
    margin-top: 12px;
  }
  .menuContainer > .container > .row > div {
    padding-left: 0;
    padding-right: 0;
  }
  .submenuContainer .menuItem {
    margin: 0 10px 15px 5px;
  }
  .submenuContainer .menuItem .menuLink {
    padding-left: 0;
    margin-bottom: 10px;
  }
  #noticiasRss .title {
    margin-left: 15px;
  }
  .conteudoPrincipal .txtTituloConteudoPrincipal {
    margin-bottom: 10px;
  }
  #estatisticas .desc {
    padding: 30px 0 25px;
  }
  #canalIndustria #ytPlayer {
    height: 300px;
  }
}

@media (min-width: 767px) {
  .formContato {
    column-count: 2;
  }
  .formContato > div {
    display: inline-block;
  }
}

@media (min-width: 1023px) {
  #estatisticas .desc {
    padding: 35px 50px 0;
  }
}

@media (min-width: 1024px) {
  .buscaForm, .txtPesquisa, .btnPesquisa {
    z-index: 1001;
  }
}

@media (max-width: 767px) {
  .buscaForm {
    z-index: 1001;
  }
  .carousel-item {
    height: 250px;
  }
}

b, strong {
  font-weight: bold;
}




/* Pagina Diretoria - inicio
/* ====================== */
.section-diretoria{
  padding-top: 70px;
  padding: 70px 0 0px 0;
}
#secao-41649{
  margin-bottom: 100px
}
.section-diretoria--presidente{
    background: #5879A2;
    padding: 0;
}
.section-page__header{
    margin: 30px 0;
}
.section-page__header h3{
    margin: 0;
    color: #060606;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    font-weight: bold;
}
.section-diretoria--presidente .diretoria-presidente{
    padding: 40px 0;
    display: flex;
    gap: 50px;
    flex-direction: row;
    align-items: center;
}
.diretoria-presidente__foto{
    max-width: 360px;
    height: auto;
    display: block;
    width: 100%;
}
.diretoria-presidente__foto img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.diretoria-presidente__texto *{
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}
.diretoria-presidente__nome{
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 0px;
}
.diretoria-presidente__cargo{
    font-style: italic;
    font-size: 18px;
    line-height: 23px;
}
.diretoria-presidente__bodyField{
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
.diretoria-fiep__title-section{
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(112, 112, 112, .5);
  margin-bottom: 30px;
}
.diretoria-fiep__title-section h2{
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #5879A2;
  margin-bottom: 30px;
  padding-bottom: 20px;
  max-width: 700px;
  margin: 0 auto;
}
.diretoria-fiep-card{
    width: 16.7%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    box-sizing: border-box;
}
.diretoria-fiep-card__foto{
    margin-bottom: 20px;
}
.diretoria-fiep-card__foto img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: top center;
    display: block;
    border-radius: 15px;
}
.diretoria-fiep-card__texto{
    height: auto;
    display: flex;
    flex-direction: column;
}
.diretoria-fiep-card__nome{
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    padding: 0;
}
.diretoria-fiep-card__cargo{
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.diretoria-fiep__slider-show{
    padding: 0 30px;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
}
.diretoria-fiep__slider-show.grid-flex{
  align-items: start;
  padding: 0;
  justify-content: center;
  gap: 15px;
  display: flex;
}
.diretoria-fiep__slider-show.grid-flex[aria-label="3"] .diretoria-fiep-card{
  width: 33.3%
}
.diretoria-fiep__slider-show.grid-flex[aria-label="6"] .diretoria-fiep-card{
  width: 16.6%
}
.diretoria-grid-sliders{
  display: grid;
  grid: auto / 1fr 1fr;
  grid-gap: 30px;
  max-width: 100%;
  box-sizing: border-box;
}

.flickity-button.flickity-prev-next-button{
    background: no-repeat;
}
.flickity-button.flickity-prev-next-button.next{
    right: -40px;
}
.flickity-button.flickity-prev-next-button.previous{
  left: -40px;
}
.flickity-button.flickity-prev-next-button svg *{
    color: #023472;
    fill: #023472;
}

@media only screen and (max-width: 992px){
  .section-diretoria--presidente .diretoria-presidente{
    flex-direction: column
  }
  .diretoria-grid-sliders{
    grid: auto / 1fr;
    grid-gap: 70px
  }
  .diretoria-fiep__slider-show .diretoria-fiep-card,
  .diretoria-fiep__slider-show.grid-flex[aria-label="6"] .diretoria-fiep-card{
    max-width: 33%;
    width: 100%;
  }
  .diretoria-fiep-card__foto img{
    height: 220px;
    object-fit: contain
  }
}

@media only screen and (max-width: 768px){  
  .diretoria-fiep__slider-show .diretoria-fiep-card,
  .diretoria-fiep__slider-show.grid-flex[aria-label="6"] .diretoria-fiep-card{
    max-width: 100%;
    width: 100%;
  }
  .flickity-button.flickity-prev-next-button.next{
    right: 0
  }
  .flickity-button.flickity-prev-next-button.previous{
    left: 0
  }
  .diretoria-fiep__title-section h2{
    font-size: 20px;
  }
}
/* Pagina Diretoria - fim
/* ====================== */


/* banner-foruns-regionais - inÃ­cio
/* *********************************** */
.banner-foruns-regionais {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  width: 100%;
  height: 325px;
}

.banner-foruns-regionais__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-foruns-regionais__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 39%;
}

.banner-foruns-regionais__titles {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 100;
}

.banner-foruns-regionais__title {
  margin: 0;
  max-width: 200px;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.banner-foruns-regionais__subtitle {
  max-width: 250px;
  margin: 0;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.banner-foruns-regionais__subtitle b {
  color: #FFFFFF;
  font-weight: 600;
}

.banner-foruns-regionais__btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #1670C0;
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (min-width: 1173px) {
  .banner-foruns-regionais {
    height: 300px;
  }
  .banner-foruns-regionais__background img {
    object-fit: cover;
    object-position: center center;
  }
  .banner-foruns-regionais__titles {
    align-items: flex-start;
    max-width: 800px;
    margin: 0 auto;
  }
  .banner-foruns-regionais__title {
    max-width: 350px;
    font-size: 40px;
    line-height: 40px;
    text-align: left;
  }
  .banner-foruns-regionais__subtitle {
    max-width: 350px;
    text-align: left;
  }
}
/* banner-foruns-regionais - fim
/* *********************************** */