/*!
Theme Name: webposto
Theme URI: https://www.fattoriaweb.com.br/
Author: Fattoria
Author URI: https://www.fattoriaweb.com.br/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webposto
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

webposto is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*!
 * Webposto
 * Desenvolvido por Fattoria em: 08/12/2025
 */
 
/* ==========================================================================
   Reset
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
b, strong {
  font-weight: bold;
}

/* ==========================================================================
   Geral
   ========================================================================== */
body {
  background-color: white;
  font-family: "Roboto", sans-serif;
}

body {
  --titulo-lg: 32px;
  --titulo-md: 24px;
  --titulo-sm: 18px;
  --titulo-xs: 16px;
  --paragrafo-lg: 16px;
  --paragrafo-md: 14px;
  --paragrafo-sm: 12px;
}
@media screen and (min-width: 1440px) {
  body {
    --titulo-lg: 48px;
    --titulo-md: 32px;
    --titulo-sm: 24px;
    --titulo-xs: 18px;
    --paragrafo-sm: 14px;
    --paragrafo-lg: 20px;
    --paragrafo-md: 16px;
  }
}

:root {
  --_cores---azul: #00144e;
  --_cores---vermelho: #c61212;
  --_cores-apoio---marinho: #000027;
  --_cores-apoio---branco: white;
  --_cores-apoio---ciano: #00a6f9;
  --_cores-apoio---grafite: #161616;
  --_cores-apoio---sol: #fa2;
  --_cores-globais---azul-700: #2746a0;
  --_cores-globais---marinho-50: #efefff;
  --_cores-globais---vermelho-500: #ef2929;
  --_cores-globais---azul-900: #00144e;
  --_cores-globais---grafite-200: #b8b8b8;
  --_cores-globais---vermelho-800: #740000;
  --_cores-globais---ciano-600: #008bd0;
  --_cores-globais---ciano-800: #00547f;
  --_cores-globais---grafite-100: #dadada;
  --_cores-globais---azul-800: #0f2977;
  --_cores-globais---azul-100: #dae4ff;
  --_cores-globais---azul-400: #94afff;
  --_cores-globais---azul-50: #f2f5ff;
  --_cores-globais---grafite-300: #9b9b9b;
  --_cores-globais---azul-500: #7696f1;
  --_cores-globais---azul-600: #4a6ac8;
  --_cores-globais---grafite-500: #686868;
  --_cores-globais---grafite-600: #515151;
  --_cores-globais---azul-200: #c3d2ff;
  --_cores-globais---ciano-50: #e5f6ff;
  --_cores-globais---grafite-50: #f1f1f1;
  --_cores-globais---marinho-100: #d8d8ff;
  --_cores-globais---grafite-400: grey;
  --_cores-globais---azul-300: #acc1ff;
  --_cores-globais---vermelho-50: #ffeaea;
  --_cores-globais---vermelho-100: #ffc4c4;
  --_cores-globais---vermelho-200: #ff9e9e;
  --_cores-globais---vermelho-300: #ff7878;
  --_cores-globais---vermelho-400: #ff5252;
  --_cores-globais---vermelho-600: #c61212;
  --_cores-globais---vermelho-700: #9d0101;
  --_cores-globais---vermelho-900: #4c0000;
  --_cores-globais---amarelo-50: #fff6e9;
  --_cores-globais---amarelo-100: #ffe3b7;
  --_cores-globais---amarelo-200: #ffd085;
  --_cores-globais---amarelo-300: #ffbd54;
  --_cores-globais---amarelo-400: #fa2;
  --_cores-globais---amarelo-500: #dd8e11;
  --_cores-globais---amarelo-600: #bb7403;
  --_cores-globais---amarelo-700: #995e00;
  --_cores-globais---amarelo-800: #774900;
  --_cores-globais---amarelo-900: #553400;
  --_cores-globais---ciano-100: #b7e7ff;
  --_cores-globais---ciano-200: #8ad8ff;
  --_cores-globais---ciano-300: #5cc8ff;
  --_cores-globais---ciano-400: #2eb9ff;
  --_cores-globais---ciano-500: #00a6f9;
  --_cores-globais---ciano-700: white;
  --_cores-globais---ciano-900: #003956;
  --_cores-globais---marinho-200: #b3b3ff;
  --_cores-globais---marinho-300: #9292ff;
  --_cores-globais---marinho-400: #7171ff;
  --_cores-globais---marinho-500: #5050ff;
  --_cores-globais---marinho-600: #2525ff;
  --_cores-globais---marinho-700: #0000d9;
  --_cores-globais---marinho-800: #00009f;
  --_cores-globais---marinho-900: #00006a;
  --_cores-globais---grafite-700: #3c3c3c;
  --_cores-globais---grafite-800: #282828;
  --_cores-globais---grafite-900: #161616;
}

.container {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 1174px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1368px;
  }
}

.titulo {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 120%;
}
.titulo.lg {
  font-size: var(--titulo-lg);
}
.titulo.md {
  font-size: var(--titulo-md);
}
.titulo.sm {
  font-size: var(--titulo-sm);
}
.titulo.xs {
  font-size: var(--titulo-xs);
}

.p.lg {
  font-size: var(--paragrafo-lg);
}
.p.md {
  font-size: var(--paragrafo-md);
}
.p.sm {
  font-size: var(--paragrafo-sm);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-left: 18px;
  padding-right: 18px;
  height: 56px;
  background-color: var(--_cores-globais---azul-700);
  color: var(--_cores-apoio---branco);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  border: 2px solid var(--_cores-globais---azul-700);
  border-radius: 12px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .btn {
    height: 48px;
  }
}
.btn.md {
  height: 48px;
  font-size: 14px;
}
.btn.sm {
  font-size: 14px;
  height: 40px;
}
.btn.xs {
  font-size: 14px;
  height: 32px;
}
.btn:hover {
  border-color: var(--_cores-apoio---ciano);
  background-color: var(--_cores-apoio---ciano);
}
.btn:active {
  border-color: var(--_cores-globais---azul-900);
  background-color: var(--_cores-globais---azul-900);
}
.btn.full {
  width: 100%;
}
@media (max-width: 991px) {
  .btn.full-mobile {
    width: 100%;
  }
}
.btn.vermelho {
  border-color: var(--_cores---vermelho);
  background-color: var(--_cores---vermelho);
}
.btn.vermelho:hover {
  color: white;
  border-color: var(--_cores-globais---vermelho-500);
  background-color: var(--_cores-globais---vermelho-500);
}
.btn.vermelho:active {
  color: white;
  border-color: var(--_cores-globais---vermelho-800);
  background-color: var(--_cores-globais---vermelho-800);
}
.btn.azul {
  border-color: var(--_cores---azul);
  background-color: var(--_cores---azul);
}
.btn.azul:hover {
  color: white;
  border-color: var(--_cores-globais---azul-500);
  background-color: var(--_cores-globais---azul-500);
}
.btn.azul:active {
  color: white;
  border-color: var(--_cores-globais---azul-800);
  background-color: var(--_cores-globais---azul-800);
}
.btn.azul-md {
  border-color: var(--_cores-globais---azul-700);
  background-color: var(--_cores-globais---azul-700);
}
.btn.azul-md:hover {
	color: white;
	background-color: var(--_cores-apoio---ciano);
	border-color: var(--_cores-apoio---ciano);
}
.btn.azul-md:active {
	color: white;
	background-color: var(--_cores-apoio---ciano);
	border-color: var(--_cores-apoio---ciano);
}

