@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;400;600&display=swap');
:root {
    --header-home-height: 390px;
    --header-height: 315px;
    --background-color-base: #ffd5af;
    --color-base: #231f20;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: 'Kanit', sans-serif;
}
body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased !important;
    overflow-y: scroll;
    overflow-x: hidden !important;
    color: var(--color-base);
	background: url('../images/bg.png') no-repeat top center;	
	background-color: black;
	background-size: cover;
}
.hide {
    display: none;
}
.btn {
	border: none;
}
.center {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.topo img {
	height: 300px;
}
.rodape img {
	width: auto;
	max-height: 100px;
	margin-bottom:24px;
}
.roleta {
	min-height: calc(100vh -(135px* 2));
}
.roleta .skills-wheel {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 300px;
    height: 300px;
}
.roleta .skills-wheel .btn, .roleta .skills-wheel .btn-inactive {
    width: 100%;
    height: 100%;
    background: url('../images/button.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.roleta .skills-wheel .btn:active {
    margin-top: -2px;
}
.roleta .wheel {
    border: 12px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    width: 100%;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
.roleta .wheel li {
    font-size: 12px;
    font-size: 1.2rem;
    height: 50%;
    line-height: 18px;
    list-style: none;
    left: 69%;
    margin: 0 0 0 -106px;
    padding: 0;
    position: absolute;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    top: 0;	
	width: 39.552238806%;
}
.roleta .wheel li img {
    width: 97%;
}
.roleta .wheel li:before {
    display: none;
}
.roleta .wheel a {
    color: #ffffff;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 48px;
    width: 100%;
}
.roleta .wheel li:nth-child(1) {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.roleta .wheel li:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.roleta .wheel li:nth-child(3) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.roleta .wheel li:nth-child(4) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.roleta .wheel li:nth-child(5) {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.roleta .wheel li:nth-child(6) {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.roleta .wheel li:nth-child(7) {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.roleta .wheel li:nth-child(8) {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}
.roleta .wheel li:nth-child(odd) img {
    -webkit-opacity: 1;
    -moz-opacit: 1;
    opacity: 1;
}
.text-copy {
    background: white;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 3px;
}
.text-copy button, .text-copy input {
    border: 0px solid black;
    font-weight: bold !important;
}
.text-copy input {
    padding-left: 5px;
    height: 35px;
}
.text-copy button {
    background: url(../images/copy.png) no-repeat center center;
    width: 35px;
    height: 25px;
    background-size: contain;
}
@media (min-width: 768px) {
    .roleta .wheel li img {
        width: 100%;
    }
    .roleta .wheel li {
        left: 50.5%;
		width: 38.552238806%;
    }
    .roleta .skills-wheel {
        width: 560px;
        height: 560px;
        transform: scale(1);
    }
	.topo img {
	height: 500px;
	}
}
@media (min-width: 992px) {
    .roleta .skills-wheel {
        width: 560px;
        height: 560px;
    }
}
@media (min-width: 1200px) {
    .roleta .skills-wheel {
        width: 560px;
        height: 560px;
    }
}