/* Reseta margens e paddings para garantir consistência */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  header {
    width: 100%;
  }
  body, html {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  body {
    overflow-x: hidden;
  }
/* Estilo do corpo da página */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* Altura mínima de 100% da tela */
    font-family: "Roboto", sans-serif;
    flex-direction: column;
    min-height: 100vh;
}
.container {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    padding-left: 50px;
    padding-right: 70px;
}

.container p {
    font-size: large;
}

div h1 {
    font-family: "Orbitron", serif;
    font-style: normal;
    color: #02580f;
    font-size: 160%;
    padding-top: 13px;
    text-align: center;
    font-family: "Roboto", sans-serif;
}



ul {
    padding-left: 10%;
}

ul li {
    margin: 12px;
}

.roboto {
    font-family: "Roboto", sans-serif;
}

.orbitron {
    font-family: "Orbitron", serif;
    font-style: normal;
    margin: 0;
}

.benefit-box {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.benefit-title {
    font-size: 1.2em;
    color: #02580f;
    margin-bottom: 10px;
    font-weight: bold;
}


.container {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    padding-left: 50px;
    padding-right: 70px;
}
.container p {
    font-size: medium;
}
div h1 {
    font-family: "Orbitron", serif;
    font-style: normal;
    color: #02580f;
    font-size: 160%;
    padding-top: 13px;
    text-align: center;
    font-family: "Roboto", sans-serif;
}


ul {
    padding-left: 10%;
}
ul li {
    margin: 12px;
}
.roboto {
    font-family: "Roboto", sans-serif;
}

.orbitron {
    font-family: "Orbitron", serif;
    font-style: normal;
    margin: 0;
}

.benefit-box {
    background-color: #f2f2f2; /* Cor de fundo das caixas */
    border-radius: 10px; /* Bordas arredondadas */
    padding: 20px;
    margin-bottom: 20px; /* Espaçamento entre as caixas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra para dar destaque */
    font-size: 99;
    width: 100%;
}
.benefit-box:hover {
    transform: translateY(-5px);
  }

.noto-sans{font-family: "Noto Sans", serif;}

.benefit.button.orange {
    margin-bottom: 1vw;
    font-family: "Orbitron", serif;
    width: 18vw;
    background-color: #ff8c00; /* Cor laranja aproximada */
}
.benefit.button {
    width: 7vw;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    margin-top: 15px;
}
  
.benefit-title {
    background-color: #ff8c00; 
    font-size: 1.2em;
    color: #999;
    margin-bottom: 10px;
    font-weight: bold;
}
.prosto-one-regular {
    font-family: "Prosto One", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .olcards,
  .olcards * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .olcards {
    list-style: none;
    counter-reset: cardCount;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    --cardsGap: 1rem;
    gap: var(--cardsGap);
    padding-bottom: var(--cardsGap);
  }
  .olcards li {
    counter-increment: cardCount;
    display: flex;
    color: white;
    --labelOffset: 1rem;
    --arrowClipSize: 1.5rem;
    margin-top: var(--labelOffset);
  }
  .poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 230%;

  }
  .poppins-light2 {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 230%;
    padding-right: 10px;
    padding-left: 10px;

  }
  .ubuntu-medium {
    font-family: "Ubuntu", serif;
    font-weight: 500;
    font-style: normal;
  }
  .lilita-one-regular {
    font-family: "Lilita One", serif;
    font-weight: 400;
    font-style: normal;
  }
  .olcards li::before {
    content: counter(cardCount, decimal-leading-zero);
    background: white;
    color: var(--cardColor);
    font-size: 2em;
    font-weight: 700;
    transform: translateY(calc(-1 * var(--labelOffset)));
    margin-right: calc(-1 * var(--labelOffset));
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 0.5em;
  }
  
  .olcards li .content {
    background-color: var(--cardColor);
    --inlinePadding: 1em;
    --boxPadding: 0.5em;
    display: grid;
    padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize))
      var(--boxPadding) calc(var(--inlinePadding) + var(--labelOffset));
    grid-template-areas:
      "icon title"
      "icon text";
    gap: 0.25em 1em;
    clip-path: polygon(
      0 0,
      calc(100% - var(--arrowClipSize)) 0,
      100% 50%,
      calc(100% - var(--arrowClipSize)) 100%,
      calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)),
      0 calc(100% + var(--cardsGap))
    );
    position: relative;
  }
  .olcards li .content::before {
    content: "";
    position: absolute;
    width: var(--labelOffset);
    height: var(--labelOffset);
    background: var(--cardColor);
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    filter: brightness(0.75);
  }
  .olcards li .content::after {
    content: "";
    position: absolute;
    height: var(--cardsGap);
    width: var(--cardsGap);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
    left: 0;
    top: 100%;
  }
  .olcards li .icon {
    grid-area: icon;
    align-self: center;
    font-size: 2em;
  }
  .olcards li .content .title {
    grid-area: title;
    font-size: 1.25em;
    /* font-weight: 700; */
  }
  .olcards li .content .text {
    grid-area: text;
  }
