/**************************************************************
 *	PROGRAMADO POR: Javier Rico Motos y Sergio Santos Belmonte
 *	EMAIL: info@zuinqstudio.com
 *	WEB: http://www.zuinqstudio.com
 *	© Todos los derechos reservados
 ***************************************************************/
* {
	box-sizing: border-box;
}

/*
@media only screen and (orientation:landscape) and (max-width: 1000px) {
	#turn { display:inline-flex !important; }
	#contenido { display:none; }
}

@media only screen and (orientation:portrait) and (max-width: 1000px) {
	#turn { display:none; }
	#contenido { display:block; }
}
 */

#turn {
	display: none;
	height: 100vh;
	width: 100%;
	justify-content: center;
	align-items: center;
	font: 7cqw 'Tungsten';
}

h1 {
	color: #ffa400;
	font-size: 13cqw;
	margin: 0;
	text-shadow: #00000066 0 2px 4px;
}

h2 {
	font-size: 12cqw;
	margin: 0;
	text-shadow: #00000066 0 2px 4px;
}

h3 {
	font-size: 8cqw;
	margin: 0 55px;
	text-shadow: #00000066 0 2px 4px;
}

h4 {
	font-size: 7cqw;
	font-weight: 600;
	margin-bottom: 0;
	text-shadow: #00000066 0 2px 4px;
}

button {
	position: relative;
}

div.wrapper-messages {
	position: absolute;
	width: 100%;
}

div.message span {
	padding-left: 0;
}

div.formulario fieldset {
	padding: 0 20px;
	width: 100%;
}

div.g-recaptcha {
	align-self: center;
}

div.formulario fieldset form {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
}

div.formulario fieldset label {
	padding: 0;
}

div.formulario fieldset label.input-error span.error {
	font-size: 1em;
}

div.formulario fieldset label.input-error input.inputTexto {
	border: none;
	border-bottom: 1px solid #ff6666;
	background-color: transparent;
}

div.formulario fieldset label span.label-label,
div.formulario fieldset label span.label-label a {
	color: white;
	font-family: 'Tungsten';
	font-size: 5cqw;
}

div.formulario fieldset label input[type="text"],
div.formulario fieldset label input[type="email"],
div.formulario fieldset label input[type="check"],
div.formulario fieldset label input[type="file"] {
	background: none;
	border: none;
	border-bottom: 1px solid white;
	color: white;
	font-family: 'Tungsten';
	font-size: 5cqw;
}

div.formulario fieldset label input[type="file"] {
	border-bottom: none;
	font-size: 3cqw;
}

div.formulario fieldset div.input-file {
	border-bottom: 1px solid white;
	color: white;
	display: inline-flex;
	font-family: 'Tungsten';
	font-size: 5cqw;
	justify-content: space-between;
	margin-top: 15px;
	padding-left: 15px;
}

div.formulario fieldset div.input-file label {
	margin: 0;
}

div.formulario fieldset div.input-file input {
	margin-bottom: -10px;
}

span.field-info {
	color: white;
	font-size: 5cqw;
	margin-top: 5px;
	text-align: right;
}

body.promo div#contenido #contenido-promo button {
	background: transparent;
	display: inline-flex;
	align-self: center;
	align-items: center;
	justify-content: center;
	padding: 0;
}

body.promo div#contenido #contenido-promo button img {
	width: 60%;
}

body.promo div#contenido #contenido-promo button span {
	font-family: 'Tungsten';
	font-size: 6cqw;
	font-weight: bold;
	position: absolute;
	text-shadow: #00000066 0 2px 6px;
	text-transform: none;
	margin-bottom: 10px;
}

body.promo {
	background-color: #f8f9f9;
}

body.promo button {
	min-width: 0;
}

body.promo div#contenido {
	color: white;
	font-family: 'Tungsten';
	height: 100vh;
}

body.promo div#contenido img#background {
	object-fit: cover;
	position: absolute;
	height: 100vh;
	width: 100%;
	z-index: -1;
}

body.promo div#contenido #contenido-promo {
	display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
	overflow-y: auto;
	text-align: center;
}

body.promo div#contenido .partial-height {
	height: 65% !important;
	overflow-y: visible !important;
}

body.promo div#contenido .partial-height .enviar-participacion {
	margin-top: 50px;
}

body.promo div#contenido #contenido-promo > div {
	z-index: 1;
}

body.promo div#contenido #contenido-promo .label-input .label-label,
body.promo div#contenido #contenido-promo label .ayuda {
	display: none;
}

