/*---------------------------------------
geral
---------------------------------------*/
* {
  position: relative; }

/*bloco especial */
@media (max-width: 767px) {
  .noBr-mob br {
    display: none; } }
/*---------------------------------------
reveal
---------------------------------------*/
main :not(.start-reveal) .col:not(.noreveal) {
  opacity: 0;
  transition: all .7s ease-out;
  transform: scale(0.95); }
  main :not(.start-reveal) .col:not(.noreveal).active {
    opacity: 1;
    transform: none; }

main .start-reveal .col {
  opacity: 1 !important;
  transform: none !important; }

/*---------------------------------------
sm
---------------------------------------*/
header {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: var(--transition); }
  header .btn {
    margin: 0; }
  header .sm {
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    padding: 6px;
    margin-left: 0.5em; }
    header .sm img {
      display: block;
      transition: var(--transition); }
    header .sm:hover {
      background-color: var(--bs-blue); }
      header .sm:hover img {
        filter: brightness(10) grayscale(1); }
  header ul {
    list-style: none;
    margin: 0 1em 0 0;
    padding: 0;
    text-align: right;
    line-height: 1em; }
    header ul li {
      display: inline-block;
      margin: 0 0 0 0.85em;
      font-size: 14px;
      text-transform: uppercase;
      color: white; }
      header ul li a {
        color: white;
        text-decoration: none;
        font-weight: 900; }
        header ul li a:hover {
          color: var(--bs-green); }

@media (max-width: 767px) {
  header {
    padding: 0.5em 0;
    background-color: var(--bs-blue); }
    header.ativo {
      box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16); }
    header .sm img {
      filter: brightness(10) grayscale(1); } }
@media (min-width: 768px) {
  header {
    padding: 0.5em 0; }
    header.ativosim, header.ativo {
      background-color: var(--bs-blue);
      box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
      padding: 0.3em 0; }
      header.ativosim .sm img, header.ativo .sm img {
        filter: brightness(10) grayscale(1); }
      header.ativosim .btn.btn-primary, header.ativo .btn.btn-primary {
        border-color: white; } }
/*---------------------------------------
home
---------------------------------------*/
.banner-home {
  box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.26); }

.tarja-home {
  z-index: 1; }
  .tarja-home .row {
    border-radius: 10px;
    box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.26);
    overflow: hidden; }
    .tarja-home .row figure {
      float: left; }

@media (max-width: 767px) {
  .banner-home {
    padding-bottom: 75%; }
    .banner-home .areoi-background {
      bottom: 0;
      top: auto;
      aspect-ratio: 4/3;
      height: auto; }

  .tarja-home {
    margin-top: -30px;
    font-size: 16px;
    line-height: 1.25em; }
    .tarja-home:after {
      content: '';
      background-color: var(--bs-green);
      position: absolute;
      left: 10%;
      width: 80%;
      height: 1px;
      top: calc(50% - 18px); }
    .tarja-home .row figure {
      max-width: 20%; } }
.box-especialidades {
  color: var(--bs-gray);
  font-size: 18px;
  line-height: 1.45em; }
  .box-especialidades .titulo-especialidade {
    border-radius: var(--radius);
    overflow: hidden;
    min-width: 100%;
    min-height: 400px; }

.box-endereco p {
  margin: 0; }
  .box-endereco p a {
    text-decoration: none; }
.box-endereco .ico-end {
  width: 52px !important;
  max-width: 52px !important;
  margin-right: 16px; }
.box-endereco iframe {
  width: 100%;
  height: 50vh;
  max-height: 350px; }

.text-justify {
  text-align: justify; }

@media (min-width: 768px) {
  .banner-home {
    height: 100vh;
    max-height: 830px; }
    .banner-home .areoi-background {
      width: 50%;
      left: 50%; }

  .tarja-home {
    margin-top: -70px; }
    .tarja-home:after {
      content: '';
      background-color: var(--bs-green);
      position: absolute;
      left: 50%;
      width: 1px;
      height: 70%;
      top: 15%; } }
/*---------------------------------------
footer
---------------------------------------*/
footer {
  background-color: var(--bs-navy);
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 1.75em;
  z-index: 2; }
  footer .col {
    padding-bottom: 2em; }
  footer a {
    color: white;
    text-decoration: none;
    font-weight: bold; }
    footer a:hover {
      color: var(--bs-green); }
  footer h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 1em 0; }
  footer p {
    margin: 0; }
  footer hr {
    background-color: white; }
  footer .copyright p {
    font-size: 12px; }
  footer .logo {
    max-width: 200px;
    margin: 0 auto;
    display: block; }
  footer .invictus {
    max-width: 140px;
    margin: 0 auto;
    display: block; }
  footer .sm {
    filter: brightness(10) grayscale(1); }
    footer .sm:hover {
      filter: none; }

@media (min-width: 768px) {
  footer {
    text-align: left; }
    footer .col {
      padding-bottom: 0; }
    footer .row {
      flex-wrap: wrap;
      justify-content: space-between; }
      footer .row .col-10 {
        width: auto !important;
        max-width: none !important; }
    footer .invictus {
      margin: 0;
      float: right; } }
