body {
    color: #FFFFFF;
    background-color: #000000;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }

header {
    background-color: transparent;
    padding: 10px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: right;
    margin-top: 20px; 
    margin-right: 9000px; 
}



.cartoes {
    width: calc(33% - 20px);
    background: #090909;
    text-align: center;
    border-radius: 22px;
    padding: 20px 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    box-shadow: 0 0 0 0.5px rgb(255, 255, 255);
  }


estnames {
    font-size:5mm;
    color: #A6A6A6;
    font-family: Arial, sans-serif;

}

catname {
    font-size: 7mm;
}

cmdname {
    font-size: 6mm;
    font-family: Arial, sans-serif;
}

est {
    font-size: 8mm;
}

descname {
    font-size: 6mm;
    color:#A6A6A6;
    font-family: Arial, sans-serif;
}


.left-section {
    display: flex;
    align-items: center;
}

.right-section {
    display: flex;
}

ml {
    line-height: 2.2; 
}

.right-section a,
.menu-icon,
.mobile-menu a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-family: sans-serif;
    margin-left: 20px;
    transition: color 0.3s ease; 
}

.right-section a:hover,
.menu-icon:hover,
.mobile-menu a:hover {
    color: #FFFFFF;
}

.menu-icon {
    font-size: 24px;
    cursor: pointer;
    display: none;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
}

.mobile-menu a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    margin: 5px 0;
    transition: color 0.3s ease; 
}

.mobile-menu.show a {
    color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
    .right-section {
        display: none; 
    }

    .menu-icon {
        display: block;
    }
    
    .mobile-menu.show {
        display: flex;
    }
}

tit {
    font-size: 20mm;
    text-align: right;
    color:#8C52FF;
    font-family: 'Adam Script';
    src: url('adamscript.ttf'); 
}


@font-face {
    font-family: 'Adam Script';
    src: url('adamscript.ttf');
}

comp {
    font-size: 15mm;
    text-align: right;
    font-family: 'Dancing Script';
    src: url('dancingscript.ttf');
}


@font-face {
    font-family: 'Dancing Script';
    src: url('dancingscript.ttf'); 
}

desccomp {
    color:#A6A6A6;
    font-family: Arial;
    font-size: 5mm;

}

titus {
    font-size: 5mm;
    text-align: center;
    color:#b3b3b3;
    font-family: 'Montserrat', sans-serif;
}

titusw {
    font-size: 5mm;
    text-align: center;
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
}

yumi {
    color: #9669F1
}

compg {
    color: #a985f3
}

desc {
    font-size: 7mm;
    text-align: center;
    color:#b3b3b3;
    font-family: "Roboto", sans-serif;
}




.custom-button {
    display: inline-block;
    padding: 15px 25px;
    margin: 10px;
    border: #FFFFFF;
    color: #fff;
    background-color: #000000;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}



.custom-button:hover {
    background-color: #292929; 
}

.button-container {
    text-align: center;
}

.logo-image {
    max-width: 70px;
    height: auto; 
}

nm1 {
    font-size: 8mm;
    font-family:  'Montserrat', sans-serif;
}

nvd {
    font-size: 10mm;
    font-family: sans-serif;
}

nvd1 {
    font-size: 7mm;
    font-family: sans-serif;
}

dt {
    font-size: 5mm;
    color:#b3b3b3;
    font-family: sans-serif;
}

dt1 {
    font-size: 7mm;
    font-family: sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0; 
    overflow-x: hidden;
}



.estatistica {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.item {
    flex: 1;
}

.icone {
    font-size: 36px;
    margin-bottom: 10px;
}

.numero {
    font-size: 45px;
    font-weight: bold;
}

.linha {
    width: 50%;
    height: 2px; 
    background-color: #333; 
    margin-top: 20px; 
    margin-bottom: 20px; 
}

.thr hr {
    background-color: #b30f98;
    height: 5px;
    border: none;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.thr {
    width: 450px;
    justify-content: center;
}


.custom-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #7609f3;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 16px;
}

.sup-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1a181d;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 16px;
}

.login-button {
    display: inline-block;
    padding: 10px 10px;
    background-color: #7609f3;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
}


.footer {
    color: #fff; 
    padding: 20px;
    text-align: center;
}

roxu {
    color:#7609f39d;
}

text9 {
    color:#b3b3b3;
    font-family: sans-serif;
}

nav {
    display: none;
}


.footer a {
    color: #fff; 
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline; 
}

.custom-buttons:hover {
    background-color: #292b2e; 
}

.buttons-container {
    text-align: center;
}

.custom-buttons {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(20, 20, 20);
    color: #fff;
    text-decoration: none;
    border-radius: 14px;
    font-size: 16px;
}

.servers {
    width: 50mm; /* Defina a largura desejada para a imagem */
    height: auto;
  }