﻿body {
  background-color: #fff;
  padding-top: 149px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
li,
a,
label,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  color: #595959;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f4c9f;
  margin: 0;
  font-weight: 500;
}

p {
  font-size: 15px;
  color: #63646b;
  line-height: 150%;
}

p strong.red {
  color: #c50000;
}

.modal-backdrop {
  background-color: #00162b;
}

.modal-backdrop.show {
  opacity: 0.95;
}

#modalPopUp .modal-body {
  padding: 5px;
}

.alert li {
  font-size: 13px;
  color: inherit;
}

.alert ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media print {
  body {
    padding-top: 35px !important;
  }
  #cabecalho,
  footer {
    display: none;
  }
}

#menu_acessibilidade {
  position: fixed;
  left: 0;
  top: 10px;
  z-index: 999;
}

#menu_acessibilidade.acess_right {
  left: unset;
  right: 0;
}

#menu_acessibilidade.open {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  left: 260px;
}

#menu_acessibilidade.acess_right.open {
  right: 260px;
  left: unset;
}

#menu_acessibilidade a {
  cursor: pointer;
}

#dropAcess {
  float: left;
  position: relative;
  height: 40px;
  width: 40px;
}

.acess_right #dropAcess {
  float: right;
}

#menu_acessibilidade .dropdown-menu,
#dropAcess {
  background: #a3a3a3;
}

#dropAcess:focus {
  border: 1px solid #fff;
}

#dropAcess svg {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
}

#menu_acessibilidade .dropdown-menu {
  margin-right: 40px;
  margin-top: 0;
  top: 0;
  min-width: 260px;
  padding: 15px;
  text-align: left;
  margin-left: -260px;
}

#menu_acessibilidade.acess_right .dropdown-menu {
  margin-left: 40px;
  margin-right: -260px;
  right: 0;
}

#menu_acessibilidade.open .dropdown-menu {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  left: 0;
}

#menu_acessibilidade .dropdown-menu span.subtitle_acess {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}

#menu_acessibilidade.open .dropdown-menu .botoes_fonte a {
  width: unset;
  float: left;
  margin-right: 15px;
}

#menu_acessibilidade .dropdown-menu a {
  display: inline-block;
  width: 100%;
  padding: 7px 0px;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#menu_acessibilidade .dropdown-menu .atalhos a {
  padding: 0px;
}

#menu_acessibilidade .dropdown-menu a:hover {
  color: #1d5681;
}

#menu_acessibilidade .dropdown-menu a svg,
#menu_acessibilidade .dropdown-menu a span {
  float: left;
  color: inherit;
}

#menu_acessibilidade .dropdown-menu a svg {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

#menu_acessibilidade .dropdown-menu a span {
  line-height: 20px;
}

.listagem_videos .item {
  margin-bottom: 50px;
}

.listagem_videos .item .foto {
  height: 245px;
  width: 100%;
  border: none;
  background-size: cover;
  position: relative;
}

.listagem_videos .item .foto:after {
  content: url(../images/youtube.png);
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  z-index: 2;
}

.listagem_videos .item h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
}

.pagination a,
.pagination span {
  padding: 18px;
  border: 1px solid #dddddd !important;
  font-size: 18px;
  color: #85796c;
  margin-right: -1px;
  display: inline-block;
}

.pagination a:hover,
.pagination .active a {
  color: #1f4c9f;
  font-weight: 600;
}

.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 30px 0;
  padding: 18px 3px 18px 0;
}

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: url("../images/favicon.png") center no-repeat #fff;
}

.form-padrao input[type="radio"] {
  float: left;
}

