/* --------------------------------------------------
   Style
   -------------------------------------------------- */

@tailwind base;

@tailwind components;

@tailwind utilities;

/* --------------------------------------------------
   Cookie Modal
   -------------------------------------------------- */

.cookie-info-banner,
.cookie-info-banner a,
.cookie-info-banner a:visited {
  font-family: sans-serif;
  font-size: 13px;
}

.cookie-info-banner {
  position: fixed;
  bottom: 20px;
  left: 10%;
  right: 10%;
  max-width: 1124px;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(0 0 0 / 13%);
  display: flex;
  justify-content: space-between;
}

.cookie-info-banner :is(div):is(button):not(a) {
  display: flex;
}

.cookie-info-banner button {
  height: 20px;
  margin-left: 10px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

.cookie-info-banner button:hover {
  background-color: #ccc;
}

/* --------------------------------------------------
   Youtube Lite
   -------------------------------------------------- */

section.video lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

/* gradient */

section.video lite-youtube::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 0;
  /* Pixel-perfect port of YT's gradient PNG, using https://github.com/bluesmoon/pngtocss plus optimizations */
  background-image: linear-gradient(180deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 54%) 14%, rgb(0 0 0 / 15%) 54%, rgb(0 0 0 / 5%) 72%, rgb(0 0 0 / 0%) 94%);
  height: 99px;
  width: 100%;
  font-family: "YouTube Noto", Roboto, Arial, Helvetica, sans-serif;
  color: hsl(0deg 0% 93.33%);
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
  font-size: 18px;
  padding: 25px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

section.video lite-youtube:hover::before {
  color: white;
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/

section.video lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}

section.video lite-youtube>iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */

section.video lite-youtube>.lty-playbtn {
  display: block;
  /* Make the button element cover the whole area for a large hover/click target… */
  width: 100%;
  height: 100%;
  /* …but visually it's still the same size */
  background: no-repeat center/68px 48px;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  position: absolute;
  cursor: pointer;
  z-index: 1;
  filter: grayscale(100%);
  transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
}

section.video lite-youtube:hover>.lty-playbtn,
section.video lite-youtube .lty-playbtn:focus {
  filter: none;
}

/* Post-click styles */

section.video lite-youtube.lyt-activated {
  cursor: unset;
}

section.video lite-youtube.lyt-activated::before,
section.video lite-youtube.lyt-activated>.lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

section.video .lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* --------------------------------------------------
   Cores do Tema
   A funcionalidade está no arquivo functions/theme.php
   -------------------------------------------------- */

.has-azulbw-color {
  color: rgb(0, 99, 163) !important;
}

.has-azulbw-background-color {
  background-color: rgb(0, 99, 163);
}

/* --------------------------------------------------
   Download Modal Jul/2025
   -------------------------------------------------- */

#downloadModal {
  background-color: rgb(0 39 65 / 77%);
  z-index: 99999;
}

.modal.hidden {
  display: none;
}

.modal .modal-content {
  max-height: 90vh;
  overflow-y: auto;
  max-width: 500px;
}

#downloadModal .formulario-container .wpcf7 .input-div label {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}

#downloadModal .formulario-container .wpcf7 .input-div label input:not([type="checkbox"]) {
  width: 100% !important;
  height: 29px;
}

#downloadModal .formulario-container .wpcf7 .div-termos {
  width: auto;
  margin-left: 0px;
  margin-bottom: 0px;
}

#downloadModal  .formulario-container .wpcf7 .div-termos .wpcf7-list-item {
  margin: 5px 0 10px 0;
}

#downloadModal  .formulario-container .wpcf7 .div-termos .wpcf7-list-item label {
  display: flex;
}

#downloadModal  .formulario-container .wpcf7 .div-termos .wpcf7-list-item label input {
  margin-top: 0;
  width: 18px !important;
}

#downloadModal .wpcf7 .input-div label input,
#downloadModal .wpcf7 .input-div label textarea {
  margin-top: 5px;
}

#downloadModal  .formulario-container .wpcf7 .div-termos .wpcf7-list-item label span.wpcf7-list-item-label {
  font-size: 12px;
}

#downloadModal .formulario-container .wpcf7 .btn-submit input {
  margin: 0px;
}

#downloadModal .formulario-container .wpcf7 .btn-submit {
  text-align: start;
}

#modalDownloadContainer .download_title_file {
  white-space: pre-line;
  text-align: center;
  line-height: 1.4;
}

#modalDownloadContainer svg {
  margin-right: 15px;
  width: 33px;
}

#modalDownloadButton:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 105 / var(--tw-bg-opacity, 1));
}

/* --------------------------------------------------
   Turnstile Cloudflare
   Evita rolagem horizontal
   -------------------------------------------------- */

.cf7-cf-turnstile {
  overflow: hidden;
}

@tailwind base;

@tailwind components;

@tailwind utilities;

main{
  font-family: Libre Franklin, sans-serif;
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.acf-slider {
  max-width: 100%;
  overflow: hidden;
}

.slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 556px;
  /* Ajustar se necessário */
  background-size: cover;
  background-position: center;
}

.slick-prev, .slick-next {
  font-size: 24px;
  z-index: 10;
  color: #fff;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  /* Define a posição */
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}

.slick-dots li button {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50%;
  background-color: transparent;
  /* Cor padrão dos dots */
  border: 1px solid #606161;
  /* Cor da borda dos dots */
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  display: none !important;
}

.slick-dots .slick-active button {
  background-color: white;
  /* Dot ativo com cor diferente */
}

.slick-dots li button:before {
  color: white;
}

