body {
    /* background: url("/imagem/background.png"); */
    background-color: #054e1b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: initial;
    background-position-y: center;
    min-height: 100vh;
    font-family: 'Ubuntu', sans-serif;
}

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
    width: 100vw;
}

.gradientTransparent {
    background: linear-gradient(to top,
            rgb(14, 48, 9) 0%,
            transparent 100%);
    position: relative;
}

/* .gradientGreenBefore::before {
    content: "";
    position: absolute !important;
    top: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top,
            #2F941B 0%,
            #2F941B 30%,
            transparent 100%);
    z-index: 1;
} */
.beforeGradient::before {
    content: "";
    position: absolute !important;
    top: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top,
            #12330C 0%,
            #12330C 50%,
            transparent 100%);
    z-index: 1;
}

.afterGradient::after {
    content: "";
    position: absolute !important;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom,
            #16350E 0%,
            #16350E 50%,
            transparent 100%);
    z-index: 1;
}

.imgBeforeAfterGradient::before {
    content: "";
    position: absolute !important;
    top: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top,
            #12330C 0%,
            #12330C 50%,
            transparent 100%);
    z-index: 1;
}

.imgBeforeAfterGradient::after {
    content: "";
    position: absolute !important;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom,
            #16350E 0%,
            #16350E 50%,
            transparent 100%);
    z-index: 1;
}

.bg-gradient {
    background: linear-gradient(to bottom, rgb(29, 58, 19), rgba(0, 40, 0, 1)), url('/imagem/background.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

h1 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.unset-border-box {
    box-sizing: unset !important;
}

.button {
    padding: 0.4rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.375rem;
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.button:hover {
    background: rgb(0, 168, 0);
    color: white;
    box-shadow: 0 0 10px rgba(0, 168, 0, 0.5);
}

.button-outline {
    background: transparent;
    border: 1px solid rgb(0, 168, 0);
    border-radius: 1rem;
    color: white;
    font-weight: bold;
}

.button.light {
    color: rgb(0, 168, 0);
}

.button.light:hover {
    color: white;
}

.button.big {
    font-size: 1.2rem;
    padding: 0.6rem 1.2rem;
}

.button.active {
    background: rgb(0, 168, 0);
    box-shadow: 0 0 10px rgba(0, 168, 0, 0.5);
    color: white !important;
}

.animateUpDown {
    animation: upDown 2s infinite alternate;
}

.showLightHighLow {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    height: 15px;
    border-radius: 100%;
    animation: lightHighLow 2s infinite alternate;
}

.hideMain {
    opacity: 0;
    display: none !important;
}

.transitionMainUnhide {
    opacity: 0;
    display: flex;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    animation: fade-in 0.7s forwards;
    transform: translateY(0);
}

@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fade-in 0.7s forwards;
}

.delay-200 {
    animation-delay: 0.2s;
}

.delay-600 {
    animation-delay: 0.3s;
}

.delay-400 {
    animation-delay: 0.4s;
}

.delay-1000 {
    animation-delay: 0.4s;
}

.button-designer {
    padding: 30px 30px !important;
    border-radius: 60px !important;
    color: black !important;
    border: 3px solid #10C346 !important;
    font-weight: normal !important;
}

.writing-vertical-lr {
    writing-mode: vertical-lr;
    text-orientation: upright;
}

.language-selector {
    position: relative;
    display: inline-block;
}

.language-selector .current-lang {
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.language-selector .current-lang img {
    margin-right: 8px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #054e1b;
    border-radius: 5px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transform: translateX(-80%);
}

.dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.dropdown-content a img {
    margin-right: 8px;
}

.dropdown-content a:hover {
    background-color: #05240ec6;
}

.language-selector.dropedMenu .dropdown-content {
    display: block;
}

.lgpd-banner {
    position: fixed;
    bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    text-transform: none;
    left: 10%;
    width: 80%;
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: center;
    font-family: sans-serif;
    z-index: 1000;
}

.lgpd-banner p {
    margin: 0;
    padding: 0 15px 15px 20px;
    display: inline-block;
}

.lgpd-banner button {
    background-color: #0d9435;
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 10px;
}

.lgpd-banner button:hover {
    background-color: #10C346;
}

.lgpd-banner strong {
    color: #10C346;
    font-weight: 700;
}

#deny-lgpd {
    background-color: #8a0b0b;
}

#deny-lgpd:hover {
    background-color: #a50e0e;
}

@keyframes lightHighLow {
    0% {
        filter: brightness(1) drop-shadow(0 0 10px rgba(0, 77, 0, 0.5)) blur(3px);
    }

    100% {
        filter: brightness(0.5) drop-shadow(0 0 10px rgba(0, 68, 0, 0.5)) blur(3px);
    }
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 168, 0, 0.5);
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 168, 0, 0.7);
}

::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 168, 0, 0.9);
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-button {
    background-color: transparent;
}

::-webkit-scrollbar-button:hover {
    background-color: rgba(0, 168, 0, 0.3);
}

::-webkit-scrollbar-button:active {
    background-color: rgba(0, 168, 0, 0.5);
}

::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 168, 0, 0.1);
}

::-webkit-scrollbar-track:active {
    background-color: rgba(0, 168, 0, 0.2);
}

.animatedPump {
    animation: upDown 4s infinite;
}