* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Neulis";
    src: url("./fonts/NeulisAlt-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Neulis-Bold";
    src: url("./fonts/NeulisAlt-Bold.ttf") format("truetype");
}

html {
    scroll-behavior: smooth;
}

.bg-green {
    background: linear-gradient(to left, #121212, #004121);
}

.maintenance-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.maintenance-header img {
    max-width: 35%;
    margin-top: 2%;
}

.green-line {
    border: none;
    border-top: 1px solid #00D24C;
    margin: 2% 0;
}

.maintenance-desc {
    padding: 5% 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.maintenance-desc h1 {
    font-family: "Neulis", sans-serif;
    color: #8ee234;
    font-size: 1.5rem;
}

.maintenance-desc h2 {
    margin-top: 5%;
    font-family: "Neulis", sans-serif;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.maintenance-desc p {
    margin-top: 5%;
    font-family: "Neulis", sans-serif;
    color: #fff;
    font-size: 0.8rem;
}

.touro {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.touro .touro-img {
    max-width: 70%;
    transform: scaleX(-1);
}

.touro .banner-moca {
    max-width: 100%;
}

.container-touro {
    position: relative;
}

.touro .banner-moca {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 100%;
    z-index: 1;
}

.touro .bola-seta {
    position: absolute;
    top: 49.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.bola-seta {
   width: 3%;
}

.footer-text{
    background-color: #171717;
    margin-top: -20%;
    z-index: 3;
    position: absolute;
    min-height: 15%;
}

.ft-desc{
    font-family: "Neulis", sans-serif;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    font-weight: 500;
    margin-top: 5%;
}

.footer-text{
    padding: 2% 30%;
}

.btn-contact-us{
    background-color: #00f45a;
    border-radius: 0.4rem;
    text-align: center;
    padding: 0.5rem 1rem;
    margin-top: 10%;
    cursor: pointer;
    margin-bottom: 10%;
    text-decoration: none;
    font-family: "Neulis-Bold", sans-serif;
    font-size: 0.8rem;
    color: #fff;
}

.footer-lucky{
    display: flex;
    justify-content: center;
}

.footer-lucky img{
    width: 75%;
    margin-top: 25%;
    margin-bottom: 8%;
}