.form-padrao input:focus,
.form-padrao select:focus,
.form-padrao textarea:focus {
  border-color: rgba(33, 78, 160, 0.7) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(33, 78, 160, 0.3) !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.form-padrao input,
.form-padrao select,
.form-padrao textarea {
  height: 40px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background-color: #fff;
  width: 100% !important;
  padding-left: 10px !important;
  font-size: 14px !important;
  color: #8b8b8b !important;
  outline: none !important;
  position: relative !important;
  margin-bottom: 8px;
}

.form-padrao input[type="radio"],
.form-padrao input[type="checkbox"] {
  height: auto;
  width: auto !important;
  float: left;
  display: inline;
}

.form-padrao input.input-small {
  width: 50% !important;
  display: block;
}

.form-padrao input[type="file"] {
  padding: 0 !important;
  border: none;
}

.form-padrao label {
  float: left;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: -5px;
  margin-right: 10px;
  margin-left: 2px;
}

.form-padrao textarea {
  padding-top: 10px;
  height: 140px !important;
}

button[type="submit"] {
  float: right;
  padding: 0;
  height: 40px;
  line-height: 40px;
  width: 130px;
  border: none;
  background-color: #0086c8;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

:disabled,
.disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

.tab-pane {
  padding-top: 10px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ff8a00;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link {
  color: #7c7c7c;
  padding: 0 15px;
}

.nav-tabs .nav-item:first-child .nav-link {
  padding-left: 0;
  border-right: 1px solid #7b7b7b;
  border-radius: 0;
}

.nav-tabs {
  border-bottom: none;
}

#cabecalho {
  background-color: #fff;
  border-top: 2px solid #094481;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#cabecalho.compressed_nav {
  border-bottom: 1px solid rgba(33, 78, 160, 0.3);
  padding-top: 20px;
}

#cabecalho.compressed_nav .logo_cab {
  height: 55px;
}

.top_cab {
  display: block;
  position: absolute;
  top: 0px;
  left: 40%;
  width: 60%;
  z-index: 9999;
  background-color: #214ea0;
}

.top_cab a {
  float: left;
  margin-right: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.top_cab a:last-child {
  float: right;
}

.top_cab .svg_content {
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background: #0086c8;
  padding-left: 9px;
  padding-top: 9px;
}

.top_cab .svg_content svg {
  height: 22px;
  width: 22px;
  color: #fdfdfd;
  display: inline-block;
  vertical-align: top;
}

.top_cab span {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}

.top_cab a:hover svg,
.top_cab a:hover span {
  color: #62e3ac;
}

.navbar {
  padding: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-brand {
  padding: 0 15px 0 0;
}

.logo_cab {
  height: 87px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-item-home svg {
  width: 20px;
  height: 18px;
  color: #214ea0;
  float: left;
  margin-top: 30px;
}

.compressed_nav .nav-item-home svg {
  margin-top: 17px;
}

.nav-item-busca .svg_open_busca {
  width: 27px;
  height: 28px;
  color: #0086c8;
  float: left;
  margin-top: 25px;
}

.compressed_nav .nav-item-busca .svg_open_busca {
  margin-top: 12px;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0 !important;
}

form.gsc-search-box {
  margin-bottom: 0 !important;
}

.gsc-search-button-v2 svg {
  float: left !important;
  height: 20px;
  width: 20px;
}

.gsc-input-box,
table.gsc-search-box td,
#gsc-i-id1,
.gsc-control-cse {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #fff !important;
}

.conteudo_busca {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.conteudo_busca ::placeholder {
  color: #fff;
  opacity: 1;
}
.conteudo_busca :-ms-input-placeholder {
  color: #fff;
}
.conteudo_busca ::-ms-input-placeholder {
  color: #fff;
}

#breadcrumb {
  background-color: #214ea0;
  padding: 45px 0;
  overflow: hidden;
  margin-bottom: 65px;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#breadcrumb:before {
  content: url(../images/eventos_index_dl.png);
  position: absolute;
  left: 0;
  top: -80px;
}

#breadcrumb:after {
  content: url(../images/eventos_index_dr.png);
  position: absolute;
  right: 0;
  top: -50px;
}

#breadcrumb .caminho {
  color: #fdfdfd;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}

#breadcrumb .caminho:after {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background-color: #eabb4d;
  margin-bottom: 5px;
}

.titulo_breadcrumb {
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  margin: 0;
  color: #fdfdfd;
  text-shadow: 1px 1px 3px #000;
  font-weight: 600;
}

.compartilhar {
  text-align: right;
  display: block;
  margin: 10px auto;
}

.compartilhar span {
  display: inline-block;
  vertical-align: middle;
  color: #bbbbbb;
  font-size: 13px;
  font-weight: 600;
}

.compartilhar svg {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  width: 35px;
  padding: 2px;
  color: #bbbbbb;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.compartilhar a:hover svg {
  color: #214ea0;
}

.compartilhar .inscreva_se {
  margin-left: 5px;
}

.capa_int {
  float: left;
  width: 40%;
  margin-right: 30px;
  margin-bottom: 30px;
}

.capa_int iframe {
  float: left;
  height: 340px;
  width: 100%;
  border: none;
}

.carousel_inicial_container {
  display: flex;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.carousel_inicial {
  float: left;
  width: calc(100% - 340px);
}

.carousel_inicial2 {
  position: relative;
  float: left;
  width: 340px;
  border-left: 2px solid #fff;
}

.carousel_inicial2 :is(div, a, img) {
  display: block;
  height: 100%;
}

.carousel_inicial2 img {
  object-fit: cover;
}

.carousel_inicial2 a::after {
  content: attr(data-label);

  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;

  display: block;

  padding: 5px 10px;

  line-height: 12px;
  font-size: 11px;
  color: #fff;

  background-color: rgba(32, 77, 159, 0.7);
}

.owl-next {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.iframe_contato {
  width: 100%;
  border: none;
  height: 412px;
}

#eventos_index .container .row {
  position: relative;
  z-index: 2;
}

#eventos_index .subtitle {
  margin-top: 45px;
  margin-bottom: 10px;
}

#eventos_index .subtitle h2 {
  font-size: 30px;
  color: #61e3ac;
  line-height: 100%;
}

#eventos_index .subtitle h2 strong {
  font-size: 45px;
  line-height: 90%;
}

#eventos_index .conteudo_calendario {
  display: block;
  max-width: 355px;
  padding-bottom: 70px;
}

#calendario {
  background-color: #fdfdfd;
}

.calendar-nav {
  display: block;
  border-top: 5px solid #fdfdfd;
  background-color: #f4f4f4;
  padding: 0 25px;
}

.btn-calendar {
  height: 50px;
  width: 50px;
  border: none;
  float: left;
  padding: 0;
  background-color: transparent;
}

.btn-recuperar {
  padding-left: 0px;
  font-size: 12px;
  color: #606065;
}

.link-logout {
  color: #89898e;
  padding-top: 15px;
}

.cal-event-list .event.pull-left {
  display: inline-block !important;
  margin-top: 5px !important;
}

.event {
  background: #eabb4d;
  box-shadow: none;
  border: none;
  height: 9px;
  width: 9px;
  border-radius: 50%;
}

.event.tipo-evento {
  background: #38bd7b;
}

.btn-calendar.next {
  float: right;
}

.btn-calendar.mes {
  width: calc(100% - 100px);
  font-size: 17px;
  color: #38bd7b;
  text-transform: uppercase;
}

.btn-calendar svg {
  height: 18px;
  width: 50px;
  float: left;
  color: #646464;
}

.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  font-weight: normal !important;
  text-transform: uppercase !important;
  color: #666666;
}

.cal-month-box,
.cal-year-box,
.cal-week-box,
.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
  border-color: #cecece !important;
}

.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
  text-align: center;
}

span[data-cal-date] {
  margin-right: 0 !important;
  margin-top: 10px !important;
  float: none !important;
  display: inline-block !important;
  cursor: default !important;
}

#cal-day-tick {
  display: none !important;
}

.cal-day-inmonth:not(.cal-day-weekend) span[data-cal-date] {
  color: #787878;
  opacity: 1;
}

#eventos_index .listagem {
  margin-top: 30px;
}

#eventos_index .listagem .item {
  padding-right: 5px;
}

.caixa_evento {
  display: block;
  padding: 15px 20px;
  border: 1px solid #b5d6ea;
  box-shadow: 0 0 4px rgba(181, 214, 234, 0.5);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.caixa_evento_foto.caixa_evento {
  border: none;
  padding: 0;
  box-shadow: none;
}

.data,
.caixa_evento .conteudo {
  display: inline-block;
  vertical-align: middle;
}

.caixa_evento .conteudo {
  width: calc(100% - 105px);
}

.caixa_evento_foto .foto {
  display: block;
  width: 100%;
  height: 210px;
  background-size: cover;
  background-image: url(../images/padrao.jpg);
}

.data {
  width: 75px;
  margin-right: 10px;
  text-align: center;
  color: #204d9f;
  font-size: 28px;
  text-transform: uppercase;
}

.data strong {
  font-size: 45px;
  position: relative;
}

.data strong:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -5px;
  display: block;
  width: 60px;
  height: 5px;
  background-color: #62e3ac;
}

.tipo_evento {
  display: block;
  background-color: #ebebeb;
  width: 130px;
  color: #141414;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

.caixa_evento_foto .tipo_evento {
  margin-top: -17px;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}

.caixa_evento p {
  color: #193a79;
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  height: 72px;
}

.caixa_evento:hover .tipo_evento {
  background-color: #204d9f;
  color: #fff;
}

.caixa_evento:hover .data strong:after {
  background-color: #eabb4d;
}

.caixa_evento:not(.caixa_evento_foto):hover {
  box-shadow: 0 0 5px 2px rgba(181, 214, 234, 1);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

#eventos_index hr {
  border-top-width: 2px;
  border-top-color: #ebebeb;
  margin-bottom: -20px;
}

#eventos_index .link_agenda {
  float: right;
  font-size: 16px;
  color: #204d9f;
  padding: 5px 0 5px 20px;
  background-color: #fff;
}

