/* GLOBALES */
@font-face {
	font-family: 'Code Pro';
	font-weight: normal;
	src: url(fonts/code-pro-normal.eot);
	src: url(fonts/code-pro-normal.eot?#iefix) format("embedded-opentype");
	src: url(fonts/code-pro-normal.otf) format("truetype"), url(fonts/code-pro-normal.woff) format("woff"), url(fonts/code-pro-normal.svg#wf) format("svg")
}

@font-face {
	font-family: 'Code Pro';
	font-weight: bold;
	src: url(fonts/code-pro-bold.eot);
	src: url(fonts/code-pro-bold.eot?#iefix) format("embedded-opentype");
	src: url(fonts/code-pro-bold.otf) format("truetype"), url(fonts/code-pro-bold.woff) format("woff"), url(fonts/code-pro-bold.svg#wf) format("svg")
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(fondo-cuerpo.jpg) top center no-repeat;
	font-family: 'Code Pro', Arial, sans-serif;
	color: #fff;
	padding-bottom: 7vw;
	background-color: #000;
	background-size:cover;
}

a {
	text-decoration: none;
}

sup {
	text-transform: lowercase
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.cuerpo {
	margin: 4vw auto;
}

.cabezal {
	text-align: center;
}

.cabezal .logo {
	display: inline-block;
	width: 20vw;
	float: left;
	margin-left: 6vw;
}

.cabezal .titulo {
	display: inline-block;
	width: 20vw;
	float: right;
	margin-right: 9vw;
}

.caja {
	/*background:rgba(255,255,255,0.2);*/
	margin: 3vw;
	padding: 7vw;
	font-size: 4.5vw;
}

@media screen and (min-device-width : 768px) {
	.cuerpo {
		padding: 0 2vw;
		max-width: 954px;
	}

	.cabezal .logo {
		width: 10vw;
		margin: 0;
	}

	.cabezal .titulo {
		width: 10vw;
		margin-right: 1vw;
	}

	.caja {
		margin: 2vw 0;
		padding: 2vw;
	}
}

@media screen and (min-device-width : 1024px) {
	.cuerpo {
		padding: 0;
		max-width: 954px;
	}
}

/* HOME */

.p-home .cuerpo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.p-home .logos-container {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 50%;
}

.p-home .sony {
	width: 20vw;
	margin: 0 auto;
}

.p-home .sharktank {
	width: 40vw;
	margin: 5vw auto 0 auto;
}

.p-home .caja {
	width: 80%;
	font-size: 4vw;
	text-transform: uppercase;
	line-height: 120%;
	text-align: center;
	background: transparent url("../media/fondo-form-caja.png");
	padding: 7%;
}

.p-home .linea1 {
	color: #af37e1;
	font-size: .9em;
}

.p-home .linea2 {
	padding: 20px 0;
	color: #fff;
	font-size: .7em;
	line-height: 140%
}

.p-home .linea2 i {
	color: #af37e1;
	font-style: normal;
}

.p-home .linea3 {
	font-weight: normal;
	color: #fff;
	font-size: .6em;
	line-height: 140%;
}

.p-home .inscribete {
	display: block;
	width: 100%;
	font-size: 1em;
	font-weight: bolder;
	text-transform: uppercase;
	color: #272928;
	text-align: center;
	margin: 5% auto 0 auto;
	background: #af37e1;
	padding: 3% 5%;
	letter-spacing: -1px;
}

.p-home .inscribete:hover {
	color: #fff;
}

@media screen and (min-width:860px) {

	.p-home .logos-container {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		width: 50%;
	}

	.p-home .sony {
		width: 20%;
		margin: 10% 0;
	}

	.p-home .sharktank {
		width: 60%;
		margin: 0;
	}

	.p-home .caja {
		width: 50%;
		margin: 0;
		font-size: 1.8vw;
		padding: 4%;
	}
}


/* FORM */
.p-form {
	background-size: contain;
}

.p-form .caja {
	padding: 5vw;
}

.p-form .label {
	text-shadow: 0 1px 2px #000;
}

.p-form input[type=text],
.p-form textarea {
	border: 0 none;
	height: 6vw;
	background-color: #fff;
	text-align: left;
	font-size: 4vw;
	font-family: Arial, sans-serif;
	color: #999;
	line-height: 5vw;
	font-weight: bold;
	text-indent: 1vw;
}

.p-form textarea {
	padding: 1vw;
	height: 15vw;
	text-indent: 0;
	font-family: Arial, sans-serif;
}

.p-form .custom-select {
	height: 6vw;
	border: 1px solid #e7ebf6;
	overflow: hidden;
	background-color: #fff;
	padding-left: 1vw;
	box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1)
}

.p-form .custom-select select {
	outline: none;
	background-color: #fff;
	border: 0 none;
	width: 100%;
	background: transparent;
	font-size: 4vw;
	color: #999;
	font-weight: bold;
}

.p-form .custom-select select option {
	background-color: #fff;
	line-height: 2vw;
	font-size: 2vw;
	color: #999;
	font-weight: bold;
}

.p-form .custom-select select::-ms-expand {
	border: 0 none;
	background: transparent;
}

.p-form input[type=checkbox] {
	display: none
}

.p-form input[type=checkbox]+label:before {
	width: 5vw;
	height: 5vw;
	display: inline-block;
	background: #fff;
	content: "\00a0";
	font: bold 4vw/5vw sans-serif;
	margin: 0 2vw 0 0;
	padding: 0;
	vertical-align: top;
	cursor: pointer;
}

.p-form input[type=checkbox]:checked+label:before {
	background: #fff;
	color: #5477d3;
	content: "\2713";
	text-align: center;
	cursor: pointer;
}

.p-form input[type=checkbox]:checked+label:after {
	font-weight: bold;
	cursor: pointer;
}

@media screen and (min-device-width : 768px) {
	.p-form .caja {
		font-size: 2vw;
		padding: 0;
		font-weight: 600;
	}

	.p-form input[type=text],
	.p-form textarea {
		border: 0 none;
		height: 3vw;
		background-color: #fff;
		text-align: left;
		font-size: 1.5vw;
		color: #999;
		line-height: 3vw;
		font-weight: bold;
		text-indent: .5vw;
	}

	.p-form textarea {
		padding: 0.5vw;
		height: 7vw;
		text-indent: 0;
		font-family: inherit;
		line-height: 2vw;
		font-size: 1.5vw;
	}

	.p-form .custom-select {
		height: 3vw;
	}

	.p-form .custom-select select {
		font-size: 2vw;
	}

	.p-form .custom-select select option {
		font-size: 2vw;
	}

	.p-form input[type=checkbox]+label:before {
		width: 2vw;
		height: 2vw;
		font-size: 1.5vw;
		line-height: 1.5vw;
		margin: 0.1vw 1vw 0 0;
	}
}

.p-form .personales {
	margin-top: 4vw;
}

.p-form .personales .label, .p-form .idea .label {
	display: inline-block;
	margin: 0.7vw 0;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 4.5vw;
}

.p-form .personales .field {
	display: inline-block;
	width: 67%;
	margin: 0.7vw 0;
	vertical-align: middle;
}

.p-form .personales .field input {
	width: 100%
}

.p-form .personales .label.extenso {
	width: 98%;
	margin-bottom: 0;
}

.p-form .personales .field.extenso {
	width: 98%;
	margin-top: 2px
}

.p-form .personales .label.medio,
.p-form .personales .field.medio {
	width: 48.5%
}

.p-form .personales .triple {
	float: left;
	width: 33%;
}

.p-form .personales .field textarea {
	width: 100%;
}

.p-form .personales .aclaracion {
	width: 98%;
	font: normal 2vw Arial, sans-serif;
	color: #fff;
	overflow: auto;
	height: 35vw;
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #333;
	scrollbar-arrow-color: #fff;
}

.p-form .personales .aclaracion::-webkit-scrollbar {
	width: 8px;
	/* for vertical scrollbars */
	height: 8px;
	/* for horizontal scrollbars */
}

.p-form .personales .aclaracion::-webkit-scrollbar-track {
	background: rgb(30, 30, 30);
}

.p-form .personales .aclaracion::-webkit-scrollbar-thumb {
	background: rgb(255, 255, 255);
}

.p-form .personales .cargar {
	width: 130px;
	height: 25px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-top: 5px;
}

.p-form .personales .cargar .texto {
	width: 100%;
	height: 100%;
	font-weight: normal;
	font-size: 10pt;
	color: #fff;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	background-color: #003979;
	margin: 0 auto;
	cursor: pointer;
}

.p-form .personales .cargar.completo .texto {
	color: #fff;
	background-color: #5477d3;
}

.p-form .personales .cargar.completo .texto .estado1,
.campos .sube .campo .label .estado2 {
	display: none
}

.p-form .personales .cargar.completo .texto .estado2 {
	display: inline;
}

.p-form .personales .cargar input {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
}

@media screen and (min-device-width : 768px) {
	.p-form .personales {
		font-size: 1.2vw;
	}

	.p-form .personales .label, .p-form .idea .label {
		font-size: 1.2vw;
	}


	.p-form .personales .aclaracion {
		height: 10vw;
		font-size: 1vw;
	}
}

.p-form .idea {
	margin-top: 4vw;
	font-size: 2vw;
}

.p-form .idea .label {
	margin: 0.7vw 0 0 0;
	text-transform: uppercase;
}

.p-form .idea .field {
	margin: 0.7vw 0;
}

.p-form .idea .field input {
	width: 100%
}

.p-form .idea .field textarea {
	width: 100%;
}

.p-form .idea .label.corto {
	display: inline-block;
	width: 30%;
	margin: 5px 0;
}

.p-form .idea .field.corto {
	display: inline-block;
	width: 67%;
	margin: 5px 0;
}

@media screen and (min-device-width : 768px) {
	.p-form .idea {
		font-size: 1.2vw;
	}
}

.p-form .tyc {
	margin-top: 4vw;
	font-size: 2vw;
}

.p-form .tyc .label {
	cursor: pointer;
	text-transform: uppercase;
}

.p-form .tyc .texto {
	margin: 0.7vw 0;
	font: normal 1.2vw Arial, sans-serif;
	color: #fff;
	overflow: auto;
	height: 30vw;
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #333;
	scrollbar-arrow-color: #fff;
}

.p-form .tyc .texto::-webkit-scrollbar {
	width: 8px;
	/* for vertical scrollbars */
	height: 8px;
	/* for horizontal scrollbars */
}

.p-form .tyc .texto::-webkit-scrollbar-track {
	background: rgb(30, 30, 30);
}

.p-form .tyc .texto::-webkit-scrollbar-thumb {
	background: rgb(255, 255, 255);
}

@media screen and (min-device-width : 768px) {
	.p-form .tyc {
		font-size: 1vw;
		margin: 4vw
	}

	.p-form .tyc .texto {
		font-size: 1vw;
		height: 10vw;
	}
}


.p-form .enviar {
	margin-top: 8vw
}

.p-form .enviar #f_enviar {
	display: block;
	padding: 3vw 6vw;
	font-size: 4vw;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background-color: #0076fe;
	border: 0 none;
	margin: 0 auto;
	cursor: pointer
}

.p-form .enviar #f_enviar:hover {
	background-color: #15a5fe;
}

.p-form .enviar #f_enviar .spinner {
	display: none
}

.p-form .enviar #f_enviar.enviando .spinner {
	display: inline-block;
	margin: 5px;
	height: 25px;
	width: 25px;
	animation: rotarspinner 0.8s infinite linear;
	border: 8px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	vertical-align: middle;
}

.p-form .enviar .errores {
	height: 4vw;
	font-size: 4vw;
	line-height: auto;
	color: #f00;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 1vw auto 0 auto;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
	animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes rotarspinner {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

@media screen and (min-device-width : 768px) {

	.p-form .personales,
	.p-form .idea,
	.p-form .confirmacion {
		display: inline-block;
		width: 43%;
		vertical-align: top;
		margin-left: 4.6%;
	}

	.p-form .idea .cargar {
		float: right;
		margin-top: 0;
	}

	.p-form .enviar {
		margin-top: 4vw;
	}

	.p-form .enviar #f_enviar {
		font-size: 2vw;
		padding: 2vw 4vw;
	}

	.p-form .enviar .errores {
		height: 3vw;
		font-size: 2vw;
	}
}