@charset "UTF-8";
#topoSitelinhaSuperior {
  background-color: #e1e5e7;
}
#topoSitelinhaSuperior div {
  min-height: 34px;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  #topoSitelinhaSuperior div {
    justify-content: space-evenly;
  }
}
#topoSitelinhaSuperior div a {
  line-height: 14px;
  color: #907f96;
  padding: 10px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Conv_Raleway-ExtraBold";
}
@media screen and (max-width: 479px) {
  #topoSitelinhaSuperior div a {
    padding: 10px 5px;
  }
}

#topoSiteFaixaLogomarca {
  background-color: #fff;
  font-family: "Conv_Raleway-Regular";
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  #topoSiteFaixaLogomarca .logomarca {
    margin: auto;
  }
}
#topoSiteFaixaLogomarca .container {
  padding: 30px 0px 30px;
}
@media screen and (max-width: 992px) {
  #topoSiteFaixaLogomarca .container {
    padding: 10px 0px 10px;
  }
}
#topoSiteFaixaLogomarca .caixaTelefone, #topoSiteFaixaLogomarca .caixaEmail {
  background-image: url("../principal/icone-telefone-topo.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 40px;
}
#topoSiteFaixaLogomarca .caixaTelefone .telefoneTopo, #topoSiteFaixaLogomarca .caixaEmail .telefoneTopo {
  font-family: "facundoblack";
  font-size: 22px;
  color: #005cad;
  line-height: 22px;
}
#topoSiteFaixaLogomarca .caixaEmail {
  color: #8f8793;
  background-image: url("../principal/icone-email-topo.png");
}
#topoSiteFaixaLogomarca span.pequenoTitulo {
  text-transform: uppercase;
  color: #5eb0e5;
  display: block;
  font-size: 15px;
  line-height: 17px;
}
#topoSiteFaixaLogomarca .caixaRedesSociaisTopo {
  display: flex;
}
#topoSiteFaixaLogomarca .caixaRedesSociaisTopo a {
  margin: 10px 10px 0px 0px;
}

form.buscadorHome {
  display: flex;
  margin: 15px auto auto;
}
form.buscadorHome input[type=text] {
  border: solid 1px #e0e1e2;
  width: 93%;
  height: 48px;
  border-radius: 50px;
  text-indent: 20px;
}
form.buscadorHome input::placeholder {
  color: #c6bec9;
}
form.buscadorHome input[type=submit] {
  border: solid 1px #e0e1e2;
  width: 7%;
  background-image: url("../principal/icone-lupa-topo.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}

.caixaBuscadorMobile {
  margin-bottom: 15px;
}

#caixaBtMenu a {
  display: block;
  text-align: center;
}
#caixaBtMenu a img {
  margin: auto;
  cursor: pointer;
  margin-bottom: 0px;
}

.borda {
  border: solid 1px #333;
}

#topoDesktop {
  background-color: #003060;
  padding: 22px 0px;
  z-index: 1000;
  position: relative;
}
#topoDesktop ul {
  display: flex;
  margin: auto;
  padding: 0px;
  justify-content: space-evenly;
}
#topoDesktop ul li {
  height: 22px;
  overflow: hidden;
  width: 150px;
  text-align: center;
  display: block;
  cursor: pointer;
}
#topoDesktop ul li:hover {
  overflow: visible;
}
#topoDesktop ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "facundoregular";
  text-transform: uppercase;
  font-weight: bold;
  display: table;
  font-size: 12px;
  margin: auto;
}
#topoDesktop ul li a:hover {
  opacity: 0.7;
}
#topoDesktop ul li ul {
  background-color: #003060;
  flex-direction: column;
  padding: 22px 0px 0px;
  width: 250px;
}
#topoDesktop ul li ul li {
  width: 250px;
  text-align: left;
  min-height: 30px;
  display: table;
  padding-left: 22px;
  border-top: dotted 1px rgba(255, 255, 255, 0.4);
}
#topoDesktop ul li ul li a {
  line-height: 26px;
  display: table;
  font-size: 12px;
  margin: inherit;
}

#cxBotoesAcordion {
  background-color: #003060;
  padding: 0px 0px;
}
#cxBotoesAcordion li a {
  height: 32px;
  color: #fff;
  text-decoration: none;
  font-family: "facundoregular";
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 0px;
  border-top: dotted 1px rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
