*:not(i) {
  font-family: 'myriad-pro', sans-serif !important;
}

body {
  background-color: #f6f6f6;
}

.hide {
  display: none !important;
}

a, button {
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.btn-primary {
  color: #fff !important;
  background-color: #1f4dcb !important;
  border-color: #1f4dcb !important;
}

.btn-outline-primary {
  color: #006fe2 !important;
  border-color: #006fe2 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #006fe2 !important;
}

.nav-bar {
  background-color: #fff;
}

.nav-item a:hover {
  text-decoration: none;
}

.barraTopo {
  width: 100%;
  height: 25px;
  background: #03408c;
  position: absolute;
  top: 0;
  z-index: 100;
}

.fullBg {
  padding-top: 30px;
  background-color: #f6f6f6;
}

.fullBg > .container > .titulo,
.fullBg > .container-int > .titulo {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 15px;
  position: relative;
}

.fullBg > .container > .titulo::before,
.fullBg > .container-int > .titulo::before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.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;
  }
}

.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255,255,255,.8);
}

.loader::after {
  content: "";
  border: 8px solid #f3f3f3;
  border-top: 8px solid #204DCC;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50% - 30px);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.divcenter {
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
}

/* subsite */
.container-int {
  position: relative;
  max-width: 730px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
}

.container-int .image {
  width: 100%;
  height: 350px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-int .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
}

.container-int > .title {
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0 15px;
  color: #000;
}

.container-int > .title:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  color: #000;
}

.container-int > .bodyField {
  font-size: 18px;
}

.container-int .bodyField > div,
.container-int .bodyField > div > div {
  margin: 8px 0;
  font-weight: 400;
}


/* subsite artigos */
#artigos-int {
  position: relative;
  padding-bottom: 110px;
}

#artigos-int .artigo {
  margin-top: 15px;
}

#artigos-int .artigo > .data {
  border-top: 2px solid #646464;
}

#artigos-int .artigo > div {
  margin: 5px 0;
}

#artigos-int .artigo .data {
  font-size: 16px;
  font-weight: 400;
  color: #6d6d6d;
}

#artigos-int .artigo .title a {
  font-size: 24px;
  font-weight: 700;
  color: #03408c;
  line-height: 30px;
}

#artigos-int .artigo .gravata {
  font-size: 18px;
  font-weight: 400;
  color: #494949;
}

/* nav header */
#navTopo {
  padding: .5rem 0rem;
  height: 120px;
  margin-top: 25px;
}

#navTopo .navbar-toggler {
  border: none;
}

#navTopo > button {
  cursor: pointer;
}

#navTopo .menuButton,
#navTopo .searchButton {
  cursor: pointer;
}

#navTopo .menuButton {
  color: #204DCC;
  letter-spacing: 3px;
  font-size: 30px;
}

#navTopo a.menuButton {
  display: flex;
  align-items: center;
}

#navTopo .menuButton:hover {
  color: #007DF3;
}

#navTopo .searchButton {
  color: #1E4ECC;
  font-size: 30px;
}

#navTopo .searchButton:hover {
  color: #007CF0;
}

#navTopo a.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 411px) {
  #navTopo {
    height: 100px;
    margin-top: 15px;
  }
  .nav-bar {
    padding-left: 0;
    padding-right: 0;
  }
}

/* menu header */
#navMenu .dropdown-menu {
  margin-top: 1.5rem;
  border: 1px solid #CAD7E0;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(208,209,211,1);
  -moz-box-shadow: 0px 0px 3px 2px rgba(208,209,211,1);
  box-shadow: 0px 0px 3px 2px rgba(208,209,211,1);
}

#navMenu .dropdown-menu-arrow::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 3em;
  top: 0.1em;
  left: -0.2em;
  box-sizing: border-box;
  border: 1em solid #CAD7E0;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-225deg);
  box-shadow: -3px 3px 3px 0 rgba(208,209,211,1);
}

#navMenu .dropdown-menu .dropdown-item, .mobileMenuItem {
  color: #03408c;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 11px 19px;
  display: block;
  width: 100%;
  position: relative;
}

#navMenu .dropdown-menu .dropdown-item:hover,
#navMenu .dropdown-menu .dropdown-item:focus,
#navMenu .dropdown-menu .dropdown-item:active {
  background-color: unset;
}

#navMenu .dropdown-menu .dropdown-item.separador::before,
.mobileMenuItem.separador::before {
  content: "";
  width: calc(100% - 38px);
  height: 1px;
  background: #c4d0dc;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 19px;
}

