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: 3vw;
}

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

.logo {
	margin-top: 10vh;
	margin-bottom: 10vh;
	width: 20vw;
}

.vendedor {
	border-radius: 100vw;
	width: 7vw;
	height: auto;
	margin-bottom: 2vh;
}

p {	
	font-weight: 400;
	font-style: normal;
	color: rgb(255, 255, 255);
	font-size: 1vw;
	text-align: left;
}

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