.slide {
  /* display: none; */
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slide-dots {
  position: absolute;
  margin-top: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  z-index: 10;
}

.slide-dot {
  width: 12px;
  height: 12px;
  background-color: none;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slide-dot.active {
  background-color: #E3E3E3;
}

.acf-slider h2{
  padding: 2.5rem;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 49px;
}

.acf-slider p{
  padding: 2.5rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.acf-slider h2,
.acf-slider p {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  /* Para suporte no Safari */
  padding: 0 10px;
}

#maquinas{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#maquinas a.btn{
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 163 / var(--tw-bg-opacity, 1));
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#maquinas a.btn p,
figcaption #maquinas a.btn {
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.slide-content.container#maquinas a.btn p {
  /* padding: 2.5rem; */
  font-size: 20px;
  /* line-height: 28px; */
  font-weight: 700;
}

#maquinas a.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 105 / var(--tw-bg-opacity, 1));
}

.cardMaquina{
  background-color: rgb(96 97 97 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.1;
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity, 1));
  width: 300px;
}

.cardMaquina:hover,
.maquinas-grid .maquina:hover{
  --tw-bg-opacity: 0.2;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.cardMaquina h3{
  margin-top: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.cardMaquina p{
  margin: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 3rem;
  font-size: 16px;
  line-height: 24px;
}

#aplicacoes{
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #E3E3E3;
}

#aplicacoes h2,
#noticias h2{
  padding-top: 2.5rem;
  padding-bottom: 6rem;
  text-align: left;
  font-size: 40px;
  line-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(71 71 71 / var(--tw-text-opacity, 1));
}

.video h3{
  text-align: left;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(71 71 71 / var(--tw-text-opacity, 1));
}

.video p{
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(93 94 94 / var(--tw-text-opacity, 1));
}

.cardAplicacao{
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: rgb(96 97 97 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.1;
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: calc(25% - 8px);
}

#blocos .bloco{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  text-align: center;
  width: calc(25% - 3px);
  height: 295px;
}

#blocos .bloco h3,
#blocos .bloco p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#blocos .bloco h3 p,
figcaption #blocos .bloco h3,
#blocos .bloco p p,
figcaption 
#blocos .bloco p {
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.slide-content.container#blocos .bloco h3 p,.slide-content.container
#blocos .bloco p p {
  /* padding: 2.5rem; */
  font-size: 20px;
  /* line-height: 28px; */
  font-weight: 700;
}

#blocos .bloco h3{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

#blocos .bloco .video{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-maquina main figcaption#blocos .bloco .video p{
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single-maquina main figcaption#blocos .bloco .video p p,
figcaption .single-maquina main figcaption#blocos .bloco .video p {
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.slide-content.container.single-maquina main figcaption#blocos .bloco .video p p {
  /* padding: 2.5rem; */
  font-size: 20px;
  /* line-height: 28px; */
  font-weight: 700;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Esconde as partes que ultrapassam o bloco */
}

.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Corta o vídeo para preencher o bloco */
}

#maquinas-the-content{
  padding-bottom: 2.5rem;
}

.tituloPrincipais{
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 99 163 / var(--tw-text-opacity, 1));
  overflow-wrap: anywhere;
}

.tituloSecundario{
  margin-bottom: 2.5rem;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(93 94 94 / var(--tw-text-opacity, 1));
}

.maquinas-the-content p,
.bloco01 p,
.bloco02 p,
.titulo-imagem p{
  margin-bottom: 1.25rem;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(93 94 94 / var(--tw-text-opacity, 1));
}

.bloco01{
  padding-top: 70px;
  padding-bottom: 70px;
}

.bloco01 h2,
.bloco02 h2{
  margin-bottom: 1rem;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity, 1));
}

.bloco01 h3,
.bloco02 h3{
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(93 94 94 / var(--tw-text-opacity, 1));
}

.bloco02 h4{
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(93 94 94 / var(--tw-text-opacity, 1));
}

.bloco02 .item h4 {
  border-bottom: 1px solid;
}

.bloco02 .item p{
  margin-top: 1rem;
}

.listagem-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.card-content{
  padding: 1rem;
}

.bloco01 .card{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  width: calc(33% - 1rem);
}

.bloco01 .card h3{
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity, 1));
}

.imagem-destaque {
  width: 50%;
  max-width: 600px;
  float: right;
  margin: 0 0 47px 47px;
}

#maquinas .maquina{
  width: 572px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}

#maquinas .maquina h3{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 99 163 / var(--tw-text-opacity, 1));
}

#maquinas .maquina p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(93 94 94 / var(--tw-text-opacity, 1));
}

#maquinas .maquina img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.foto_em_1_linha_2_fotos{
  -o-object-fit: cover;
     object-fit: cover;
  /* width: calc(50% - 4px); */
}

.foto_em_1_linhas_4_fotos{
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(25% - 4px);
}

.itemMaquina:hover {
  background: linear-gradient(rgba(189, 25, 91, 0.9), rgba(189, 25, 91, 0.9));
}

.itemMaquina img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.titulofc{
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 99 163 / var(--tw-text-opacity, 1));
}

.

.linhafinafc{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity, 1));
}

/* .single-maquina main p:not(.comentariotabelafc),
.single-maquina main li,
.single-maquina main ul,
.single-maquina main ol,
.solucoes_especiais_itens p {
  @apply text-cinza-texto text-md;
  margin: 20px 0 !important;
} */