#navMenu .dropdown .menuButton {
  padding-left: 30px;
}

#navMenu .dropdown .menuButton:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  font-size: 26px;
}

#navMenu .dropdown.show .menuButton:before {
  content: "\f00d";
}

/* logo search */
#navbarMenuMobile,
#navbarSearchMobile {
  width: 100%;
  position: absolute;
  top: 120px;
  padding: 30px 0 30px;
  background: white;
  z-index: 1;
}

#navbarMenuMobile .closeCollapse,
#navbarSearchMobile .closeCollapse {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #1f4dcb;
  border-radius: 50%;
}

#navbarMenuMobile .closeCollapse > i,
#navbarSearchMobile .closeCollapse > i {
  font-size: 35px;
  color: #1f4dcb;
}

/* logo */
.navbar-brand img {
  height: 65px;
  width: auto;
  margin-top: 30px;
}

@media (max-width: 555px) {
  .navbar-brand img {
    height: auto;
    max-width: 100%;
    margin-top: 0;
  }
}

@media (min-width: 767px) {
  a.navbar-brand {
    top: 0;
  }
}

/* search header */
#searchButton {
  padding-right: 10px;
}

#navbarSearch > ul > li > a {
  position: relative;
  z-index: 10000;
}

#navbarSearch #searchForm {
  position: relative;
  width: 100%;
  margin-right: -40px;
}

#navbarSearch #txtSearch {
  width: 100%;
  padding: 23px;
  border: 1px solid #CAD7E0;
  box-shadow: 0px 0px 3px 2px rgba(208,209,211,1);
  border-radius: 5px;
}

#navbarSearch #txtSearch::placeholder,
#searchFormMobile .form-control::placeholder {
  color: #919eaa;
  text-transform: uppercase;
}

#linkBusca {
  position: absolute;
  right: 0;
  color: #919eaa;
  font-size: 12px;
  margin-top: 5px;
}

select.form-control option:first-child {
  color: #919eaa;
}

/* destaques */
#destaques {
  position: relative;
  padding-bottom: 110px;
}

#destaques .destaque {
  margin-top: 15px;
}

/* #destaques .destaque::before {
  content: "";
  height: 3px;
  width: 100%;
  margin-bottom: 15px;
  background-color: #CCC;
  display: block;
} */

#destaques .destaque .borda {
  width: 100%;
  height: 3px;
  background-color: #ccc;
  margin-bottom: 15px;
}

#destaques .destaque .data {
  display: block;
  margin-bottom: 10px;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400;
}

#destaques .destaque .title a {
  display: block;
  margin-bottom: 15px;
  color: #03408c;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

#destaques .destaque .thumb {
  display: block;
  max-width: 125px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

#destaques .destaque .thumb img {
  width: 125px;
  height: 75px;
  object-fit: cover;
}

#destaques .destaque .gravata {
  display: block;
  margin-bottom: 15px;
  color: #494949;
  font-size: 16px;
  font-weight: 400;
}

#destaques .destaque .tags {
  color: #646464;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

#btDestaquesMore {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 411px) {
  #destaques .destaque > div:not(.clearfix) {
    margin-bottom: 8px;
  }
  #destaques .destaque .title a {
    font-size: 23px;
  }
  #btDestaquesMore {
    width: 90%;
  }
}

/* artigos */
#artigos {
  position: relative;
  padding-bottom: 110px;
}

#artigos .artigo {
  margin-top: 15px;
  padding: 15px;
  height: 350px;
  background: white;
}

#artigos .artigo i {
  left: 40px;
  top: 25px;
  font-size: 40px;
}

#artigos .artigo > .row,
#artigos .artigo > .row > div {
  height: 100%;
}

#artigos .artigo .data {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

#artigos .artigo .title a {
  color: #204dcc;
  font-size: 17px;
  font-weight: 400;
}

#artigos .artigo .gravata {
  color: #494949;
  font-size: 16px;
  font-weight: 400;
  height: 200px;
  display: grid;
  align-items: center;
}

#artigos .artigo .tags {
  color: #646464;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  padding-right: 12px;
}

#btArtigosMore {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 411px) {
  #artigos .artigo,
  #artigos .artigo .gravata {
    height: auto;
  }
  #artigos .artigo .title,
  #artigos .artigo .gravata,
  #artigos .artigo .tags {
    margin-top: 10px;
  }
  #artigos .artigo .tags {
    position: relative;
  }
  #btArtigosMore {
    width: 90%;
  }
}

