    @font-face {
      font-family: 'Aragusha';
      src: url('assets/fonts/Aragusha/Aragusha.woff2') format('woff2'),
        url('assets/fonts/Aragusha/Aragusha.woff') format('woff'),
        url('assets/fonts/Aragusha/Aragusha.ttf') format('truetype');
      font-weight: 400;
      font-display: swap;
    }
    @font-face {
      font-family: 'Poppins';
      src: url('assets/fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
        url('assets/fonts/Poppins/Poppins-Regular.woff') format('woff'),
        url('assets/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
      font-weight: 400;
      font-display: swap;
    }
    @font-face {
      font-family: 'Poppins';
      src: url('assets/fonts/Poppins/Poppins-Medium.woff2') format('woff2'),
        url('assets/fonts/Poppins/Poppins-Medium.woff') format('woff'),
        url('assets/fonts/Poppins/Poppins-Medium.ttf') format('truetype');
      font-weight: 500;
      font-display: swap;
    }
    .temp-video {
      position: relative;
      width: 100%;
      height: fit-content;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      z-index: 1;
    }
    .temp-video .thumb {
      width: 1064px;
      max-width: 100%;
      height: auto;
    }
    .temp-video .play {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: 0.9;
      transition: ease 0.3s;
    }
    .temp-video:hover .play {
      opacity: 1;
    }
    .iframe {
      position: relative;
      width: 100%;
      z-index: 1;
    }
    .about {
      position: relative;
      padding: 120px 0;
    }
    .about::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30%;
      height: 80%;
      border-radius: 50%;
      background-color: rgba(57, 123, 255, 0.3);
      transform: rotate(0deg) translate(-50%, -50%);
      mix-blend-mode: screen;
      filter: blur(120px);
    }
    .pilares_content {
      position: relative;
      width: 1064px;
      max-width: 100%;
      margin-top: 30px;
      padding: 30px 60px;
      border-radius: 10px;
      background-color: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(4.9765625px);
      z-index: 9;
    }
    @media (-webkit-min-device-pixel-ratio: 0) {
      .pilares_content:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1px;
        border-radius: 10px;
        background: linear-gradient(270deg, #0F1B3800 0%, rgba(41, 77, 158, 0.5) 27%, rgba(206, 221, 255, 0.5) 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;
        mask-composite: destination-out;
        z-index: -1;
      }
    }
    .pilares_content .col-left {
      display: flex;
      align-items: center;
    }
    .pilares_content h2 {
      font-size: 40px;
    }
    .pilares_content span {
      background: linear-gradient(90deg, #4DC6FF, #76A3FF);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .pilares_content p {
      margin-bottom: 25px;
      font-size: 18px;
      line-height: 1.3em;
      color: #B9C4D2;
    }
    .pilares_content p:last-child {
      margin-bottom: 0;
    }
    .pilares_content p span {
      font-size: 20px;
      font-weight: 600;
    }
    .pilares_content b {
      color: #ffffff;
    }
    #posgraduacoescirurgicas {
      position: relative;
      padding: 210px 5px 80px 0;
      width: 100%;
      font-family: 'Poppins', sans-serif;
      z-index: 9
    }
    #posgraduacoescirurgicas::after,
    #posgraduacoes::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: var(--bg-bottom-offset, 330px);
      background: linear-gradient(90deg, #1E2F57, #0F1B37);
      clip-path: polygon(
        0 0,
        16% 0,
        22% 96px,
        78% 96px,
        84% 0,
        100% 0,
        100% 100%,
        0 100%
      );
      z-index: -1;
    }
    #posgraduacoescirurgicas .row-line4 {
      width: 100%;
      max-width: 100%;
    }
    #posgraduacoescirurgicas .selos {
      position: absolute;
      top: -110px;
      left: 50%;
      width: 900px;
      height: 400px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transform: translateX(-50%);
    }
    .aha_selo {
      background: #22385F;
      border-radius: 50%;
    }
    .rotate {
      animation: girar 10s linear infinite;
      transform-origin: center;
    }
    @keyframes girar {
      0% {
        transform: rotate(Odeg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    .img-selo {
      position: relative;
    }
    .circulos {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 600px;
      height: 600px;
      transform: translateX(-50%) translateY(-50%);
    }
    #circulo, #circulo2, #circulo3 {
      animation: pulsar 3s infinite ease-out;
      transform-origin: center;
    }
    #circulo2 {
      animation-delay: 0.7s;
    }
    #circulo3 {
      animation-delay: 1.4s;
    }
    @keyframes pulsar {
      0% {
        transform: scale(0);
        opacity: 1;
      }
      100% {
        transform: scale(3);
        opacity: 0;
      }
    }
    .content {
      width: 1040px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
    .img-selo img, .img-selo svg {
      position: relative;
    }
    #posgraduacoescirurgicas .col {
      position: relative;
    }
    #posgraduacoescirurgicas .content {
      width: 1040px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
    #posgraduacoescirurgicas h2 {
      font-size: 40px;
      font-weight: 600;
    }
    #posgraduacoescirurgicas h3 {
      margin-bottom: 30px;
      font-size: 24px;
      font-weight: 400;
      background: linear-gradient(90deg, #4DC6FF, #76A3FF);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .row-line4 {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
    #posgraduacoescirurgicas .card {
      position: relative;
      width: 305px;
      height: 500px;
      padding: 10px;
      display: flex;
      align-items: end;
      background-image: var(--bkg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      border-radius: 10px;
      overflow: hidden;
    }
    #posgraduacoescirurgicas .card::after {
      content: '';
      position: absolute;
      top: 10px;
      right: 10px;
      width: 35px;
      height: 35px;
      background-image: url(assets/img/seta-diagonal.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 35px;
    }
    #posgraduacoescirurgicas .card h2 {
      position: absolute;
      top: 40px;
      left: 50%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #ffffff;
      transform: translateX(-50%);
      gap: 5px;
    }
    #posgraduacoescirurgicas .card h2 span {
      font-size: 8px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.2px;
    }
    #posgraduacoescirurgicas .card h2 b {
      font-family: 'Aragusha', sans-serif;
      font-size: 25px;
      font-weight: 400;
      text-transform: none;
    }
    #posgraduacoescirurgicas .card h6 {
      margin-bottom: 10px;
      font-size: 8px;
      font-weight: 400;
      letter-spacing: 1.12px;
      text-align: center;
      color: rgba(255, 255, 255, 0.8);
    }
    #posgraduacoescirurgicas .card_content {
      min-height: 215px;
    }
    #posgraduacoescirurgicas .card h4 {
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: var(--clr);
    }
    #posgraduacoescirurgicas .card ul {
      padding-left: 25px;
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 7px
    }
    #posgraduacoescirurgicas .card ul li {
      position: relative;
      padding: 10px 10px;
      border: 1px solid rgba(199, 229, 254, 0.11);
      border-radius: 11px;
      font-size: 11px;
      line-height: 1.2em;
      font-weight: 400;
      letter-spacing: -0.44px;
      color: rgba(255, 255, 255, 0.8);
    }
    #posgraduacoescirurgicas .card ul li::before {
      content: "";
      position: absolute;
      top: 50%;
      left: -35px;
      width: 10px;
      height: 1px;
      background: rgba(199, 229, 254, 0.27);
      z-index: 9;
    }
    #posgraduacoescirurgicas .card ul li::after {
      content: "";
      position: absolute;
      top: calc(50% - 3px);
      left: -25px;
      width: 6px;
      height: 6px;
      background: rgba(199, 229, 254, 0.27);
      transform: rotate(45deg);
      z-index: 9;
    }
    #posgraduacoes {
      position: relative;
      padding: 230px 5px 80px 0;
      width: 100%;
      z-index: 9
    }
    #posgraduacoes .row-line4 {
      width: 100%;
      max-width: 100%;
    }
    #posgraduacoes .selos {
      position: absolute;
      top: -165px;
      left: 50%;
      width: 900px;
      height: 600px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transform: translateX(-50%);
    }
    #posgraduacoes .col {
      position: relative;
    }
    #posgraduacoes .content {
      width: 1040px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
    #posgraduacoes h2 {
      font-size: 40px;
      font-weight: 600;
    }
    #posgraduacoes h3 {
      margin-bottom: 30px;
      font-size: 24px;
      font-weight: 400;
      background: linear-gradient(90deg, #4DC6FF, #76A3FF);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .row-line4 {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
    #posgraduacoes .card {
      position: relative;
      width: 305px;
      height: 500px;
      padding: 30px 30px 20px 30px;
      display: flex;
      align-items: end;
      background-image: var(--bkg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      border-radius: 10px;
    }
    #posgraduacoes .card::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 66px;
      height: 66px;
      background-image: url(assets/img/seta-diagonal.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 46px;
    }
    #posgraduacoes .card h2 {
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
    }
    #posgraduacoes .card h5,
    #posgraduacoes .card h6 {
      margin-bottom: 15px;
      font-size: 11px;
      font-weight: 400;
      color: #CCDAEA;
    }
    #posgraduacoes .card h4 {
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
    }
    #posgraduacoes .card ul li {
      font-size: 11px;
      line-height: 1.3em;
      font-weight: 400;
      color: #CCDAEA;
      margin-bottom: 10px;
    }
    @media (min-width: 997px) {
      #posgraduacoes .row-line4:has(> a:nth-last-child(13):first-child)::after {
        content: '';
        flex-basis: 100%;
        height: 0;
        order: 11;
      }
      #posgraduacoes .row-line4:has(> a:nth-last-child(13):first-child) > a:nth-last-child(-n+2) {
        order: 12;
      }
    }
    #imersoes {
      position: relative;
      padding: 80px 5px;
    }
    #imersoes .container {
      width: 100%;
    }
    #imersoes .content {
      position: relative;
      margin-bottom: 80px;
    }
    #imersoes::before {
      content: '';
      position: absolute;
      width: 1207px;
      height: 1207px;
      top: 10%;
      left: 0;
      border-radius: 50%;
      background-color: rgba(57, 123, 255, 0.2);
      mix-blend-mode: screen;
      filter: blur(120px);
      transform: translateX(0) translateY(0);
    }
    #imersoes .content::after {
      content: '';
      position: absolute;
      width: 1109px;
      height: 220px;
      top: 0%;
      left: 50%;
      background-image: url(assets/img/imersoes_desfocado.webp);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      mix-blend-mode: screen;
      transform: translateX(-50%);
    }
    #imersoes h2 {
      font-size: 40px;
      font-weight: 600;
    }
    #imersoes h3 {
      margin-bottom: 30px;
      font-size: 24px;
      font-weight: 400;
      background: linear-gradient(90deg, #4DC6FF, #76A3FF);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    #imersoes p {
      font-size: 18px;
      line-height: 1.4em;
      font-weight: 400;
      text-align: center;
      color: #B9C4D2;
    }
    #imersoes p b {
      color: #ffffff;
    }
    #imersoes .row-line4 {
      position: relative;
    }
    /* #imersoes .row-line4::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 520px;
      top: -50%;
      left: -50%;
      border: 1px solid rgba(185, 196, 210, 0.2);
      border-radius: 10px;
      background-color: rgba(57, 123, 255, 0.0);
      transform: translateX(80%) translateY(30%);
    } */
    #imersoes a {
      z-index: 99;
    }
    #imersoes .card {
      position: relative;
      width: 630px;
      max-width: 100%;
      height: 420px;
      padding: 30px 30px 20px 30px;
      display: flex;
      align-items: end;
      background-image: var(--bkg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      border-radius: 10px;
      z-index: 99;
    }
    #imersoes .card::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 66px;
      height: 66px;
      background-image: url(assets/img/seta-diagonal.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 46px;
    }
    #imersoes .card_content {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    #imersoes .card h5 {
      width: fit-content;
      padding: 6px 18px;
      font-size: 10px;
      font-weight: 400;
      line-height: 1em;
      color: #ffffff;
      border: 1px solid var(--clr);
      border-radius: 10px;
    }
    #imersoes .card h2 {
      width: 75%;
      font-size: 32px;
      font-weight: 600;
      line-height: 1.3em;
      color: #ffffff;
    }
    #imersoes .card h4 {
      font-size: 20px;
      font-weight: 400;
      line-height: 1.3em;
      color: #ffffff;
    }
    #imersoes .card-aha {
      position: absolute;
      bottom: 20px;
      right: 20px;
    }
    #cursos {
      padding: 80px 5px;
    }
    #cursos::after {
      content: '';
      position: absolute;
      width: 40%;
      height: 80%;
      top: -30%;
      right: -10%;
      border-radius: 50%;
      background: rgba(57, 123, 255, 0.2);
      mix-blend-mode: screen;
      filter: blur(180px);
      transform: translateX(10%) translateY(20%) rotate(0);
    }
    #cursos .content {
      position: relative;
      margin-bottom: 80px;
    }
    #cursos .content::after {
      content: '';
      position: absolute;
      width: 1240px;
      height: 220px;
      top: 0%;
      left: 50%;
      background-image: url(assets/img/cursos_desfocado.webp);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      mix-blend-mode: screen;
      transform: translateX(-50%);
    }
    #cursos .row-line4 {
      max-width: 900px;
    }
    #cursos .col {
      position: relative;
    }
    #cursos h2 {
      font-size: 40px;
      font-weight: 600;
    }
    #cursos h3 {
      margin-bottom: 30px;
      font-size: 24px;
      font-weight: 400;
      background: linear-gradient(90deg, #4DC6FF, #76A3FF);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    #cursos p {
      font-size: 18px;
      line-height: 1.4em;
      font-weight: 400;
      text-align: center;
      color: #B9C4D2;
    }
    #cursos .card {
      position: relative;
      width: 413px;
      height: 602px;
      padding: 20px;
      display: flex;
      align-items: end;
      background-image: linear-gradient(90deg, #294D9E, #1E3D84);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      border: 1px solid #294D9E;
      border-radius: 10px;
      z-index: 99;
    }
    #cursos .card::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 66px;
      height: 66px;
      background-image: url(assets/img/seta-diagonal.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 46px;
    }
    #cursos .card_content {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    #cursos .card h5 {
      width: fit-content;
      padding: 6px 18px;
      font-size: 10px;
      font-weight: 400;
      line-height: 1em;
      color: #ffffff;
      border: 1px solid #FFFFFF;
      border-radius: 20px;
    }
    #cursos .card h2 {
      font-size: 28px;
      font-weight: 600;
      line-height: 1.3em;
      color: #ffffff;
    }
    #cursos .card img {
      max-width: 100%;
      border-radius: 10px;
    }
    #livros {
      position: relative;
      padding: 80px 5px 290px 0;
      z-index: 9
    }
    #livros::after {
      content: '';
      position: absolute;
      top: var(--bg-top-offset, 200px);
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(90deg, #1E2F57, #0F1B37);
      clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        84% 100%,
        78% calc(100% - 96px),
        22% calc(100% - 96px),
        16% 100%,
        0 100%
      );
      z-index: -1;
    }
    #livros::before {
      content: '';
      position: absolute;
      width: 50%;
      height: 50%;
      top: 0%;
      left: -10%;
      border-radius: 50%;
      background-color: rgba(57, 123, 255, 0.2);
      mix-blend-mode: screen;
      filter: blur(100px);
      transform: translateX(-20%) translateY(-5px) rotate(345deg);
    }
    /* #livros::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  height: 600px;
  background-image: url(assets/img/selos.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
} */
    #livros .selos {
      position: absolute;
      bottom: -200px;
      left: 50%;
      width: 900px;
      max-width: 100%;
      height: 580px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transform: translateX(-50%);
    }
    #livros .img-selo img, .img-selo svg {
      max-width: 100%;
      height: auto;
    }
    #livros .container {
      width: 100%;
    }
    #livros .content {
      position: relative;
      margin-bottom: 80px;
    }
    #livros .content::after {
      content: '';
      position: absolute;
      width: 940px;
      height: 200px;
      top: 0%;
      left: 50%;
      background-image: url(assets/img/livros_desfocado.webp);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      mix-blend-mode: screen;
      transform: translateX(-50%);
    }
    #livros h2 {
      font-size: 40px;
      font-weight: 600;
    }
    #livros h3 {
      margin-bottom: 30px;
      font-size: 24px;
      font-weight: 400;
      background: linear-gradient(90deg, #4DC6FF, #76A3FF);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    #livros p {
      font-size: 18px;
      line-height: 1.4em;
      font-weight: 400;
      text-align: center;
      color: #B9C4D2;
    }
    #livros .card {
      position: relative;
      width: 413px;
      height: 606px;
      padding: 30px;
      display: flex;
      align-items: start;
      justify-content: start;
      background-image: var(--bkg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      border-radius: 10px;
      z-index: 9;
    }
    #livros .sec_edition::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 37px;
      height: 363px;
      border-radius: 0 10px 10px 0;
      background-image: url(assets/img/tag-livro-02.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transform: translateY(-50%);
    }
    #livros .card::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 66px;
      height: 66px;
      background-image: url(assets/img/seta-diagonal.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 46px;
    }
    #livros .card_content {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    #livros .card h5 {
      width: fit-content;
      padding: 6px 18px;
      font-size: 10px;
      font-weight: 400;
      line-height: 1em;
      color: #ffffff;
      border: 1px solid #FFFFFF;
      border-radius: 20px;
    }
    #livros .card h2 {
      font-size: 28px;
      font-weight: 600;
      line-height: 1.3em;
      text-align: center;
      color: #ffffff;
    }
    #livros .card h2 span {
      background: var(--gdt);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .card-image {
      width: 100%;
      height: 420px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    #livros .card img {
      max-width: 100%;
      max-height: 370px;
      object-fit: contain;
    }
    #livros .livros_cta {
      margin-top: 50px;
      display: flex;
      justify-content: center;
    }
    #livros .btn_editora {
      position: relative;
      padding: 16px 70px 16px 30px;
      background-image: linear-gradient(90deg, #2F74FF, #60A5FF, #60A5FF, #2F74FF);
      border-radius: 6px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      transition: transform 0.3s ease;
      z-index: 99;
    }
    #livros .btn_editora::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 25px;
      width: 22px;
      height: 22px;
      background-image: url(assets/img/seta-diagonal.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 22px;
      transform: translateY(-50%);
    }
    #livros .btn_editora:hover {
      transform: translateY(-3px);
    }
    #blog {
      padding: 80px 0;
    }
    #blog h2 {
      font-size: 40px;
    }
    #blog h2 span {
      background: linear-gradient(90deg, #37C0FF, #76A3FF);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .posts_header {
      width: 100%;
      padding: 30px 0;
      display: flex;
      justify-content: space-between;
    }
    .btn-blog {
      position: relative;
      padding: 10px 20px;
      color: #ffffff;
      font-size: 18px;
      font-weight: 400;
      text-decoration: none;
      border-radius: 20px;
      transition: 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      z-index: 9;
    }
    .btn-blog:hover {
      transform: scale(1.05);
    }
    .posts_container {
      position: relative;
    }
    .blog-posts {
      position: relative;
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      justify-content: space-between;
    }
    .blog-posts .post {
      flex: 1 1 calc(50% - 16px);
      box-sizing: border-box;
      max-width: calc(50% - 16px);
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
    .blog-posts .post:nth-child(-n+2) {
      padding-bottom: 60px;
    }
    .blog-posts .post:nth-child(n+3) {
      padding-top: 60px;
    }
    .blog-posts::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.2);
      z-index: -1;
    }
    .blog-posts .post img {
      width: 305px;
      height: 178px;
      object-fit: cover;
      border-radius: 10px;
    }
    .blog_content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 20px;
    }
    .blog-posts .categoria {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #92C1FF;
    }
    .blog-posts .post_title {
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
    }
    .blog-posts .post_data {
      font-size: 14px;
      font-weight: 600;
      color: #92C1FF;
    }
    footer {
      padding: 50px 0 0 0;
      background-image: linear-gradient(90deg, #1E2F57 0%, #0F1B37 100%);
    }
    .row_footer_1 {
      width: 100%;
      padding-bottom: 50px;
      justify-content: space-between;
      align-items: center;
    }
    .socials {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
    .socials span {
      font-size: 16px;
      font-weight: 400;
    }
    .socials ul {
      display: flex;
      justify-content: center;
      align-items: center;
      list-style: none;
      gap: 5px;
    }
    .socials li {
      transition: 0.3s ease;
      cursor: pointer;
    }
    .socials li:hover {
      transform: translateY(-5px);
    }
    .back_to_top a {
      font-size: 16px;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }
    .footer_divisor {
      width: 100%;
      height: 1px;
      background-color: #2D4272;
    }
    .row_footer_2 {
      width: 100%;
      padding: 50px 0;
      justify-content: space-between;
      align-items: start;
    }
    .footer_about {
      width: 29%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: start;
      gap: 15px;
    }
    .footer_about h2 {
      font-size: 32px;
      line-height: 1.3em;
    }
    .footer_about p {
      font-size: 14px;
      line-height: 1.3em;
      color: #9696B4;
    }
    .footer_menu {
      width: 15%;
    }
    .footer_menu h4 {
      font-size: 16px;
      font-weight: 600;
    }
    .footer_menu ul {
      list-style: none;
    }
    .footer_menu li {
      margin: 15px 0;
    }
    .footer_menu a {
      font-size: 14px;
      color: #9696B4;
    }
    footer p {
      font-size: 16px;
      font-weight: 200;
    }
    .legal {
      padding: 30px 0;
      background-image: linear-gradient(90deg, #5598F0 0%, #3D40C9 100%);
    }
    .legal .row {
      justify-content: space-between;
      align-items: center;
    }
    .copyright p {
      font-size: 16px;
      font-weight: 600;
    }
    .politicas ul {
      display: flex;
      justify-content: end;
      align-items: center;
      list-style: none;
      gap: 15px;
    }
    .politicas li {
      font-size: 16px;
    }
    .politicas a {
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
    }
    .modal-popup {
      display: none;
      position: fixed;
      top: 0;
      left: 50%;
      transform: translate(-50%, 10px);
      width: 550px;
      max-height: fit-content;
      z-index: 99999;
      overflow: auto;
      background-color: #000000;
      padding: 20px 50px;
    }
    body.modal-aberto {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      overflow-y: hidden !important;
    }
    body.modal-aberto a {
      overflow: hidden;
      pointer-events: none;
    }
    body.modal-aberto::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      z-index: 9999;
    }
    .fechar {
      position: relative;
      width: 100%;
      height: 40px;
    }
    #fechar-modal {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 5px;
      right: 5px;
      width: 20px;
      height: 20px;
      cursor: pointer;
      font-weight: 400;
    }
    #fechar-modal span {
      position: absolute;
      top: 0;
      right: 5px;
      width: 2px;
      height: 20px;
      background-color: #ffffff;
      transform: rotate(45deg);
    }
    #fechar-modal span:last-child {
      position: absolute;
      top: 0;
      right: 5px;
      width: 2px;
      height: 20px;
      background-color: #ffffff;
      transform: rotate(135deg);
    }
    .txt-modal h3 {
      text-align: center;
      font-size: 22px;
      line-height: 1.25em;
    }
    .captura form {
      text-align: center;
    }
    .captura input[type="text"], .captura select {
      background-color: #ffffff;
      border-color: #000000;
      border-width: 2px 2px 2px 2px;
      border-radius: 5px;
      width: 100%;
      padding: 8px 16px;
      font-size: 16px;
      margin-top: 10px;
      position: relative;
      line-height: 1.2em;
    }
    input,
    optgroup,
    select,
    textarea {
      margin: 0;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
    }
    input.form-check-input {
      margin-right: 7px;
    }
    .captura input[type="text"]._has_error,
    .captura select._has_error {
      background-color: #ffdddd !important;
    }
    .captura input[type="text"]::placeholder {
      color: #212529;
      font-weight: 400;
      opacity: 0.9;
    }
    .captura legend {
      margin-bottom: 0px;
      margin-top: 10px;
    }
    .captura ._form-label {
      display: none;
    }
    .captura .btn-candidatar {
      margin-top: 20px;
    }
    .error-message {
      display: none;
    }
    ._has_error ~ .error-message {
      display: block;
    }
    .pop-btn {
      margin-top: 20px;
      width: 100%;
      max-width: 100%;
      font-size: 18px;
      text-transform: uppercase;
      max-width: 100%;
      padding: 10px;
      color: #ffffff;
      background-image: linear-gradient(to right, #162EFF, #040C52);
      border-radius: 5px;
      font-weight: 700;
      text-align: center;
      cursor: pointer !important;
    }
    @media (min-width: 400px) {
      #gap {
        height: 18px;
      }
    }
    @media (max-width: 996px) {
      .about {
        padding: 50px 0;
        background-image: none;
      }
      .temp-video .play {
        width: 85px;
      }
      .about .row {
        gap: 30px;
      }
      .about .col-left {
        justify-content: center;
      }
      .about .col-left img {
        width: 100%;
      }
      .pilares_content {
        padding: 30px 20px;
      }
      .pilares_content h2 {
        font-size: 24px;
        text-align: center;
      }
      .pilares_content p {
        font-size: 16px;
        font-weight: 400;
      }
      .pilares_content p span {
        font-size: 16px;
      }
      .content {
        max-width: 100%;
      }
      .circulos {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300px;
        height: 300px;
        transform: translateX(-50%) translateY(-50%);
      }
      #posgraduacoescirurgicas {
        margin-top: 50px;
        padding: 90px 0 20px 0;
      }
      #posgraduacoescirurgicas::after,
      #posgraduacoes::after {
        clip-path: polygon(
          0 0,
          16% 0,
          22% 40px,
          78% 40px,
          84% 0,
          100% 0,
          100% 100%,
          0 100%
        );
      }
      #posgraduacoescirurgicas::before {
        content: '';
        position: absolute;
        top: -25px;
        left: 40%;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: rgba(118, 163, 255, 0.02);
        mix-blend-mode: screen;
        filter: blur(100px);
        transform: translateX(-20%) translateY(-5px) rotate(345deg);
      }
      #posgraduacoescirurgicas h2 {
        font-size: 24px;
      }
      #posgraduacoescirurgicas h3 {
        font-size: 18px;
      }
      #posgraduacoescirurgicas .selos {
        top: -20px;
        width: 85%;
        height: 90px;
        gap: 3%;
      }
      #posgraduacoescirurgicas .card h4 {
        font-size: 12px;
      }
      #posgraduacoescirurgicas .img-selo::before {
        width: 180px;
        height: 180px;
      }
      #posgraduacoescirurgicas .img-selo img, .img-selo svg {
        max-width: 100%;
        height: auto;
      }
      #posgraduacoescirurgicas .row-line4 {
        flex-direction: column;
        width: 100%;
      }
      #posgraduacoescirurgicas a {
        width: 100%;
      }
      #posgraduacoescirurgicas .card {
        width: 100%;
        height: var(--hgt_card);
        background-image: var(--bkg_mob);
        background-size: cover;
        align-items: center;
        justify-content: end;
      }
      #posgraduacoescirurgicas .card::after {
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        background-image: url(assets/img/seta-diagonal.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
      }
      #posgraduacoescirurgicas .card_content {
        max-width: 60%;
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
      #posgraduacoescirurgicas .card h2 {
        position: relative;
        top: inherit;
        left: inherit;
        transform: translateX(0px);
      }
      #posgraduacoescirurgicas .card h2 {
        justify-content: start;
        align-items: start;
        text-align: left;
      }
      #posgraduacoescirurgicas .card h2 span, #posgraduacoescirurgicas .card h2 b {
        font-size: inherit;
      }
      #posgraduacoescirurgicas .card h2 span {
        font-weight: 400;
      }
      #posgraduacoescirurgicas .about-coordenador {
        position: absolute;
        bottom: 6%;
        left: 0;
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      #posgraduacoescirurgicas #pcbf .about-coordenador {
        bottom: 2%;
      }
      #posgraduacoescirurgicas .card h6 {
        margin-top: 5px;
        margin-bottom: 5px;
      }
      #posgraduacoescirurgicas .card_content {
        min-height: fit-content;
      }
      #posgraduacoescirurgicas .card ul {
        padding-left: 0;
      }
      #posgraduacoescirurgicas .card ul li {
        line-height: 1.2em;
        margin-bottom: 0px;
      }
      #posgraduacoescirurgicas .card ul li::before {
        content: none;
      }
      #posgraduacoescirurgicas .card ul li::after {
        content: none;
      }
      #posgraduacoes {
        margin-top: 50px;
        padding: 70px 0 20px 0;
      }
      #posgraduacoes::before {
        content: '';
        position: absolute;
        top: -25px;
        left: 40%;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: rgba(118, 163, 255, 0.02);
        mix-blend-mode: screen;
        filter: blur(100px);
        transform: translateX(-20%) translateY(-5px) rotate(345deg);
      }
      /* #posgraduacoes::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 90px;
    background-image: url(assets/img/selos.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
  } */
      #posgraduacoes .selos {
        top: -20px;
        width: 85%;
        height: 90px;
        gap: 3%;
      }
      #posgraduacoes .card h4 {
        font-size: 12px;
      }
      #posgraduacoes .img-selo::before {
        width: 180px;
        height: 180px;
      }
      #posgraduacoes .img-selo img, .img-selo svg {
        max-width: 100%;
        height: auto;
      }
      #posgraduacoes .row-line4 {
        flex-direction: column;
        width: 100%;
      }
      #posgraduacoes h2 {
        font-size: 24px;
      }
      #posgraduacoes h3 {
        font-size: 18px;
      }
      #posgraduacoes a {
        width: 100%;
      }
      #posgraduacoes .card {
        position: relative;
        width: 100%;
        height: var(--hgt_card);
        background-image: var(--bkg_mob);
        background-size: cover;
        align-items: center;
      }
      #posgraduacoes .card::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 45px;
        background-image: url(assets/img/seta-diagonal.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 32px;
      }
      #posgraduacoes .card_content {
        max-width: 50%;
      }
      #posgraduacoes .card h5,
      #posgraduacoes .card h6 {
        margin-top: 5px;
        margin-bottom: 5px;
      }
      #posgraduacoes .card ul li {
        line-height: 1.2em;
        margin-bottom: 8px;
      }
      #imersoes, #cursos {
        padding: 50px 0;
        background-image: none;
      }
      #imersoes .content {
        margin-bottom: 50px;
      }
      #imersoes .content::after {
        width: 480px;
      }
      #imersoes h2 {
        font-size: 24px;
      }
      #imersoes h3 {
        font-size: 18px;
      }
      #imersoes .card h4 {
        font-size: 15px;
      }
      #imersoes p {
        font-size: 16px;
      }
      #imersoes .row-line4 {
        margin-top: 0;
      }
      #imersoes .row-line4::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 320px;
        top: 0;
        left: -50%;
        border: 1px solid rgba(185, 196, 210, 0.2);
        border-radius: 10px;
        background-color: rgba(57, 123, 255, 0.0);
        transform: translateX(80%) translateY(-20px);
      }
      #imersoes .row-line4::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 320px;
        bottom: 0;
        left: -30%;
        border: 1px solid rgba(185, 196, 210, 0.2);
        border-radius: 10px;
        background-color: rgba(57, 123, 255, 0.0);
        transform: translateX(0%) translateY(20px);
      }
      #imersoes .card {
        position: relative;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        height: var(--hgt_card);
        padding: 30px 30px 20px 30px;
        display: flex;
        align-items: end;
        background-image: var(--bkg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border-radius: 10px;
        z-index: 99;
      }
      #imersoes .card::after {
        width: 45px;
        height: 45px;
        background-size: 32px;
      }
      #imersoes::before {
        width: 100%;
        height: 120%;
        top: 0%;
        left: 0;
        background-color: rgba(57, 123, 255, 0.5);
        filter: blur(120px);
        transform: translateX(0%) translateY(10%) rotate(-20deg);
      }
      #imersoes .image img {
        max-width: 100%;
        height: 100%;
      }
      #imersoes a {
        width: 100%;
      }
      #imersoes .card-aha {
        position: absolute;
        bottom: 35px;
        right: 10px;
        width: 90px;
        height: 90px;
      }
      #cursos h2 {
        font-size: 24px;
      }
      #cursos h3 {
        font-size: 18px;
      }
      #cursos p {
        font-size: 16px;
      }
      #cursos .content {
        margin-bottom: 50px;
      }
      #cursos .content::after {
        width: 480px;
      }
      #cursos .row-line4 {
        margin-top: 0;
      }
      #cursos .card {
        width: 100%;
        height: var(--hgt_card);
        padding: 40px 30px 0 30px;
        align-items: start;
      }
      #cursos .card::after {
        width: 45px;
        height: 45px;
        background-size: 32px;
      }
      #cursos .card h2 {
        margin-top: 25px;
      }
      #cursos .card img {
        width: 100%;
        height: auto;
      }
      #livros {
        position: relative;
        padding: 20px 5px 150px 0;
        z-index: 9;
      }
      #livros::after {
        clip-path: polygon(
          0 0,
          100% 0,
          100% 100%,
          84% 100%,
          78% calc(100% - 40px),
          22% calc(100% - 40px),
          16% 100%,
          0 100%
        );
      }
      #livros::before {
        filter: blur(120px);
      }
      /* #livros::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 90px;
    background-image: url(assets/img/selos.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
  } */
      #livros .selos {
        bottom: -30px;
        width: 85%;
        height: 90px;
        gap: 3%;
      }
      #livros .content {
        margin-bottom: 20px;
      }
      #livros .content::after {
        width: 400px;
      }
      #livros h2 {
        font-size: 24px;
      }
      #livros h3 {
        font-size: 18px;
      }
      #livros p {
        font-size: 16px;
      }
      #livros .card {
        position: relative;
        width: 100%;
        height: var(--hgt_card);
        padding: 20px 40px;
        display: flex;
        align-items: start;
        justify-content: start;
        background-image: var(--bkg_mob);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border-radius: 10px;
        z-index: 9;
      }
      #livros .card::after {
        width: 45px;
        height: 45px;
        background-size: 32px;
      }
      #livros .sec_edition::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 37px;
        height: 80%;
        border-radius: 0 10px 10px 0;
        background-image: url(assets/img/tag-livro-02.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        transform: translateY(-50%);
      }
      #livros .card_content {
        flex-direction: row;
        gap: 5px;
      }
      #livros .card_txt {
        display: flex;
        flex-direction: column;
        gap: 40px;
      }
      #livros .card_txt h2.mobile {
        text-align: left;
      }
      #livros .card-image {
        width: 47%;
        height: 100%;
        max-height: 100%;
      }
      #livros .card-image img {
        height: 140px;
        max-height: 100%;
      }
      #livros .card_txt {
        width: 77%;
      }
      .posts_header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      #blog h2 {
        font-size: 24px;
      }
      .btn-blog.desktop {
        display: none;
      }
      .btn-blog.mobile {
        margin-top: 30px;
      }
      #blog::before {
        filter: blur(120px);
      }
      .div_btn-blog_mobile {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .btn-blog.mobile {
        font-size: 16px;
      }
      .blog-posts {
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 0;
      }
      .blog-posts .post {
        flex-direction: column;
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 40px 12px !important;
      }
      .blog-posts::before {
        display: none;
      }
      .img-container {
        position: relative;
        min-width: 100%;
        height: 210px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .blog-posts .post a {
        width: 100%;
      }
      .blog-posts .post img {
        position: relative;
        min-width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .blog_content {
        width: 100%;
        gap: 15px;
      }
      .logo_footer {
        width: 100%;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .socials {
        width: 100%;
        margin-top: 25px;
        padding: 0 20px;
        flex-direction: column;
      }
      .footer_about, .footer_menu {
        width: 100%;
        padding: 0 20px;
      }
      .footer_about h2 {
        font-size: 20px;
        width: 80%;
      }
      .footer_menu, .cl {
        margin-top: 30px;
      }
      .legal .row {
        gap: 20px;
      }
      .modal-popup {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        padding: 20px 30px;
      }
      .pop-btn {
        width: 100%;
        max-width: 100%;
        padding: 15px 5px 15px 0px;
        margin-top: 20px;
      }
    }