.banner-sect {
  overflow: hidden;
  position: relative;
  padding: 112px 0 57px;
  background-color: var(--_cores---azul);
  color: white;
  border-radius: 0 0 32px 32px;
}
@media (min-width: 1200px) {
  .banner-sect {
    padding: 127px 0 63px;
    border-radius: 0 0 40px 40px;
  }
}
.banner-sect .gradient {
  position: absolute;
  right: -400px;
  top: -400px;
  width: 604px;
  height: 604px;
  border-radius: 50%;
  filter: blur(60px);
  background-color: var(--_cores-globais---azul-800);
}
@media (min-width: 1200px) {
  .banner-sect .gradient {
    left: -250px;
    top: -250px;
    right: initial;
  }
}
.banner-sect .container {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}
@media (min-width: 1200px) {
  .banner-sect .container {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
.banner-sect .banner-info {
  width: 100%;
}
.banner-sect .banner-info_intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .banner-sect .banner-info_intro {
    justify-content: flex-start;
    margin-bottom: 12px;
  }
}
.banner-sect .banner-info_intro_date {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}
.banner-sect .banner-info_title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .banner-sect .banner-info_title {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
  }
}
.banner-sect .banner-info_text {
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.16px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .banner-sect .banner-info_text {
    text-align: left;
    margin-bottom: 32px;
  }
}
.banner-sect .banner-info .btn {
  display: flex;
  width: 242px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .banner-sect .banner-info .btn {
    min-width: 194px;
    height: 48px;
    margin: initial;
  }
}
.banner-sect .banner-image-holder {
  position: relative;
  width: 100%;
  height: 289px;
  overflow: hidden;
  border-radius: 23px;
}
@media (min-width: 1200px) {
  .banner-sect .banner-image-holder {
    width: 550px;
    min-width: 550px;
    height: 360px;
    border-radius: 32px;
  }
}
.banner-sect .banner-image-holder_image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  padding: 0 12px;
  font-family: "Poppins", sans-serif;
  border-radius: 28px;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}
.tag--azul-50 {
  color: var(--_cores-globais---azul-700);
  background-color: var(--_cores-globais---azul-50);
}

.footer {
  background-color: var(--_cores---azul);
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer-bottom-text, .footer-text {
  font-size: 14px;
  line-height: normal;
}

.footer-top-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: 1px solid var(--_cores-globais---azul-800);
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 48px;
  padding-bottom: 48px;
  display: flex;
}

.bloco {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-bottom: 20px;
  display: flex;
}

.bloco.small-spacement {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.bloco.smaller-spacement {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.bloco.smaller-spacement.no-margin-bottom {
  margin-bottom: 0;
}

.link-principal {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s;
}
.link-principal .ph-caret-down {
  color: white;
}

.link-principal.hovered:hover {
  opacity: 0.8;
  color: white;
}

.link-principal.hovered.margin-bottom {
  margin-bottom: 4px;
}

.footer-text {
  color: var(--_cores-globais---azul-100);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.footer-bottom-block {
  justify-content: space-between;
  display: flex;
}

.footer-logo-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
}

.footer-bottom-text {
  color: var(--_cores-globais---azul-100);
  font-family: "Poppins", sans-serif;
}

.footer-bottom-text.desktop-hidden {
  display: none;
}

.footer-bottom-text-link {
  color: var(--_cores-globais---azul-100);
  font-weight: 700;
}
.footer-bottom-text-link:hover {
  color: var(--_cores-globais---azul-100);
  opacity: 0.8;
}

.blocks-holder {
  max-width: 318px;
}

.footer-social-medias {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.footer-social-medias.desktop-hidden {
  display: none;
}

.social-media-link {
  transition: opacity 0.3s;
}

.social-media-link:hover {
  opacity: 0.8;
}

.footer-links-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: var(--_cores-globais---azul-100);
  font-family: Poppins, sans-serif;
  line-height: normal;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.footer-link:hover {
  opacity: 0.8;
  color: var(--_cores-globais---azul-100);
}

.accordion-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.ph-caret-down {
  transition: transform 0.3s;
  display: none;
  color: white;
}

.footer-links-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 36px;
  }
  .footer-top-block {
    margin-bottom: 24px;
    padding-bottom: 24px;
    display: flex;
  }
  .bloco {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .bloco.tablet-hidden {
    display: none;
  }
  .footer-bottom-block {
    display: block;
  }
  .footer-logo-block {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }
  .footer-logo {
    max-width: 125px;
  }
  .footer-bottom-texts-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    display: flex;
  }
  .footer-bottom-texts-block.mobile-hidden {
    display: none;
  }
  .footer-bottom-text {
    font-size: 12px;
    line-height: normal;
  }
  .footer-bottom-text.desktop-hidden {
    display: block;
  }
  .blocks-holder {
    max-width: 233px;
  }
  .footer-social-medias.desktop-hidden {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .footer-top-block {
    display: block;
  }
  .bloco.mobile-no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .footer-logo-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-logo {
    max-width: 107px;
  }
  .footer-bottom-texts-block {
    flex-flow: column;
    justify-content: flex-start;
  }
  .footer-bottom-text {
    font-size: 14px;
    line-height: normal;
  }
  .blocks-holder {
    max-width: 100%;
  }
  .footer-links-block {
    height: 0;
    margin-top: 0;
    padding-top: 0;
    transition: height 0.3s;
    overflow: hidden;
  }
  .footer-links-block.show {
    height: 100%;
  }
  .footer-link.first-link {
    padding-top: 12px;
  }
  .accordion-holder {
    cursor: pointer;
  }
  .ph-caret-down {
    display: block;
  }
  .ph-caret-down.openned {
    transform: rotate(-180deg);
  }
  .footer-links-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }
}
.header-holder {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(4, 4, 47, 0.8);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 18px;
  transition-property: width, background-color;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: ease, ease;
  display: flex;
  position: relative;
}

.header .header-subnav-voltar {
  background-color: transparent;
  outline: none;
  border: 0;
}
@media (min-width: 1280px) {
  .header.small-header .header-holder {
    width: 1008px;
  }
  .header.small-header .normal-version {
    display: none !important;
  }
  .header.small-header .small-version {
    display: block !important;
  }
}
.header.over-light .header-holder {
  background-color: rgba(242, 245, 255, 0.6);
}
.header.over-light .header-link, .header.over-light .header-title {
  color: #00144E;
}
.header.header-nav-open .header-holder {
  background-color: white;
}
.header.header-nav-open .header-title {
  color: #00144E;
}
@media (max-width: 1279px) {
  .header.subnav-openned .header-subnav {
    transform: translateX(0);
  }
}
@media (min-width: 1280px) {
  .header.subnav-openned .header-holder {
    background-color: white;
    width: 1126px;
  }
  .header.subnav-openned .normal-version {
    display: block !important;
  }
  .header.subnav-openned .small-version {
    display: none !important;
  }
  .header.subnav-openned .header-title {
    color: #00144E;
  }
  .header.subnav-openned .header-link {
    color: #0F2977;
  }
  .header.subnav-openned .header-link .header-link-icon {
    transform: rotateZ(180deg);
  }
}
@media (min-width: 1440px) {
  .header.subnav-openned .header-holder {
    width: 1320px;
  }
}
.header .btn.vermelho {
  height: 40px;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .header .btn.vermelho {
    width: 100%;
    height: 48px;
  }
}
.header .btn.vermelho .ph, .header .btn.vermelho .ph-fill, .header .btn.vermelho .ph-bold {
  font-size: 16px;
}
.header .menu-hamb-btn {
  outline: none;
  border: 0;
}
@media (min-width: 1280px) {
  .header .header-link {
    font-size: 14px;
  }
}
.header .header-subnav-link-title {
  font-weight: 700;
}
.header .header-subnav-link-text {
  font-size: 14px;
}
.header .subnav-box-body-title {
  font-weight: 700;
}
.header .subnav-box-body-text {
  font-size: 14px;
}
.header .tag {
  z-index: 3;
  background-color: var(--_cores-globais---azul-700);
  color: var(--_cores-apoio---branco);
  font-family: Poppins, sans-serif;
  font-size: var(--paragrafo-sm);
  text-transform: uppercase;
  border-radius: 28px;
  padding: 6px 12px;
  line-height: 140%;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  position: relative;
}

.header-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.4s;
}