.single-maquina main h3{
  margin-top: 1.5rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.titulotabelafc{
  margin-top: 1.5rem;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(93 94 94 / var(--tw-text-opacity, 1));
}

.single-maquina main figcaption.absolute p{
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single-maquina main figcaption.absolute p p,
figcaption .single-maquina main figcaption.absolute p {
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.slide-content.container.single-maquina main figcaption.absolute p p {
  /* padding: 2.5rem; */
  font-size: 20px;
  /* line-height: 28px; */
  font-weight: 700;
}

.btn-accordion{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 99 163 / var(--tw-text-opacity, 1));
  border: 1px solid #0063A3;
}

.btn-accordion:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-accordion:hover p,
figcaption .btn-accordion:hover {
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.slide-content.container.btn-accordion:hover p {
  /* padding: 2.5rem; */
  font-size: 20px;
  /* line-height: 28px; */
  font-weight: 700;
}

.btn-accordion:hover {
  border: 1px solid #FFF;
}

.the-content ul,
.the-content ol {
  list-style: none;
  padding-left: 0;
}

.contentRaw ul li {
  display: unset !important;
}

.the-content ul li,
.the-content ol li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.the-content .dvinci-job-widget ul li::before {
  display: none;
}

.the-content ul li::before,
.the-content ol li::before {
  content: "•";
  font-size: 1.2em;
  line-height: 1.5;
}

.the-content h1{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 99 163 / var(--tw-text-opacity, 1));
}

.the-content h2{
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 99 163 / var(--tw-text-opacity, 1));
}

.the-content h3{
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 99 163 / var(--tw-text-opacity, 1));
}

.the-content h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 99 163 / var(--tw-text-opacity, 1));
}

.the-content p a,
.maquinas-the-content p a {
  color: #0063A3 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  transition: text-decoration-color 0.3s ease;
}

.download-item {
  width: 278px;
  min-height: 420px;
  margin-bottom: 70px;
}

@media(min-width: 1280px) {
  /* .cardMaquina {
    width: calc(50% - 20px);
  } */

  #noticias .cardMaquina {
    width: 376px !important;
  }
}

/* Mobile Styles */

@media (max-width: 1024px) {
  .cardAplicacao {
    width: calc(50% - 10px);
  }

  #blocos .bloco {
    width: calc(50% - 3px);
  }

  #maquinas .maquina{
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
  }
}

@media (max-width: 768px) {
  section.banner-topo {
    margin-top: 125px;
  }

  .slider h2{
    padding: 1.5rem;
    font-size: 32px;
    line-height: 49px !important;
  }

  .slider p{
    padding: 1.5rem;
    line-height: 44px !important;
  }

  #maquinas{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #maquinas a.btn{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .cardMaquina {
    width: 100%;
  }

  .cardAplicacao {
    width: 100%;
  }

  #blocos .bloco {
    width: 100%;
  }

  .slide-dots {
    top: 180px;
  }

  .the-content h2{
    font-size: 24px;
    line-height: 32px;
  }

  .the-content h3{
    font-size: 20px;
    line-height: 28px;
  }

  .the-content h4{
    font-size: 16px;
    line-height: 24px;
  }

  .listagem-cards{
    flex-direction: column;
    gap: 1rem;
  }

  .bloco01 .card {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .slider h2{
    padding: 1rem;
    font-size: 24px;
    line-height: 32px;
  }

  .slider p{
    padding: 1rem;
    font-size: 14px;
    line-height: 20px;
  }

  #maquinas{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #maquinas a.btn{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 14px;
    line-height: 20px;
  }

  .slide-dots {
    top: 150px;
  }
}

@media (max-width: 320px) {
  .banner-topo{
    min-height: 205px;
  }
}

.page-template-page-vantagem-tecnica main li, .page-template-page-vantagem-tecnica main ol, .page-template-page-vantagem-tecnica main p:not(.comentariotabelafc), .page-template-page-vantagem-tecnica main ul {
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(93 94 94/var(--tw-text-opacity,1));
  margin: 20px 0!important;
}

/* A primeira declaração é para o slider.
* A segunda é para a legenda da imagem quando passar o mouse
* está conflitando com outras classes CSS de Vantagem Técnica */

.text-white p,
figcaption .text-white {
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

/* A declarçaão acf-slider p já existe no outpot.css, aqui eu inclui a
* .slide-content.container.text-white p para forçar o estilo do slider */

.slide-content.container.text-white p,
.acf-slider p {
  /* padding: 2.5rem; */
  font-size: 20px;
  /* line-height: 28px; */
  font-weight: 700;
}

.the-content .dvinci-job-list ul li {
  display: unset !important;
}

/* A última seção via ACF não apresneta a linha fina no final */

.vantagem_itens section:last-child {
  border-bottom-width: 0px;
}

.images_container {
  display: flex;
  gap: 10px;
  /* Espaçamento opcional */
  justify-content: flex-start;
  /* Alinha tudo à esquerda */
}

.images_block {
  flex: 1;
  /* Distribui o espaço igualmente */
  max-width: calc(100% / 3);
  /* Garante que, no máximo, cada bloco ocupe 1/3 */
}

.images_block img {
  width: 100%;
  height: 200px;
  /* Ajuste conforme necessário */
  -o-object-fit: cover;
     object-fit: cover;
  /* Mantém a proporção e corta se necessário */
}

.solucoes_especiais_itens section:last-child {
  border-bottom-width: 0;
}

.timeline-horizontal {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.nav-anos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 40px;
  overflow: visible !important;
}

.nav-anos button {
  background: #0063A3;
  color: #ffffff;
  border: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 50%;
  /* deixa o botão redondo */
  position: absolute;
  top: 103%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

button#prevAno {
  left: 35px;
  /* botão esquerdo alinhado na linha */
}

button#nextAno {
  right: 35px;
  /* botão direito alinhado na linha */
}

.anos {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
  overflow: visible !important;
}