#cxBotoesAcordion li a:hover {
  opacity: 0.7;
}
#cxBotoesAcordion li ul {
  background-color: #0d3b68;
}
#cxBotoesAcordion li ul li a {
  height: 26px;
  font-size: 12px;
  padding: 6px 0px;
}

#faixaIcones {
  background-color: #f5f5f5;
  padding: 30px 0px;
  font-family: "facundoregular";
  text-decoration: none;
}
#faixaIcones .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#faixaIcones .container a {
  width: 152px;
  height: 120px;
  background-color: #d9e4eb;
  transition: all 0.5s ease;
  text-align: center;
  margin: 5px;
  font-size: 15px;
  line-height: 16px;
  padding: 0px 15px;
  color: #4a4348;
  font-weight: bold;
  /*
  p::first-letter {
      text-transform: uppercase !important;
  }
  */
}
@media screen and (max-width: 1200px) {
  #faixaIcones .container a {
    width: 146px;
  }
}
@media screen and (max-width: 992px) {
  #faixaIcones .container a {
    width: 132px;
  }
}
@media (max-width: 576px) {
  #faixaIcones .container a {
    width: 110px;
    height: 120px;
    padding: 0px 0px;
    font-size: 12px;
  }
}
#faixaIcones .container a:hover {
  text-decoration: none;
  background-color: #003060;
  color: #fff;
}
#faixaIcones .container a:hover span {
  filter: invert(1);
}
#faixaIcones .container a span {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  margin: 20px auto 5px;
  transition: all 0.5s ease;
}

#imagemTopoSite {
  width: 100%;
}

#faixaBanner {
  background-color: #f5f5f5;
  padding: 0px 0px 30px;
}
#faixaBanner .container {
  padding: 0px 25px;
}

#fadeMe {
  padding: 0px 15px;
}

#rodapeSite {
  padding: 55px 0px 0px;
  background-color: #012c52;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  font-family: "facundoblack";
}
#rodapeSite .rodapeSiteBlocos {
  margin-bottom: 20px;
}
#rodapeSite .faleConosco, #rodapeSite .localizacao {
  height: 150px;
  background-image: url("../principal/fale-conosco.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #003060;
  padding-left: 70px;
  padding-top: 45px;
  color: #21a0ce;
}
#rodapeSite .faleConosco .telefone, #rodapeSite .localizacao .telefone {
  font-weight: bold;
  font-size: 32px;
}
#rodapeSite .faleConosco .email, #rodapeSite .localizacao .email {
  font-weight: bold;
  font-size: 13px;
}
#rodapeSite .localizacao {
  background-image: url("../principal/localizacao.png");
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: "facundolight";
  padding-top: 25px;
}
#rodapeSite ul {
  padding: 0px;
}
#rodapeSite ul li {
  list-style: none;
}
#rodapeSite a {
  color: #fff;
  line-height: 30px;
}
#rodapeSite h1 {
  color: #8cc426;
}

#rodapeDireitos {
  background-color: #012c52;
  min-height: 55px;
  padding: 20px 0px 20px;
  color: #ddd;
  font-size: 15px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  font-family: "facundolight";
}
#rodapeDireitos img {
  float: right;
  margin-top: 0px;
}
#rodapeDireitos .container {
  border-top: solid 1px #5eb0e5;
  padding: 30px 0px 15px;
}
@media screen and (max-width: 992px) {
  #rodapeDireitos img {
    float: none;
    margin-top: 10px;
  }
}