.header-title-highlight {
  color: var(--_cores---vermelho);
}

.header-nav {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 50%;
  left: 50%;
  transform: translate(0%);
}

.header-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--_cores-globais---azul-800);
  word-break: keep-all;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: color 0.4s;
  display: flex;
}

.header-link:hover {
  color: var(--_cores-globais---azul-200);
}

.header-link.header-sublink-handle {
  color: var(--_cores-globais---azul-800);
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
}

.header-link-icon {
  font-family: Phosphor, Arial, sans-serif;
  transform: rotate(-90deg);
}

.header-bar {
  background-color: #fff;
  border-radius: 24px;
  width: 18px;
  height: 2px;
  transition: transform 0.4s, opacity 0.4s;
}

.menu-hamb-btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--_cores---vermelho);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.header {
  z-index: 10;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header.header-v2 {
  padding-top: 20px;
  display: block;
}

.header.d-none {
  display: none;
}

.header-title-link {
  text-decoration: none;
}

.header-title-link.small-version, .header-title-link.small-version.w--current {
  display: none;
}

.header-nav-wrapper {
  height: 0;
  transition: height 0.4s;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translate(0, 8px);
}

.header-nav-content {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  height: calc(100dvh - 126px);
  padding: 24px;
  display: flex;
}

.header-subnav {
  z-index: 11;
  border-radius: 16px;
  height: 100%;
  transition: transform 0.4s, height 0.4s;
  position: absolute;
  inset: 0% 0 0;
  overflow: auto;
  transform: translate(100%);
}

.header-subnav.show {
  height: auto;
}

.header-subnav-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px;
  display: flex;
  position: static;
  top: 0;
  left: 50%;
  overflow: auto;
}

.header-subnav-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid var(--_cores-globais---grafite-100);
  flex-flow: column;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: flex;
}

.header-subnav-block.last-block {
  border-bottom-style: none;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.header-subnav-title {
  color: var(--_cores-globais---grafite-300);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 16px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.header-subnav-link {
  cursor: pointer;
  border-radius: 12px;
  width: 100%;
  min-width: auto;
  max-width: none;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header-subnav-link:hover {
  background-color: var(--_cores-globais---azul-50);
}

.header-subnav-link:active {
  background-color: var(--_cores-globais---azul-100);
}

.header-subnav-link-title {
  color: var(--_cores---azul);
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.header-subnav-link-title-highlight {
  color: var(--_cores---vermelho);
}

.header-subnav-link-text {
  color: var(--_cores-globais---grafite-500);
  font-family: Roboto, sans-serif;
  line-height: 120%;
}

.header-subnav-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_cores---azul);
  color: #fff;
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 200px;
  margin-left: 0;
  padding: 30px 24px 24px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-subnav-box:hover {
  background-color: var(--_cores-globais---azul-800);
}

.subnav-box-header {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  padding-right: 67px;
  display: flex;
  position: relative;
}

.subnav-box-body {
  z-index: 2;
  position: relative;
}

.subnav-box-body-title {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.subnav-box-body-title-highlight {
  color: var(--_cores---vermelho);
}

.subnav-box-body-text {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  line-height: 120%;
}

.subnav-box-cta {
  z-index: 2;
  background-color: var(--_cores---vermelho);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
}

.subnav-box-cta-icon {
  font-family: Phosphor, Arial, sans-serif;
  font-size: 20px;
}

.subnav-box-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_cores-globais---azul-800), rgba(0, 0, 39, 0));
  pointer-events: none;
  cursor: auto;
  position: absolute;
  inset: 0;
}

.text-block-5 {
  justify-content: center;
  align-items: center;
  font-family: Phosphor, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.header-subnav-voltar {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--_cores-globais---azul-800);
  background-color: rgba(0, 0, 0, 0);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
  padding: 0;
  display: flex;
}

.header-subnav-voltar-text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.header-overlay {
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2509803922);
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  position: fixed;
  inset: 0;
}