#noticias_index .subtitle h2 {
  font-size: 23px;
  color: #1985aa;
  line-height: 100%;
  margin-bottom: 15px;
}

#noticias_index .subtitle h2 strong {
  font-size: 35px;
  color: #1f4c9f;
  line-height: 90%;
}

.caixa_noticia {
  display: block;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.caixa_noticia img {
  -webkit-box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 1);
  box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 1);
}

.caixa_noticia .conteudo {
  display: block;
  width: calc(100% - 40px);
  margin-left: 20px;
}

.caixa_noticia .data,
.caixa_noticia .texto {
  display: inline-block;
  vertical-align: top;
}

.caixa_noticia .data {
  margin-top: -25px;
  height: 80px;
  width: 60px;
  text-align: center;
  background-color: #0086c8;
  padding-top: 27px;
  font-size: 16px;
  color: #fdfdfd;
  line-height: 100%;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.caixa_noticia .texto:before {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background-color: #214ea0;
  margin-bottom: 10px;
  margin-left: -15px;
  position: relative;
  z-index: 0;
}

.caixa_noticia .texto {
  width: calc(100% - 100px);
}

.caixa_noticia h3 {
  font-size: 15px;
  color: #63646b;
  line-height: 150%;
  min-height: 44px;
}

.caixa_noticia p {
  font-style: italic;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}

.caixa_noticia hr {
  border-top-color: #dddddd;
  margin: 15px 0;
}

.caixa_noticia:hover h3 {
  color: #193979;
}

.caixa_noticia:hover .data {
  background-color: #214ea0;
  margin-top: -31px;
}

.caixa_noticia:hover .texto:before {
  background-color: #eabb4d;
}

#noticias_index .link_noticias {
  color: #6c6c73;
  font-size: 12px;
  width: 160px;
  line-height: 40px;
  display: block;
  text-align: center;
  margin: 0px auto;
  border: 1px solid #cacbcd;
  margin-top: -37px;
  background-color: #fff;
}

#noticias_index .link_noticias:hover {
  color: #1f4c9f;
  border-color: #1f4c9f;
}

#associados_index {
  margin: 80px 0;
}

#associados_index .subtitle h2 {
  font-size: 25px;
  color: #1985aa;
  line-height: 100%;
  margin-bottom: 10px;
}

#associados_index .subtitle h2 strong {
  font-size: 40px;
  line-height: 90%;
  color: #00bedf;
}

#associados_index .subtitle p {
  font-size: 13px;
}

.button_shine {
  color: #1985aa;
  border: 1px solid #1985aa;
  font-size: 13px;
  line-height: 15px;
  padding: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.button_shine.yellow {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #1f4c9f;
  background-color: #ffd24d;
  font-weight: 600;
}

.button_shine.inline_shine {
  display: inline-block;
  margin-left: 5px;
  padding: 8px 20px;
  text-transform: uppercase;
  vertical-align: middle;
}

.button_shine:after {
  content: "";
  display: none;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 2%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 15px 3px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.button_shine:hover {
  background: #1985aa;
  color: #fff;
}

.button_shine.yellow:hover {
  background: #ffd24d;
  color: #fff;
}

.button_shine:hover:after {
  display: block;
  -webkit-animation: shine 0.5s 0s linear;
  -moz-animation: shine 0.5s 0s linear;
  animation: shine 0.5s 0s linear;
}

@keyframes shine {
  0% {
    opacity: 0;
    left: 2%;
  }
  20% {
    opacity: 1;
  }
  100% {
    left: 100%;
  }
}

.negative-mt-header {
  margin-top: -40px;
}

#associados_index .owl-carousel .owl-item img {
  width: auto;
}

#associados_index .owl-item .content_foto {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: calc(100% / 4);
  height: 105px;
  border-right: 1px dotted #dddddd;
}

#associados_index .owl-item .content_foto img {
  max-height: 80px;
  max-width: 160px;
}

#associados_index .owl-item .separador {
  display: block;
  margin: 4px 0;
  height: 1px;
  background-color: #ddd;
}

.owl-carousel.left-nav .owl-nav {
  position: absolute;
  left: 0;
  bottom: calc(50% - 33px);
}

.owl-carousel.left-nav .owl-nav button {
  padding: 5px !important;
  display: block;
}

.owl-carousel.left-nav .owl-nav svg {
  color: #aab6c1;
  height: 36px;
  width: 20px;
  float: left;
}

#redes_index .subtitle {
  margin-bottom: 20px;
}

#redes_index .subtitle svg,
#redes_index .subtitle .right {
  display: inline-block;
  vertical-align: middle;
}

#redes_index .subtitle svg {
  color: #0086c8;
  height: 60px;
  width: 60px;
  margin-right: 10px;
}

#redes_index .subtitle .right {
  width: calc(100% - 80px);
}

#redes_index .subtitle h2 {
  font-size: 28px;
  color: #1f4c9f;
  line-height: 100%;
  font-weight: 600;
}

#redes_index .subtitle p {
  font-size: 16px;
  color: #444444;
}

#redes_index .col-insta p {
  font-size: 13px;
  color: #333;
}

#redes_index .col-insta p.ml {
  margin-left: 243px;
  margin-bottom: 6px;
}

#instagram_photos a {
  display: inline-block;
  width: 190px;
  height: 190px;
  margin-right: 10px;
  background-size: cover;
}

#instagram_photos a:first-child {
  height: 230px;
  width: 230px;
  margin-top: -40px;
}

#face_index_content {
  display: block;
  margin-left: auto;
  max-width: 500px;
}

#redes_index .subtitle span {
  font-size: 16px;
  color: #444444;
}

#redes_index .subtitle span.seguir {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  color: #3f3f3f;
  padding: 2px 10px;
  border: 1px solid #666666;
  border-radius: 5px;
}

#redes_index .subtitle span.seguir:hover {
  background-color: rgba(102, 102, 102, 0.05);
}

.rodape_grey_blue .container {
  position: relative;
  padding: 30px 15px;
  margin-bottom: 15px;
}

.rodape_grey_blue .container:before,
.rodape_grey_blue .container:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.rodape_grey_blue .container:before {
  width: 41.6%;
  right: 58.4%;
  background-color: #eeeff0;
}

