* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    color: white;
    background-color: #E5E5E5;
    border: none;
    
}

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;
}

p strong {
    font-weight: 700;
}

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: all 0.3s ease-in-out;
}

.botao-vidro img {
    height: 2rem;
    width: auto !important;
}

.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;
    opacity: 1 !important;
}

.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,
.claro > .verde > .claro p, .claro > .verde > .claro li {
    color: #0D5449;
}

.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,
.claro > .verde > .claro span {
    color: #00967B;
}

.verde span,
.claro > .verde span,
.verde > .claro > .verde span {
    color: #5EFFCD;
}

.claro > .secao:last-of-type, .verde > .secao:last-of-type {
    margin-bottom: 0;
}

.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-bg {
    background-image: url(assets/img/hero-bg.png);
    height: 105vh;
    background-position: center;
    background-size: cover;
}

.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 {
    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;
    align-items: center;
    text-align: center;
}

.s1-txt h1 {
    font-size: max(5vw, 2rem);
    color: white;
    text-transform: uppercase;
}

.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: all 0.3s ease;
}

.scroll-cta img {
    width: 1.5rem;
    height: 1.5rem;
}

.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);
}

.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);
    pointer-events: none;
}

#cabecalho-alvo {
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, filter 0.6s ease-out;
    pointer-events: none;
}

#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);
    pointer-events: auto;
}

.pos-s1 {
    transform: translateY(-12vh);
}

.ptop0 {
    padding-top: 0;
}

.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;
    width: auto;
}

/* s-ebook-info */

.s-ebook-info, .s-relatorio-info, .s-cartilha-info {
    display: flex;
    gap: 4rem;
}

.esq, .dir {
    flex: 1 0 0;
}

.s-ebook-info .esq,.s-relatorio-info .dir, .s-cartilha-info .esq {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
}

.s-ebook-info .dir img, .s-relatorio-info .esq img, .s-cartilha-info .dir img {
    border-radius: 18px;
    object-fit: contain;
    object-position: center;
    max-width: 500px;
    min-width: 0;
}

.s-ebook-info .dir, .s-cartilha-info .dir {
    display: flex;
    justify-content: flex-end;
}

/* s-ebook-forms */

.s-ebook-forms, .s-relatorio-forms, .s-cartilha-forms {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-right: 0;
    overflow: hidden;
}

.forms-container {
    display: flex;
    flex-direction: column;
    width: 40%;
    height: fit-content;
    border: 1px solid #0A6557;
    padding: 5vh;
    border-radius: 15px;
}

.forms-container h1 {
    margin-bottom: 2rem;
}

.forms {
    width: 100%;
    height: fit-content;
}