.header-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 1280px) {
  .header-holder {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 1126px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 18px;
    display: flex;
    position: relative;
  }
  .header-title {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    text-decoration: none;
  }
  .header-nav {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-link {
    color: var(--_cores-apoio---branco);
  }
  .header-link.header-sublink-handle {
    color: #fff;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    text-decoration: none;
  }
  .header-link-icon {
    transform: none;
  }
  .menu-hamb-btn {
    display: none;
  }
  .header {
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0;
    left: 0;
    right: 0;
  }
  .header.header-v2 {
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0;
    left: 0;
    right: 0;
  }
  .header-nav-wrapper {
    height: auto;
    position: static;
    overflow: visible;
    transform: none;
  }
  .header-nav-content {
    height: auto;
    padding: 0;
    position: static;
  }
  .header-subnav {
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    transform: translate(0%, 8px);
  }
  .header-subnav-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border-radius: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 1126px;
    padding: 24px;
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .header-subnav-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border: 1px #000;
    flex-flow: column;
    width: 264px;
    min-width: 264px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }
  .header-subnav-block.last-block {
    margin-bottom: 0;
  }
  .header-subnav-box {
    flex: 0 auto;
    height: auto;
    min-height: auto;
    margin-left: 8px;
  }
  .header-subnav-voltar {
    display: none;
  }
  .header-overlay {
    z-index: 8;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.2509803922);
    transition-property: opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    position: fixed;
    inset: 0;
  }
  .header-overlay.show {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1440px) {
  .header-holder {
    width: 1320px;
  }
  .header-subnav-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 1320px;
  }
  .header-subnav-link {
    padding-top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .header-holder {
    width: 100%;
  }
  .header-nav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: static;
    transform: translate(0%);
  }
  .header-link {
    color: var(--_cores-globais---azul-800);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 18px;
  }
  .header-link-icon {
    transform: rotate(-90deg);
  }
  .header-bar {
    background-color: var(--_cores-apoio---branco);
    border-radius: 24px;
    width: 18px;
    height: 2px;
    transition: transform 0.4s, opacity 0.4s;
  }
  .menu-hamb-btn {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: var(--_cores---vermelho);
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    display: flex;
  }
  .header-nav-wrapper {
    height: 0;
    transition: height 0.4s;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    transform: translate(0, 8px);
  }
  .header-nav-content {
    background-color: #fff;
    border-radius: 16px;
    flex-flow: column;
    justify-content: space-between;
    height: calc(100dvh - 126px);
    padding: 24px;
    display: flex;
  }
  .header-subnav {
    z-index: 11;
    height: 100%;
    transition: transform 0.4s, height 0.4s;
    top: 0%;
    bottom: 0;
    overflow: auto;
    transform: translate(100%);
  }
  .header-subnav-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: static;
    overflow: auto;
    transform: none;
  }
  .header-subnav-block {
    border-bottom: 1px solid var(--_cores-globais---grafite-100);
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .header-subnav-block.last-block {
    border: 1px #000;
    margin-bottom: 24px;
    padding-bottom: 0;
  }
  .header-subnav-link {
    min-width: auto;
    max-width: none;
  }
  .header-subnav-box {
    flex: none;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 200px;
    margin-left: 0;
  }
  .header-subnav-voltar {
    margin-bottom: 24px;
    display: flex;
  }
}
.noticias-sect {
  overflow: hidden;
  background-color: white;
  padding-top: 40px;
}
@media (min-width: 1200px) {
  .noticias-sect {
    padding-top: 55px;
  }
}
.noticias-sect .title {
  color: var(--_cores-apoio---marinho);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .noticias-sect .title {
    font-size: 18px;
  }
}
.noticias-main {
  display: flex;
  align-items: stretch;
  flex-direction: column;
	--gap-value: 32px;
	flex-wrap: wrap;
  gap: var(--gap-value);
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .noticias-main {
    flex-direction: row;
    --gap-value: 24px;
    margin-bottom: 48px;
  }
}
.noticias-main .noticia-card {
  width: 100%;
  height: inherit;
}
@media (min-width: 1200px) {
  .noticias-main .noticia-card {
    width: calc(25% - var(--gap-value)/1.33);
  }
}

@media (min-width: 1200px) {
  .noticias-sect .noticias-main .noticia-card:nth-of-type(1),
	.noticias-sect .noticias-main .noticia-card:nth-of-type(2),
	.noticias-sect .noticias-main .noticia-card:nth-of-type(3){
    width: calc(33.33% - var(--gap-value)/1.5);
  }
}

.noticias-sect .outras-noticias {
  display: flex;
  flex-wrap: nowrap;
  gap: 9px;
  overflow: auto;
  margin: 0 -24px 40px;
  padding: 0 24px 8px;
}
@media (min-width: 992px) {
  .noticias-sect .outras-noticias {
    overflow: initial;
    gap: 24px;
    margin: 0 0 56px;
    padding: 0;
  }
}
.noticias-sect .outras-noticias .noticia-card {
  min-width: 242px;
  width: 242px;
}
@media (min-width: 992px) {
  .noticias-sect .outras-noticias .noticia-card {
    width: calc(25% - 18px);
    min-width: initial;
  }
}
.noticias-sect .btn.vermelho {
  display: flex;
  width: 100%;
  height: 40px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .noticias-sect .btn.vermelho {
    min-width: 246px;
    width: fit-content;
    margin: 0 auto;
    height: 48px;
  }
}
.noticias-sect .btn.vermelho .ph, .noticias-sect .btn.vermelho .ph-fill, .noticias-sect .btn.vermelho .ph-bold {
  font-size: 16px;
}

.noticia-card {
  width: 100%;
  text-decoration: none;
	cursor: pointer;
}
.noticia-card.video .noticia-card_image-holder .tag {
  z-index: 3;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.noticia-card.video .noticia-card_image-holder .play-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 24px;
  color: white;
  background-color: #C61212;
}
@media (min-width: 1200px) {
  .noticia-card.video .noticia-card_image-holder .play-holder {
    width: 88px;
    height: 88px;
    font-size: 48px;
  }
}
.noticia-card.smaller .noticia-card_body_title {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .noticia-card.smaller .noticia-card_body_title {
    font-size: 18px;
  }
}
.noticia-card:hover .noticia-card_image-holder_image {
  transform: translate(-50%, -50%) scale(1.05);
}
.noticia-card:hover .noticia-card_body_title {
  color: #4A6AC8;
}
.noticia-card_image-holder {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 359/202;
  margin-bottom: 16px;
  border-radius: 22px;
}
@media (min-width: 1200px) {
  .noticia-card_image-holder {
    border-radius: 24px;
    margin-bottom: 14px;
  }
}
.noticia-card_image-holder_image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.noticia-card_body_intro {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .noticia-card_body_intro {
    margin-bottom: 14px;
  }
}
.noticia-card_body_intro_date {
  color: var(--_cores-globais---azul-700);
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 1200px) {
  .noticia-card_body_intro_date {
    font-size: 12px;
  }
}
.noticia-card_body_title {
  color: var(--_cores-globais---azul-800);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0;
  transition: 0.3s ease;
}
@media (min-width: 1200px) {
  .noticia-card_body_title {
    font-size: 24px;
  }
}

