@font-face {
  font-family: 'futura';
  src: url('fonts/FuturaLT-Condensed.woff');
  src: url('fonts/FuturaLT-Condensed.woff2');
  font-weight: regular;
}
@font-face {
  font-family: 'futura';
  src: url('fonts/FuturaLT-CondensedBold.woff');
  src: url('fonts/FuturaLT-CondensedBold.woff2');
  font-weight: bold;
}
* {
	margin:0;
	padding:0;
}
body {
	font-family: 'futura';
	background:#000;
}
.video {
  width: 100%;
  height: auto;
  margin-top:2rem;
}
.btnlink {
    color: #CDB277;
    text-transform: uppercase;
    width: fit-content;
	padding:1rem 2rem;
	display:block;
    font-size: 2rem;
    margin: 3rem auto;
	text-decoration:none;
	border:2px solid #000;
}
.btnlink:hover {
	border:2px solid #CDB277;
}
header img {
	display:block;
	margin:2rem auto;
	max-width:70%;
	width:500px;
}
header p {
	color:#CDB277;
	text-transform:uppercase;
	text-align:center;
	font-size:1.75rem;
}
#optin p {
	color:#CDB277;
	text-transform:uppercase;
	text-align:center;
	font-size:2rem;
	margin:2rem 0;
}
#optin a {
	display:inline-block;
	background:#CDB277;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	font-size:2rem;
	padding:0.5rem;
	font-weight:bold;
	border-radius:100px;
	margin:0 1rem;
	width:200px;
	text-decoration:none;
}
h2 {
	color:#CDB277;
	text-transform:uppercase;
	text-align:center;
	font-size:2rem;
	margin:3rem 0;
	font-weight:bold;	
}
h1 {
	color:#CDB277;
	text-transform:uppercase;
	text-align:center;
	font-size:3rem;
	font-weight:bold;	
}
header p#faltan {
	font-size:2.5rem;
	font-weight:bold;
	margin-top:0.75rem;
}
.campo, .enviar {
	margin:1rem;
}
.campo input,.campo select, .enviar input, .campo textarea {
	display:block;
	font-family: 'futura';
	margin:2rem;
	font-size: 1.1rem;
	padding:0.2rem 1rem;
	width:100%;
	margin:auto;
	border: 2px solid #CDB277;
	border-radius:100px;
	text-align:center;
	max-width:700px;
	box-sizing:border-box;
}
.btntrivia {
	display:block;
	font-family: 'futura';
	font-size: 2rem;
	padding:0.3rem 1rem;
	width:100%;
	margin:0.7rem auto;
	border: 2px solid #CDB277;
	border-radius:100px;
	text-align:center;
	max-width:700px;
	box-sizing:border-box;
	background:#ddd;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.bl {
	color:#fff;
}
.campo textarea {
	min-height:110px;
	resize:none;
	overflow:hidden;
	border-radius:1rem;
}
.campo select.gris{
  color: #999999;
}
.campo select option {
  color: #000;
}
.campo select option:first-child {
  color: #999999;
}
.campo input.error,.campo select.error, .enviar input.error, .campo textarea.error {
	border-color:#F75757
}
.errorcampo {
	color:#F75757;
	text-align:center;
	font-size:1rem;
	margin-top:0.25rem;
}
.minibtn {
	display:block;
	text-align:center;
    color: #CDB277;
    text-transform: uppercase;
    text-align: center;
	margin:0.5rem auto;
    font-size: .75rem;	
}
.cierre {
    color: #CDB277;
    text-transform: uppercase;
    text-align: center;
	margin:0.5rem auto;
	margin-top:-2rem;
	max-width:400px;
    font-size: 2.5rem;
}
.cierre_old {
	display:block;
	margin:auto;
	max-width:90%;
}
.cierre2 {
    color: #CDB277;
    text-transform: uppercase;
    text-align: center;
	margin:0.5rem auto;
	max-width:400px;
    font-size: 1.6rem;
}
.cierre3 {
    color: #CDB277;
    text-transform: uppercase;
    text-align: center;
	margin:0.5rem auto;
	max-width:400px;
    font-size: 1.6rem;
	font-weight:bold;
}
.enviar {
	font-weight:bold;
	background:#E6D295;
}
#slider {
	margin-top:2rem;
	overflow:hidden;
	position:relative;
}
#slider > div {
	width:400%;
	display:flex;
}
#slider > div img {
	width:25%;
}
#slider ul {
	position:absolute;
	bottom:7%;
	left:0;
	right:0;
	display:flex;
	justify-content:center;
}
#slider ul li {
	display:block;
	list-style:none;
	width:16px;
	height:16px;
	border: 2px solid #CDB277;
	border-radius:20px;
	margin:0 6px;
	cursor:pointer;
}
#slider ul li.activo {
	background:#fff;
}
#hero img {
	display:block;
	max-width:100%;
}
.subtit {
    color: #CDB277;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.8rem;
    margin: -2.5rem 0 2rem 0;
}
.mec {
	text-align:centeR;
	font-size:1.3rem;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
}
.mec p {
	padding:5px 10px;
}
#cupon {
	display:block;
	margin:1.3rem auto;
	max-width:90%;
	width:800px;
}
#latacierre {
	display:block;
	margin:1.3rem auto;
	max-width:90%;
	width:500px;
}
#nombreypuntos {
	display:flex;
	max-width:1200px;
	margin:0.5rem auto;
	justify-content:space-between;
	text-transform:uppercase;
	font-size:1.2rem;
}
#npregunta {
    color: #CDB277;
    text-transform: uppercase;
    text-align: center;
	margin-bottom:-2rem;
    font-size: 1.6rem;
}
.mec p.b {
	font-weight:bold;
}
#pie {
	max-width:1200px;
	display:flex;
	justify-content:space-around;
	margin:2rem auto;
}
#pie img {
	width:16%;
}
#redes {
	display:block;
	max-width:1200px;
	display:flex;
	justify-content:center;
	margin:2rem auto;
	align-items:center;
}
#redes img {
	display:block;
	max-width:30px;
	max-height:30px;
    margin:0 0.7rem;
}
#optin {
	min-height:100vh;
	padding:2rem 0;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	text-align:center;
}
#optin img.logoptin {
	width:500px;
}
#optin img {
	max-width:90%;
	display:block;
}
#bases {
	color:#CDB277;
	max-width:900px;
	margin:auto;
}
#bases p {
	padding:10px;
}
#bases a {
	color:inherit;
}
#checkbox {
	max-width:700px;
	margin:auto;
	text-transform:uppercase;
	font-size:1.1rem;
	display:flex;
	justify-content:space-between;
	color:#CDB277;
}
#checkbox a {
	color:inherit;
}
#checkbox label {
	display:inline-block;
	margin:0 7px;
}
@media (min-width:700px) {
	.solomob {
		display:none !important;
	}
}
@media (max-width:700px) {
	.solodesk {
		display:none !important;
	}
	.marginmob, #pie {
		margin:0 15px;
	}
	#checkbox {
		padding:0 1rem;
		font-size:0.8rem;
	}
}
@media (max-width:900px) {
	header p, #optin p, #optin a {
		font-size: 1.3rem;
	}
	#optin a {
		width:25%;
	}
	header p#faltan {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	h1 {
		font-size: 3rem;
	}
}