body {
    margin: 0;
    background-color: #ffffff;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.selector {
    padding: 12px 25px;
    width: fit-content;
    border-radius: 35px;
    margin: 25px 0 35px;
    color: #fff;
    background-color: #01C74D;
    z-index: 10;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.selector select {
    background: none;
    border: none;
    color: #fff;
    font-family: 'Flama', sans-serif;
    font-size: 18px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right -1px top 12px;
    padding-right: 24px;
}

.selector option {
    background-color: #bcbcbc;
    color: #000;
}

.balls {
    display: flex;
    justify-content: center;
    max-height: 500px;
}

.balls img {
    height: 350px;
    object-fit: contain;
}

.descripiton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f2f2f2;
    width: 80%;
    max-width: 330px;
    padding: 20px;
    margin: 35px 0 25px;
    border-radius: 25px;
    z-index: 20;
}

.descripiton .title {
    color: #1d1d1d;
    font-family: 'Flama', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.descripiton .desc {
    color: #000000;
    font-family: 'Flama', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.hidden {
    display: none !important;
}

/* // FONTS // */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: Flama;
    src: url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Thin.woff2) format("woff2"),url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Flama;
    src: url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Ultralight.woff2) format("woff2"),url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Ultralight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Flama;
    src: url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Light.woff2) format("woff2"),url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Flama;
    src: url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Book.woff2) format("woff2"),url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Flama;
    src: url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Medium.woff2) format("woff2"),url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Flama;
    src: url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Semibold.woff2) format("woff2"),url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Flama;
    src: url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Bold.woff2) format("woff2"),url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Flama;
    src: url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Extrabold.woff2) format("woff2"),url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Extrabold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Flama;
    src: url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Black.woff2) format("woff2"),url(https://arte.estadao.com.br/share/fonts/Flama/Flama-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}