.tag {
  color: var(--_cores-globais---azul-700);
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 140%;
  height: 25px;
  padding: 0 10px;
  border-radius: 25px;
  border: 0;
  outline: none;
  background-color: var(--_cores-globais---azul-50);
}
@media (min-width: 1200px) {
  .tag {
    height: 29px;
    padding: 0 12px;
    border-radius: 28px;
  }
}
.tag a{
	text-decoration: none;
	color: inherit;
}
.tag--azul-700 {
  background-color: #2746A0;
  color: white;
}

.tags-swiper {
  overflow: visible;
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .tags-swiper {
    overflow: hidden;
    margin-bottom: 40px;
  }
}
.tags-swiper .swiper-slide {
  width: fit-content;
}
.tags-swiper .swiper-button-prev, .tags-swiper .swiper-button-next {
  display: none;
}
@media (min-width: 1200px) {
  .tags-swiper .swiper-button-prev, .tags-swiper .swiper-button-next {
    display: flex;
  }
}
.tags-swiper .swiper-button-prev .swiper-navigation-icon, .tags-swiper .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.tags-swiper .swiper-button-prev .swiper-button-btn, .tags-swiper .swiper-button-next .swiper-button-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--_cores---vermelho);
  font-size: 12px;
}
.tags-swiper .swiper-button-disabled {
  opacity: 0;
}
.tags-swiper .swiper-button-next {
  right: -4px;
  background: linear-gradient(270deg, #FFF 68.75%, rgba(255, 255, 255, 0) 100%);
}
.tags-swiper .swiper-button-prev {
  left: -4px;
  background: linear-gradient(90deg, #FFF 68.75%, rgba(255, 255, 255, 0) 100%);
}
.tags-swiper .tag {
  cursor: pointer;
  width: fit-content;
  white-space: nowrap;
  height: 35px;
  border-radius: 40px;
  color: var(--_cores-apoio---grafite);
  font-size: 12px;
  padding: 0 16px;
  transition: 0.3s ease;
}
@media (min-width: 1200px) {
  .tags-swiper .tag {
    height: 38px;
    font-size: 14px;
  }
}
.tags-swiper .tag:hover, .tags-swiper .tag.active {
  color: white;
  background-color: var(--_cores-globais---azul-700);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group .form-label {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.form-group .form-control {
  height: 48px;
  border-radius: 8px;
  border: 1px solid #DADADA;
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  color: black;
  font-size: 16px;
  line-height: 140%;
  padding: 0 19px;
}
@media (min-width: 1200px) {
  .form-group .form-control {
    height: 56px;
  }
}
.form-group .form-control::-webkit-input-placeholder {
  color: #9B9B9B;
}
.form-group .form-control:-moz-placeholder {
  color: #9B9B9B;
}
.form-group .form-control::-moz-placeholder {
  color: #9B9B9B;
}
.form-group .form-control:-ms-input-placeholder {
  color: #9B9B9B;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 14px;
}
.form-check .form-check-input {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0;
  border-color: #B8B8B8;
  border-radius: 6px;
}
.form-check .form-check-label {
  color: #161616;
  font-size: 12px;
  line-height: 140%;
}
@media (min-width: 1200px) {
  .form-check .form-check-label {
    font-size: 14px;
  }
}
.form-check .form-check-label a {
  color: #4A6AC8;
}

.newsletter-sect {
  background-color: white;
  padding: 80px 0;
}
@media (min-width: 1200px) {
  .newsletter-sect {
    padding: 120px 0;
  }
}
.newsletter-sect .newsletter-banner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 24px;
  padding: 32px;
  background: #F2F5FF;
}
@media (min-width: 1200px) {
  .newsletter-sect .newsletter-banner {
    flex-direction: row;
    align-items: flex-start;
    padding: 40px;
  }
}
.newsletter-sect .newsletter-banner_info {
  width: 100%;
}
@media (min-width: 1200px) {
  .newsletter-sect .newsletter-banner_info {
    width: 320px;
    min-width: 320px;
  }
}
.newsletter-sect .newsletter-banner_info_icon {
  margin-bottom: 8px;
}
.newsletter-sect .newsletter-banner_info_title {
  color: #00144E;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .newsletter-sect .newsletter-banner_info_title {
    font-size: 24px;
  }
}
.newsletter-sect .newsletter-banner_info_text {
  color: #686868;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .newsletter-sect .newsletter-banner_info_text {
    font-size: 14px;
  }
}
.newsletter-sect .newsletter-banner_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.newsletter-sect form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .newsletter-sect form {
	  flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
  }
}
.newsletter-sect form .form-group {
  flex: 1;
}
.newsletter-sect form .btn.vermelho {
  cursor: pointer;
  min-width: 142px;
  height: 48px;
  width: 100%;
}
@media (min-width: 1200px) {
  .newsletter-sect form .btn.vermelho {
    height: 56px;
    width: initial;
  }
}

.newsletter-sect form .wpcf7-response-output{
	display: none !important;
}

.newsletter-sect form > p{
	position: relative;
}

.newsletter-sect form .wpcf7-spinner{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}


.newsletter-sect form .form-check{
	width: 100%;
	padding-left: 0
}

.newsletter-sect form .form-check p{
	display: flex;
	align-items: center;
	gap: 14px;
}

