@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-solid-straight/css/uicons-solid-straight.css');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

body {
    background-image: url(../images/background/white-board.jpg);
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

.box-top {
    width: 100%;
    height: 60%;
    display: flex;
    flex: 1;
    justify-content: space-around;
    position: relative;
}

.box-bottom {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.card1 {
    background-color: #0a5efb;
    width: 18%;
    height: 70%;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
}

.card1 h5 {
    font-size: 5.9rem;
}

.card1 span {
    font-size: 1.4rem;
}

.card2 {
    background-color: #0a5efb;
    width: 18%;
    height: 70%;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
}

.card2 h5 {
    font-size: 4.9rem;
}

.card2 span {
    font-size: 1.4rem;
}

.card3 {
    background-color: #0a5efb;
    width: 18%;
    height: 70%;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
}

.card3 h5 {
    font-size: 3.9rem;
}

.card3 span {
    font-size: 1.4rem;
}

.card4 {
    background-color: #0a5efb;
    width: 18%;
    height: 70%;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
}

.card4 h5 {
    font-size: 5.9rem;
}

.card4 span {
    font-size: 1.4rem;
}

.card5 {
    background-color: #0a5efb;
    width: 18%;
    height: 70%;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
}

.card5 h5 {
    font-size: 5.9rem;
}

.card5 span {
    font-size: 1.4rem;
}


.tab-1 {
    height: 96%;
    width: 22%;
    background-color: white;
    margin-top: 20px;
}

.tab-header {
    background-color: #0a5efb;
    width: 100%;
    height: 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-tab {
    color: white;
    font-weight: 800;
    font-size: 0.9rem;
    transform: translate(0%, 20%);
}

.tab-2 {
    height: 96%;
    width: 22%;
    background-color: white;
    margin-top: 20px;
}

.tab-3 {
    height: 96%;
    width: 22%;
    background-color: white;
    margin-top: 20px;
}

.tab-4 {
    height: 96%;
    width: 22%;
    background-color: white;
    margin-top: 20px;
}

.tab-tab {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.top1 {
    background-color: #ffbf00;
    padding: 15px;
    width: 90%;
    margin-top: 20px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top2 {
    background-color: #1062c6;
    padding: 15px;
    width: 90%;
    margin-top: 20px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.top3 {
    background-color: #1062c6;
    padding: 15px;
    width: 90%;
    margin-top: 20px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.top4 {
    background-color: #e6e5e5;
    padding: 15px;
    width: 90%;
    margin-top: 20px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top1 i {
    margin-top: auto;
}

.top2 i {
    margin-top: auto;
}

.top3 i {
    margin-top: auto;
}

.top4 i {
    margin-top: auto;
}

.nome {
    font-size: 1.2rem;
    font-weight: 600;
}

.invisible {
    visibility: hidden;
}