* {
    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,
.rodape p, .copyright p {
    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: calc(6vh + 2rem) 0 2rem 0;
    height: calc(95vh - 4rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.s1-conteudo {
    height: 60vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 3rem;
    padding: 3rem 7.6vw;
    box-sizing: border-box;
}

.s1-txt {
    display: flex;
    flex-direction: column;
    gap: 3vh;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    max-width: 520px;
    flex-grow: 1;
}

.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: 100%;
}

.s1-swiper {
    width: 50%;
    min-width: 0;
}

.hero-swiper {
    width: 100%;
    height: 100%;
}

.hero-swiper .swiper-wrapper {
    padding-bottom: 2.5rem;
}

.hero-swiper .post-card {
    height: 100%;
}

.hero-swiper .post-card-image {
    height: 240px;
}

.hero-swiper .swiper-pagination-bullet {
    background: #00967B;
    opacity: 0.4;
}

.hero-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-prev, .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: none;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    transition: all 0.3s ease;
}

.swiper-next {
    right: 1rem;
}

.swiper-prev {
    left: 1rem;
}

.swiper-prev img, .swiper-next img {
    height: 2.5rem;
    width: 2.5rem;
    z-index: 99;
}

.swiper-prev:hover, .swiper-next:hover {
    cursor: pointer;
    transform: scale(1.05) translateY(-50%);
    background-color: rgba(0, 0, 0, .5);
}

.hero-swiper .swiper-button-disabled {
    opacity: 0.35;
}

.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;
}

/* Posts section */

.s-ultimos-posts {
    overflow: hidden;
    margin-bottom: calc(10vh - 20px);
}

.posts-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 2rem;
    grid-auto-rows: auto;
    margin-bottom: 20px;
}

.post-card {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    background: white;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.post-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.swiper-slide .post-card:hover {
    transform: translateY(0);
    box-shadow: none;
}

.post-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    background-color: #f0f0f0;
}

.post-card-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    flex: 1;
}

.post-card-date {
    font-size: 0.875rem;
    color: #0D5449;
    font-weight: 500;
    font-family: "coolvetica", sans-serif;
}

.post-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0D5449;
    line-height: 1.3;
    font-family: "coolvetica", sans-serif;
}

.post-card-excerpt {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
    flex: 1;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Carregar mais posts button */

.carregar-mais-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    min-height: auto;
}

.botao-carregar-mais {
    padding: 12px 40px;
    border-radius: 15px;
    background-color: rgba(0, 150, 123, 0.1);
    border: 2px solid #00967B;
    color: #00967B;
    font-family: "coolvetica", sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.botao-carregar-mais:hover {
    background-color: rgba(0, 150, 123, 0.2);
    border-color: #00967B;
    color: #00967B;
}

.botao-carregar-mais:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* 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;
    align-items: center;
}

.rodape-resto-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

.rodape-resto-info img {
    height: 2vh;
    object-fit: contain;
}

a.rodape-resto-info {
    color: #0D5449;
    padding: 1rem .5rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: all .2s ease;
}

a.rodape-resto-info:hover {
    background-color: rgba(0, 150, 123, 0.05);
    border: 1px solid rgba(0, 150, 123, 0.2);
}

.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;
    margin-bottom: 5vh;
}

.copyright p {
    text-align: center;
}

.pbot0 {
    padding-bottom: 0;
}

.mbot0 {
    margin-bottom: 0 !important;
}

/* responsividade */

@media (max-width: 1400px) {
    .mobile-oculto {
        display: none !important;
    }

    .empty {
        height: calc(2rem + 6vh);
    }

    .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.active {
        height: 100vh;
    }

    .mobile-menu a {
        z-index: 9999999;
        font-family: "coolvetica", sans-serif;
        font-weight: 500;
        font-size: 1.5rem;
        color: white;
    }

    .mobile-menu a:hover {
        color: #5EFFCD;
    }

    .mobile-menu a.atual {
        color: #5EFFCD;
    }

    .s1-conteudo {
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    .s1-txt {
        align-items: center;
        text-align: center;
        flex-shrink: 0;
    }

    .s1-swiper {
        width: 100%;
    }

    .hero-swiper .post-card-image {
        display: none;
    }

    .pos-s1 {
        transform: translateY(-5vh);
    }
}

@media (max-width: 1300px) {
    .rodape {
        flex-direction: column;
        gap: 5vh;
    }

    .rodape-forms-container, .rodape-resto-container {
        flex-basis: 100%;
    }
}

@media (max-width: 768px) {
    .s1 {
        height: 97vh;
    }

    .s1-txt h1 {
        font-size: 2.5rem;
    }

    .s1-txt h2 {
        font-size: 1.2rem;
        width: 95%;
    }

    .hero-swiper .post-card-image {
        height: 200px;
    }

    .posts-cards-container {
        grid-template-columns: 1fr;
    }

    .post-lista-item {
        gap: 1rem;
    }

    .post-lista-image {
        width: 100%;
        height: 150px;
    }

    .secao {
        padding: 0 4vw;
    }

    .rodape-forms {
        padding: 3vh;
    }

    .rodape-resto {
        padding: 1rem;
    }

    .frase {
        margin-bottom: 5vh;
    }

    .newsletter {
        margin-top: 1rem;
    }

    .inscrever-botao {
        width: 100%;
        border-radius: 50px !important;
    }
}

@media (max-height: 720px) {
    .post-card-excerpt {
        display: none;
    }
}