.videos-sect {
  background-color: white;
  padding-top: 80px;
}
@media (min-width: 1200px) {
  .videos-sect {
    padding-top: 120px;
  }
}
.videos-sect .title {
  color: #00144E;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .videos-sect .title {
    text-align: initial;
    font-size: 48px;
    margin-bottom: 24px;
  }
}
.videos-sect .videos-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1200px) {
  .videos-sect .videos-content {
    flex-direction: row;
    gap: 24px;
  }
}
.videos-sect .videos-content_left{
  flex: 1;
}
.videos-sect .videos-content_left .noticia-card {
  width: 100%;
}
@media (min-width: 1200px) {
  .videos-sect .videos-content_left .noticia-card {
    width: 100%;
    min-width: 647px;
  }
}
.videos-sect .videos-content .outros-videos {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid #C3D2FF;
  background: #FFF;
}
@media (min-width: 1200px) {
  .videos-sect .videos-content .outros-videos {
    padding: 32px;
	  max-width: 460px;
  }
}
.videos-sect .videos-content .outros-videos_title {
  color: #00144E;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .videos-sect .videos-content .outros-videos_title {
    font-size: 24px;
  }
}
.videos-sect .videos-content .outros-videos .btn.vermelho {
  width: 100%;
  height: 40px;
  font-size: 14px;
  margin-bottom: 16px;
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .videos-sect .videos-content .outros-videos .btn.vermelho {
    height: 48px;
  }
}
.videos-sect .videos-content .outros-videos .btn.vermelho .ph, .videos-sect .videos-content .outros-videos .btn.vermelho .ph-fill, .videos-sect .videos-content .outros-videos .btn.vermelho .ph-bold {
  font-size: 16px;
}
.videos-sect .videos-content .outros-videos .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #2746A0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.videos-sect .videos-content .outros-videos .link:hover .link_text {
  text-decoration: none;
}
.videos-sect .videos-content .outros-videos .link_text {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .videos-sect .videos-content .outros-videos .noticia-card {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 14px;
  }
}
.videos-sect .videos-content .outros-videos .noticia-card + .noticia-card {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .videos-sect .videos-content .outros-videos .noticia-card + .noticia-card {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .videos-sect .videos-content .outros-videos .noticia-card_image-holder {
    margin-bottom: 0;
	width: 180px;
	min-width: 180px;
  }
  .videos-sect .videos-content .outros-videos .noticia-card_image-holder .play-holder {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
.videos-sect .videos-content .outros-videos .noticia-card_body_title {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .videos-sect .videos-content .outros-videos .noticia-card_body_title {
    font-size: 18px;
  }
}

.modal-video .modal-dialog {
  margin: 0 auto;
  padding: 8px;
  max-width: 920px;
}
.modal-video .modal-dialog .modal-content {
  border: 0;
  background-color: transparent;
}
.modal-video .modal-dialog .modal-body {
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.modal-video .modal-dialog .modal-body .ph-x {
  position: absolute;
  right: 0;
  top: -32px;
  color: white;
  transition: 0.3s ease;
  font-size: 24px;
}
.modal-video .modal-dialog .modal-body .ph-x:hover {
  opacity: 0.8;
}
.modal-video .modal-dialog .modal-body .iframe-video {
  width: 100%;
  aspect-ratio: 16/9;
}

.materiais-sect {
  overflow: hidden;
  background-color: white;
  padding: 80px 0;
}
@media (min-width: 1200px) {
  .materiais-sect {
    padding: 120px 0;
  }
}
.materiais-sect .materiais-title {
  color: #00144E;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .materiais-sect .materiais-title {
    text-align: initial;
    font-size: 48px;
    margin-bottom: 24px;
  }
}
.materiais-sect .intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .materiais-sect .intro {
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
  }
}
.materiais-sect .intro .left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 32px;
  border-radius: 16px;
  background: #F2F5FF;
}
@media (min-width: 1200px) {
  .materiais-sect .intro .left {
    padding: 56px;
    border-radius: 24px;
  }
}
.materiais-sect .intro .left .image {
  max-width: 100%;
  width: 167px;
	object-fit: contain;
}
@media (min-width: 1200px) {
  .materiais-sect .intro .left .image {
    width: 283px;
  }
}
.materiais-sect .intro .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 32px;
  border-radius: 24px;
  border: 2px solid #EFEFFF;
  background: #FFF;
}
@media (min-width: 1200px) {
  .materiais-sect .intro .right {
    padding: 56px;
  }
}
.materiais-sect .intro .right .tag {
  width: fit-content;
  height: 29px;
}
@media (min-width: 1200px) {
  .materiais-sect .intro .right .tag {
    height: 32px;
  }
}
.materiais-sect .intro .right .title {
  color: #00144E;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  margin: 16px 0 12px;
}
@media (min-width: 1200px) {
  .materiais-sect .intro .right .title {
    font-size: 32px;
  }
}
.materiais-sect .intro .right .text {
  color: #686868;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .materiais-sect .intro .right .text {
    font-size: 16px;
  }
}
.materiais-sect .intro .right .btn.azul {
  width: 100%;
  height: 40px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .materiais-sect .intro .right .btn.azul {
    height: 48px;
    max-width: 233px;
  }
}
.materiais-sect .intro .right .btn.azul .ph, .materiais-sect .intro .right .btn.azul .ph-fill, .materiais-sect .intro .right .btn.azul .ph-bold {
  font-size: 16px;
}
.materiais-sect .materiais-holder {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
@media (max-width: 1199px) {
  .materiais-sect .materiais-holder {
    margin: 24px -24px 0;
    padding: 0 24px 8px;
    overflow: auto;
  }
}
@media (min-width: 1200px) {
  .materiais-sect .materiais-holder {
	  display: grid;
	  grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 32px;
    gap: 24px;
  }
}
.materiais-sect .materiais-holder .materiais-card {
  height: inherit;
  width: 201px;
  min-width: 201px;
}
@media (min-width: 1200px) {
  .materiais-sect .materiais-holder .materiais-card {
    width: 100%;
    min-width: 100%;
    flex: 1;
  }
}
.materiais-sect .btn.vermelho {
  display: flex;
  height: 40px;
  font-size: 14px;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .materiais-sect .btn.vermelho {
    margin: 56px auto 0;
    max-width: 246px;
    height: 48px;
  }
}
.materiais-sect .btn.vermelho .ph, .materiais-sect .btn.vermelho .ph-fill, .materiais-sect .btn.vermelho .ph-bold {
  font-size: 16px;
}

.materiais-card {
  width: 100%;
  text-decoration: none;
}
.materiais-card:hover .materiais-card_image-holder_image {
  transform: scale(1.05);
}
.materiais-card:hover .materiais-card_title {
  color: #4A6AC8;
}
.materiais-card_image-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  background: #F2F5FF;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .materiais-card_image-holder {
    border-radius: 16px;
  }
}
.materiais-card_image-holder_image {
  max-height: 100%;
  height: 100%;
  transition: 0.3s ease;
	object-fit: contain;
}
.materiais-card_intro {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .materiais-card_intro {
    margin-bottom: 14px;
  }
}
.materiais-card_intro_date {
  color: var(--_cores-globais---azul-700);
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 1200px) {
  .materiais-card_intro_date {
    font-size: 12px;
  }
}
.materiais-card_title {
  color: #0F2977;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0;
  transition: 0.3s ease;
}
@media (min-width: 1200px) {
  .materiais-card_title {
    font-size: 18px;
  }
}