/*---------------------------------------
blog
---------------------------------------*/
a.single-box {
  background-color: var(--bs-navy);
  display: block;
  text-decoration: none;
  color: white;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer; }
  a.single-box .bg-cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    opacity: 0.75;
    transition: var(--transition); }
  a.single-box p {
    display: none; }
  a.single-box h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    font-family: Arial, "Helvetica Neue", Helvetica, "sans-serif"; }
  a.single-box:hover .bg-cover {
    opacity: 0.6; }
  a.single-box .btn-leiamais {
    position: absolute;
    right: 2em;
    bottom: 1.5em;
    font-weight: 900;
    font-size: 13px; }

.swiper {
  overflow: visible;
  z-index: 0; }

.swiper-pagination-relative {
  position: relative;
  margin-top: 15px; }

a.single-box-list {
  border-radius: 8px;
  box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.26);
  padding: calc(200px + 1em) 1em 3em 1em;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  display: block;
  background-color: white;
  height: 100%;
  font-size: 16px;
  line-height: 1.75em; }
  a.single-box-list .btn-leiamais {
    position: absolute;
    left: 1.5em;
    bottom: 1.5em;
    font-weight: 900;
    font-size: 13px; }
  a.single-box-list .bg-cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 200px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  a.single-box-list p {
    display: none; }
  a.single-box-list h2 {
    color: var(--bs-blue); }
  a.single-box-list.no-thumb {
    padding-top: 1em; }
    a.single-box-list.no-thumb p {
      display: block;
      margin-bottom: 0; }
  a.single-box-list:not(.no-thumb) h2 {
    color: var(--bs-blue);
    font-size: 32px; }

.categoria-lista a {
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid var(--bs-navy);
  color: var(--bs-navy);
  line-height: 1em;
  text-decoration: none;
  padding: 8px 12px;
  margin-left: 12px; }

@media (max-width: 767px) {
  .single-box {
    height: 350px; }
    .single-box h2 {
      font-size: 21px; }
    .single-box .btn-leiamais {
      left: 2em;
      right: auto; }
      .single-box .btn-leiamais:before {
        content: '';
        top: -2px;
        height: 2px;
        left: 0;
        width: 35px;
        background-color: white;
        position: absolute; } }
@media (min-width: 768px) {
  .swiper-grid2 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
  .swiper-grid2 .swiper-slide {
    width: auto !important; }
    .swiper-grid2 .swiper-slide:first-child {
      grid-row: span 2;
      background-color: red; }
      .swiper-grid2 .swiper-slide:first-child .single-box {
        height: 100%;
        background-color: var(--bs-blue);
        transition: var(--transition); }
        .swiper-grid2 .swiper-slide:first-child .single-box p {
          display: block;
          max-height: 8.75em;
          overflow: hidden;
          font-size: 16px;
          line-height: 1.75em;
          margin-top: 0;
          transition: var(--transition);
          opacity: 0.9; }
        .swiper-grid2 .swiper-slide:first-child .single-box h2 {
          font-size: 28px;
          font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif";
          font-weight: normal; }
        .swiper-grid2 .swiper-slide:first-child .single-box .bg-cover {
          height: 260px;
          top: auto;
          left: 1.2em;
          right: 1.2em;
          bottom: 1.2em;
          border-radius: 4px;
          opacity: 1; }
        .swiper-grid2 .swiper-slide:first-child .single-box .btn-leiamais {
          bottom: 290px; }
        .swiper-grid2 .swiper-slide:first-child .single-box:hover {
          background-color: var(--bs-navy); }
          .swiper-grid2 .swiper-slide:first-child .single-box:hover p {
            opacity: 1; } }
/* single blog */
article {
  margin-top: 75px; }
  article .single-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 20px 20px;
    min-height: 400px;
    display: block;
    width: 100%;
    color: white;
    overflow: hidden; }
    article .single-banner h1, article .single-banner .h1 {
      font-size: 1.55em; }
    article .single-banner:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0) 100%); }
  article .single-categorias {
    font-size: 14px;
    opacity: 0.8; }
  article .avatar-autor {
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.26);
    margin-left: 1em; }
  article .share {
    background-color: var(--bs-light);
    border-radius: 4px;
    padding: 12px 6px 6px;
    color: var(--bs-navy);
    text-transform: uppercase;
    font-size: 14px; }
    article .share a {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      height: 32px;
      width: 32px;
      border: 1px solid var(--bs-navy);
      border-radius: 4px; }
      article .share a span {
        display: none; }
      article .share a.in {
        background-image: url("../images/Share-in.svg"); }
      article .share a.fb {
        background-image: url("../images/Share-fb.svg"); }
      article .share a.tw {
        background-image: url("../images/Share-tw.svg"); }
      article .share a.wa {
        background-image: url("../images/Share-wa.svg"); }
      article .share a.link {
        background-image: url("../images/Share-link.svg"); }

@media (max-width: 767px) {
  article {
    margin-top: 55px; }
    article .row.single-banner {
      min-height: 250px;
      border-radius: 0;
      width: 100vw; }

  .share {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .share p {
      display: inline-block;
      font-size: 12px; }
    .share a {
      margin-left: 8px; } }
.blog-title {
  padding-top: 55px; }
  .blog-title h1 {
    font-size: 35px;
    line-height: 1.2em;
    margin: 0; }
  .blog-title p {
    font-size: 14px;
    margin: 0;
    line-height: 1em; }

@media (min-width: 768px) {
  .blog-title {
    padding-top: 75px; }

  article .single-banner h1, article .single-banner .h1 {
    font-size: 40px; }
  article h2, article .h2 {
    font-size: 34px; } }
