@import url("https://fonts.googleapis.com/css?family=Lato");
#destaques_especiais {
  margin: 0 auto;
  max-width: 1440px;
  height: auto;
  max-height: initial;
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#destaques_especiais .main-article {
  position: relative;
  height: 0;
  padding-bottom: 25%;
  margin: 20px 15px 20px 15px;
}

#destaques_especiais .main-article__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  object-fit: cover;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

#destaques_especiais .main-article__title {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
  font-family: Lato;
  bottom: 0;
  margin: 0;
  font-size: 25px;
  line-height: 1.3;
  z-index: 0 !important;
  text-shadow: none !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#destaques_especiais .main-article__title a {
  color: #ffffff;
}

#destaques_especiais .main-article__title a:hover {
  color: #ffffff !important;
  text-decoration: underline;
  opacity: 1 !important;
}

#destaques_especiais .main-article:nth-child(1) {
  margin: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  padding-bottom: 44.25%;
  margin: 0;
}

#destaques_especiais .main-article:nth-child(1) .main-article__title {
  bottom: 50px;
}

@media screen and (min-width: 992px) {
  #destaques_especiais .main-article:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(40% - 30px);
            flex: 0 1 calc(40% - 30px);
  }
  #destaques_especiais .main-article:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc( 60% - 30px);
            flex: 0 1 calc( 60% - 30px);
  }
}

@media screen and (max-width: 768px) {
  #destaques_especiais .main-article__title {
    bottom: 0 !important;
  }
  #destaques_especiais .main-article:nth-child(1) {
    padding-bottom: 100%;
  }
  #destaques_especiais .main-article:nth-child(2) {
    display: none;
  }
  #destaques_especiais .main-article:nth-child(3) {
    display: none;
  }
}

.button {
  color: #17a2b8;
  border: 1px solid currentColor;
  border-radius: 5px;
  padding: 5px 30px;
  font-size: 14px;
  text-transform: uppercase;
}

.button--outline {
  background: transparent;
}

.the-content h1 {
  font-size: 42px;
}

.the-content h2 {
  font-size: 35px;
}

.the-content h3 {
  font-size: 25px;
}

.the-content h4 {
  font-size: 22px;
}

.the-content h5 {
  font-size: 18px;
}

.the-content h6 {
  font-size: 14px;
}

.the-content p {
  font-size: 16px;
  color: #acacac;
  margin-bottom: 30px;
}

.the-content li {
  color: #acacac;
}

@media screen and (max-width: 768px) {
  #conteudo {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#conteudo h1 {
  margin-top: 25px !important;
}

#conteudo .infos_artigo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 40px 0;
}

#conteudo .infos_artigo h1 {
  margin: 0 auto !important;
  padding: 0 !important;
  color: #234f60 !important;
}

#conteudo .infos_artigo a:before {
  color: #234f60 !important;
}

@media screen and (max-width: 768px) {
  #conteudo .infos_artigo {
    padding: 20px 0;
  }
  #conteudo .infos_artigo h1 {
    font-size: 25px;
  }
}

.footer {
  max-width: 1440px;
  margin: 0 auto 10px auto;
  background-color: transparent;
  padding: 0;
}

.footer__wrapper {
  width: 100%;
  padding: 0 15px;
}