.forms {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.forms-campos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.forms-campo {
    display: flex;
}

.forms-input {
    display: flex;
    flex: 1;
    background: none;
    border: 1px solid #0A6557;
    height: 3vh;
    padding: 10px 20px;
    border-radius: 15px;
    color: white;
    font-family: "Poppins", sans-serif;
    outline: none;
}

.mensagem-input {
    min-height: 10rem;
}

.forms-input:focus {
    outline: 1px solid #005445;
}

.forms-input::placeholder {
    color: #005445;
}

.forms-botao {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
    background: none;
    background-color: #0D5449;
    height: 5vh;
    padding: 25px 20px;
    font-size: 1rem;
    outline: none;
    cursor: pointer;
}

.forms-botao p {
    color: white !important;
}

.forms-botao img {
    height: 3vh;
    width: auto;
}

.forms-botao:hover {
    background-color: #00967B;
}

/* 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: #005445 !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: #005445 !important;
}

#ebook-preview, #relatorio-preview, #cart-preview {
    width: 100%;
    height: 68vh;
    aspect-ratio: 16 / 9;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 15px 0 0 15px;
}

/* s-artigos */

.s-artigos {
    overflow: hidden;
}

.swiper-slide {
    height: auto !important;
}

.swiper-wrapper.centralizado {
    justify-content: center;
}

.card-artigo {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-artigo img {
    border-radius: 15px 15px 0 0;
}

.card-resto {
    background-color: #05806B;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 0 0 15px 15px;
    flex: 1;
}

.card-resto p, .card-resto h2 {
    color: #EFFEFA !important;
} 

.card-data {
    background-color: #00332D;
    padding: .5rem 1.5rem;
    border-radius: 12px;
    width: fit-content;
}

.card-data h4 {
    font-weight: 400;
    font-size: 1rem;
    font-family: "coolvetica", sans-serif;
}

.card-artigo .cta {
    margin-top: auto;
}

.swiper-botoes {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    justify-content: flex-end;
}

.swiper-botoes button {
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    opacity: .5;
    transition: all .2s ease;
}

.swiper-botoes button img {
    width: 3rem;
}

.swiper-botoes button:hover {
    opacity: 1;
}

/* s-redes */

.redes {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: height 0.6s ease-in-out;
}

.redes ul {
    list-style: none;
    position: relative;
}

.rede {
    display: flex;
    gap: 4rem;
    border-radius: 15px;
    background-color: #EFFEFA;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.rede[data-active] {
    opacity: 1;
    z-index: 1;
    transition-delay: 0ms;
}

.rede-info, .rede img {
    flex: 1 0 0;
}

.rede-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
}

.rede img {
    object-fit: cover;
    height: 60vh;
    width: 100%;
    border-radius: 15px;
    transform: translateX(2px);
    display: block;
}

.redes-menu {
    display: flex;
    margin-top: 4rem;
    gap: 0;
    position: relative;
    width: 100%;
}

.rede-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem 0;
    border-top: 1px solid rgba(4, 200, 160, .5);
    width: 33.333%;
    flex: 0 0 33.333%;
    opacity: .5;
    cursor: pointer;
    user-select: none;
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.rede-item { display: none; }
.rede-item[data-visible] { display: flex; }

.rede-item[data-active] {
    opacity: 1;
    border-top: 3px solid #00967B;
    transform: translateY(-1px);
}

.rede-item img {
    width: min(5rem, 80%);
}

.rede-item:hover {
    background-color: #c2c2c2;
    transition: none;
}

/* rodape */

.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 {
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
    padding: 5vh;
    border-radius: 15px;
    width: 100%;
    height: fit-content;
}

.rodape-forms h1 {
    margin-bottom: 2rem;
}

.contato-forms {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contato-campos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contato-campo {
    display: flex;
}

.contato-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 {
    outline: 1px solid white;
}

.contato-input::placeholder {
    color: white;
}

.contato-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;
    font-size: 1rem;
    outline: none;
    cursor: pointer;
}

.contato-botao p {
    color: white !important;
}

.contato-botao img {
    height: 3vh;
    width: auto;
}

.contato-botao:hover {
    border: 1px solid rgba(94, 255, 205, 0.8);
    background-color: rgba(94, 255, 205, 0.05);
}

.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 .cta {
    align-items: center;
    height: 3.5rem;
    width: 3.5rem;
}

.social-icons .cta img {
    object-fit: contain;
    object-position: center;
    height: 1.3rem;
}

.social-icons .cta a {
    width: 100%;
    padding: 0;
    justify-content: center;
}

.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;
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
}

.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 !important;
    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);
}

.copyright {
    display: flex;
    justify-content: center;
}

.pbot0 {
    padding-bottom: 0;
}

.mbot0 {
    margin-bottom: 0 !important;
}

/* responsividade */

@media (max-width: 1300px) {
    .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;
    }

    .pos-s1 {
        transform: translateY(-5vh);
    }

    /* formularios */

    .s-ebook-forms, .s-relatorio-forms, .s-cartilha-forms {
        flex-direction: column;
        justify-content: center;
        padding-right: 7.6vw;
    }

    .forms-container {
        width: 100%;
        box-sizing: border-box;
    }

    #ebook-preview, #relatorio-preview, #cart-preview {
        border-radius: 15px;
    }
}

@media (max-width: 1250px) {
    .rede {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .rede img {
        height: 40vh;
    }
}

@media (max-width: 1000px) {
    .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: 900px) {
    .s-ebook-info, .s-cartilha-info {
        flex-direction: column;
    }

    .s-ebook-info .dir, .s-cartilha-info .dir, .s-relatorio-info .esq {
        display: flex;
        justify-content: center;
    }

    .s-relatorio-info {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .s1-txt h2 {
        font-size: 1rem;
    }
}