.rodape_grey_blue .container:after {
  width: 58.5%;
  left: 41.5%;
  background-color: #214ea0;
}

.contatos a p {
  display: inline-block;
}

.contatos .item {
  display: block;
  margin-bottom: 30px;
}

.contatos .item svg {
  color: #0086c8;
  height: 40px;
  width: 45px;
  padding: 2.5px 10px 2.5px 0;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #0086c8;
}

.contatos .item svg.svg_whats_rodape {
  border: 0;
  padding: 0;
  height: 25px;
  width: 25px;
  color: #4db447;
  margin-left: 5px;
  margin-right: 0;
  margin-top: -15px;
}

.contatos .item .conteudo {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 70px);
}

.contatos .item .conteudo p {
  font-size: 14px;
  color: #535353;
  margin-bottom: 0;
  font-weight: 600;
}

.contatos .item.tel_email .conteudo p {
  font-size: 15px;
  color: #1f4c9f;
  font-weight: normal;
}

.contatos .item.tel_email .conteudo p.tel {
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
}

.contatos .item.tel_email .conteudo p.tel small {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.contatos .item.tel_email .conteudo p.tel strong {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

.contatos_form {
  background-image: url(../images/fundo_contato.jpg);
  background-size: cover;
  padding: 50px 60px 30px 60px;
}

.contatos_form h2 {
  font-size: 25px;
  font-weight: 600;
  color: #eab84c;
  margin-bottom: 5px;
}

.dados_curriculo.contatos_form .subtitle {
  margin-bottom: 30px;
}

.dados_curriculo.contatos_form .subtitle h2,
.dados_curriculo.contatos_form .subtitle svg {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.dados_curriculo.contatos_form .subtitle svg {
  height: 40px;
  width: 40px;
  color: #eab84c;
  margin-right: 10px;
}

.contatos_form iframe {
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
  height: 230px;
  border: none;
}

.contato form.form-padrao button {
  margin: 35px 0 0 15px;
}

.contato h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contatos.contatos_form .item svg {
  color: #eab84c;
  border-right: 1px solid #eab84c;
}

.contatos.contatos_form .item.tel_email .conteudo p,
.contatos.contatos_form .item .conteudo p {
  color: #fff;
}

.dados_curriculo.contatos.contatos_form .item .conteudo p {
  font-weight: normal;
}

.rodape_grey_blue .redes a {
  display: inline-block;
}

.redes svg {
  height: 34px;
  width: 34px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  color: #83848b;
}

.redes a:hover svg {
  color: #0086c8;
}

.rodape_grey_blue .menus {
  margin-bottom: 50px;
}

.rodape_grey_blue .menus span {
  font-size: 16px;
  display: block;
  color: #fff;
  font-weight: 600;
  cursor: default;
}

.rodape_grey_blue .menus a {
  display: block;
  color: #fff;
  font-size: 13px;
}

.rodape_grey_blue .menus a:hover span,
.rodape_grey_blue .menus a:hover span,
.rodape_grey_blue .menus a:hover,
.rodape_grey_blue .menus a:focus {
  color: #62e3ac;
  cursor: pointer;
}

.rodape_grey_blue .menus > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rodape_grey_blue .newsletter .title,
.rodape_grey_blue .newsletter form,
.rodape_grey_blue .newsletter h2,
.rodape_grey_blue .newsletter svg {
  display: inline-block;
  vertical-align: middle;
}

.rodape_grey_blue .newsletter .title {
  margin-right: 10px;
}

.rodape_grey_blue .newsletter svg {
  height: 30px;
  width: 30px;
  color: #ffd24d;
  margin-right: 5px;
}

.rodape_grey_blue .newsletter h2 {
  font-size: 16px;
  color: #ffd24c;
}

.rodape_grey_blue .newsletter form {
  width: calc(100% - 160px);
}

.rodape_grey_blue .newsletter form input {
  background-color: #fdfdfd;
  font-size: 12px;
  color: #204d9f;
  border: none;
  height: 35px;
  padding-left: 10px;
  width: 35%;
  float: left;
  margin-right: 10px;
}

.rodape_grey_blue .newsletter .button_shine.yellow {
  width: calc(30% - 20px);
  float: left;
}

.rodape_grey_blue .newsletter form ::placeholder {
  color: #204d9f;
  opacity: 1;
}
.rodape_grey_blue .newsletter form :-ms-input-placeholder {
  color: #204d9f;
}
.rodape_grey_blue .newsletter form ::-ms-input-placeholder {
  color: #204d9f;
}

footer {
  margin-top: 100px;
}

footer .logos {
  text-align: center;
}

footer .logos img {
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

footer .logos img:not(:hover) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}

.webde_rodape:hover,
.webde_rodape:focus,
.webde_rodape {
  display: block;
  max-width: 1000px;
  margin: 15px auto;
  padding-top: 15px;
  text-align: center;
  border-top: 1px solid #214ea0;
  color: #214ea0;
  font-size: 13px;
}

.webde_rodape svg {
  height: 10px;
  width: 52px;
  color: #214ea0;
  margin-top: -1px;
}

.sobre_nos .o_que_e p {
  text-align: justify;
  font-size: 14px;
  color: #63646b;
}

.sobre_nos .o_que_e {
  margin-bottom: 65px;
}

.sobre_nos .o_que_e h2 {
  color: #193979;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  margin-top: 45px;
}

.sobre_nos .o_que_e p {
  font-size: 15px;
}

.sobre_nos .historico {
  background-color: #3777bf;
  padding: 75px 0;
}

.sobre_nos .historico .container {
  padding-left: 40px;
  padding-right: 40px;
}

.sobre_nos .historico h2 {
  font-size: 30px;
  color: #eaba4c;
  margin-bottom: 15px;
  font-weight: 600;
}

.sobre_nos .historico p {
  color: #fff;
  font-size: 14px;
}

.diretrizes {
  margin-bottom: 80px;
}

.diretrizes h2 {
  font-weight: 600;
  margin-top: 45px;
  font-size: 30px;
  color: #193979;
  margin-bottom: 10px;
}

.diretrizes li,
.diretrizes p {
  font-size: 14px;
  color: #63646b;
}

.fotos {
}

.data_agenda_int {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  border: 1px solid #b5d6ea;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 23px;
  margin-right: 20px;
}

.inscreva_se {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 160px;
  background-color: #47d1ab;
  color: #fff;
  line-height: 45px;
  font-size: 14px;
}

.inscreva_se:focus,
.inscreva_se:hover {
  color: #fff;
  background-color: #1fbd92;
}

.data_agenda_int .inscreva_se {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -53px;
}

.dados_agenda_int {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 230px);
}

.dados_agenda_int p,
.texto_sub p {
  font-size: 14px;
}

.titulo_int h1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.data_ext {
  font-size: 16px;
  font-weight: 600;
  color: #63646b;
  margin: 0;
  position: relative;
}

.data_ext:after,
.data_ext:before {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background-color: #eabb4d;
  margin: 10px 0;
  display: block;
}

.subtitle_int {
  border-bottom: 3px solid #b5d6ea;
  margin-bottom: 10px;
}

.subtitle_int .conteudo {
  border: 1px solid #b5d6ea;
  padding: 15px;
  display: inline-block;
  vertical-align: bottom;
}

.subtitle_int svg {
  height: 25px;
  width: 25px;
  color: #eabb4d;
  float: left;
  margin-right: 5px;
}

.subtitle_int h2 {
  float: left;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: #204d9f;
}

.texto_sub {
  margin-bottom: 30px;
}

.listagem_arquivos_inline {
  max-width: 760px;
  background-color: #efefef;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.listagem_arquivos_inline a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 2px;
  background-color: transparent;
  margin-bottom: 10px;
}

.listagem_arquivos_inline a:last-child {
  margin-bottom: 0;
}

.listagem_arquivos_inline .nome,
.listagem_arquivos_inline.with_data .data,
.listagem_arquivos_inline .download {
  float: left;
  font-size: 13px;
  line-height: 14px;
  color: #535353;
}

.listagem_arquivos_inline .nome {
  width: calc(100% - 250px);
  padding: 10px;
  text-transform: uppercase;
}

.listagem_arquivos_inline.with_data .nome {
  width: calc(100% - 200px);
}

.listagem_arquivos_inline.with_data .data {
  padding: 10px;
  text-transform: uppercase;
  width: 90px;
  border-right: 1px solid #cacaca;
}

.listagem_arquivos_inline .download {
  width: 250px;
  text-align: center;
  padding: 7px;
  border-left: 1px dotted #e0e0e0;
}

.listagem_arquivos_inline.with_data .download {
  width: 100px;
}

.listagem_arquivos_inline .download svg,
.listagem_arquivos_inline .download span {
  display: inline-block;
  vertical-align: middle;
  color: #535353;
}

.listagem_arquivos_inline .download svg {
  height: 20px;
  width: 20px;
  color: #535353;
  margin-right: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.listagem_arquivos_inline a:hover .nome,
.listagem_arquivos_inline a:hover .download span,
.listagem_arquivos_inline a:hover .download svg {
  color: #193979;
}

.mapa_evento iframe {
  width: 100% !important;
  height: 250px;
  margin: 30px 0;
  border: 1px solid #d6d6d6;
}

.listagem_proximos {
  border-top: 1px solid #dddddd;
  margin-top: 80px;
  padding-top: 80px;
}

.noticia_int .topo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
  max-width: 900px;
}

.noticia_int .topo p {
  font-size: 16px;
  font-style: italic;
  color: #63646b;
}

.noticia_int .topo p:after {
  content: "";
  display: block;
  margin: 10px auto 5px auto;
  height: 5px;
  width: 60px;
  background-color: #eabb4d;
}

.noticia_int .topo h1 {
  font-size: 30px;
  font-weight: 600;
  color: #193979;
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d6d6d6;
}

.detalhes_empresa .titulo_int:after {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background-color: #eabb4d;
  margin-top: 15px;
}

.detalhes_empresa .col-conteudo h2 {
  margin-top: 30px;
  font-size: 13px;
  text-transform: uppercase;
  color: #204c9f;
  font-weight: 600;
}

.detalhes_empresa .col-conteudo p {
  font-size: 14px;
  color: #63646b;
  line-height: 180%;
  margin: 0;
}

.empresas_list #breadcrumb {
  margin-bottom: 0;
}

.busca_associados {
  text-align: center;
  background-color: #eaeaea;
  padding: 35px 15px;
  margin-bottom: 50px;
}

.busca_associados form {
  max-width: 1290px;
  display: block;
  margin: 0px auto;
}

.busca_associados input,
.busca_associados select,
.busca_associados button {
  width: calc(50% - 10px);
  margin-right: 10px;
  background-color: #fff;
  border-bottom: 2px solid #bebebe;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 13px;
  float: left;
  height: 50px;
  border: none;
}

.busca_associados select {
  width: calc(40% - 10px);
}

.busca_associados button {
  width: 10%;
  margin-right: 0;
  padding-left: 0;
  color: #eaba4c;
  background-color: #214ea0;
  font-weight: 600;
  font-size: 14px;
}

.listagem_associados {
  text-align: center;
}

.listagem_associados a {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  padding: 15px 10px;
  border: 1px solid #b5d6ea;
  width: 270px;
  min-height: 310px;
}

.listagem_associados a.item_associarse {
  padding-top: 80px;
  padding-left: 50px;
  padding-right: 50px;
  background-image: url(../images/fundo_btn_associarse.jpg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.listagem_associados a.item_associarse:hover {
  background-size: 110% auto;
}

.listagem_associados a h2 {
  font-size: 15px;
  color: #193979;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #dddddd;
  height: 54px;
  overflow: hidden;
}

.listagem_associados a.item_associarse h2 {
  color: #eaba4c;
  text-shadow: 1px 1px 3px #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 150%;
  font-weight: 600;
  border: none;
  margin-top: 0;
  padding-top: 0;
  height: unset;
}

.listagem_associados a.item_associarse p {
  color: #fdfdfd;
  font-size: 15px;
  text-shadow: 1px 1px 3px #000;
}

.listagem_associados a .foto {
  background-color: #ffffff;
  height: 190px;
  width: 250px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.listagem_associados a .foto img {
  max-height: 160px;
  max-width: 220px;
}

.listagem_foto_texto h3 {
  font-size: 21px;
  font-weight: 600;
}

.listagem_foto_texto .item a:hover {
  text-decoration: underline;
}

.listagem_foto_texto .item {
  margin-bottom: 30px;
}

.listagem_foto_texto .item .foto,
.listagem_foto_texto .item .conteudo {
  float: left;
}

.listagem_foto_texto .item .foto {
  width: 150px;
  height: 150px;
  background-image: url(../images/logo_cab.png);
  border: 1px solid #cacaca;
  background-size: 140px auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-bottom: 15px;
}

.listagem_foto_texto .item .conteudo {
  width: calc(100% - 165px);
}

.listagem_foto_texto.convenios .item .foto {
  background-size: 205px auto;
  width: 220px;
  height: 220px;
}
.listagem_foto_texto.convenios .item .conteudo {
  width: calc(100% - 235px);
}

.listagem_foto_texto.convenios .item h2 {
  margin-bottom: 10px;
}

.listagem_presidentes .item {
  margin-bottom: 30px;
  padding: 25px;
  border: 1px solid #b5d6ea;
  background-color: #fdfdfd;
}

.listagem_presidentes .item h2 {
  font-size: 16px;
  color: #193979;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 30px;
}

.titulo-h2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 30px;
}

.restrito_dados h1 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}

.restrito_dados .menu_esquerdo a {
  display: block;
  padding: 20px;
  line-height: 20px;
  font-size: 17px;
  color: #1f4c9f;
  text-transform: uppercase;
  text-align: right;
  position: relative;
  border-bottom: 1px solid #d5dbe1;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.restrito_dados .menu_esquerdo a:after {
  content: "";
  display: block;
  height: 55px;
  width: 1px;
  background-color: #d5dbe1;
  position: absolute;
  right: 0;
  bottom: 2px;
}

.restrito_dados .menu_esquerdo a:hover:after,
.restrito_dados .menu_esquerdo a:focus:after,
.restrito_dados .menu_esquerdo a.active:after {
  display: none;
}

.restrito_dados .menu_esquerdo a:hover,
.restrito_dados .menu_esquerdo a:focus,
.restrito_dados .menu_esquerdo a.active {
  color: #fff;
  border-color: #224d9d;
  background-color: #224d9d;
}

.listagem_curriculos .item {
  margin-bottom: 0;
  padding: 12px 25px 12px 12px;
  background-color: #e4e4e4;
}

.listagem_curriculos .item:nth-child(2n + 1) {
  background-color: #efefef;
}

.listagem_curriculos .item .data {
  width: 80px;
}

.listagem_curriculos .item span {
  cursor: default;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #535353;
  font-size: 13px;
  line-height: 20px;
  color: #535353;
  text-transform: uppercase;
}

.listagem_curriculos .item span.nome {
  width: 50%;
}

.listagem_curriculos .item span.extra_data {
  width: 33%;
  text-align: center;
}

.listagem_curriculos .item a {
  float: right;
}

.listagem_curriculos .item a svg {
  height: 20px;
  width: 20px;
  margin: 0 5px;
  float: right;
}

.listagem_curriculos .item a:hover svg {
  color: #204d9f;
}

#accordionDownloads {
  max-width: 760px;
}

#accordionDownloads .listagem_arquivos_inline {
  margin-top: 0;
}