/* CALSSIFICAÇÕES DE H'S*/
h2 {
    background-color: #02580f;
    border-radius: 10px;
    color: #fac82b;
    padding-left: 10px;
    margin-bottom: 0;

}


h3.h3-style {
    background-color: #fac82b;
    border-radius: 10px;
    color: #02580f;
    font-size: large;
    padding-left: 10px;
    margin-left: 50px;
    padding-top: 22px;
    margin-top: 0; /* Remover margem superior */
    margin-bottom: 0; /* Remover margem inferior */
    width: 38%;
    margin-top: 0 !important; /* Forçar remoção da margem superior */
    padding-top: 9px; /* Ajuste no padding superior */
}
.h3-style{
    font-size: large; 
    padding-left: 0.5vw; 
    color: #02580f; 
    margin-left: 5vw; 
    padding-top: 4vw; 
    padding-bottom: 1vw;
}

.footer-container{
    background-color: #02580f;
    margin: 0;
    padding-top: 2vw; /* Mantenha o padding para o conteúdo interno */
}
footer{
    margin: 0;
    padding: 0;
}
.basic-button { 
    border-radius: 10px;
    border-color: #fac82b;
    background-color: #02580f;
    color: white; 
    padding: 15px 32px; 
    text-align: center; 
    text-decoration: none; 
    display: inline-block; 
    font-size: 16px; 
    margin: 4px 2px; 
    cursor: pointer; 
    box-shadow: 0 8px #999;
    }
.basic-button:hover{
 background-color: #fac82b;
 color: #02580f;   
 transition: 0.5s;
}
.basic-button:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}



.rec {
    width: 100%;
    display: block;
  }
.ladolado{
    display: flex;
    justify-content: center;
}
.row{
    background-color: #f2f2f2;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    height: 227px;
    width: 640px;
}
.row:hover{
    font-size: 106%;
    background-color: #e2e2e2;
    border-radius:23px;
}
.box{
    width: 27.7%;
    margin-left: 5%;
    height: auto;
    max-height: 120px;
    background-color: #02580f;
    border-radius: 17px;

    text-align: center;

    color: white;

    display: inline-block;
}
.box-title{
    position: relative;
    bottom: 105px;

    width: 205px;
    height:35px;
    background-color: #fac82b;
    border-radius: 10px;

    text-align: center;

    color: black;
}

@media only screen and (max-width: 1550px) {
    .box-title {
      bottom: 130px;
    }
}
.sub-header {
    background-color: #02580f;
    height: 90px;
    width: 100%;
    color: white;
}
.conjunto img:hover{
    box-shadow: 3px 3px 6px #444
}
.conjunto2 img:hover{
    box-shadow: 3px 3px 6px #444
}
.conjunto img{
    margin-top: 5vw;
    margin-bottom: 5vw;
    margin-left: 30vw;
    height: auto;
    width: 30vw;
    border-radius: 17px;
    box-shadow: 2px 2px 4px #666
}
.conjunto2 img{
    margin-top: 5vw;
    margin-bottom: 5vw;
    margin-left: 30vw;
    height: auto;
    width: 30vw;
    border-radius: 17px;
    box-shadow: 2px 2px 4px #666
}
.conjunto p{
    font-size: large; 
    margin: 0; 
    padding-left: 7vw; 
    padding-top: 6vw;
}
.conjunto2 p{
    font-size: large; 
    margin: 0; 
    padding-left: 5vw; 
    padding-top: 5vw; 
}
.sub-footer{
    margin-top: 5vw;
    background-color: #fac82b;
    margin: 0;
    padding: 0;
    height: 220px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}
