* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    background-image: url('assets/img/Background.png');
    background-size: cover;
    background-position: top ;
    font-family: "Poppins", sans-serif;
    color: white;
}

h1, h2, h3 {
    font-family: "coolvetica", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
}

p {
    font-weight: 300;
    line-height: 1.5;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

span {
    color: #5EFFCD;
}

.mobile-cabecalho-container, .mobile-menu {
    display: none;
}

.botao-vidro {
    display: flex;
    gap: 1rem;
    align-items: center;
    width: fit-content;
    padding: 12px 30px;
    border-radius: 15px !important;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500 !important;
    font-family: "coolvetica", sans-serif;
    font-size: 20px;
    color: #5EFFCD !important;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.botao-vidro p {
    font-weight: 500 !important;
}

.botao-vidro:hover {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.secao {
    padding: 0 7.6vw;
    margin-bottom: 10vh;
}

.claro, .verde {
    background-color: #E5E5E5;
    padding: 10vh 0;
    border-radius: 30px;
}

.claro > .verde, .verde > .claro {
    margin-bottom: 10vh;
}

.verde {
    background-color: #0A6557;
}

.claro p, .claro li, .verde > .claro p, .verde .claro li {
    color: #636363;
}

.verde p, .verde li,
.claro > .verde p, .claro > .verde li,
.verde > .claro > .verde p, .verde > .claro > .verde li {
    color: white;
}

.claro span, .verde > .claro span {
    color: #005445;
}

.verde span, .claro > .verde span {
    color: #5EFFCD;
}

.claro > .secao:last-of-type, .verde > .secao:last-of-type {
    margin-bottom: 0;
}

.bottom-layer {
    padding: 0;
    padding-bottom: 10vh;
}

.frase {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
    text-align: center;
    margin-bottom: 10vh;
}

.gradient-txt.g1 {
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 111%;
    width: fit-content;
}

.gradient-txt.g2 {
    background: linear-gradient(to right, #00967B 0%, #003027 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 111%;
    width: fit-content;
}

.gradient-txt.g3 {
    background: linear-gradient(to right, #04C8A0 0%, #0A6557 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 111%;
    width: fit-content;
}

.gradient-txt.g4 {
    background: linear-gradient(to right, #5EFFCD 0%, #00967B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 111%;
    width: fit-content;
}

.gradient-txt.g5 {
    background: linear-gradient(to left, #5EFFCD 0%, #005445 120%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 111%;
    width: fit-content;
}

img {
    max-width: 100%;
}

/* seção 1 */

.s1 {
    padding: 5vh 0 2rem 0;
    height: calc(95vh - 2rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.s1-conteudo-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.s1-conteudo {
    height: 60vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 7.6vw;
    box-sizing: border-box;
}

.s1-conteudo img {
    width: 30%;
}

.s1-txt {
    display: flex;
    flex-direction: column;
    gap: 3vh;
    width: 60%;
}

.s1-txt h1 {
    font-size: 6vw;
    text-transform: uppercase;
    color: white;
}

.s1-txt span {
    color: #5EFFCD;
}

.s1-txt h2 {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
    width: 80%;
}

.scroll-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 10px 5px;
    width: 150px;
    border-radius: 10px;

    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease, padding 0.3s ease;
}

.scroll-cta img {
    width: 2vw;
    height: 2vw;
    transition: transform 0.3s ease;
}

.scroll-cta span {
    color: white;
}

.scroll-cta:hover {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 5px 15px 5px;
}

.scroll-cta:hover img {
    transform: translateY(5px);
}

.logo {
    display: flex;
    justify-content: center;
    margin-bottom: 2vh;
}

.logo img {
    height: 6vh;
}

.cabecalho {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    height: 7vh;
    width: 100%;
    border-radius: 0 0 15px 15px;
    padding: .5rem 0;
    
    font-family: "coolvetica", sans-serif;
    font-style: normal;

    font-size: 22px;
    
    position: sticky;
    top: 0;
    z-index: 1000;
    background: transparent;
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
}

.cabecalho a {
    color: white;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.cabecalho .atual {
    color: #5EFFCD;
}

.cabecalho a:hover {
    color: #5EFFCD;
}

.cabecalho-rolagem {
    background-color: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.escondido {
    opacity: 0;
    filter: blur(5px);
}

#cabecalho-alvo {
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, filter 0.6s ease-out;
}

#cabecalho-alvo.visivel {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    background-color: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.secao-titulo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 4vh;
    width: 84.8vw;
}

.secao-titulo p {
    font-weight: 500 !important;
    font-family: "coolvetica", sans-serif;

}

.linha-fade {
    height: 1px;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.5);
    mask-image: linear-gradient(to right, white 20%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, white 20%, transparent 100%);
    opacity: .5;
}

.linha-fade.light-theme {
    background-color: rgba(99, 99, 99, 0.5);
}

/* seção 2 */

.parceiros-container {
    overflow: hidden;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
}

.logos-parceiros {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    width: fit-content;
    margin-top: 5vh;
    animation: scroll 15s linear infinite;
    padding: 1rem 0;
}

@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.logos-parceiros img {
    width: 8rem;
}

.logo-pequena {
    width: 6rem !important;
}

/* seção 3 */

.s3 {
    display: flex;
    flex-direction: column;
    gap: 10vh;
    align-items: center;
}

.dados-impacto {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 4rem;
    column-gap: 2rem;
    width: 100%;
}

.dado-imp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    text-align: center;
}

.dado-imp h1 {
    font-size: 4rem;
}

.s3 > .dado-imp h1 {
    font-size: 5rem;
}

/* seção 5 */

.produto {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.produto > div {
    display: flex;
    flex-direction: row;
}

.prod-desc {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1 1 35%;
}

.prod-topicos {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.prod-topico p span {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "coolvetica", sans-serif;
}

.prod-topico p {
    font-size: 1.2rem;
    color: #EFFEFA !important;
}

.prod-fluxo {
    display: flex;
    flex: 1 1 65%;
    margin-left: 8rem;
    align-items: center;
}

.prod-etapas-container {
    display: flex;
}

.prod-etapa {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.etapa-tempo, .etapa-nome {
    text-align: center;
}

.etapa-nome {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
    background-image: url(assets/img/fluxo-forma2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.prod-fluxo .prod-etapa:first-of-type .etapa-nome {
    background-image: url(assets/img/fluxo-forma1.png);
}

.etapa-nome h4 {
    display: flex;
    justify-content: center;
    width: 80%;
    font-weight: 500;
    font-family: "coolvetica", sans-serif;
    font-size: 1.2rem;
}

.etapa-topicos {
    width: 90%;
}

.etapa-topicos ul li {
    margin-left: 2rem;
    font-weight: 300;
}

.produto > div:has(.prod-entregaveis) {
    flex-direction: row;
}

.prod-entregaveis, .publico-alvo {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3rem 5rem 3rem .5rem;
    border-radius: 15px;
}

.prod-entregaveis.light-theme, .publico-alvo.light-theme {
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
    border: none;
}

.prod-entregaveis.light-theme p, .publico-alvo.light-theme p {
    color: white;
}

.prod-entregaveis.green-theme, .publico-alvo.green-theme {
    background: none;
}

.prod-entregaveis.green-theme p, .publico-alvo.green-theme p {
    color: white;
}

.prod-entregaveis {
    flex: 1 1 55%;
}

.ent-titulo {
    display: flex;
    justify-content: center;
    margin-left: 4.5rem;
}

.ent-topicos {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.ent-topico {
    display: flex;
    gap: 1rem;
}

.ent-topico h3 {
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 1.4rem;
}

.ent-topico img {
    width: 4rem;
    height: 2px;
    margin-top: calc(0.75rem - 1px);
}

.produto > div > div:has(.publico-alvo) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex: 1 1 45%;
    margin-left: 4rem;
}

.publico-alvo {
    text-align: end;
    padding: 3rem;
    height: fit-content;
    gap: 1.5rem
}

.publico-alvo h1 {
    align-self: flex-end;
}

.prod-duracao {
    display: flex;
    flex-direction: column;
    align-items: end;
    align-self: flex-end;
}

.prod-duracao p {
    text-transform: uppercase;
    transform: translateY(10px);
}

.prod-duracao h1 {
    font-size: 3.5rem;
}

.s6, .cases-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.s6 {
    margin-bottom: 0;
}

.cases-container {
    align-items: stretch;
    overflow: hidden;
}

.botao-cases {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    margin-right: 10rem;
    justify-content: flex-end;
}

.botao-cases button {
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    opacity: .5;
    transition: all .2s ease;
}

.botao-cases button img {
    width: 3rem;
}

.botao-cases button:hover {
    opacity: 1;
}

.prod-case-card {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(to right, #00967B 0%, #005445 100%);
    clip-path: inset(0 round 15px);
}

/* .prod-case-card.curadoria {
    height: 55vh !important;
} */

.case-status, .startup-vb {
    display: flex;
    padding: .5rem 0;
    font-family: "coolvetica", sans-serif;
    justify-content: center;
}

.case-status p, .startup-vb p {
    letter-spacing: .8px;
    font-weight: 400;
    color: white !important;
}

.case-resto {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    width: calc(100% - 4px);
    flex: 1;
    border-radius: 0 0 13px 13px;
    box-sizing: border-box;
    background-color: #E5E5E5;
    overflow-y: auto;
    scrollbar-width: thin; /* Barra fina */
    scrollbar-color: #00544560 transparent; /* Cor da barra e do track */
}

.sangria {
    height: 2px;
}

.case-desc p {
    color: #7A8095 !important;
    overflow-wrap: anywhere;
    font-size: .9rem;
    margin-top: .5rem;
}

.case-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.curadoria .case-logos {
    height: 5rem;
}

.case-logos img {
    width: 8rem;
    object-fit: contain;
    object-position: center;
}

.tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.tag {
    background-color: red;
    border-radius: 8px;
    padding: 0.3rem 1.5rem;
    width: fit-content;
    font-family: "coolvetica", sans-serif;
}

.tag p {
    color: white !important;
    font-size: .9rem;
    letter-spacing: .8px;
    font-weight: 400;
}

.tag.min { background-color: #D17A24;}
.tag.cur-tec { background-color: #73ABB7; }
.tag.met { background-color: #4B4F52; }
.tag.ref-liv { background-color: #C93334; }
.tag.sust { background-color: #236538; }
.tag.inc { background-color: #830000; }
.tag.agro { background-color: #6A8F4E; }
.tag.emp { background-color: #8D03BF; }
.tag.livre { background-color: white; }
.tag.saude { background-color: #770B34; }
.tag.quim { background-color: #5A3E8C; }
.tag.outros { background-color: black; }
.tag.livre p {
    color: #00967B !important;
}

.produto.p2 > div > .prod-desc {
    flex: 1 1 60%;
    margin-right: 4rem;
}

.produto.p2 > div > .publico-alvo {
    flex: 1 1 40%;
}

.produto.p2 > div:has(.publico-alvo) {
    align-items: center;
}

.p2-fluxograma {
    flex-direction: column !important;
    gap: 1rem;
}

.p2-fluxograma .frase {
    margin-bottom: 4rem;
}

.metodologia-bg {
    padding-top: 0;
}

.metodologia-bg > .secao {
    margin-bottom: 0;
}

.prog-metodologia {
    flex-direction: column !important;
}

.prog-metodologia > img {
    margin-bottom: 1rem;
}

.metod-etapa {
    display: flex;
}

.metod-etapa.linha-invertida {
    flex-direction: row-reverse;
}

.etapa-desc {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1 1 50%;
    margin-right: 4rem;
}

.metod-etapa.linha-invertida .etapa-desc {
    margin-right: 0;
    margin-left: 4rem;
    text-align: end;
    align-items: flex-end;
}

.etapa-duracao {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.metod-etapa.linha-invertida .etapa-duracao {
    align-self: flex-end;
}

.etapa-duracao p {
    text-transform: uppercase;
}

.etapa-duracao h1 {
    font-size: 3.5rem;
}

.etapa-entregaveis {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
    padding: 3rem 5rem 3rem .5rem;
    border-radius: 15px;
}

.link-etapa {
    display: flex;
    justify-content: center;
}

.link-etapa.espelhado img {
    transform: scaleX(-1);
    transform-origin: center;
}

.link-etapa img {
    width: 80%;
}

.gradient-txt span {
    -webkit-text-fill-color: white
}

.trilha-disclaimer {
    margin-top: 4rem;
}

.s6-5 {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.s-programas {
    display: flex;
    flex-direction: column;
    gap: 10vh;
    overflow: hidden;
}

.prog-container {
    display: flex;
    flex-direction: column !important;
    gap: 2rem;
}

.prog-container > h1 {
    align-self: flex-start;
}

.prog-fechados-swiper .swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto !important;
}

.programa {
    height: 100%;
}

.programa .case-status {
    width: 100%;
}

.programa .case-status.conc {
    background: linear-gradient(to right, #2E03EC 0%, #8D03BF 100%);
}

.programa .case-resto {
    width: auto;
    height: 100%;
}

.programa .case-logos {
    gap: 4rem;
    height: 9rem;
}

.programa .case-logos > img {
    width: 30%;
    max-width: 10rem;
}

.programa .case-parceiros {
    display: flex;
    gap: 1rem;
    align-items: center;
    color: #00967B;
}

.programa .parceiros-logos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.programa .parceiros-logos img {
    width: 5rem;
}

.prog-abertos-container {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    gap: 2rem;
}

.prog-abertos .case-status.em-and {
    background: linear-gradient(to right, #00967B 0%, #005445 100%);
}

/* .programa.aberto {
    height: 50vh !important;
} */

.programa.aberto .case-logos {
    height: 4rem;
}

.s-forms {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-right: 0;
    overflow: hidden;
}

.forms-download {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5vh;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    flex: 1 1 500px;
    margin-left: 0;
}

#pdf-viewer-iframe {
    width: 100%;
    height: 68vh;
    aspect-ratio: 16 / 9;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 15px 0 0 15px;
}

.forms-download h1 {
    margin-bottom: 4vh;
}

.campos {
    display: flex;
    flex-direction: column;
    gap: 1vh;
    margin-bottom: 4vh;
}

.campo {
    display: flex;
}

.input {
    display: flex;
    flex: 1;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 3vh;
    padding: 1.3rem 1rem;
    border-radius: 15px;
    color: white;
    font-family: "Poppins", sans-serif;
    outline: none;
}

.input::placeholder {
  color: #BFDAD3;  /* cor desejada */
  opacity: 1;      /* evita transparência padrão do browser */
}

/* WebKit (Chrome/Safari antigos) */
.input::-webkit-input-placeholder { color: #BFDAD3; opacity: 1; }

/* Edge/IE */
.input:-ms-input-placeholder { color: #BFDAD3; }
.input::-ms-input-placeholder { color: #BFDAD3; }

.input:focus {
    outline: 1px solid white;
}

.baixar-botao {
    flex-direction: row;
    gap: 3vh;
    align-items: center;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 5vh;
    padding: 1.8rem;
    outline: none;
    cursor: pointer;
}

.baixar-botao span {
    -webkit-mask-image: linear-gradient(to right, black 40%, transparent 125%);
    mask-image: linear-gradient(to right, black 40%, transparent 125%);
}

.baixar-botao img {
    height: 3vh;
    width: auto;
}

.baixar-botao:hover {
    border: 1px solid rgba(94, 255, 205, 0.8);
    background-color: rgba(94, 255, 205, 0.05);
}



/* seção 7 */

.s7 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.s7 p {
    color: #00967B !important;
}

.s7 span {
    color: #05806B !important;
}

.s7 .frase {
    margin-bottom: 0;
}

.contato-maria {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.contato-maria > img {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;

}

.contato-maria > div {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.maria-social {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.maria-social img {
    width: 1.5rem;
}

.maria-social a {
    transition: all .2s ease;
}

.maria-social a:hover {
    transform: scale(1.1);
}

.s7 > a img {
    height: 2rem;
}

.reto-embaixo {
    border-radius: 30px 30px 0 0;
}

/* seção 8 */

.s8 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    overflow: hidden;
}

.startups-swiper {
    width: 100%;
}

/* COMENTAR ISSO SE HOUVER MAIS DE DOIS PROGRAMAS ABERTOS */
.swiper-wrapper.centralizado {
    justify-content: center;
}

.startup-card {
    display: flex !important;
    flex-direction: column;
    border-radius: 15px;
    background-color: #E5E5E5;
    height: 100%;
    box-sizing: border-box;
}

.programa .case-status.em-and {
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
}

.startup-vb {
    border-radius: 15px 15px 0 0;
    height: 2rem;
}

.startup-vb.vb1 {
    background-color: #B60B55;
}

.startup-resto {
    display: flex !important;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    height: 100%;
}

.startup-logo {
    display: flex;
    justify-content: center;
    height: 7rem;
}

.startup-logo img {
    width: 30%;
    max-width: 8rem;
    object-fit: contain;
}

.startup-desc p {
    color: #7C7A7A;
    font-size: .9rem;
    margin-top: .5rem;
}

.startup-desc p span {
    color: #00967B;
    font-weight: 400;
}

.startup-card .cta {
    margin-top: auto;
}

.cta {
    position: relative;
    display: grid;
    width: fit-content;
}

.cta > * {
    grid-area: 1/1;
}

.cta .bg, .cta .hover {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
    border-radius: 12px;
}

.cta .hover {
    background: linear-gradient(to right, #04C8A0 0%, #0A6557 100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.cta:hover .hover {
    opacity: 1;
}

.cta a {
    display: flex;
    padding: 1rem 1.5rem;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    border-radius: 12px;
    color: white;
    font-family: "coolvetica", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: none;
    z-index: 2;
}

.cta a img {
    height: 2rem;
}

.startups-btn {
    display: flex;
    justify-content: center;
}

/* rodapé */

.rodape {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: fit-content;
    margin-bottom: 5vh;
}

.rodape-forms-container {
    display: flex;
    flex-basis: 50%;
    height: fit-content;
}

.rodape-forms, .ebook-cta {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5vh;
    border-radius: 15px;
    width: 100%;
    height: fit-content;
}

.rodape-forms h1 {
    margin-bottom: 2rem;
}

.contato-forms, .ebook-forms {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contato-campos, .ebook-campos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contato-campo, .ebook-campo {
    display: flex;
}

.contato-input, .ebook-input {
    display: flex;
    flex: 1;
    background: none;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 3vh;
    padding: 10px 20px;
    border-radius: 15px;
    color: white;
    font-family: "Poppins", sans-serif;
    outline: none;
}

.mensagem-input {
    min-height: 10rem;
}

.contato-input:focus, .ebook-input:focus {
    outline: 1px solid white;
}

.contato-input::placeholder, .ebook-input::placeholder {
    color: white;
}

.contato-botao, .ebook-botao {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
    background: none;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 5vh;
    padding: 25px 20px;
    color: white;
    font-size: 1rem;
    outline: none;
    cursor: pointer;
}

.contato-botao img, .ebook-botao img {
    height: 3vh;
    width: auto;
}

.contato-botao:hover, .ebook-botao:hover {
    border: 1px solid rgba(94, 255, 205, 0.8);
    background-color: rgba(94, 255, 205, 0.05);
}

/* Override autofill (Chrome/Edge/Safari) */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.08) inset;
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.08) inset;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s;
}

/* variante quando o campo está em foco após autofill */
input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.14) inset;
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.14) inset;
}

/* Firefox */
input:-moz-autofill, textarea:-moz-autofill, select:-moz-autofill {
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

.rodape-resto-container {
    display: flex;
    flex-basis: 50%;
    justify-content: center;
    height: fit-content;
}

.rodape-resto {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
}

.rodape-logo {
    height: 7vh;
    object-fit: contain;
}

.rodape-resto-infos {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}

.rodape-info-linha {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
}

.rodape-resto-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

.rodape-resto-info img {
    height: 2vh;
    object-fit: contain;
}

.social-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.social-cta h2 {
    text-align: center;
}

.social-icons {
    display: flex;
    flex-direction: row;
    gap: 1vw;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;

    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1vw;
    border-radius: 15px;
    transition: background-color 0.2s ease, border 0.2s ease;
}

.social-icons a:hover {
    border: 1px solid rgba(94, 255, 205, 0.8);
    background-color: rgba(94, 255, 205, 0.05);
}

.social-icons img {
    height: 2vh;
    width: auto;
}

.newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsletter-forms {
    display: flex;
    flex-direction: row;
}

.newsletter h2 {
    color: #5EFFCD;
    margin-bottom: 1rem;
    text-align: center;
}

.newsletter-campos {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 50px;
    padding: 0.3rem;
    border: 1px solid white;
}

.newsletter-input {
    background: none;
    border: none;
    height: 3vh;
    width: 80%;
    padding: 10px 20px;
    border-radius: 50px 0 0 50px;
    color: white;
    font-family: "Poppins", sans-serif;
    outline: none;
}

.newsletter-input:focus {
    outline: none;
}

.newsletter-input::placeholder {
    color: white;
    opacity: 1;
}

.inscrever-botao {
    flex-direction: row;
    gap: 3vh;
    align-items: center;
    background: none;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 500px !important;
    height: 5vh;
    padding: 25px 20px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    outline: none;
    cursor: pointer;
}

.inscrever-botao:hover {
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.1);
}

/* Override autofill (Chrome/Edge/Safari) */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s; /* evita "flash" do navegador */
}

/* variante quando o campo está em foco após autofill */
input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
}

/* Firefox */
input:-moz-autofill, textarea:-moz-autofill, select:-moz-autofill {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
}

.copyright {
    display: flex;
    justify-content: center;
}

@media (max-width: 1400px) {
    .dados-impacto {
        grid-template-columns: 1fr 1fr;
    }

    .dado-imp:last-child {
        grid-column: 1 / -1;
    }

    .produto > div:has(.prod-fluxo) {
        flex-direction: column;
        gap: 4rem;
    }

    .prod-fluxo {
        justify-content: center;
        margin-left: 0;
    }
}

@media (max-width: 1100px) {
    .mobile-oculto {
        display: none !important;
    }

    .logo {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo a {
        height: fit-content;
    }

    .mobile-cabecalho-container {
        display: flex;
        width: 100%;
        height: auto;
    }

    .mobile-cabecalho {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        padding: 1rem 0;
        width: 100%;
        position: fixed;
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 999999;
        transition: background-color 0.3s ease;
    }

    .mobile-cabecalho.change {
        background-color: rgba(255, 255, 255, 0);
    }

    .menu-hamburguer {
        display: inline-block;
        cursor: pointer;
    }
    
    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 3px;
        background-color: #ffffff;
        margin: 6px 0;
        transition: 0.4s;
    }
    
    .change .bar1 {
        transform: translate(0, 8px) rotate(-45deg);
    }
    
    .change .bar2 {opacity: 0;}
    
    .change .bar3 {
        transform: translate(0, -9px) rotate(45deg);
    }

    .mobile-menu {
        height: 0;
        position: fixed;
        top: 0; left: 0; right: 0;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: height 0.3s ease;
        z-index: 999998;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }

    .mobile-menu.change {
        height: 100vh;
    }

    .mobile-menu a {
        z-index: 9999999;
        font-family: "coolvetica", sans-serif;
        font-weight: 500;
        font-size: 1.5rem;
        color: white;
    }

    .s1-conteudo {
        flex-direction: column;
        padding: calc(6vh + 2rem) 7.6vw 0 7.6vw;
    }

    .s1-txt {
        width: 100%;
    }

    .produto > div:has(.publico-alvo) {
        flex-direction: column;
        gap: 4rem;
    }

    .produto > div > div:has(.publico-alvo){
        margin-left: 0;
    }

    .produto.p2 > div > .prod-desc {
        margin-right: 0;
    }

    .publico-alvo {
        text-align: center;
    }

    .publico-alvo h1 {
        align-self: center;
    }

    .prod-duracao {
        align-self: center;
        align-items: center;
        gap: 1rem;
    }

    .linha-fluxo, .p2-fluxograma img {
        display: none;
    }

    .metodologia-bg {
        padding-top: 10vh;
    }

    .p2-fluxograma .frase {
        margin-bottom: 2rem;
    }

    .botao-cases {
        margin-right: 2rem;
    }

    .s-forms {
        flex-direction: column;
        padding-right: 7.6vw;
    }

    #pdf-viewer-iframe {
        border-radius: 15px;
    }
}

@media (max-width: 1000px) {
    .bottom-layer {
        padding-bottom: 1px;
    }

    .rodape {
        flex-direction: column;
        gap: 3rem;
        margin-bottom: 0;
    }

    .rodape-forms-container, .rodape-resto-container {
        width: 100%;
    }

    .rodape-forms {
        padding: 2rem;
    }

    .rodape-info-linha {
        flex-direction: column;
    }

    .social-icons a {
        width: 3rem;
        height: 3rem;
    }

    .newsletter {
        margin-top: 1rem;
    }

    .copyright {
        margin-bottom: 5vh;
    }

    .copyright p {
        text-align: center
    }
}

@media (max-width: 950px) {
    .prog-metodologia {
        gap: 4rem;
    }

    .metod-etapa {
        flex-direction: column;
        gap: 2rem;
    }
    
    .metod-etapa.linha-invertida {
        flex-direction: column;
    }

    .etapa-duracao {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

    .link-etapa {
        display: none;
    }
}

@media (max-width: 768px) {
    .s1 {
        justify-content: space-between;
    }

    .s1-conteudo {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 2rem;
        padding-top: 1rem;
    }

    .s1-conteudo img {
        width: 60%;
        flex: 1;
        object-fit: contain;
    }

    .s1-txt {
        width: 100%;
    }
    
    .s1-txt h1 {
        font-size: 3rem;
    }
    
    .s1-txt h2 {
        font-size: 1.2rem;
    }

    .scroll-cta {
        margin-top: 0;
    }

    .scroll-cta img {
        height: 1.5rem;
        width: 1.5rem;
    }

    .dados-impacto {
        grid-template-columns: 1fr;
    }

    .prod-etapas-container {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }

    .prod-fluxo .prod-etapa:first-of-type .etapa-nome {
        background: none;
    }

    .prod-etapa {
        display: flex;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 15px;
        padding: 2rem;
    }

    .prod-entregaveis {
        padding-right: 2rem;
    }

    .publico-alvo {
        padding: 2rem;
    }

    .etapa-nome {
        background: none;
        height: auto;
        margin-bottom: 1rem;
        padding: 0;
    }

    .etapa-nome h4 {
        width: 100%;
        font-size: 1.8rem;
    }

    .etapa-topicos {
        text-align: center;
    }

    .etapa-topicos ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .etapa-entregaveis {
        padding-right: 2rem;
    }

    .forms-download {
        padding: 2rem;
    }

    .startup-logo img, .programa .case-logos > img {
        width: auto;
        max-width: 9rem;
    }

    .programa .case-parceiros {
        flex-direction: column;
    }

    .programa .case-logos {
        height: 12rem;
    }
}