#accordionDownloads .heading a {
  font-size: 14px;
  color: #535353;
  display: inline-block;
  width: 100%;
  background-color: #efefef;
  padding: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#accordionDownloads .listagem_arquivos_inline .nome {
  font-size: 12px;
}

#accordionDownloads .heading a:hover,
#accordionDownloads .heading a:not(.collapsed) {
  background-color: #e4e4e4;
  color: #1f4c9f;
}

.navbar-toggler {
  background-color: #14336b;
  height: 36px;
  width: 36px;
  padding: 0;
  border-radius: 0;
}

button.navbar-toggler:focus {
  outline-color: #fff;
}

.collapsed {
  background-color: #0086c8;
}

.navbar-toggler svg {
  height: 17px;
  width: 19px;
  color: #ffffff;
  float: left;
  margin-left: 7px;
  margin-top: 1px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0;
  padding-right: 10px;
  top: -35px;
}

.mfp-close {
  text-shadow: 1px 1px 1px #000;
}

img.mfp-img {
  padding: 0;
  margin: 20px auto;
  border: 1px solid #fff;
}

.mfp-counter {
  display: none;
}

.mfp-figure {
  -webkit-transform: scale(0.9) translate(-1%, -1%);
  -moz-transform: scale(0.9) translate(-1%, -1%);
  -ms-transform: scale(0.9) translate(-1%, -1%);
  -o-transform: scale(0.9) translate(-1%, -1%);
  transform: scale(0.9) translate(-1%, -1%);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0.5;
}