.knowloadge{
    background-color: #f0ecec;
    margin-left: 13vw;
    margin-right: 13vw;
}
/*BIG 3 COMPONENTES*/
.big3{display: flex; gap: 2vw; justify-content: center;}
.big3-item{background-color: #f0ecec; width: 21.7vw; text-align: center;border-radius: 2vw 7vw;}


    /* FOOTER */
    .redesSociais {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }
    
    .redesSociais ul {
        display: flex;
        gap: 20px;
    }
    .redesSociais ul li{
        list-style: none;
    }
    .redesSociais ul li a {
        text-decoration: none;
        color: #02580f;
        font-size: 1.5rem;
    }
    .redesSociais ul li a i {
        transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .redesSociais ul li a i:hover {
        color: #fff;
        scale: 1.5;
        transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .fundo-cinza {
        background: linear-gradient(to bottom, #e0dddd 90%, white 100%);
        padding-bottom: 4vw;
    }
.showcase{
    display: flex;
}
.susbfp{font-size: medium; opacity: 0.71; text-align: center;}
.susbfp2{font-size: medium; opacity: 0.71; padding-left: 7vw;}

.txt1{
    font-family: "Orbitron", serif;
    text-align: center;
}
.txt2{
    font-family: "Orbitron", serif;
    text-align: center;
}
/*txtp esta somente para constr res*/
.txtp{
    font-family: "Poppins", serif;
    margin-left: 7vw;
    padding-right: 2vw;
}
.txtpjust{
    font-family: "Poppins", serif;
}
.footer-info{
    display: flex; 
    justify-content: center;
}
.footer-infodnv{
    width: 45vw; 
    margin-left:21vw;
}
.footer-info img{
    height: 5vw; 
    width: auto; 
    margin-left: 6vw;
}
.iframe-wrapper {
    display: flex;
    justify-content: center; /* centraliza horizontalmente */
    align-items: center;     /* opcional: centraliza verticalmente também */
    height: 33vw;           /* altura total da tela, pode remover se quiser */
  }
.responsivo-iframe {
    width: 45vw;
    height: 30vw;
    border: none;
  }


  /*knowloadge transplante - stylesheet*/
  .block-knowloadge{
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom: 2vw;

    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.block-knowloadge a{
    display: flex;
}
.block-knowloadge p{
    text-align: start;
    margin-top: 1vw;
    padding: 0;
    justify-content: start;
}
.content-blocks {
    padding: 40px 0;
}

.content-blocks .containertransplante {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
nav .containertransplante {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.containertransplante {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.block {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.block a{
display: flex;
}
.block h3 {
    color: #333;
    margin-top: 0;
}

.block p {
    text-align: start;
    margin-top: 1vw;
    padding: 0;
    color: #666;
    line-height: 1.6;
}
.block1 {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.block1 a{
    display: flex;
    }
    .block1 h3 {
        color: #333;
        margin-top: 0;
    }
    
    .block1 p {
        text-align: start;
        margin-top: 1vw;
        padding: 0;
        color: #666;
        line-height: 1.6;
    }
.buttonKnow {
    width: 7vw;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    margin-top: 15px;
}
.buttonKnow2 {
    width: 8vw;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    margin-top: 15px;
}

.buttonKnow.orange {
    width: 7vw;
    background-color: #ff8c00; /* Cor laranja aproximada */
}

.buttonKnow.black-outline {
    background-color: transparent;
    color: #333;
    border: 1px solid #333;
}
/* Hero Section */
.hero {
    margin: 0;
    padding: 20px 0;
    background-color: #eee;
}

.hero img {
    text-align: center;
    display: block;
    width: 100%;
    height: 10%;
}

/*Knowloadge transplante // FIM*/

/*Header Transplante - stylesheet*/
.search-bar{
    padding-left: 0;
    padding-right: 0;
}
.header-top {
    background-color: #fff;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img {
    width: 10vw; /* Ajuste conforme necessário */
    height: auto;
    margin-right: 10px;
}
.logo p {
    padding: 0;
    margin: 0;
    font-size: 0.8em;
    color: #777;
}
.header-right p {
    padding: 0;
    color: #777;
}
/* Navigation */
nav {
    background-color: #02580f;
    color: #fff;
    padding: 15px 0;
}
nav .containertransplante {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
nav ul li {
    margin-right: 20px;
}
nav ul li a {
    color: #fff;
    text-decoration: none;
}


/*Header transplante // FIM*/


  /*services transplante - stylesheet*/
  nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
  }
  
  nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
  }
  
  nav a.active {
    background-color: orange;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
  }
  main {
    text-align: center;
    padding: 50px 20px;
  }
  
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  
  
  .card:hover {
    transform: translateY(-5px);
  }
  
  .card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  
  .card h3 {
    font-weight: 500;
    font-size: larger;
    color: #333;
    margin: 16px 0 10px;
  }
  
  .card a {
    display: block;
    margin-bottom: 20px;
    color: orange;
    font-weight: bold;
    text-decoration: none;
  }
  /*services transplante - stylesheet // FIM*/
/*Segundo quadro (bg) - Transplante*/

.secspc {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    font-size: 0.8em;
}
.secspc h1{
    font-size: 36px;
}
/*fim*/
.benefit-txt-div{
padding-top: 3vw;
padding-left: 23vw;
}
.benefit-txt{
    justify-content: center;
    width: 55vw;
    font-size: large;
    font-family: "Poppins", serif;
    font-weight: 300;
}
.benefit-content{
    font-family: "Noto Sans", serif;
    font-size: medium;
    margin-left: 2vw;
}
/*FAQ - Area*/

.faq-container {
    padding: 2rem;
  }

  .faq-header {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .faq-subheader {
    color: #888;
    margin-bottom: 2rem;
  }

  .faq-row {
    margin-left: 20vw;
    margin-right: 20vw;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
  }

  .faq-card {
    background-color: #2a2f35;
    border-radius: 10px;
    padding: 1.5rem;
    width: 300px;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
  }

  .faq-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #c7f537;
    color: black;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

  .faq-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #ffcc00;
  }

  .faq-text {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #ccc;
  }

  .faq-footer {
    margin-top: 1rem;
    font-size: 0.8rem;
    color: #aaa;
  }

  .badge-label {
    font-size: 0.6rem;
    position: absolute;
    top: 50px;
    right: 5px;
    color: orange;
  }

  .highlight-box {
    background-color: #a6e22e;
    border-radius: 15px;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    color: black;
    font-weight: bold;
    width: fit-content;
  }

  .orange-button {
    background-color: orange;
    color: black;
    padding: 0.3rem 1rem;
    border-radius: 5px;
    display: inline-block;
    margin-top: 1rem;
    font-weight: bold;
  }

/*FAQ  - FIM*/
.semcriatividade{
    padding-left: 6%; margin-right: 6%;
}
.choosetxt{
    font-family: "Poppins", serif;
    font-size: 130%; 
    margin: 25px;
}
.pos-choosetxt{
    font-family: "Poppins", serif;
    font-size: 130%; 
    padding-top: 70px;
}

@media (max-width: 768px){
/*Pater Noster, qui es in caelis Sanctificétur nomen tuum, Advéniat regnum tuum, Fiat voluntas tua, sicut in caelo, et in terra. 
Panem nostrum quotidiánum da nobis hódie, et dimítte nobis débita nostra, sicut et nos dimíttimus debitóribus nostris. Et ne nos 
indúcas in tentatiónem. Sed líbera nos a malo. Amen.*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  width: 30vw; /* Ajuste conforme necessário */
  height: auto;
  margin-right: 10px;
}
.logo p {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  color: #777;
}
.hero {
  margin: 0;
  padding: 20px 0;
  background-color: #eee;
}


.block-knowloadge{
    width: 95vw;
}
.buttonKnow.orange {
    width: 33vw;
    background-color: #ff8c00; /* Cor laranja aproximada */
}


.containertransplante {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 5vw;
  box-sizing: border-box;
  max-width: 100vw;
  overflow-x: hidden;
}

.containertransplante .block,
.containertransplante .block1 {
  width: 100%;
  box-sizing: border-box;
  padding: 4vw;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.buttonKnow{
  display: block;
  width: 10vw;
  font-size: 4vw;
  padding: 2vw;
  margin-bottom: 1vw;
  text-align: center;
}
.buttonKnow2 {
  display: block;
  width: 35vw;
  font-size: 4vw;
  padding: 2vw;
  margin-bottom: 1vw;
  text-align: center;
}
.block{
    height: 60vw;
}
.buttonKnow{
    width: 30vw;
}
.iframe-wrapper{
    height: 63vw;
}
.responsivo-iframe{
    width: 95vw;
    height: 60vw;
}
.services-grid{
    width: 90vw;
    height: auto;
}
.semcriatividade h2{
  text-align: center;
    margin-left: 7vw;
    width: 95vw;
    font-size: 6vw;
}
.semcriatividade h3{
    margin-left: 7vw;
    width: 80vw;
    font-size: 3.5vw;
}
.choosetxt {
  font-family: "Poppins", serif;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  padding: 1.5rem 1rem;
  margin: 0 auto;
  max-width: 90vw;
  width: 100%;
  text-align: justify;
  box-sizing: border-box;
  word-break: break-word;
  padding-left: 0;
  padding-right: 0;
}

/*cards do capeta*/
.olcards {
  overflow-x: hidden;
}
.olcards li::before {
    content: counter(cardCount, decimal-leading-zero);
    background: white;
    color: var(--cardColor);
    font-size: clamp(1.5rem, 4vw, 2em);
    font-weight: 700;
    transform: translateY(calc(-1 * var(--labelOffset)));
    margin-right: clamp(-1.5em, -4vw, -2em); /* Menor valor negativo para evitar colar demais */
    margin-left: clamp(0.5em, 2vw, 1em); /* Adiciona um pequeno espaçamento interno à esquerda */
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: clamp(0.25em, 1vw, 0.5em);
    min-width: clamp(1.5em, 5vw, 2em); /* Garante largura mínima */
  }
  
  .olcards li .content {
    background-color: var(--cardColor);
    --inlinePadding: clamp(0.5em, 4vw, 1em);
    --boxPadding: clamp(0.25em, 2vw, 0.5em);
    display: grid;
    padding: var(--boxPadding)
      calc(var(--inlinePadding) + var(--arrowClipSize))
      var(--boxPadding)
      calc(var(--inlinePadding) + var(--labelOffset));
    grid-template-areas:
      "icon title"
      "icon text";
    gap: 0.25em 1em;
    clip-path: polygon(
      0 0,
      calc(100% - var(--arrowClipSize)) 0,
      100% 50%,
      calc(100% - var(--arrowClipSize)) 100%,
      calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)),
      0 calc(100% + var(--cardsGap))
    );
    position: relative;
  }
  
  .olcards li .content::before {
    content: "";
    position: absolute;
    width: var(--labelOffset);
    height: var(--labelOffset);
    background: var(--cardColor);
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    filter: brightness(0.75);
  }
  
  .olcards li .content::after {
    content: "";
    position: absolute;
    height: var(--cardsGap);
    width: var(--cardsGap);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
    left: 0;
    top: 100%;
  }
  
  .olcards li .icon {
    grid-area: icon;
    align-self: center;
    font-size: clamp(1.5rem, 5vw, 2em);
  }
  
  .olcards li .content .title {
    grid-area: title;
    font-size: clamp(1rem, 4vw, 1.25em);
  }
  
  .olcards li .content .text {
    grid-area: text;
    font-size: clamp(0.875rem, 3.5vw, 1rem);
  }
  /*cards do capeta - FIM*/
  .pos-choosetxt {
    font-family: "Poppins", serif;
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    padding: 1.5rem 1rem; /* mais controle que vw em texto longo */
    margin: 0 auto;
    max-width: 800px;
    width: 90vw;
    text-align: justify;
    line-height: 1.6;
    box-sizing: border-box;
    word-break: break-word; /* evita estouro de palavras grandes */
    padding-left: 0;
    padding-right: 0;
  }
.secspc {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.secspc h1 {
  text-align: center;
  margin: 0 auto;
  width: 90vw;
  font-size: 6vw;
  display: block;
}
.secspc h1 {
  text-align: center;
  margin: 0 auto;
  width: 90vw;
  font-size: 6vw;
  display: block;
}
.benefit-txt {
  padding-top: 3vw;
  padding-left: 20vw;
  padding-right: 20vw;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  width: 100%;
  line-height: 1.5;
}
.benefit-box {
  width: 90vw;
  max-width: 100%;
  margin: 0 auto 4vw auto;
  padding: 4vw;
  background-color: #333;
  color: white;
  border-radius: 8px;
  box-sizing: border-box;
}
.benefit-txt-div {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.benefit.button.orange {
    margin-bottom: 1vw;
    font-family: "Orbitron", serif;
    width: 40vw;
    background-color: #ff8c00; /* Cor laranja aproximada */
}
.faq-header{
    margin-left: 18vw;
}
.faq-subheader{
    margin-left: 13vw;
}
.footer-info img{
    opacity: 0;
}
.footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-infodnv {
  text-align: center;
  width: 100%;
  margin: 0;
}

.susbfp {
  padding-top: 1vw;
  margin: 0;
}

.susbfp2 {
  padding-top: 0.5vw;
  margin: 0;
  text-align: center;
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
}
@media (max-width: 400px) {
  .olcards li::before {
    margin-left: 0.3em;
    margin-right: -0.7em;
    min-width: 1.7em;
    font-size: 1rem;
  }

  .olcards li .content {
    padding-left: calc(1em + 1.5em); /* espaço pro número */
  }
  .olcards li .content {
    padding: var(--boxPadding)
      calc(var(--inlinePadding) + var(--arrowClipSize))
      var(--boxPadding)
      calc(var(--inlinePadding) + var(--labelOffset));
  }
}