.interna-sect {
  overflow: hidden;
  background-color: white;
  padding: 122px 0 80px;
}
@media (min-width: 1280px) {
  .interna-sect {
    padding: 128px 0 88px;
  }
}
.interna-sect .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .interna-sect .breadcrumb {
    margin-bottom: 40px;
  }
}
.interna-sect .breadcrumb_item {
  color: #9B9B9B;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.interna-sect .breadcrumb_item_link {
  color: #00144E;
  text-decoration: none;
  transition: 0.3s ease;
}
.interna-sect .breadcrumb_item_link:hover {
  opacity: 0.8;
}
.interna-sect .title {
  color: #00144E;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .interna-sect .title {
    font-size: 48px;
  }
}
.interna-sect .cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (min-width: 1200px) {
  .interna-sect .cards-wrapper {
    column-gap: 24px;
    row-gap: 56px;
  }
}
@media (max-width: 1199px) {
  .interna-sect .cards-wrapper.ebook {
    column-gap: 8px;
    row-gap: 24px;
  }
}
.interna-sect .cards-wrapper .noticia-card {
  width: 100%;
}
@media (min-width: 1200px) {
  .interna-sect .cards-wrapper .noticia-card {
    width: calc(33.33% - 16px);
  }
}
@media (min-width: 1200px) {
  .interna-sect .cards-wrapper .noticia-card.video .noticia-card_image-holder .play-holder {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.interna-sect .cards-wrapper .materiais-card {
  width: calc(50% - 4px);
}
@media (min-width: 1200px) {
  .interna-sect .cards-wrapper .materiais-card {
    width: calc(25% - 18px);
  }
}
.interna-sect .btn-carregar-mais {
  display: flex;
  margin: 40px 0;
  width: 100%;
  height: 48px;
}
@media (min-width: 1200px) {
  .interna-sect .btn-carregar-mais {
    height: 56px;
    max-width: 360px;
    margin: 56px auto 0;
  }
}
.interna-sect .btn-carregar-mais .spinner-border {
  width: 20px;
  height: 20px;
}

.post-intro {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 16px;
  color: #686868;
}
@media (min-width: 1200px) {
  .post-intro {
    font-size: 20px;
  }
}

.post-infos {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .post-infos {
    margin-bottom: 51px;
  }
}
.post-infos_date {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #2746A0;
}

.post-img-destaque {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 934/525;
  border-radius: 16px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .post-img-destaque {
    margin-bottom: 56px;
  }
}
.post-img-destaque_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post-content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
@media (min-width: 1200px) {
  .post-content {
    flex-direction: row;
  }
}
.post-content .compartilhar-wrapper {
  display: flex;
  gap: 16px;
  padding: 4px 12px;
  background-color: #F2F5FF;
  border: 1px solid #DAE4FF;
  border-radius: 12px;
  height: fit-content;
  width: fit-content;
}
@media (min-width: 1200px) {
  .post-content .compartilhar-wrapper {
    flex-direction: column;
    gap: 8px;
    position: sticky;
    top: 100px;
    padding: 8px;
    border-radius: 16px;
  }
}
.post-content .compartilhar-wrapper .btn-compartilhar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  transition: 0.3s ease;
  background-color: transparent;
  border: 0;
  outline: none;
  margin: 0;
  padding: 0;
  border-radius: 16px;
}
@media (min-width: 1200px) {
  .post-content .compartilhar-wrapper .btn-compartilhar {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
  .post-content .compartilhar-wrapper .btn-compartilhar:hover {
    background-color: #2746A0;
  }
  .post-content .compartilhar-wrapper .btn-compartilhar:hover svg path {
    fill: white;
  }
}
.post-content .compartilhar-wrapper .btn-compartilhar svg path {
  transition: 0.3s ease;
}

.post-content .conteudo{
	flex: 1;
	width: 100%;
}

.post-content .conteudo .btn-voltar {
  margin-top: 32px;
  min-width: 140px;
}
.post-content .conteudo p {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000027;
}
@media (min-width: 1200px) {
  .post-content .conteudo p {
    font-size: 16px;
  }
}
.post-content .conteudo p + p {
  margin-top: 16px;
}
.post-content .conteudo ul {
  list-style: initial;
  padding-left: 18px;
  margin: 16px 0;
}
.post-content .conteudo ul li {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000027;
}
@media (min-width: 1200px) {
  .post-content .conteudo ul li {
    font-size: 16px;
  }
}
.post-content .conteudo ul li + li {
  margin-top: 12px;
}
.post-content .conteudo h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #00144E;
}
@media (min-width: 1200px) {
  .post-content .conteudo h2 {
    font-size: 32px;
  }
}
.post-content .conteudo h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #00144E;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .post-content .conteudo h3 {
    font-size: 24px;
  }
}
.post-content .conteudo table {
  margin: 48px 0;
}
@media (min-width: 1200px) {
  .post-content .conteudo table {
    margin: 56px 0;
  }
}
.post-content .conteudo table th {
  background-color: #DAE4FF;
  color: #000027;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  font-size: 14px;
  padding: 8px 16px;
}
@media (min-width: 1200px) {
  .post-content .conteudo table th {
    font-size: 16px;
    padding: 8px 24px;
  }
}
.post-content .conteudo table td {
  line-height: 140%;
  letter-spacing: 0%;
  font-size: 14px;
  padding: 16px;
  background-color: #F2F5FF;
}
.post-content .conteudo table td:first-child {
  border-right: 1px solid #DAE4FF;
}
@media (min-width: 1200px) {
  .post-content .conteudo table td {
    font-size: 16px;
    padding: 16px 24px;
  }
}
.post-content .conteudo iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 48px 0;
}
@media (min-width: 1200px) {
  .post-content .conteudo iframe {
    margin: 56px 0;
  }
}
.post-content .conteudo .post-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 48px 0;
}
@media (min-width: 1200px) {
  .post-content .conteudo .post-cards-wrapper {
    flex-direction: row;
    gap: 24px;
    margin: 56px 0;
  }
}
.post-content .conteudo .post-cards-wrapper .post-card {
  width: 100%;
}
@media (min-width: 1200px) {
  .post-content .conteudo .post-cards-wrapper .post-card {
    width: calc(50% - 12px);
  }
}
.post-content .conteudo .post-cards-wrapper .post-card_image-holder {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 327/345;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .post-content .conteudo .post-cards-wrapper .post-card_image-holder {
    margin-bottom: 16px;
  }
}
.post-content .conteudo .post-cards-wrapper .post-card_image-holder_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post-content .conteudo .post-cards-wrapper + iframe {
  margin-top: 0;
}
.post-content .conteudo .highlight {
  margin: 48px 0;
  color: #00144E;
}
@media (min-width: 1200px) {
  .post-content .conteudo .highlight {
    margin: 56px 0;
  }
}

.interna-sect.contain-paint {
  overflow: initial;
  contain: paint;
}

.webstories-sect{
	padding-top: 56px;
	padding-bottom: 56px;
	background: #00144E;
}

@media (min-width: 1200px) {
  .webstories-sect{
    padding-top: 120px;
	padding-bottom: 120px;
  }
}