#paginaprincipal {
  padding: 30px 0px;
}
#paginaprincipal .boxLateralPrincipal {
  background-color: #012c52;
  color: #fff;
  margin-bottom: 20px;
}
#paginaprincipal .boxLateralPrincipal .titiuloBox {
  background-color: #5eb0e5;
  height: 50px;
  /*background-image: url("../principal/agenda.png");*/
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 22px;
  line-height: 50px;
  font-family: "facundoblack";
  text-indent: 20px;
  margin-bottom: 10px;
  border-bottom: solid 2px #fff;
}
#paginaprincipal .boxLateralPrincipal .boxListagem {
  padding: 0px 20px;
}
#paginaprincipal .boxLateralPrincipal .boxListagem .lnEvento {
  display: flex;
  padding: 10px 0px;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
  border-bottom: solid 1px #fff;
}
#paginaprincipal .boxLateralPrincipal .boxListagem .lnEvento:last-child {
  border-bottom: none;
}
#paginaprincipal .boxLateralPrincipal .boxListagem .lnEvento div:last-child {
  padding-left: 10px;
}
#paginaprincipal .boxLateralPrincipal .boxListagem .lnEvento .dataEvento {
  font-family: "facundoblack";
}
#paginaprincipal .boxLateralPrincipal .boxListagem .lnEvento .nomeEvento {
  font-family: "facundolight";
}
#paginaprincipal .listarTodos {
  background-color: #fff;
  text-align: right;
  font-family: "facundoblack";
  line-height: 30px;
}
#paginaprincipal .listarTodos a {
  color: #333333;
  text-decoration: none;
}
#paginaprincipal .listarTodos a:hover {
  text-decoration: underline;
}
#paginaprincipal .boxLateralConfira,
#paginaprincipal .boxLateralConfira2 {
  font-family: "facundolight";
  line-height: 24px;
  font-size: 18px;
  color: #000;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
#paginaprincipal .boxLateralConfira .boxItem,
#paginaprincipal .boxLateralConfira2 .boxItem {
  width: 50%;
  padding: 5px;
  flex-direction: column-reverse;
}
@media screen and (max-width: 992px) {
  #paginaprincipal .boxLateralConfira .boxItem,
  #paginaprincipal .boxLateralConfira2 .boxItem {
    width: 100%;
  }
}
#paginaprincipal .boxLateralConfira .boxLateralConfira_titulo,
#paginaprincipal .boxLateralConfira2 .boxLateralConfira_titulo {
  font-size: 20px;
}
#paginaprincipal .boxLateralConfira .boxLateralConfira_subtitulo,
#paginaprincipal .boxLateralConfira2 .boxLateralConfira_subtitulo {
  font-family: "facundoblack";
  color: #012c52;
  line-height: 38px;
  font-size: 35px;
}
#paginaprincipal .boxLateralConfira .imgConfira,
#paginaprincipal .boxLateralConfira2 .imgConfira {
  margin-bottom: 20px;
}
#paginaprincipal .boxLateralConfira .botaoConfira,
#paginaprincipal .boxLateralConfira2 .botaoConfira {
  background-color: #012c52;
  color: #fff;
  width: 125px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  display: block;
  text-decoration: none;
}
#paginaprincipal .boxLateralConfira .botaoConfira:hover,
#paginaprincipal .boxLateralConfira2 .botaoConfira:hover {
  opacity: 0.9;
}
@media screen and (max-width: 992px) {
  #paginaprincipal .boxLateralConfira2 {
    flex-direction: column-reverse;
  }
}

.titulo {
  font-family: "facundoblack";
  color: #012c52;
  line-height: 38px;
  font-size: 35px;
  margin-top: 30px;
}
.titulo img {
  margin-bottom: 30px;
}

#newBanner {
  background-color: #f5f5f5;
  padding-bottom: 10px;
}
#newBanner .carrossel {
  padding: 0px 5px;
}
#newBanner .carrossel .slick-dots {
  bottom: 15px;
}
#newBanner .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
#newBanner .bannerBoxPequeno {
  text-align: center;
  padding: 0px 5px;
}
@media screen and (max-width: 992px) {
  #newBanner .bannerBoxPequeno {
    margin-bottom: 15px;
  }
}
#newBanner .bannerBoxPequeno img {
  width: 100%;
}

.slick-next {
  margin-right: 30px;
  z-index: 10;
}

.slick-prev {
  margin-left: 30px;
  z-index: 10;
}