@media screen and (min-width: 992px) {
  .footer__wrapper {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

.footer p {
  font-family: Lato !important;
}

.footer a {
  color: #505050 !important;
}

.footer__logo img {
  max-width: 100%;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .footer__menu {
    margin-right: 40px;
  }
}

.footer__item:not(:last-child) {
  margin-right: 20px;
}

.footer__item:not(:last-child):after {
  content: "|";
  display: inline;
  color: #505050 !important;
  margin-left: 20px;
}

.footer__item a {
  font-size: 14px;
}

.footer:after {
  content: " ";
  display: block;
  width: 100%;
  height: 15px;
  background: none;
  border-bottom-right-radius: 15px;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 80px;
  }
  .footer__item:not(:last-child) {
    margin-right: 10px;
  }
  .footer__item a {
    font-size: 12px;
  }
}

.header-absolute {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.header-relative {
  position: relative !important;
}

.header-relative .header {
  background-color: #FFF;
  padding-top: 3vh;
  padding-bottom: 3.5vh;
  margin: 0 auto;
  max-width: 100%;
}

.header-relative .header input {
  border: 1px solid #000;
  background-color: #f5f5f0 !important;
}

@media screen and (max-width: 768px) {
  .header-absolute {
    background: #ffffff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-absolute .largura_site {
    position: static !important;
    top: 0 !important;
    z-index: 998;
  }
  .header-absolute header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 90%;
            flex: 1 1 90%;
  }
  .header-absolute nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 5%;
            flex: 0 1 5%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .header-absolute {
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

.logo__element {
  max-width: 100%;
}

.largura_site.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.largura_site.header .busca_header input {
  width: 90%;
  border-radius: 5px;
  padding-left: 20px;
}

.largura_site.header .busca_header button {
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #234f60;
  color: #ffffff;
  position: absolute;
  right: 0;
  line-height: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.largura_site.header .busca_header button .fa {
  font-size: 15px;
  color: #ffffff;
}

.largura_site.header .busca_header button:hover {
  background-color: #072734 !important;
}

@media screen and (min-width: 992px) {
  .largura_site.header .busca_header {
    width: 660px;
  }
  .largura_site.header .busca_header input {
    background: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .largura_site.header .busca_header {
    position: relative;
    z-index: 999;
    text-align: left;
    vertical-align: middle;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    margin-right: 20px;
  }
  .largura_site.header .busca_header button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
  }
  .largura_site.header .busca_header input {
    border: 1px solid #234f60;
    width: 100%;
  }
  .largura_site.header .busca_header input,
  .largura_site.header .busca_header button {
    height: 40px;
  }
}

.divider {
  position: relative;
}

.divider:before, .divider:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 50px;
  background-color: #234f60;
}

.divider:before {
  right: 100%;
}

.divider:after {
  left: 100%;
}

.divider h1 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: Lato;
  color: #234f60;
  font-weight: 300;
}

.divider h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: Lato;
  color: #234f60;
  font-weight: 300;
}

.divider h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: Lato;
  color: #234f60;
  font-weight: 300;
}

.divider h4 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: Lato;
  color: #234f60;
  font-weight: 300;
}

.divider h5 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: Lato;
  color: #234f60;
  font-weight: 300;
}

.divider h6 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: Lato;
  color: #234f60;
  font-weight: 300;
}

.divider__title {
  margin: 50px 0;
}

.divider__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.divider .social_links {
  padding: 0;
  margin: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.divider .social_links .link_social {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  padding: 0 5px;
}

.divider .social_links .link_social img {
  max-width: 100%;
}

.divider .social_links .link_social:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.divider .link-app {
  margin-left: 10px;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.divider .link-app img {
  max-width: 100%;
}

.divider.is-mobile {
  display: none;
}

.divider.is-mobile:before, .divider.is-mobile:after {
  content: none;
}

.divider.is-mobile h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Lato;
  color: #234f60;
  font-weight: 300;
}

.divider.is-mobile h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Lato;
  color: #234f60;
  font-weight: 300;
}

.divider.is-mobile h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Lato;
  color: #234f60;
  font-weight: 300;
}

.divider.is-mobile h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Lato;
  color: #234f60;
  font-weight: 300;
}

.divider.is-mobile h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Lato;
  color: #234f60;
  font-weight: 300;
}

.divider.is-mobile h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Lato;
  color: #234f60;
  font-weight: 300;
}

.divider.is-mobile .divider__title {
  margin: 20px 0;
}

.divider.is-desk {
  display: block;
}

@media screen and (max-width: 768px) {
  .divider.is-mobile {
    display: block;
  }
  .divider.is-desk {
    display: none;
  }
  .divider .link-app {
    width: 80px;
  }
  .divider .social_links {
    border-right: 1px solid #234f60;
    padding-right: 25px;
  }
  .divider .social_links .link_social {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
  }
}

