main {
	/* position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	height: 100%;
	min-height: 100vh; */
	background-image: url(/assets/img/2023/fondo.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.embed-responsive-4by5::before {
	padding-top: 80%;
}

.embed-responsive-69::before {
	padding-top: 69%;
}

.container-fluid {
	max-width: 992px;
}

.fondo-paso-2 {}

.invalid-tooltip {
	top: calc(100% - 1rem);
}

.ruleta {
	position: relative;
	top: 0;
	left: 15%;
	right: 0;
	width: 70%;
	z-index: 3;
}

img#img-flecha {
	position: absolute;
	top: 33%;
	left: 40%;
	width: 20%;
}

.form-group label {
	color: #720084;
	text-align: right;
	font-weight: bold;
}

.carousel-item {
	min-height: 100vh;
}

#hacerGirarBoton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

label,
input,
.btn {
	font-family: 'Nunito Sans', sans-serif !important;
}

.form-group label {
	text-align: right;
	color: white;
}

.fondo-form {
	background-color: #32c8c8e3;
	padding: 0.5rem;
}