.navbar-main-cit {
    padding: 0 40px;
    width: 100%;
    height: 75px;
    background-color: rgb(44, 42, 38);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-container {
    width: 52.5%;
    height: 100%;
    background-color: rgb(44, 42, 38);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-container-cit {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: calc(100% - 85px);
    background-image: url("./../images/back_cit.webp");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
}

.premium-text {
    display: flex;
    justify-content: center;
    font-family: GodFather;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
    align-items: center;
    max-height: 70px;
    width: 100%;
    text-shadow: 5px 5px 5px #000;
}

.premium-text .name {
    color: white;
    margin-right: 10px;
}

.premium-text .value {
    color: rgb(57, 224, 54);
    margin-top: 13px;
}

.premium-text-pag {
    display: flex;
    justify-content: center;
    font-family: GodFather;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
    align-items: center;
    max-height: 70px;
    width: 100%;
    text-shadow: 5px 5px 5px #000;
}

.premium-text-pag .name {
    color: white;
    margin-right: 10px;
}

.premium-text-pag .value {
    color: rgb(57, 224, 54);
    margin-top: 13px;
}

.boxs-container {
    width: 100%;
    padding: 110px 50px;
    display: flex;
    justify-content: center;
    gap: 40px 150px;
    flex-wrap: wrap;
}

.boxs-container .box {
    height: 250px;
    width: 250px;
    border-radius: 10px;
    /*
    background: rgba(255, 255, 255, 0.6);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
        rgba(0, 0, 0, 0.22) 0px 15px 12px;
    */
}

.avatar-container {
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 10px 20px;
}

.avatar {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.description-container {
    color: white;
    text-shadow: 0 0 2px black, 0 0 3px black;
    display: flex;
    flex-direction: column;
    flex: 2;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.premium-since {
    color: white;
    text-shadow: 0 0 2px black, 0 0 3px black;
    margin-top: 20px;
}