@media screen and (max-wdth: 320px) {
  .divider .link-app {
    width: 65px;
  }
  .divider .social_links {
    padding-right: 15px;
  }
  .divider .social_links .link_social {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    width: 35px;
  }
}

.destaques_maiores {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1440px;
  margin-bottom: 30px;
}

.destaques_maiores .secondary-article {
  position: relative;
  height: 0;
  padding-bottom: 25%;
  margin: 0px 15px 20px 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 30px);
          flex: 0 1 calc(50% - 30px);
}

.destaques_maiores .secondary-article__image {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  position: absolute !important;
  object-fit: cover !important;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.destaques_maiores .secondary-article__image:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.destaques_maiores .secondary-article__title {
  background: rgba(35, 79, 96, 0.9);
  padding: 10px 15px !important;
  font-family: Lato;
  bottom: 0 !important;
  margin: 0;
  font-size: 22px !important;
  line-height: 1.3;
  z-index: 0 !important;
  text-shadow: none !important;
}

.destaques_maiores .secondary-article__title a {
  color: #ffffff;
}

.destaques_maiores .secondary-article__title a:hover {
  color: #ffffff !important;
  text-decoration: underline;
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  .destaques_maiores .secondary-article {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-bottom: 56.25% !important;
    margin-bottom: 30px !important;
  }
}

#agenda {
  overflow: initial;
}

#container_agenda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -7.5px;
}

@media screen and (max-width: 1199px) {
  #container_agenda {
    margin: 0;
  }
}

#container_agenda .agenda__item {
  border: 1px solid #6d1047;
  background: transparent !important;
  border-radius: 7px;
  background: transparent;
  margin: 0 7.5px 30px 7.5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 15px);
          flex: 0 1 calc(25% - 15px);
  width: auto;
  max-width: 25%;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #container_agenda .agenda__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 15px);
            flex: 0 1 calc(50% - 15px);
    max-width: 50%;
    margin-bottom: 20px;
  }
}

#container_agenda .agenda__item h2 {
  margin: 0;
  padding: 15px 20px;
  background: #6d1047;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#container_agenda .agenda__item h2 a {
  color: #ffffff;
  font-family: Lato;
  font-weight: 300;
}

#container_agenda .agenda__item h2 a:hover {
  text-decoration: none;
}

#container_agenda .agenda__item .tags {
  text-align: center;
  color: #6d1047 !important;
}

#container_agenda .agenda__item h3,
#container_agenda .agenda__item .data_evento,
#container_agenda .agenda__item .lead {
  text-align: center;
  padding: 0 10px;
}

#container_agenda .agenda__item h3,
#container_agenda .agenda__item .lead {
  color: #0a3c4f !important;
}

#container_agenda .agenda__item .data_evento {
  font-size: 14px;
  color: #ffffff !important;
  margin: 10px auto;
  position: relative;
  border-radius: 20px;
  background: #6d1047 !important;
}

#container_agenda .agenda__item .data_evento:before, #container_agenda .agenda__item .data_evento:after {
  content: '';
  height: 1px;
  background: #6d1047;
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#container_agenda .agenda__item .data_evento:before {
  right: 100%;
}

#container_agenda .agenda__item .data_evento:after {
  left: 100%;
}

#container_agenda .agenda__item > a {
  color: #ffffff;
  background: #6d1047;
  border-radius: 20px;
  padding: 3px 20px;
  display: inline-block;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

#container_agenda .agenda__item > a:before {
  content: none;
}

@media screen and (max-width: 768px) {
  #container_agenda .agenda__item > a {
    padding: 0px 14px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    margin-left: 13%;
  }
}

#container_agenda .agenda__item > a:hover {
  opacity: 1;
  color: #ffffff !important;
  background: #58002c;
  text-decoration: none;
}

.agenda__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  .agenda__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.agenda__title h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: Lato;
  color: #234f60;
  font-weight: 300;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.agenda__title .title__divider {
  height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #234f60;
  margin: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80px;
          flex: 0 1 80px;
}

.agenda__title .title__divider.is-larger {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
  .agenda__title .title__divider.is-larger {
    display: none;
  }
}

