body {
	background-color: #000000;
	background-image: url('/bg_hexagono.jpeg');
	background-repeat: repeat;
}

.textos {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
}

h2 {
	font-family: "Bebas Neue", serif;
	font-weight: 400;
	font-style: normal;
	color: rgb(246, 203, 69);
	font-size: 36px;
}

.div-logo {
	display: flex;
	justify-content: center;

}

.logo {
	margin-top: 50px;
	width: 250px;
	margin-bottom: 50px;
}

.vendedor {
	border-radius: 100px;
	width: 120px;
	height: auto;
	margin-bottom: 30px;
}

p {
	font-weight: 400;
        font-style: normal;
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-align: left;
        padding-left: 12px;
        padding-right: 12px;
}

.b24-form-sign-abuse {
	display: none !important;
}