@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&family=League+Spartan:wght@100..900&display=swap');

*
{
    font-family: "Baloo Bhai 2";
}

#pop-up
{
    display: block;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    background-image: url('../imgs/mbg.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.logo-topright {
    position: absolute;
    top: 60px;
    left: 80px;
    right: auto;
}

.logo-topright img {
    width: 300px;
    height: auto;
    display: block;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

body {
    position: relative;
    background-image: url('../imgs/mbg.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.terms-text {
    position: fixed;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: auto;
    z-index: 1;
}

.terms-text p {
    margin: 0;
    color: #ffffff;
    font-family: "Baloo Bhai 2", sans-serif;
    font-weight: 800;
    line-height: 0.85;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.erro-label {
    font-size: 100px;
    letter-spacing: 2px;
    
}

.erro-number {
    font-size: 250px;
}

.bottom-panel {
    position: fixed;
    bottom: -20px;
    left: 0;
    right: 450px;
    width: auto;
    height: 240px;
    background-color: #e0e0e0;
    border: 10px solid #fbd99c;
    border-radius: 40px;
    z-index: 0;
    overflow: hidden;
}

.bottom-text {
    position: relative;
    z-index: 1;
    margin: 30px 30px 0 30px;
    padding-right: 250px;
    color: #1a1a1a;
    font-family: "Baloo Bhai 2", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.6;
    width: 80%;
}
.reporter img
{
    height: 634px;
}
@media (min-width: 1440px) {
    .bottom-text {
        padding-right: 420px;
    }
}

.reporter {
    position: fixed;
    right: 0;
    bottom: -40px;
    z-index: 2;
    height: 634px;
}

.mesa {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
}

.mesa img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
}
.footer {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 110px;
}

.footer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    top: 0;
    left: 0;
}

.footer-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px 0 40px;
    box-sizing: border-box;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-family: "Baloo Bhai 2", sans-serif;
    font-weight: 700;
    font-size: 19px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-logo img {
    height: 70px;
    width: auto;
    display: block;
    margin-bottom: 20px;
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 99;
}

.footer-socials a img {
    height: 22px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.footer-socials a:hover img {
    opacity: 0.75;
}
@media (min-width: 1440px) {
    .reporter {
        right: 0px;
        bottom: -40px;
    }
}