* {
    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);
    position: relative;
}

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

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

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

.desc-left {
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

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

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

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

.touro {
    position: relative; 
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: -10%; 
}

.maintenance-desc {
    position: relative; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

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



.touro .banner-moca {
    position: relative; 
    max-width: 100%;
    z-index: 1;
}

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

.bola-seta {
   width: 3%;
}

.footer-text{
    background-color: #171717;
    min-height: 15%;
    padding: 2% 40%;
}

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

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

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

.footer-lucky img{
    width: 50%;
    margin-top: 4%;
    margin-bottom: 4%;
} 