/* eventos */
#eventos {
  min-height: 380px;
  padding-top: 80px;
}

#eventos > div > .title {
  position: absolute;
  top: -30px;
  font-size: 17px;
}

#eventos > div:nth-child(1) > .title {
  color: #03418A;
}

#eventos > div:nth-child(2) > .title {
  color: #204DCC;
}

#eventos > div:nth-child(2) > .title:nth-child(2) {
  right: 15px;
}

#eventos .container-calendar {
  background: #fff;
  max-width: 475px;
  margin: 0 auto;
  overflow: auto;
  border: 1px solid #E6E6E6;
}

#eventos .table-calendar {
  border-collapse: collapse;
  width: 100%;
}

#eventos tbody:before {
  content: "@";
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}

#eventos .table-calendar td,
#eventos .table-calendar th {
  padding: 8px;
  text-align: center;
  vertical-align: top;
}

#eventos .hAno,
#eventos .hMes {
  display: flex;
  align-items: center;
  justify-content: center;
}

#eventos .prevBt,
#eventos .nextBt {
  border: none;
  background: none;
  margin: 0 15px;
  cursor: pointer;
}

#eventos .prevBt::after,
#eventos .nextBt::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
}

#eventos .prevBt::after {
  content: "\f0d9";
}

#eventos .nextBt::after {
  content: "\f0da";
}

#eventos .hMes {
  height: 60px;
  background-color: #F6F6F6;
}

#eventos .hAno * {
  color: #959698;
}

#eventos .hAno span {
  font-size: 23px;
}

#eventos .hMes span {
  font-size: 26px;
  color: #959698;
  text-transform: uppercase;
}

#eventos .hMes .prevBt {
  position: absolute;
  left: 15px;
}

#eventos .hMes .nextBt {
  position: absolute;
  right: 15px;
}

#eventos .hMes a {
  color: #555555;
}

#eventos #thead-month {
  color: #fff;
  background: #95969A;
}

#eventos .date-picker {
  height: 48px;
  position: relative;
  cursor: pointer;
}

#eventos .date-picker.selected {
  font-weight: bold;
}

#eventos .date-picker.selected::before{
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #565656;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#eventos .evento {
  position: relative;
  height: 100%;
  padding: 10px;
  border: 2px solid #ECECEC;
}

#eventos .evento .date {
  color: #95969A;
  margin-bottom: 15px;
}

#eventos .evento .date::after {
  content: '';
  width: 80%;
  height: 2px;
  background: #2282E8;
  margin: 15px 0;
  display: block;
}

#eventos .evento .date .dia {
  font-size: 32px;
  font-weight: bold;
}

#eventos .evento .date .mes {
  font-size: 21px;
  line-height: 0;
}

#eventos .evento .date .ano {
  font-size: 16px;
}

#eventos .evento .title a {
  color: #044089;
  font-size: 21px;
  font-weight: bold;
}

#eventos .evento .tags {
  position: absolute;
  bottom: 10px;
  color: #555555;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#btProxEventos.disabled {
  opacity: 0.8;
  cursor: default;
}

@media (max-width: 411px) {
  #eventos .evento {
    padding-bottom: 40px;
  }
  #eventos > div:nth-child(2) {
    padding-top: 60px;
  }
  #eventos > div:nth-child(2) > .title {
    top: 30px;
  }
  #eventos > div:nth-child(2) > div > div {
    margin: 5px 0;
  }
}

/* footer */
#footer {
	background-color: #004a70;
	padding-top: 12px;
}

#footer .footer-info {
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  padding-top: 15px;
}

#footer .iconeSocial {
  color: #fff;
  margin-left: 15px;
}

#footer > .container > .row > div {
  display: flex;
}

@media (min-width: 768px) {
  #footer > .container > .row > div {
    align-items: center;
  }
}

@media (max-width: 767px) {
  #footer > .container > .row > div {
    justify-content: center !important;
  }
}

/* eventos interna */
#evento > .title {
  font-size: 26px;
  font-weight: bold;
  color: #555555;
  margin-top: 30px;
}

#evento .gravata {
  font-weight: bold;
  color: #03408c;
  margin: 10px 0 25px;
  text-transform: uppercase;
}

#evento .gravata:after {
  content: "";
  width: 100%;
  height: 3px;
  margin-top: 15px;
  background: #03408c;
  display: block;
}

#evento .contato {
  margin-top: 40px;
}

#evento .contato .title {
  font-size: 19px;
  color: #204dcc;
  margin-bottom: 15px;
}