.agenda__title a {
  color: #234f60;
  text-transform: uppercase;
  font-family: Lato;
  border: 1px solid #234f60;
  padding: 5px 15px;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.agenda__title a:hover {
  background: #464646;
  color: #ffffff;
  text-decoration: none;
}

#container_agenda .is-desk,
#agenda .is-desk {
  display: none;
}

#container_agenda .is-mobile,
#agenda .is-mobile {
  display: block;
}

@media screen and (min-width: 992px) {
  #container_agenda .is-desk,
  #agenda .is-desk {
    display: block;
  }
  #container_agenda .is-mobile,
  #agenda .is-mobile {
    display: none;
  }
}

.post_meta {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 0;
  background-color: #FFF;
  overflow-y: hidden;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 992px) {
  .post_meta {
    height: 500px;
  }
}

.post_meta__breadcrumb {
  margin-left: 40px;
  margin-bottom: 75px;
}

.post_meta__breadcrumb a {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  padding-right: 30px;
  position: relative;
}

.post_meta__breadcrumb a:after {
  content: " > ";
  margin: 0 10px;
  position: absolute;
  bottom: 0;
}

.post_meta__info__social {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_meta__date {
  text-transform: capitalize;
}

.post_meta_social__item:not(:last-child) {
  margin-right: 10px;
}

.single_article {
  margin-top: 0;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single_article__thumbnail {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single_article__image {
  margin-top: -280px;
}

@media screen and (max-width: 768px) {
  .single_article__image {
    margin: 0;
  }
}

.single_article__tag {
  padding: 5px 30px;
  background-color: #c10652;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
}

.single_article .title:before {
  content: none;
}

.single_article__thumbnail {
  display: inline;
  max-width: 100%;
}

.single_article h2 {
  color: #234f60;
  font-family: Lato;
}

@media screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100vw;
    min-height: 50vh;
    margin-top: 20px;
  }
  #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu li {
    padding: 10px;
  }
  #mega-menu-wrap-header-menu .mega-toggle-block-1:after {
    font-size: 45px !important;
    color: #234f60 !important;
    margin-left: 10px !important;
  }
  .mega-toggle-label {
    display: none !important;
  }
}

.govsph-blue {
  background-color: #000000 !important;
}

#govsph-topbarGlobal.blu-e {
  padding-top: 30px !important;
}

@media screen and (max-width: 767px) {
  #govsph-topbarGlobal.blu-e {
    padding-top: 0 !important;
  }
}

div#govsph-topbarGlobal div#topbarGlobal {
  margin-top: -4px !important;
}

.govsph-portal {
  margin: 0;
  width: 100%;
  height: 100%;
}

