:root {
    --ClaroP: #ecfde6;
    --EscuroP: #042201;
    --textEscuro: #060e01;
    --corBarra: #18500e;
    --accent: #A8BF27;
    --sombra: #325a11;
    --border: 0.1rem solid rgba(39, 75, 5, 0.616);
    font-size: 10px
}

* {
    margin: 0;
    padding: 0
}

body {
    background: var(--ClaroP)
}

section {
    margin: 0 auto;
    max-width: 1200px
}

.barra {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: var(--border);
    background-color: var(--ClaroP)
}

.barra section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem
}

.links {
    display: flex;
    align-items: center;
    font-size: 2rem
}

.links a {
    margin-left: 1.5rem;
    font-size: 2rem;
    transition: transform .25s, font-weight .25s, color .25s;
    color: var(--EscuroP);

}

.links a:hover {
    transform: scale(1.07)
}

.menu {
    display: none;
    font-size: 3rem
}

@media (max-width:768px) {

    .links a,
    .links.dark a {
        color: #fff
    }

    .links {
        position: absolute;
        top: 5rem;
        right: 2rem;
        background-color: rgba(4, 34, 1, .95);
        flex-direction: column;
        align-items: flex-start;
        border-radius: 10px;
        padding: 0rem 2rem;
        display: none
    }

    .links a {
        margin: 1rem 0;
        font-size: 2rem;
        width: 100%;
        display: block;
    }

    .menu {
        display: block
    }

    .menu.dark {
        color: var(--ClaroP)
    }

    .links.active {
        display: flex;
        animation: .3s fadeIn
    }
}

.imgHome {
    margin-top: 8rem;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.imgHomeImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.homepag {
    max-width: 60rem
}

.homepag h1 {
    color: #fff;
    font-size: 6rem
}

.homepag p {
    color: var(--accent);
    font-size: 2rem;
    font-weight: 100;
    line-height: 1.8;
    padding: 1rem 0
}

.btn {
    background: var(--EscuroP);
    color: #fff;
    padding: 1rem 3rem;
    display: inline-block;
    font-size: 1.7rem;
    border-radius: 15px;
    border: 5px solid transparent;
    transition: transform .2s, background .2s;
    margin-top: 3rem
}

.part1 img,
.parte2 img,
.videoPart {
    border-radius: 15px
}

.btn:hover {
    background: #1a4f0e;
    transform: scale(1.06)
}

.part1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin: 8rem auto;
    padding: 3rem 5rem
}

.part1 img {
    width: 250px;
    height: auto
}

.part1 .texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 500px
}

.part1 h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--EscuroP)
}

.part1 p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: var(--textEscuro)
}

.videoPart {
    background-color: var(--EscuroP);
    padding: 4rem 3rem;
    width: 70%;
    margin: 6rem auto
}

.videoPart h2 {
    color: var(--ClaroP);
    font-size: 3.5rem;
    margin-bottom: 2rem;
    letter-spacing: 1px
}

.videoPart .video-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.videoPart .video-container video {
    width: 90%;
    max-width: 800px;
    aspect-ratio: 16/9;
    background-color: var(--EscuroP);
    border-radius: 10px
}

.parte2 {
    background-color: transparent;
    border-radius: 25px;
    width: 80%;
    margin: 8rem auto;
    gap: 3rem;
    padding: 3rem 5rem;
    box-shadow: 0 0 15px var(--sombra)
}

.parte2 .cPart2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    flex-wrap: wrap
}

.parte2 .texto {
    flex: 1;
    min-width: 300px
}

.parte2 h2 {
    font-size: 3rem;
    margin-bottom: 1rem
}

.parte2 p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: var(--textEscuro)
}

.parte2 img {
    flex: 1;
    max-width: 400px;
    height: auto
}

.botaoMCE,
.cookie-banner {
    position: fixed;
    align-items: center
}

