body {
	background: #000000;
	color: #ffffff;
    font-family: 'Work Sans', sans-serif;
}
@font-face {
    font-family: GT-Eesti-Pro;
    font-weight: 600;
    src: url("/registro/eventoz8/css/GT-Eesti-Pro-Display-Bold.woff") format("woff"),
	url("/registro/eventoz8/css/GT-Eesti-Pro-Display-Bold.woff2") format("woff2");
	
}
/* ? ----- PORTADA ----- */
.portada {
	width: 100%;
	background: #1a1a1a;

	min-height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: .5s ease-out all;
}

.portada.oculta {
	transform: translateY(100%);
}

.portada .header {
	margin-bottom: 100px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.portada .header .logotipo {
	font-size: 50px;
	font-size: 900;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.portada .header .mensaje {
	font-size: 30px;
	font-weight: 600;
	
}



/* ? ----- MAIN ----- */
main {
	max-width: 800px;
	margin: auto;
	width: 90%;
	padding: 60px 0;
	font-size: 18px;
	line-height: 28px;
	/*text-align: left;*/
	background: #1a1a1a;
}



/* ? ----- Cuenta Regresiva ----- */
#cuenta {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.simply-section {
	background: #ffdd00;
	width: 100px;
	height: 100px;
	/*margin: 0 5px;
	border-radius: 5px;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.simply-amount {
	display: block;
	font-size: 50px;
	font-weight: 500;
}

.simply-word {
	font-weight: 100;
	font-size: 10px;
}
body {
	background: #000000;
}

.container{
max-width:800px;
}
.bgformulario {background:#272727;}
.fs-7{
	font-weight: 150;
	color:#9b7e05;
	font-size:.70rem!important
	
}

.fs-8{
	font-weight: 200;
	color:#414141;
	font-size:.85rem!important
}
.txtpol{
	font-weight: 150;
	color:#747474;
	font-size:.70rem!important
	
}
.rounded-form{border-radius:1rem!important}

.font-awesome .fa{
  /*font-family: 'GT-Eesti-Pro', 'Font Awesome 5 Free';*/
font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif','Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight:501;
}