/** Generated by FG **/
@font-face {
  font-family: "Conv_Raleway-Regular";
  src: url("../fontes_jef/Raleway-Regular/fonts/Raleway-Regular.eot");
  src: local("☺"), url("../fontes_jef/Raleway-Regular/fonts/Raleway-Regular.woff") format("woff"), url("../fontes_jef/Raleway-Regular/fonts/Raleway-Regular.ttf") format("truetype"), url("../fontes_jef/Raleway-Regular/fonts/Raleway-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_Raleway-ExtraBold";
  src: url("../fontes_jef/Raleway-ExtraBold/fonts/Raleway-ExtraBold.eot");
  src: local("☺"), url("../fontes_jef/Raleway-ExtraBold/fonts/Raleway-ExtraBold.woff") format("woff"), url("../fontes_jef/Raleway-ExtraBold/fonts/Raleway-ExtraBold.ttf") format("truetype"), url("../fontes_jef/Raleway-ExtraBold/fonts/Raleway-ExtraBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "facundoblack";
  src: url("../fontes_jef/facundo/facundo-black-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "facundoblack_italic";
  src: url("../fontes_jef/facundo/facundo-blackit-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "facundoextra_light";
  src: url("../fontes_jef/facundo/facundo-extralight-webfont.woff2") format("woff2"), url("../fontes_jef/facundo/facundo-extralight-webfont.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "facundolight";
  src: url("../fontes_jef/facundo/facundo-light-webfont.woff2") format("woff2"), url("../fontes_jef/facundo/facundo-light-webfont.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "facundoregular";
  src: url("../fontes_jef/facundo/facundo-regular-webfont.woff2") format("woff2"), url("../fontes_jef/facundo/facundo-regular-webfont.woff") format("woff");
  font-style: normal;
}
body {
  margin: 0px;
  padding: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a {
  text-decoration: none;
}

.txtCorpo {
  margin-bottom: 30px;
  font-size: 22px;
  font-family: "facundolight";
  line-height: 34px;
  color: #000;
}

.arquivosDownload {
  font-family: "facundoblack";
  color: #333;
  line-height: 38px;
  font-size: 20px;
  font-weight: bold;
  border-top: solid 1px #B2C0CF;
}
.arquivosDownload:last-child {
  margin-bottom: 40px;
  border-bottom: solid 1px #B2C0CF;
}
.arquivosDownload img {
  margin: -8px 10px auto auto;
}
.arquivosDownload a {
  color: #333;
  text-decoration: none;
}
.arquivosDownload a:hover {
  text-decoration: none;
  color: #333;
}

.txtCorpo iframe {
  width: 100%;
  height: 450px;
}

.maisFotos {
  margin-bottom: 10px;
}

.maisFotos li {
  margin-bottom: 20px;
  text-align: center;
  height: 360px;
  font-size: 16px;
  font-family: "facundolight";
  line-height: 20px;
  color: #000;
}

.maisFotos li a {
  display: block;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center center;
}

.fotoPrincipal {
  float: left;
  margin: 0px 15px 15px 0px;
  width: 450px;
}
@media screen and (max-width: 992px) {
  .fotoPrincipal {
    width: 100%;
  }
}
.fotoPrincipal img {
  width: 100%;
}

/* CONTATO */
.avisoAdm {
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-top: 1px;
}

.mapa iframe {
  width: 100%;
  height: 250px;
}

.whatsapp {
  position: fixed;
  top: 92%;
  right: 1%;
  padding: 10px;
  z-index: 10000000;
}

@media screen and (max-width: 479px) {
  .whatsapp {
    top: 82%;
  }
}
/* POP UP */
.popup {
  position: fixed;
  height: 100% !important;
  width: 100%;
  z-index: 1001;
  background-image: url("../principal/fundo_popup.png");
  margin: 0px;
  height: 0px;
}

.cxPopup {
  position: absolute;
  height: 100% !important;
  width: 100%;
  z-index: 1002;
  margin: 0px;
  height: 0px;
}

.cxPopup .caixaFechar {
  margin: 50px auto auto auto;
  text-align: right;
}

.cxPopup .caixaFechar a {
  color: #fff;
  font-size: 20px;
}

.cxPopup .caixaConteudoPopup {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

.cxPopup .caixaConteudoPopup h1 {
  padding: 15px 0px 15px;
}

.cxPopup .caixaConteudoPopup #fotoPopup {
  width: 100%;
}

.basicoBotoes li {
  font-family: "facundoblack";
  color: #012c52;
  line-height: 30px;
  font-size: 26px;
  text-align: center;
  height: 450px;
}
.basicoBotoes li a {
  display: block;
  height: 350px;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}

/*# sourceMappingURL=estilo.css.map */