.anos::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  /* Espessura da borda */
  background: linear-gradient(to right, white 0%, #00253D 10%, #00253D 90%, white 100%);
}

.ano-nav {
  flex: 1;
  text-align: center;
  padding: 10px 5px;
  cursor: pointer;
  color: #888;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}

.ano-nav:not(.active)::after {
  content: '';
  background: #00253D;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.ano-nav.active {
  color: #0063A3;
}

.ano-nav:not(.active) {
  color: #00253D;
}

.ano-nav.active::after {
  content: '';
  background: #0063A3;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.conteudo-timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.evento-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.imagem-evento img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.descricao-evento {
  flex: 1;
  text-align: left;
}

.descricao-evento h2 {
  color: #006bad;
  margin-bottom: 10px;
}

.descricao-evento h3 {
  margin-bottom: 10px;
}

.descricao-evento p {
  color: #555;
}

/* Efeito fade-in */

.fade-in {
  animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* tablet (entre 768px e 991px largura) */

@media (max-width: 991px) {
  .ano-nav {
    font-size: 13px;
    /* Ajusta tamanho texto */
    padding: 6px 2px;
  }

  .ano-nav:not(.active)::after {
    width: 13px;
    height: 13px;
    bottom: -6px;
  }

  .nav-anos button {
    width: 30px;
    height: 30px;
    font-size: 14px;
    top: 95%;
  }

  .conteudo-timeline {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .evento-box {
    flex-direction: column;
  }

  .ano-nav.active::after {
    width: 13px;
    height: 13px;
    bottom: -6px;
  }
}

/* mobile (até 767px largura) */

@media (max-width: 767px) {
  .nav-anos button {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .ano-nav {
    font-size: 12px;
    padding: 5px 1px;
  }

  .ano-nav:not(.active)::after {
    width: 13px;
    height: 13px;
    bottom: -6px;
  }

  .anos {
    margin: 0 10px;
    padding: 0 30px;
  }

  .conteudo-timeline {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .descricao-evento h2,
  .descricao-evento h3 {
    font-size: 16px;
  }

  .descricao-evento p {
    font-size: 14px;
  }

  .ano-nav.active::after {
    width: 13px;
    height: 13px;
    bottom: -6px;
  }
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(0 99 163 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(0 99 163 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Libre Franklin, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 600px){
  .container{
    max-width: 600px;
  }
}

@media (min-width: 728px){
  .container{
    max-width: 728px;
  }
}

@media (min-width: 941px){
  .container{
    max-width: 941px;
  }
}

@media (min-width: 1160px){
  .container{
    max-width: 1160px;
  }
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.-left-6{
  left: -1.5rem;
}

.-right-6{
  right: -1.5rem;
}

.-top-8{
  top: -2rem;
}

.bottom-14{
  bottom: 3.5rem;
}

.bottom-\[72px\]{
  bottom: 72px;
}

.left-0{
  left: 0px;
}

.left-1{
  left: 0.25rem;
}

.left-10{
  left: 2.5rem;
}

.left-3{
  left: 0.75rem;
}

.right-0{
  right: 0px;
}

.right-10{
  right: 2.5rem;
}

.right-2{
  right: 0.5rem;
}

.right-4{
  right: 1rem;
}

.top-1{
  top: 0.25rem;
}

.top-1\.5{
  top: 0.375rem;
}

.top-1\/2{
  top: 50%;
}

.top-10{
  top: 2.5rem;
}

.top-2{
  top: 0.5rem;
}

.top-3{
  top: 0.75rem;
}

.top-\[25\%\]{
  top: 25%;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.m-0{
  margin: 0px;
}

.m-12{
  margin: 3rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[61px\]{
  margin-top: 61px;
  margin-bottom: 61px;
}

.\!mb-\[10px\]{
  margin-bottom: 10px !important;
}

.\!mb-\[12px\]{
  margin-bottom: 12px !important;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-80{
  margin-bottom: 20rem;
}

.mb-\[15px\]{
  margin-bottom: 15px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[40px\]{
  margin-bottom: 40px;
}

.mb-\[42px\]{
  margin-bottom: 42px;
}

.mb-\[50px\]{
  margin-bottom: 50px;
}

.mb-\[52px\]{
  margin-bottom: 52px;
}

.mb-\[53px\]{
  margin-bottom: 53px;
}

.mb-\[54px\]{
  margin-bottom: 54px;
}

.mb-\[60px\]{
  margin-bottom: 60px;
}

.mb-\[62px\]{
  margin-bottom: 62px;
}

.mb-\[86px\]{
  margin-bottom: 86px;
}

.mb-\[95px\]{
  margin-bottom: 95px;
}

.mb-\[9px\]{
  margin-bottom: 9px;
}

.ml-\[21px\]{
  margin-left: 21px;
}

.ml-\[30px\]{
  margin-left: 30px;
}

.mr-0{
  margin-right: 0px;
}

.mr-14{
  margin-right: 3.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-11{
  margin-top: 2.75rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-24{
  margin-top: 6rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[18px\]{
  margin-top: 18px;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.mt-\[28px\]{
  margin-top: 28px;
}

.mt-\[34px\]{
  margin-top: 34px;
}

.mt-\[41px\]{
  margin-top: 41px;
}

.mt-\[55px\]{
  margin-top: 55px;
}

.mt-\[60\]{
  margin-top: 60;
}

.mt-\[60px\]{
  margin-top: 60px;
}

.mt-\[67px\]{
  margin-top: 67px;
}

.mt-\[75px\]{
  margin-top: 75px;
}

.mt-\[90px\]{
  margin-top: 90px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-4{
  height: 1rem;
}

.h-\[120px\]{
  height: 120px;
}

.h-\[16px\]{
  height: 16px;
}

.h-\[230px\]{
  height: 230px;
}

.h-\[246px\]{
  height: 246px;
}

.h-\[253px\]{
  height: 253px;
}

.h-\[25px\]{
  height: 25px;
}

.h-\[278px\]{
  height: 278px;
}

.h-\[280px\]{
  height: 280px;
}

.h-\[321px\]{
  height: 321px;
}

.h-\[354px\]{
  height: 354px;
}

.h-\[375px\]{
  height: 375px;
}

.h-\[406px\]{
  height: 406px;
}

.h-\[408px\]{
  height: 408px;
}

.h-\[504px\]{
  height: 504px;
}

.h-\[538px\]{
  height: 538px;
}

.h-\[556px\]{
  height: 556px;
}

.h-\[60vh\]{
  height: 60vh;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.min-h-\[125px\]{
  min-height: 125px;
}

.min-h-\[200px\]{
  min-height: 200px;
}

.min-h-\[205px\]{
  min-height: 205px;
}

.min-h-\[315px\]{
  min-height: 315px;
}

.min-h-\[375px\]{
  min-height: 375px;
}

.min-h-\[440px\]{
  min-height: 440px;
}

.min-h-\[450px\]{
  min-height: 450px;
}

.w-1{
  width: 0.25rem;
}

.w-1\/2{
  width: 50%;
}

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-\[16px\]{
  width: 16px;
}

.w-\[175px\]{
  width: 175px;
}

.w-\[184px\]{
  width: 184px;
}

.w-\[185px\]{
  width: 185px;
}

.w-\[278px\]{
  width: 278px;
}

.w-\[30\%\]{
  width: 30%;
}

.w-\[376px\]{
  width: 376px;
}

.w-\[572px\]{
  width: 572px;
}

.w-\[70\%\]{
  width: 70%;
}

.w-\[90vw\]{
  width: 90vw;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.min-w-\[1153px\]{
  min-width: 1153px;
}

.min-w-\[290px\]{
  min-width: 290px;
}

.min-w-full{
  min-width: 100%;
}

.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-none{
  max-width: none;
}

.flex-grow{
  flex-grow: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.-translate-x-1{
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-2{
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[12px\]{
  gap: 12px;
}

.gap-\[18px\]{
  gap: 18px;
}

.gap-\[25px\]{
  gap: 25px;
}

.gap-\[30px\]{
  gap: 30px;
}

.gap-\[36px\]{
  gap: 36px;
}

.gap-\[60px\]{
  gap: 60px;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.hyphens-auto{
  -webkit-hyphens: auto;
          hyphens: auto;
}

.break-words{
  overflow-wrap: break-word;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-\[15px\]{
  border-radius: 15px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(0 99 163 / var(--tw-border-opacity, 1));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E6E6E6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d7d7d7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ededed\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 163 / var(--tw-bg-opacity, 1));
}

.bg-gray-1{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity, 1));
}

.bg-gray-2{
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 113 / var(--tw-bg-opacity, 1));
}

.bg-gray-3{
  --tw-bg-opacity: 1;
  background-color: rgb(51 52 47 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1));
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(96 97 97 / var(--tw-bg-opacity, 1));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(71 71 71 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.bg-cover{
  background-size: cover;
}

.bg-top{
  background-position: top;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.p-10{
  padding: 2.5rem;
}

.p-12{
  padding: 3rem;
}

.p-2{
  padding: 0.5rem;
}

.p-24{
  padding: 6rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[17px\]{
  padding-left: 17px;
  padding-right: 17px;
}

.px-\[52px\]{
  padding-left: 52px;
  padding-right: 52px;
}

.px-\[68px\]{
  padding-left: 68px;
  padding-right: 68px;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[33px\]{
  padding-top: 33px;
  padding-bottom: 33px;
}

.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[70px\]{
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-\[10px\]{
  padding-bottom: 10px;
}

.pb-\[27px\]{
  padding-bottom: 27px;
}

.pb-\[40px\]{
  padding-bottom: 40px;
}

.pb-\[58px\]{
  padding-bottom: 58px;
}

.pb-\[60px\]{
  padding-bottom: 60px;
}

.pl-\[22px\]{
  padding-left: 22px;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-32{
  padding-top: 8rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-\[22px\]{
  padding-top: 22px;
}

.pt-\[25px\]{
  padding-top: 25px;
}

.pt-\[30px\]{
  padding-top: 30px;
}

.pt-\[43px\]{
  padding-top: 43px;
}

.pt-\[60px\]{
  padding-top: 60px;
}

.pt-\[71px\]{
  padding-top: 71px;
}

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

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

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

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

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

.text-2xl{
  font-size: 32px;
  line-height: 40px;
}

.text-3xl{
  font-size: 40px;
  line-height: 50px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[25px\]{
  font-size: 25px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-lg{
  font-size: 20px;
  line-height: 28px;
}

.text-md{
  font-size: 16px;
  line-height: 24px;
}

.text-sm{
  font-size: 14px;
  line-height: 20px;
}

.text-xl{
  font-size: 24px;
  line-height: 32px;
}

.text-xs{
  font-size: 12px;
  line-height: 16px;
}

.font-bold{
  font-weight: 700;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-snug{
  line-height: 1.375;
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(0 99 163 / var(--tw-text-opacity, 1));
}

.text-cinza-texto{
  --tw-text-opacity: 1;
  color: rgb(93 94 94 / var(--tw-text-opacity, 1));
}

.text-gray-2{
  --tw-text-opacity: 1;
  color: rgb(112 112 113 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(71 71 71 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-85{
  opacity: 0.85;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.outline{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

* {
  font-family: 'Libre Franklin', 'sans-serif';
}

.bg-header-gradient {
  background: linear-gradient(
    to right,
    #00253D 0%,
    #004470 25%,
    #0063A3 50%,
    #00253D 100%
  );
}

.extra-menus li {
  list-style: none;
}

header .header__content-menu .extra-menus-responsivo {
  display: none;
}

header li a:hover,
footer li a:hover {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

footer ul li {
  list-style: none;
  text-align: center;
}

.bg-footer-gradient {
  background: linear-gradient(
    to right,
    #003252 0%,
    #004471 17%,
    #00568E 50%,
    #004471 88%,
    #003252 100%
  );
}

.breadcrumb {
  margin-top: 25px;
  margin-bottom: 28px;
  font-size: 14px;
  color: #5D5E5E;
  width: 100%;
  display: flex;
  align-items: center;
}

.breadcrumb .breadcrumb-divisor {
  margin-right: 6px;
  margin-left: 6px;
}

.the-content p,
.the-content article {
  font-size: 16px;
  line-height: 24px;
  color: #5D5E5E;
  margin-bottom: 35px;
}

.the-content ul {
  color: #5D5E5E;
  font-size: 16px;
  margin-bottom: 20px;
  list-style-position: outside;
}

.wp-block-button__link {
  text-decoration: none !important;
}

.the-content p a {
  color: #0063A3;
  text-decoration: underline;
}

/* Página Carreira */

.page-carreira .wp-block-columns {
  gap: 17px;
  padding-top: 40px;
}

.page-carreira section.downloads {
  margin-top: 60px;
}

.page-carreira figure.wp-block-image.size-full {
  height: auto;
  margin-bottom: 15px;
}

.page-carreira .video-duas-colunas-cinza {
  margin-bottom: 0px;
}

.page-carreira .wp-block-image img {
  height: auto !important;
  width: auto !important;
}

/* Página Contato */

.formulario-container .wpcf7 {
  font-size: 18px;
  color: #5D5E5E;
}

.formulario-container .wpcf7 .wpcf7-not-valid-tip{
  font-size: 15px;
  margin-top: -15px;
  margin-bottom: 15px;
}

.formulario-container .wpcf7 .input-div label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.formulario-container .wpcf7 .input-div label input,
.formulario-container .wpcf7 .input-div label textarea {
  margin-bottom: 15px;
  width: 366px !important;
  background: transparent;
  border: 1px solid #5D5E5E;
  padding-left: 9px;
}

.formulario-container .wpcf7 .input-div label textarea {
  height: 80px;
  resize: none;
}

.formulario-container .wpcf7 .div-termos .wpcf7-list-item label {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}

.formulario-container .wpcf7 .div-termos {
  font-size: 12px;
  width: 337px;
  margin-left: 153px;
  margin-bottom: 35px;
}

.formulario-container .wpcf7 .div-termos .wpcf7-list-item label input {
  width: 24px !important;
  height: 16px;
  margin-top: 6px;
}

/*
.formulario-container .wpcf7 .div-termos .wpcf7-list-item label input { 
  width: 24px !important;
  height: 16px;
  margin-top: 6px;
  appearance: none;
  background-color: #9e9e9e;
  border: 1px solid #9e9e9e;
  cursor: pointer;
  border-radius: 6px;
}

=
.formulario-container .wpcf7 .div-termos .wpcf7-list-item label input:checked,
.formulario-newsletter-container .form-newsletter-checkbox label input:checked {
  background-color: #0063A3;
  border: 1px solid #0063A3;
}
  */

.formulario-container .wpcf7 .btn-submit {
  text-align: end;
}

.formulario-container .wpcf7 .btn-submit input {
  border-radius: 15px;
  background: #0063A3;
  color: white;
  width: 134px;
  padding: 17px 30px;
  margin-left: 390px;
}

.formulario-container .wpcf7 .btn-submit input:hover {
  cursor: pointer;
}

/* Todos formulários com uma borda azul na esquerda no focus */

input:not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus {
  box-shadow: inset 3px 0 0 0 #2cc8f8;
}

/* Página Downloads */

.formulario-newsletter-container .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: end;
}

.formulario-newsletter-container input:not([type="submit"]):not([type="checkbox"]),
.formulario-newsletter-container select {
  width: 260px;
  height: 40px;
  font-size: 18px;
  color: #0063A3;
  padding: 9px 19px;
}

.formulario-newsletter-container input::-moz-placeholder {
  color: #0063A3;
}

.formulario-newsletter-container input::placeholder {
  color: #0063A3;
}

.formulario-newsletter-container select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/wp-content/themes/romi-bw/dist/images/icons/select-rectangle-com-seta.png");
  background-repeat: no-repeat;
  background-position: right 0px top 0px;
  background-size: 50px;
  padding: 7px 19px;
}

.formulario-newsletter-container .form-newsletter-div-input {
  display: flex;
  gap: 17px;
}

.formulario-newsletter-container .form-newsletter-checkbox .wpcf7-list-item {
  margin: 0px;
}

.formulario-newsletter-container .form-newsletter-checkbox label {
  display: flex;
  gap: 7px;
  color: white;
  font-size: 12px;
  text-align: center;
}

.formulario-newsletter-container .form-newsletter-checkbox label input {
  width: 12px;
  height: 12px;
  margin-top: 2px;
}

/*
.formulario-newsletter-container .form-newsletter-checkbox label input {
  width: 12px;
  height: 12px;
  appearance: none;
  background-color: #5C5C5C;
  border: 1px solid white;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 2px;
}
*/

.formulario-newsletter-container .wpcf7-not-valid-tip {
  color: #fff !important;
}

.formulario-newsletter-container input[type="submit"] {
  background-color: white;
  color: #0063A3;
  padding: 17px 0px;
  width: 210px;
  font-size: 18px;
  border-radius: 15px;
}

.formulario-newsletter-container input[type="submit"]:hover {
  cursor: pointer;
}

input[type="submit"]:disabled {
  background-color: #ccc !important;
  color: #666 !important;
  cursor: no-drop !important;
  /* cursor de bloqueio */
}

/* Paginação */

.pagination .wp-pagenavi {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  gap: 5px;
}

.pagination .wp-pagenavi a,
.pagination .wp-pagenavi .current,
.pagination .wp-pagenavi .extend {
  border: 1px solid #0063A3;
  color: #0063A3;
  padding: 8px 15px;
}

.pagination .wp-pagenavi .current {
  color: white;
  background-color: #0063A3;
}

.pagination .wp-pagenavi a:hover {
  color: white;
  background-color: #0063A3;
  border-color: #0063A3;
  transition: all 0.2s ease-in-out;
}

/* Page Serviços */

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 556px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.parallax-content {
  color: white;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

/* Single Servico */

.single-servico .breadcrumb {
  margin-top: 0px;
}

.single-servico .the-content h2 {
  font-size: 24px;
  color: #5D5E5E;
}

.single-servico .the-content h2:not(:first-of-type) {
  margin-top: 34px;
}

.single-servico .li-imagem {
  margin-left: 26px;
  margin-right: 34px;
}

.single-servico .wp-block-image .size-full {
  width: auto;
  height: auto;
}

/* Single Aplicações */

.single-aplicacoes h2 {
  font-size: 18px;
  color: #5D5E5E;
  font-weight: bold;
  margin-bottom: 30px;
}

/* Single Máquina */

.single-maquina .video-youtube .video-full {
  margin-top: 60px;
  margin-bottom: 63px;
}

.single-maquina .video-youtube .video-duas-colunas-normal {
  margin-top: 66px;
  margin-bottom: 66px;
}

/* Single Notícia */

.single-noticia .wp-block-image .size-full {
  width: auto;
  height: auto;
}

/* Politica de Privacidade */

.page-politica-privacidade h1,
.page-politica-privacidade h2,
.page-politica-privacidade h3,
.page-politica-privacidade h4,
.page-politica-privacidade h5,
.page-politica-privacidade h6 {
  font-size: 30px;
}

@media (min-width: 1024px) {
  .menu-linguas li:not(:last-child)::after {
    content: "|";
    margin-right: 5px;
    margin-left: 5px;
    color: white;
  }

  .footer-menu li:not(:last-child)::after {
    content: "|";
    margin-right: 20px;
    margin-left: 20px;
    color: white;
  }

  .page-carreira .video-youtube {
    display: flex ;
    flex-direction: column;
    gap: 30px;
  }
}

@media only screen and (max-width: 768px) {
  header .header__content-menu .extra-menus-responsivo {
    display: block;
  }

  .formulario-container .wpcf7 .div-termos {
    margin-left: 361px;
  }

  .formulario-container .wpcf7 .btn-submit {
    text-align: center;
  }

  .formulario-container .wpcf7 .btn-submit input {
    margin-left: 0px;
  }

  .formulario-newsletter-container .wpcf7 form {
    align-items: center;
  }

  .page-carreira .video-duas-colunas-cinza {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 425px) {
  .container {
    padding: 0 10px;
  }

  .breadcrumb {
    /* flex-direction: column; */
    align-items: self-start;
  }

  .formulario-container .wpcf7 .input-div label input,
  .formulario-container .wpcf7 .input-div label textarea {
    width: 240px !important;
  }

  .formulario-container .wpcf7 .div-termos {
    width: 100%;
    margin-left: 0px;
  }

  .formulario-container .wpcf7 .btn-submit input {
    margin-left: 50px;
  }

  .formulario-newsletter-container .form-newsletter-div-input {
    flex-direction: column;
  }

  .formulario-newsletter-container input:not([type=submit]):not([type=checkbox]),
  .formulario-newsletter-container select {
    width: 400px;
  }

  .formulario-newsletter-container .form-newsletter-checkbox label {
    flex-direction: column;
    width: 400px;
    align-items: center;
    font-size: 14px;
  }

  .formulario-newsletter-container .form-newsletter-checkbox label input {
    width: 22px;
    height: 22px;
  }

  .pagination .wp-pagenavi {
    flex-wrap: wrap;
  }

  .parallax-content {
    font-size: 25px;
  }
}

@media only screen and (max-width: 375px) {
  .formulario-container .wpcf7 .input-div label input,
  .formulario-container .wpcf7 .input-div label textarea {
    width: 190px !important;
  }

  .formulario-newsletter-container input:not([type=submit]):not([type=checkbox]),.formulario-newsletter-container select {
    width: 350px;
  }

  .formulario-newsletter-container .form-newsletter-checkbox label {
    width: 290px;
  }

  .formulario-container .wpcf7 .input-div label input,
  .formulario-container .wpcf7 .input-div label textarea {
    width: 150px !important;
  }

  .formulario-container .wpcf7 .input-div label {
    font-size: 16px;
  }

  .formulario-container .wpcf7 .div-termos .wpcf7-list-item label input {
    width: 40px !important;
    height: 17px;
  }

  .formulario-container .wpcf7 .div-termos .wpcf7-list-item label span {
    font-size: 16px;
  }

  .formulario-newsletter-container input:not([type=submit]):not([type=checkbox]),
  .formulario-newsletter-container select {
    width: 290px;
  }
}

.hover\:bg-blue-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 105 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-2:hover{
  --tw-text-opacity: 1;
  color: rgb(112 112 113 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.group\/item:hover .group-hover\/item\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/item:hover .group-hover\/item\:opacity-100{
  opacity: 1;
}

.group\/item:hover .group-hover\/item\:opacity-80{
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-80{
  opacity: 0.8;
}

@media (min-width: 640px){
  .sm\:w-\[48\%\]{
    width: 48%;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:mb-\[34px\]{
    margin-bottom: 34px;
  }

  .md\:mb-\[84px\]{
    margin-bottom: 84px;
  }

  .md\:ml-\[30px\]{
    margin-left: 30px;
  }

  .md\:mt-11{
    margin-top: 2.75rem;
  }

  .md\:mt-\[50px\]{
    margin-top: 50px;
  }

  .md\:mt-\[77px\]{
    margin-top: 77px;
  }

  .md\:h-\[242px\]{
    height: 242px;
  }

  .md\:h-\[321px\]{
    height: 321px;
  }

  .md\:h-\[651px\]{
    height: 651px;
  }

  .md\:min-h-\[242px\]{
    min-height: 242px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-\[143px\]{
    width: 143px;
  }

  .md\:w-\[280px\]{
    width: 280px;
  }

  .md\:w-\[356px\]{
    width: 356px;
  }

  .md\:w-\[391px\]{
    width: 391px;
  }

  .md\:w-\[400px\]{
    width: 400px;
  }

  .md\:w-\[546px\]{
    width: 546px;
  }

  .md\:w-\[573px\]{
    width: 573px;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:max-w-\[1160px\]{
    max-width: 1160px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:gap-1{
    gap: 0.25rem;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-\[26px\]{
    gap: 26px;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-\[97px\]{
    padding-bottom: 97px;
  }

  .md\:pt-\[60px\]{
    padding-top: 60px;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-end{
    text-align: end;
  }

  .md\:text-2xl{
    font-size: 32px;
    line-height: 40px;
  }

  .md\:text-3xl{
    font-size: 40px;
    line-height: 50px;
  }

  .md\:text-\[15px\]{
    font-size: 15px;
  }

  .md\:text-\[17px\]{
    font-size: 17px;
  }

  .md\:text-\[18px\]{
    font-size: 18px;
  }

  .md\:text-\[30px\]{
    font-size: 30px;
  }

  .md\:text-lg{
    font-size: 20px;
    line-height: 28px;
  }

  .md\:text-md{
    font-size: 16px;
    line-height: 24px;
  }

  .md\:text-sm{
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1024px){
  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-\[36px\]{
    margin-bottom: 36px;
  }

  .lg\:ml-\[20px\]{
    margin-left: 20px;
  }

  .lg\:ml-\[90px\]{
    margin-left: 90px;
  }

  .lg\:mr-\[100px\]{
    margin-right: 100px;
  }

  .lg\:mr-\[50px\]{
    margin-right: 50px;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:min-h-\[375px\]{
    min-height: 375px;
  }

  .lg\:min-h-\[571px\]{
    min-height: 571px;
  }

  .lg\:w-\[200px\]{
    width: 200px;
  }

  .lg\:w-\[306px\]{
    width: 306px;
  }

  .lg\:w-\[32\%\]{
    width: 32%;
  }

  .lg\:w-\[386px\]{
    width: 386px;
  }

  .lg\:w-\[410px\]{
    width: 410px;
  }

  .lg\:w-\[481px\]{
    width: 481px;
  }

  .lg\:w-\[530px\]{
    width: 530px;
  }

  .lg\:w-\[565px\]{
    width: 565px;
  }

  .lg\:w-\[573px\]{
    width: 573px;
  }

  .lg\:w-\[668px\]{
    width: 668px;
  }

  .lg\:w-\[900px\]{
    width: 900px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-\[100px\]{
    gap: 100px;
  }

  .lg\:gap-\[10px\]{
    gap: 10px;
  }

  .lg\:gap-\[132px\]{
    gap: 132px;
  }

  .lg\:gap-\[15px\]{
    gap: 15px;
  }

  .lg\:gap-\[40px\]{
    gap: 40px;
  }

  .lg\:gap-\[42px\]{
    gap: 42px;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-\[25px\]{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:text-start{
    text-align: start;
  }

  .lg\:text-xs{
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px){
  .xl\:ml-\[73px\]{
    margin-left: 73px;
  }

  .xl\:w-\[366px\]{
    width: 366px;
  }

  .xl\:w-\[480px\]{
    width: 480px;
  }

  .xl\:w-\[571px\]{
    width: 571px;
  }

  .xl\:w-\[668px\]{
    width: 668px;
  }

  .xl\:gap-6{
    gap: 1.5rem;
  }

  .xl\:gap-\[100px\]{
    gap: 100px;
  }

  .xl\:gap-\[112px\]{
    gap: 112px;
  }

  .xl\:gap-\[48px\]{
    gap: 48px;
  }

  .xl\:gap-\[60px\]{
    gap: 60px;
  }

  .xl\:gap-\[70px\]{
    gap: 70px;
  }

  .xl\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:pb-\[60px\]{
    padding-bottom: 60px;
  }

  .xl\:pl-\[125px\]{
    padding-left: 125px;
  }

  .xl\:pt-\[55px\]{
    padding-top: 55px;
  }
}

@media (min-width: 1536px){
  .\32xl\:mr-0{
    margin-right: 0px;
  }

  .\32xl\:justify-center{
    justify-content: center;
  }
}