/* Mensajes */
div.message {
	border: 0;
	margin: 0;
}

div.message p {
	margin: 0 !important;
}

div.message {
	border: 0;
	clear: none;
	float: none;
	width: auto;
	text-align: center;
	background-image: none !important;
	font-family: 'sanslight';

	border-width: 0;
	padding: 1em;
	font-size: 1.3em;
	text-shadow: none;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

div.message span {
	display: inline-block;
}

div.message.error {
	background-color: #ff6969;
	color: #7e252d;
}

div.message.error span {
	background: transparent url(../img/iconos/icono-error.png) no-repeat 12px 50%;
}

div.message.warning {
	background-color: #fbf6c0;
	color: #a1a061;
}

div.message.warning span {
	background: transparent url(../img/iconos/icono-aviso.png) no-repeat 12px 50%;
}

div.message.success {
	background-color: #cefab0;
	color: #43773d;
}

div.message.success span {
	background: transparent url(../img/iconos/icono-success.png) no-repeat 12px 50%;
}

div.message.info {
	background-color: #d7f3fc;
	color: #4699b5;
}

div.message.info span {
	background: transparent url(../img/iconos/icono-info.png) no-repeat 12px 50%;
}

form {
	margin: 0;
}

.canvas-selfie {
	display: flex;
	height: 100vh;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.canvas-selfie canvas {
	height: 100%;
	width: 100%;
}

#buttons-background {
	align-self: center;
	background: url("../img/bg_selector.png") center center no-repeat;
	background-size: contain;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 6px;
	width: 60%;
}

body.promo div#contenido #contenido-promo #buttons-background img {
	width: 100%;
}

#button-take-photo {
	align-self: center;
	margin-top: 15px;
}

.buttons-footer button {
	position: relative;
}

.buttons-footer button span {
	font-size: 5cqw !important;
	font-weight: 600 !important;
}

.buttons-footer form {
	display: inline-flex;
}

body.promo div#contenido #contenido-promo .buttons-footer img {
	width: 95%;
}

body.promo div#contenido #contenido-promo .buttons-footer .icon-button span {
	margin-left: 10%;
}

body.promo div#contenido #contenido-promo .buttons-footer img.icon {
	position: absolute;
	left: 0;
	margin-bottom: 7px;
	margin-left: 13%;
	width: 20%;
}

img#selfie-background {
	height: 100vh;
	position: absolute;
	object-fit: cover;
	opacity: 0.5;
	width: 100%;
	z-index: -1;
}

div#selfie-wrapper {
	align-self: center;
	border-radius: 40px;
	box-shadow: #00000088 0 2px 50px;
	height: 70%;
	position: relative;
	width: 80%;
}

div#selfie-wrapper img {
	border-radius: 40px;
	box-shadow: #00000088 0 2px 50px;
	object-fit: cover;
	width: 100%;
}

.enviar-participacion {
	margin-top: 11px;
}

img#logo {
	margin: 10px auto 0 auto;
	width: 56%;
}

.promo-popup {
	position: absolute;
	height: 100%;
	width: 100%;
}

.promo-popup #box {
	background: #000000DD;
	display: inline-flex;
	border-radius: 32px;
	flex-direction: column;
	margin-top: 24%;
	padding: 14% 0 10% 0;
	width: 90%;
}

#cookies #box > span {
	padding: 0% 10% 0% 10%;
}

.promo-popup #box > span {
	font-family: "Gotham";
	font-size: 5cqw;
}

.promo-popup #box > span#description {
	font-family: "Gotham Pro";
	font-size: 3cqw;
	margin-top: 30px;
}

.promo-popup #box #options {
	display: inline-flex;
	margin-top: 10%;
}

.promo-popup #box #options button img {
	width: 80% !important;
}

#wrapper-form-result {
	height: 100%;
}

#wrapper-form-result form {
	height: 100%;
}

.result-container {
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.result-info-wrapper {
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
}

.result-title {
	font-size: 10cqw;
	text-shadow: #00000066 0 2px 4px;
}

.result-text {
	color: #ffa400;
	font-size: 8cqw;
	text-shadow: #00000066 0 2px 4px;
}

.result-description {
	font-size: 5cqw;
	margin: 0 10px;
}

#links {
	display: inline-flex;
	background: #00000066;
	justify-content: space-evenly;
	padding: 10px;
}

#links a {
	color: white;
	font-size: 4cqw;
	font-weight: 300;
	text-decoration: none;
}