.rodape {
    background: linear-gradient(180deg, #060e01, #042201);
    color: var(--ClaroP);
    padding: 25px 10px;
    font-size: 1.4rem;
    letter-spacing: .5px;
    margin-top: 60px
}

.rodape p {
    margin: 8px 0
}

.rodape p:last-child {
    color: var(--accent);
    font-style: italic;
    font-size: 1.3rem
}

.parte2.dark,
body.dark {
    color: #fff !important
}

.barra.dark {
    background-color: rgba(19, 19, 26, .5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px)
}

body.dark .part1 h2,
body.dark .part1 p,
body.dark .parte2 h2,
body.dark .parte2 p,
body.dark .links a {
    color: #fff
}

body.dark {
    background-color: #042201
}

.botaoMCE {
    bottom: 2rem;
    right: 2rem;
    width: 55px;
    height: 55px;
    background: linear-gradient(145deg, #1f5c0d, #2d7b10);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .4), inset 0 0 5px rgba(255, 255, 255, .1);
    transition: .4s;
    z-index: 100
}

.botaoMCE:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px #2d7b10, 0 0 30px rgba(0, 255, 0, .3)
}

.botaoMCE::before {
    content: "☀︎";
    color: #fff;
    font-size: 1.8rem;
    transition: transform .4s, opacity .4s
}

.botaoMCE.dark {
    background: linear-gradient(145deg, #e5f7d9, #cbe0b8);
    box-shadow: 0 0 10px #a8bf27, 0 0 25px rgba(168, 191, 39, .4)
}

.botaoMCE.dark::before {
    content: "⏾";
    color: #000;
    transform: rotate(-20deg)
}

@media (max-width:900px) {

    .cPart2,
    .part1 {
        text-align: center
    }

    .homepag h1 {
        font-size: 55px
    }

    .homepag p,
    .part1 .texto p {
        font-size: 20px
    }

    .part1 {
        flex-direction: column;
        gap: 28px;
        width: 90%;
        padding: 30px 20px
    }

    .part1 .imgpla {
        max-width: 300px
    }

    .part1 .texto h2 {
        font-size: 30px
    }

    .videoPart {
        width: 80%;
        margin: 5rem auto
    }

    .cPart2 {
        flex-direction: column;
        gap: 30px
    }

    .cPart2 img {
        max-width: 320px
    }
}

@media (max-width:600px) {
    .homepag h1 {
        font-size: 49px
    }

    .homepag p {
        font-size: 17px
    }

    .part1 {
        width: 95%;
        gap: 20px;
        padding: 24px 16px;
        margin: 20px auto
    }

    .part1 .imgpla {
        max-width: 260px
    }

    .part1 .texto h2 {
        font-size: 26px;
        line-height: 1.2
    }

    .part1 .texto p {
        font-size: 18px;
        line-height: 1.4;
        text-align: justify
    }

    .videoPart {
        width: 90%;
        margin: 6rem auto
    }

    .videoPart h2 {
        font-size: 20px
    }

    .videoPart .video-container video {
        width: 100%;
        border-radius: 10px
    }

    .parte2 {
        width: 95%;
        margin: 40px auto;
        padding: 20px 10px;
        box-shadow: none;
        border-radius: 0
    }

    .cPart2 {
        flex-direction: column;
        gap: 24px;
        text-align: center
    }

    .cPart2 .texto h2 {
        font-size: 24px;
        text-align: justify
    }

    .cPart2 .texto p,
    .texto p {
        font-size: 18px;
        text-align: justify
    }

    .cPart2 img {
        max-width: 280px
    }
}

@media (max-width:400px) {
    .homepag h1 {
        font-size: 40px
    }

    .homepag p {
        font-size: 15px
    }

    .part1 .texto h2 {
        font-size: 22px
    }

    .cPart2 .texto p,
    .part1 .texto p {
        font-size: 16px
    }

    .videoPart {
        width: 95%
    }

    .cPart2 img {
        max-width: 240px
    }
}

.cookie-banner {
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ecfde6;
    color: green;
    padding: 20px;
    display: none;
    justify-content: space-between;
    font-family: Arial;
    box-shadow: 0 -4px 12px #325a11;
    z-index: 200
}

.cookie,
.cookie-banner .cookie {
    display: flex;
    width: 100%
}

.cookie {
    align-items: center
}

.cookie-text {
    max-width: 65%;
    line-height: 1.5;
    font-size: 15px
}

.cookie-buttons {
    position: absolute;
    right: 10%
}

.cookies-buttons {
    margin-left: 25vw
}

.cookie-buttons button {
    padding: 10px 16px;
    margin-left: 8px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px
}

#cookie-accept {
    background: #1c6340;
    color: #fff
}

#cookie-reject {
    background: #8c2b2b;
    color: #fff
}

@media (max-width:1100px) {
    .cookie-buttons {
        position: static
    }

    .cookie-banner .cookie {
        display: flex;
        flex-direction: column
    }

    .cookie-text {
        max-width: 100%;
        line-height: 1.5;
        font-size: 15px
    }
}

.menu {
    color: var(--EscuroP)
}

.btn,
.links a {
    text-decoration: none
}

.part1 img,
.videoPart {
    box-shadow: 0 0 10px var(--sombra)
}

.part1 p,
.parte2 p {
    text-align: justify
}

.imgHome,
.rodape,
.videoPart {
    text-align: center
}

*,
.cookie-banner {
    box-sizing: border-box
}

.botaoMCE,
.btn,
.menu {
    cursor: pointer
}