.mfp-figure.loaded {
  -webkit-transform: scale(1) translate(0, 0);
  -moz-transform: scale(1) translate(0, 0);
  -ms-transform: scale(1) translate(0, 0);
  -o-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  opacity: 1;
}

.mfp-bottom-bar {
  margin-top: 0;
}

.transition {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.transition_favoritar {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.no_pad {
  padding: 0;
}

a:hover,
a:focus,
a {
  color: inherit;
  text-decoration: none;
}

.m-b-0 {
  margin-bottom: 0px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-b-100 {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  #modalPopUp .modal-dialog {
    max-width: 642px;
  }
  .owl-carousel.left-nav {
    padding-left: 60px;
  }
  #modalBanner .modal-dialog {
    max-width: 772px !important;
  }
  #modalBanner .modal-body {
    padding: 10px;
  }
}

@media (min-width: 1200px) {
  .listagem_presidentes .item .foto,
  .listagem_presidentes .item .conteudo {
    float: left;
  }
  .listagem_presidentes .item .foto {
    width: 205px;
    margin-right: 30px;
  }
  .listagem_presidentes .item .foto img {
    height: 250px;
  }
  .listagem_presidentes .item .conteudo {
    width: calc(100% - 235px);
  }
  #eventos_index .container:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(66.6%);
    width: calc(33.4% + 15px);
    height: 100%;
    background-color: #214ea0;
  }
  #eventos_index .container:before {
    content: url(../images/eventos_index_dr.png);
    position: absolute;
    bottom: 10px;
    right: calc(66.6%);
    z-index: 1;
  }
  #eventos_index:before {
    content: url(../images/eventos_index_dl.png);
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
  }
  .detalhes_empresa .col-img {
    padding-right: 50px;
    position: relative;
  }
  .detalhes_empresa .col-img:after {
    content: "";
    display: block;
    width: 1px;
    height: 350px;
    background-color: #d6d6d6;
    position: absolute;
    right: 18px;
    top: 50px;
  }
  .navbar {
    align-items: flex-end;
  }
  #navbarCollapse {
    margin-bottom: -19px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0 15px;
    margin: 0 15px;
    font-size: 15px;
    line-height: 80px;
    color: #1f4c9f;
    font-weight: 600;
    position: relative;
  }
  .compressed_nav .navbar-expand-xl .navbar-nav .nav-link {
    line-height: 53px;
  }
  .compressed_nav .navbar-expand-xl .navbar-nav .nav-link:before {
    height: 25px;
  }
  .navbar-expand-xl .navbar-nav .nav-link:before {
    content: "";
    height: 50px;
    width: 1px;
    background-color: #d5dbe1;
    position: absolute;
    top: 15px;
    right: -15px;
  }
  .navbar-expand-xl .navbar-nav .nav-link.no_border:before {
    display: none;
  }
  .navbar-expand-xl .navbar-nav .nav-link:hover,
  .navbar-expand-xl .navbar-nav .dropdown.show .nav-link {
    background-color: #1f4c9f;
    color: #62e3ac;
  }
  .dropdown-menu {
    min-width: 250px;
    left: 15px;
    padding: 10px 10px 30px 10px;
    margin: 0;
    margin-top: 1px;
    background-color: #14336b;
    border: none;
    border-radius: 0;
  }
  .dropdown-menu .row {
    width: 550px;
  }
  .submenu a,
  .dropdown-menu a,
  .dropdown-menu .with_sub {
    color: #fff;
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 7px 10px;
  }
  .submenu a {
    padding: 2px 10px 2px 25px;
    font-size: 13px;
  }
  .submenu a:hover,
  .dropdown-menu a:hover {
    color: #61e3ac;
  }
  .dropdown-menu span,
  .dropdown-menu svg {
    font-size: 14px;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
  }
  .dropdown-menu svg {
    height: 11px;
    width: 6px;
    margin-right: 5px;
  }
  .dropdown-menu span {
    width: calc(100% - 30px);
  }
  .nav-item-busca {
    position: relative;
  }
  .nav-item-busca {
    margin-left: 30px;
    margin-right: 30px;
  }
  .nav-item-busca .conteudo_busca {
    position: absolute;
    right: -30px;
    bottom: -58px;
    width: 710px;
    background-color: #14336b;
    padding: 10px 15px 8px 15px;
  }
}