#evento .contato .box {
  width: auto;
  float: left;
  padding: 5px 10px;
  color: #2b2a2a;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

#evento .contato .box::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
  margin-right: 15px;
  color: #2b2a2a;
}

#evento .contato .box.email::before {
  content: "\f658";
}

#evento .contato .box.fone::before {
  content: "\f2a0";
}

#evento .contato div:last-child {
  margin-left: 5px;
}

@media (max-width: 411px) {
  #evento .contato .box {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    margin: 0 0 5px !important;
  }
  .container-int.evento #whatsapp {
    height: 0;
  }
  .container-int.evento #whatsapp a {
    margin-top: -200px;
  }
}

/* destaques interna */
#destaque .datatags {
  margin: 40px 0 20px 0;
  border-top: 2px solid #646464;
  font-size: 12px;
}

#destaque .datatags .data {
  width: 30%;
  float: left;
  color: #6d6d6d;
  font-size: 14px;
}

#destaque .datatags .tags {
  width: 70%;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

#destaque > .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #03408c;
  margin-bottom: 15px;
}

#destaque .bodyField {
  border-bottom: 2px solid #646464;
  padding-bottom: 30px;
  margin-bottom: 10px;
  font-weight: 400;
}

#destaque .bodyField div,
#destaque .bodyField p {
  font-weight: 400;
}

#destaque .bodyField iframe {
  width: 700px !important;
  height: 394px !important;
}

.img-responsive {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: none;
  margin-right: 15px;
  margin-bottom: 6px;
  float: left;
}

/* busca */
#busca {
  padding: 30px;
  background-color: #fff;
}

#busca .title {
  font-size: 26px;
  font-weight: bold;
  color: #646464;
  margin-bottom: 15px;
}

#searchFormInt input:not(.is-invalid),
#searchFormInt .nice-select,
#searchFormInt .nice-select .list,
#searchFormMobile input:not(.is-invalid),
#searchFormMobile .nice-select,
#searchFormMobile .nice-select .list {
  border: 1px solid #c8d3de;
  border-radius: 3px;
}

#searchFormInt .nice-select,
#searchFormMobile .nice-select {
  width: 100%;
  height: 38px;
  line-height: 26px;
}

#searchFormInt .nice-select:after,
#searchFormMobile .nice-select:after {
  height: 8px;
  width: 8px;
}

#searchFormInt .nice-select .list,
#searchFormMobile .nice-select .list {
  min-width: 100%;
  margin-top: -37px;
}

#searchFormInt .nice-select .current,
#searchFormMobile .nice-select .current {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

#searchFormInt .option.disabled,
#searchFormMobile .option.disabled {
  display: none;
}

#searchFormInt .nice-select .option,
#searchFormMobile .nice-select .option {
  font-weight: bold;
}

#searchFormInt .nice-select .option:hover,
#searchFormInt .nice-select .option.focus,
#searchFormInt .nice-select .option.selected.focus,
#searchFormMobile .nice-select .option:hover,
#searchFormMobile .nice-select .option.focus,
#searchFormMobile .nice-select .option.selected.focus {
  background-color: transparent;
}

#searchFormInt ::-webkit-input-placeholder,
#searchFormMobile ::-webkit-input-placeholder {
  font-weight: bold;
  font-size: 14px;
}
#searchFormInt :-moz-placeholder,
#searchFormMobile :-moz-placeholder {
  font-weight: bold;
  font-size: 14px;
}
#searchFormInt ::-moz-placeholder,
#searchFormMobile ::-moz-placeholder {
  font-weight: bold;
  font-size: 14px;
}
#searchFormInt :-ms-input-placeholder,
#searchFormMobile :-ms-input-placeholder {
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 411px) {
  #searchFormInt button.btn {
    width: 100%;
  }
}

/* nossas áreas */
.container-int.nossas-areas > .title {
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 30px 0 15px;
  color: #646464;
}

#nossasAreas {
  width: 680px;
  height: 530px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#nossasAreas::after {
  content: "";
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/nossas_areas_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  z-index: 0;
}

#nossasAreas .area img {
  position: absolute;
  transition: all .2s ease-in-out;
}

#nossasAreas .area img.desktop:hover {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

@media (max-width: 411px) {
  #nossasAreas {
    width: 90%;
    height: 730px;
    margin: 0 5%;
    display: grid;
    background-color: #fff;
    border-radius: 40px;
  }
  #nossasAreas::after {
    display: none;
  }
}