.webstories-sect .title {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .webstories-sect .title {
    text-align: left;
    font-size: 48px;
    margin-bottom: 48px;
	  max-width: 60%;
  }
}

.webstories-sect .title .c-azul-claro{
	color: #94AFFF;
}

.webstories-sect .web-stories-list__carousel{
	padding: 0 24px !important;
	column-gap: 24px !important;
}

@media (max-width: 767px){
	.webstories-sect .web-stories-list__carousel{
		margin: 0 -24px !important;
	}
}

.webstories-sect .web-stories-list__carousel::scroll-button(*){
	background-color: #C61212 !important;
	transition: all ease 0.4s !important;
}

.webstories-sect .web-stories-list__carousel::scroll-button(*):hover{
	background-color: #C61212 !important;
	opacity: 0.7 !important;
	filter: none !important;
}

.webstories-sect .web-stories-list__carousel::scroll-button(*):disabled{
	pointer-events: none !important;
}

.webstories-sect .web-stories-list__carousel::scroll-button(left){
	content: none !important;
}

.webstories-sect .web-stories-list__carousel::scroll-button(right){
	content: none !important;
}

@media (min-width: 992px){
	.webstories-sect .web-stories-list__carousel::scroll-button(left){
		content: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M7.06848 11.4976C7.22699 11.6561 7.31604 11.871 7.31604 12.0952C7.31604 12.3194 7.22699 12.5344 7.06848 12.6929C6.90997 12.8514 6.69499 12.9404 6.47082 12.9404C6.24666 12.9404 6.03167 12.8514 5.87317 12.6929L0.248165 7.06787C0.169505 6.98948 0.107093 6.89634 0.0645071 6.79378C0.0219213 6.69122 0 6.58126 0 6.47021C0 6.35916 0.0219213 6.24921 0.0645071 6.14665C0.107093 6.04409 0.169505 5.95094 0.248165 5.87256L5.87317 0.247557C6.03167 0.0890489 6.24666 -3.34031e-09 6.47082 0C6.69499 3.34031e-09 6.90997 0.0890491 7.06848 0.247557C7.22699 0.406066 7.31604 0.621049 7.31604 0.845213C7.31604 1.06938 7.22699 1.28436 7.06848 1.44287L2.04184 6.46951L7.06848 11.4976Z' fill='white'/%3E%3C/svg%3E") / attr(data-prev) !important;
		transform: none !important;
	}

	.webstories-sect .web-stories-list__carousel::scroll-button(right){
		content: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M7.06787 7.06787L1.44287 12.6929C1.28436 12.8514 1.06938 12.9404 0.845213 12.9404C0.621049 12.9404 0.406065 12.8514 0.247557 12.6929C0.0890489 12.5344 1.67016e-09 12.3194 0 12.0952C-1.67016e-09 11.871 0.0890489 11.6561 0.247557 11.4976L5.2756 6.47092L0.248964 1.44287C0.170478 1.36438 0.10822 1.27121 0.0657442 1.16866C0.0232682 1.06612 0.00140601 0.956209 0.00140601 0.845214C0.00140601 0.734219 0.0232682 0.62431 0.0657442 0.521764C0.10822 0.419218 0.170478 0.326043 0.248964 0.247557C0.327449 0.169072 0.420625 0.106814 0.523171 0.0643381C0.625717 0.0218622 0.735625 -8.26977e-10 0.84662 0C0.957615 8.26978e-10 1.06752 0.0218622 1.17007 0.0643381C1.27262 0.106814 1.36579 0.169072 1.44428 0.247557L7.06928 5.87256C7.14784 5.95104 7.21015 6.04425 7.25261 6.14686C7.29508 6.24947 7.31687 6.35946 7.31674 6.47051C7.31661 6.58156 7.29456 6.69149 7.25185 6.794C7.20914 6.8965 7.14662 6.98958 7.06787 7.06787Z' fill='white'/%3E%3C/svg%3E") / attr(data-next) !important;
	}	
}

.webstories-sect .web-stories-list__story{
	margin: 0 !important;
	max-width: 300px !important;
	min-width: 300px !important;
	border-radius: 24px !important;
	scroll-snap-align: center !important;
}

.webstories-sect .web-stories-list__story-content-overlay{
	display: flex;
	flex-direction: column-reverse;
	padding: 24px 16px;
	width: 100%;
}

.webstories-sect .story-content-overlay__title{
	margin-bottom: 0 !important;
	color: white;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

@media (min-width: 1200px) {
  .webstories-sect .story-content-overlay__title{
		font-size: 18px;
	}
}

.webstories-sect .story-content-overlay__date{
	margin-bottom: 8px;
	color: white;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.fs-8 {
  font-size: 0.6rem !important;
}

.fs-10 {
  font-size: 0.65rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.15rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-22 {
  font-size: 1.4rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-26 {
  font-size: 1.65rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-30 {
  font-size: 1.9rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-34 {
  font-size: 2.125rem !important;
}

.fs-38 {
  font-size: 2.375rem !important;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-42 {
  font-size: 2.65rem !important;
}

.fs-44 {
  font-size: 3rem !important;
}

.fs-52 {
  font-size: 3.25rem !important;
}

.fs-56 {
  font-size: 3.5rem !important;
}

.fs-60 {
  font-size: 3.75rem !important;
}

.fs-62 {
  font-size: 3.9rem !important;
}

.fs-70 {
  font-size: 4.4rem !important;
}

.fs-80 {
  font-size: 5rem !important;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in {
  to {
    transform: translate(0, 0);
  }
}
@keyframes scale-up {
  to {
    transform: scale(1);
  }
}
@keyframes slide-in-centered {
  to {
    transform: translate(-50%, 0);
  }
}
@keyframes donuts-fade-1 {
  0% {
    top: 20px;
    opacity: 0;
  }
  50% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes donuts-fade-2 {
  0% {
    bottom: 20px;
    opacity: 0;
  }
  50% {
    bottom: 20px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

.pt-menu{
	padding-top: 120px;
}

.min-h{
	height: calc(100dvh - 120px);
}

.page-not-found{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 16px;
	height: 100%;
	text-align: center;
	color: var(--_cores-globais---grafite-500);
}

.page-not-found .titulo{
	color: var(--_cores---azul);
}

.page-not-found .p{
	line-height: 120%;
}

.page-not-found .btn.md{
	font-size: 16px;
}

.form-search{
	max-width: 440px;
}

.input-icone{
	position: relative;
}

.input-icone_icone{
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

.form-control{
	height: 56px;
	background: rgba(255, 255, 255, 0.90);
	border-radius: 8px;
	border: 1px solid #DADADA;
	color: #9B9B9B;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

.form-search + .tags-swiper{
	margin-top: 24px;
}