.govsph-portal p {
  margin-top: -4px !important;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.govsph-portal p a:hover {
  color: #FFF !important;
  opacity: .5;
  text-decoration: none !important;
}

.footer {
  max-width: 1440px;
  margin: 0 auto 10px auto;
  background-color: transparent;
  padding: 0;
}

.footer__wrapper {
  width: 100%;
  padding: 0 15px;
}

@media screen and (min-width: 992px) {
  .footer__wrapper {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

.footer p {
  font-family: Lato !important;
}

.footer a {
  color: #505050 !important;
}

.footer__logo img {
  max-width: 100%;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .footer__menu {
    margin-right: 40px;
  }
}

.footer__item:not(:last-child) {
  margin-right: 20px;
}

.footer__item:not(:last-child):after {
  content: "|";
  display: inline;
  color: #505050 !important;
  margin-left: 20px;
}

.footer__item a {
  font-size: 14px;
}

.footer:after {
  content: " ";
  display: block;
  width: 100%;
  height: 15px;
  background: none;
  border-bottom-right-radius: 15px;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 80px;
  }
  .footer__item:not(:last-child) {
    margin-right: 10px;
  }
  .footer__item a {
    font-size: 12px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

body {
  background: #fff !important;
}

nav.largura_site {
  max-width: 100%;
  background-color: rgba(35, 79, 96, 0.8);
  padding: 15px 0px !important;
}

nav.largura_site .mega-menu .mega-menu-item .mega-menu-link {
  font-weight: normal !important;
  color: #fff !important;
  font-size: 16px !important;
  font-family: Lato !important;
  text-transform: none !important;
}

nav.largura_site .mega-menu > .mega-menu-item:not(:first-child) {
  border-left: 1px solid #fff !important;
}

nav.largura_site .mega-menu > .mega-menu-item .mega-menu-link:hover {
  background-color: #072734 !important;
  text-decoration: none !important;
}

nav.largura_site .mega-menu > .mega-menu-item > .mega-menu-link {
  line-height: 1.5 !important;
  margin: 0 2.5px !important;
}

nav.largura_site .mega-menu > .mega-menu-item > .mega-menu-link:after {
  content: ' ' !important;
  background: url(../../imgs/arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  height: 12px;
  width: 12px;
  -webkit-transform: translateY(calc(100% - 5px)) !important;
          transform: translateY(calc(100% - 5px)) !important;
  -webkit-transition: .2s transform;
  transition: .2s transform;
}

nav.largura_site .mega-menu > .mega-menu-item > .mega-menu-link:hover {
  border-radius: 3px !important;
}

nav.largura_site .mega-menu > .mega-menu-item > .mega-menu-link:hover:after {
  -webkit-transform: rotate(180deg) translateY(calc(-100% + 5px)) !important;
          transform: rotate(180deg) translateY(calc(-100% + 5px)) !important;
}

nav.largura_site .mega-menu > .mega-menu-item.mega-link_externo:not(:last-of-type) {
  margin-left: 50px !important;
  border-left: none !important;
}

@media screen and (max-width: 768px) {
  nav.largura_site #mega-menu-wrap-header-menu .mega-menu-toggle, nav.largura_site {
    background: transparent;
  }
  nav.largura_site .mega-menu > .mega-menu-item:not(:first-child) {
    border-left: none !important;
  }
  nav.largura_site .mega-menu > .mega-menu-item.mega-link_externo:not(:last-of-type) {
    margin-left: 0 !important;
  }
}

div.destaques_menores {
  padding: 15px;
  border-radius: 10px;
  background-color: #003d51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.destaques_menores div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.destaques_menores div article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block !important;
  height: auto !important;
}

div.destaques_menores div article:not(:last-child) {
  margin-right: 25px !important;
}

div.destaques_menores div article figure {
  height: 235px;
  border: 2px solid #FFF;
}

div.destaques_menores div article figure img {
  position: static !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

div.destaques_menores div article h2 {
  position: static !important;
  text-shadow: none !important;
  font-family: Lato;
  font-weight: 400;
  font-size: 18px !important;
}

div.destaques_menores div article h2 a {
  color: #FFF;
}

div.destaques_menores div article h2 a:hover {
  color: #FFF !important;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  div.destaques_menores div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
  }
  div.destaques_menores div article {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 30px;
    margin-right: 0 !important;
  }
  div.destaques_menores div article:not(:last-child) {
    margin-right: 0 !important;
  }
}

div.destaques_menores .mais-artigos {
  border: 1px solid #FFF;
  background-color: #005F7F;
  color: #FFF;
  border-radius: 30px;
  margin-top: 30px;
  font-size: 20px;
  padding: 5px 100px;
  outline: 0;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

div.destaques_menores .mais-artigos:hover {
  background-color: #002736;
}

@media screen and (max-width: 768px) {
  div.destaques_menores {
    margin: 10px !important;
  }
  div.destaques_menores .mais-artigos {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.corpo_artigo .infos_artigo, .corpo_pagina .infos_artigo h1, .artigo h2 {
  color: #FFF !important;
}

a, h3 {
  color: #274e5e;
}

a:hover {
  color: #274e5e;
  text-decoration: underline;
}

.infos_artigo {
  background: transparent !important;
}

.infos_artigo h1 {
  font-family: Lato !important;
  color: rgba(11, 57, 75, 0.95) !important;
}

.link_white {
  color: #FFF !important;
}

.link_white:hover {
  color: #FFF !important;
  opacity: .5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Lato !important;
}

.elementor-element-55686d85,
.elementor-element-c88319b {
  display: none !important;
}
/*# sourceMappingURL=main.css.map */