@media (min-width: 1530px) {
  .container {
    max-width: 1500px;
  }
  .rodape_grey_blue .conteudos > div:last-child {
    padding-left: 100px;
  }
  .historico .col-texto {
    padding-right: 80px;
  }
  .rodape_grey_blue .conteudos > div:first-child {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .rodape_grey_blue .redes {
    margin-left: 45px;
  }
}

@media (min-width: 1530px) and (max-width: 1899px) {
  .carousel_inicial_container {
    max-width: 1500px;
  }
  .carousel_inicial {
    width: calc(100% - 270px);
  }
  .carousel_inicial2 {
    width: 270px;
  }
}

@media (min-width: 1900px) {
  #cabecalho,
  body {
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;
  }
  .carousel_inicial_container {
    min-height: 500px;
  }
  #eventos_index .container:after {
    width: calc(33.4% + 200px);
  }
  .rodape_grey_blue .container:before {
    width: calc(41.6% + 200px);
  }
  .rodape_grey_blue .container:after {
    width: calc(58.5% + 200px);
  }
}

@media (max-width: 1529px) {
  #cabecalho.compressed_nav .top_cab .svg_content {
    height: 30px;
    width: 30px;
    padding-left: 4px;
    padding-top: 4px;
  }
  #cabecalho.compressed_nav .top_cab span {
    line-height: 30px;
  }
  #cabecalho.compressed_nav .navbar-toggler {
    margin-top: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1529px) {
  .top_cab {
    left: 25%;
    width: 75%;
  }
  #associados_index .owl-item .content_foto img {
    max-height: 80px;
    max-width: 100px;
  }
  .listagem_curriculos .item span.nome {
    width: 45%;
  }
  body {
    padding-top: 112px;
  }
  .logo_cab {
    height: 50px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 13px;
    padding: 0 10px;
    line-height: 55px;
  }
  .compressed_nav .navbar-expand-xl .navbar-nav .nav-link {
    line-height: 48px;
  }
  .navbar-expand-xl .navbar-nav .nav-link:before {
    content: "";
    height: 25px;
    width: 1px;
    background-color: #d5dbe1;
    position: absolute;
    top: 15px;
    right: -15px;
  }
  .nav-item-home svg {
    margin-top: 18px;
  }
  .nav-item-busca .svg_open_busca {
    margin-top: 15px;
  }
  .nav-item-busca .conteudo_busca {
    width: 615px;
  }
  #cabecalho.compressed_nav .logo_cab {
    height: 40px;
  }
  .carousel_inicial_container {
    max-width: 1200px;
  }
  .carousel_inicial {
    width: calc(100% - 216px);
  }
  .carousel_inicial2 {
    width: 216px;
  }
  #instagram_photos a:first-child {
    height: 190px;
    width: 190px;
  }
  #instagram_photos a {
    width: 130px;
    height: 130px;
  }
  #redes_index .col-insta p.ml {
    margin-left: 202px;
    margin-bottom: -12px;
  }
  .caixa_evento p {
    font-size: 14px;
    height: 63px;
  }
}

@media (max-width: 1199px) {
  .navbar-nav {
    background-color: #14336b;
    margin-top: 15px;
    padding: 20px 10px;
    text-align: right;
  }
  .navbar-collapse {
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px);
  }
  .nav-item-busca .svg_open_busca,
  .nav-item-home svg {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .nav-item-home svg,
  .nav-item-busca .svg_open_busca {
    color: #d5dbe1;
  }
  .dropdown-menu {
    border: none;
    padding: 0;
    margin: 0;
    padding-right: 30px;
    padding-bottom: 15px;
    text-align: right;
    background-color: transparent;
  }
  .dropdown-menu a {
    display: block;
  }
  .dropdown-menu a span {
    color: #fff;
    font-size: 13px;
  }
  .nav-item-home svg,
  .nav-item-busca .svg_open_busca {
    float: right;
  }
  .with_sub span,
  .navbar-nav .nav-link {
    color: #d5dbe1;
    font-size: 15px;
    position: relative;
    padding-right: 15px;
  }
  .navbar-nav .nav-item {
    border-bottom: 2px solid #112c5b;
  }
  .nav-link:before {
    content: "";
    display: block;
    width: 3px;
    height: 30px;
    background-color: #d5dbe1;
    position: absolute;
    top: 2px;
    right: 0;
  }
  .submenu {
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .with_sub span {
    display: block;
    color: #fff;
    padding-right: 15px;
    margin-top: 10px;
  }
  .dropdown-menu svg {
    display: none;
  }
  #instagram_photos a,
  #instagram_photos a:first-child {
    margin-top: 0;
    height: unset;
    width: 30%;
    float: left;
    padding-bottom: 30%;
    margin-right: 3%;
  }
  #instagram_photos a:last-child {
    display: none;
  }
  #redes_index .col-insta p.ml {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-top: 129px;
  }
  #cabecalho {
    padding-top: 20px;
  }
  .listagem_curriculos .item span.nome {
    width: 40%;
  }
  #associados_index .subtitle h2 strong {
    font-size: 32px;
  }
  .contato form button.button_shine.yellow {
    font-size: 12px;
    margin: 0;
  }
  .contatos_form {
    padding: 25px 35px 0 35px;
  }
  .carousel_inicial_container {
    max-width: 992px;
  }
  .carousel_inicial {
    width: calc(100% - 178px);
  }
  .carousel_inicial2 {
    width: 178px;
  }
  .caixa_noticia .conteudo {
    width: 100%;
    margin-left: 0;
    padding-left: 5px;
  }
  .caixa_noticia .texto {
    width: calc(100% - 80px);
  }
  #associados_index .owl-item .content_foto img {
    max-height: 70px;
    max-width: 80px;
  }
}

@media (max-width: 991px) {

  .carousel_inicial_container {
    display: block;
  }
  .listagem_curriculos .item {
    padding-right: 12px;
  }
  .listagem_curriculos .item span.nome,
  .listagem_curriculos .item span.extra_data {
    text-align: left;
    font-size: 12px;
    width: calc(100% - 90px);
    padding: 0;
    margin: 0;
    border: 0;
  }
  .listagem_arquivos_inline .nome {
    width: 100%;
  }
  .listagem_arquivos_inline .download {
    width: 100%;
    text-align: right;
    border-left: none;
  }
  .restrito_dados .menu_esquerdo {
    margin-bottom: 30px;
  }
  .negative-mt-header {
    margin-top: inherit;
  }
  .compartilhar .inscreva_se {
    display: block;
    margin-top: 15px;
    margin-left: auto;
  }
  .data_agenda_int {
    margin-bottom: 40px;
  }
  .dados_agenda_int {
    width: 100%;
  }
  .contatos_form {
    padding: 15px;
  }
  .contatos_form iframe {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .contato form button {
    margin-left: 0;
  }
  #cabecalho.compressed_nav .navbar-toggler {
    margin-top: 0;
  }
  .carousel_inicial,
  .carousel_inicial2 {
    float: none;
    width: 100%;
  }
  #eventos_index .conteudo_calendario {
    padding-bottom: 0;
  }
  .eventos_index .listagem .item:nth-child(n + 4) {
    display: none;
  }
  #face_index_content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .capa_int iframe {
    height: 180px;
  }
  .rodape_grey_blue .menus {
    display: none;
  }
  .rodape_grey_blue {
    text-align: center;
    background-color: #eeeff0;
  }
  .rodape_grey_blue .container {
    padding-bottom: 0;
  }
  .rodape_grey_blue .redes {
    margin-bottom: 40px;
  }
  .contatos:not(.dados_curriculo) .item {
    margin-bottom: 30px;
    max-width: 335px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .dados_curriculo {
    margin-bottom: 30px;
  }
  .rodape_grey_blue .newsletter {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    background-color: #214ea0;
  }
  #associados_index .subtitle {
    margin-bottom: 15px;
  }
  .rodape_grey_blue .container:before,
  .rodape_grey_blue .container:after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contato h1,
  .noticia_int .topo h1,
  .titulo_int h1,
  .titulo_breadcrumb {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contatos .item.tel_email .conteudo p.tel strong {
    font-size: 25px;
  }
  #associados_index .owl-item .content_foto img {
    max-height: 80px;
    max-width: 80px;
  }
  .owl-carousel.left-nav .owl-nav {
    bottom: calc(50% - 45px);
  }
  #breadcrumb {
    margin-bottom: 35px;
  }
  .logo_cab {
    height: 55px;
  }
  #cabecalho {
    padding-top: 20px;
  }
  body {
    padding-top: 97px;
  }
  footer .logos img {
    max-width: 70px;
  }
}

@media (max-width: 767px) {
  .contatos .item.tel_email .conteudo p.tel strong {
    font-size: 23px;
  }
  .contatos .item .conteudo p {
    font-size: 13px;
  }
  .listagem_foto_texto .item .foto,
  .listagem_foto_texto .item .conteudo {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .listagem_foto_texto .item .conteudo {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #cacaca;
  }
  .listagem_foto_texto h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .listagem_foto_texto .item p {
    font-size: 13px;
  }
  #breadcrumb {
    padding: 25px 0;
    margin-bottom: 25px;
  }
  footer .logos img {
    max-height: 65px;
    max-width: 65px;
  }
  .rodape_grey_blue .newsletter {
    text-align: center;
  }
  .rodape_grey_blue .newsletter form {
    width: 100%;
    margin-top: 10px;
  }
  .rodape_grey_blue .newsletter form input {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .rodape_grey_blue .newsletter .button_shine.yellow {
    margin-left: 0;
    width: 150px;
    margin-top: 10px;
    float: none;
  }
  #associados_index {
    text-align: center;
    margin: 30px 0;
  }
  #associados_index .subtitle p {
    display: none;
  }
  #associados_index .owl-item .content_foto img {
    max-height: 80px;
    max-width: 80px;
  }
  .caixa_evento p {
    font-size: 14px;
    height: 63px;
  }
  .caixa_noticia h3 {
    min-height: unset;
  }
  .caixa_noticia .conteudo {
    width: 100%;
    margin-left: 0;
  }
  .caixa_noticia .texto {
    width: calc(100% - 90px);
  }
  #noticias_index .subtitle h2 {
    font-size: 18px;
  }
  #noticias_index .subtitle h2 strong {
    font-size: 28px;
  }
  #frase_insta {
    display: none;
  }
  #redes_index .subtitle svg {
    height: 30px;
    width: 30px;
    margin-top: 7px;
    margin-right: 5px;
  }
  #redes_index .subtitle h2 {
    font-size: 20px;
  }
  #redes_index .subtitle span {
    font-size: 14px;
  }
  #redes_index .subtitle span.seguir {
    margin-left: 2px;
    padding: 0px 10px;
  }
  .capa_int {
    width: 100%;
    margin-left: 0;
  }
  .voce_esta_em {
    padding-bottom: 15px;
  }
  .contato h1,
  .noticia_int .topo h1,
  .titulo_int h1,
  .titulo_breadcrumb {
    font-size: 20px;
  }
  .sobre_nos .texto {
    margin-bottom: 30px;
  }
  .nav-custom {
    top: 40px;
    right: 40px;
  }
  .carousel_inicial {
    margin-bottom: 5px;
  }
  #cabecalho.compressed_nav .logo_cab,
  .logo_cab {
    height: 45px;
  }
  #cabecalho.compressed_nav,
  #cabecalho {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body {
    padding-top: 77px;
  }
  .navbar-nav .nav-link {
    text-align: right;
    font-size: 15px;
  }
  .dropdown-menu a {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-right: 15px;
  }
  .dropdown-menu a svg {
    float: right;
    margin-top: -9px;
  }
  .hidden-xs {
    display: none !important;
  }
  footer {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
}
