/**************************************************************
 *	PROGRAMADO POR: Javier Rico Motos y Sergio Santos Belmonte
 *	EMAIL: info@zuinqstudio.com
 *	WEB: http://www.zuinqstudio.com
 *	© Todos los derechos reservados
 ***************************************************************/

html {
	height: 100%;
	overflow: auto;
}

body{
	margin: 0px;
	padding: 0px;
	color: #444;
	font: 75%/1.5em 'sansregular',Verdana,'Trebuchet MS','Lucida Grande',Helvetica,sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 100%;
}

a{
	color: #444444;
	text-decoration: none;
}

a img{
	border-width: 0px;
}

a:link,
a:active,
a:visited{

}

a:hover{
	text-decoration: underline;
}

input[type=button],
input[type=reset],
input[type=submit],
button,
.boton {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.clearfix {
	clear: both;
}

/* Web */
body.inicio {
	background: #000 url('../img/layout/bg.png') 50% 50% no-repeat;
	background-size: cover;
}

body.inicio a {
	color: #fff;
}


body.inicio div#web {
	height: 100%;
	display: flex;
	flex-direction: column;
}

body.inicio .home {
	font-family: 'Darker Grotesque', Arial;
	color: #fff;
	flex-grow: 1;
	display: flex;
	align-items: center;
}

body.inicio .home h1 {
	text-indent: -9999px;
	width: 300px;
	height: 90px;
	background: transparent url('../img/layout/logo.png') 50% 50% no-repeat;
}

body.inicio .home h2 {
	text-transform: uppercase;
	font-size: 60pt;
	line-height: 0.7em;
	font-weight: 300;
	text-align: center;
	display: inline-block;
	margin-bottom: 0.2em;
}

body.inicio .home h2 strong {
	font-weight: bold;
	display: block;
}

body.inicio .home h3 {
	margin-top: 10px;
	font-size: 20pt;
	line-height: 1em;
	font-weight: 300;
	text-align: center;
	display: inline-block;
}

body.inicio .home h3 strong {
	font-weight: bold;
	display: block;
	font-size: 30pt;
	margin-bottom: 15px;
}

body.inicio .home h3.sub {
	font-size: 34pt;
	margin-bottom: 1.3em;
	line-height: 0.7em;
}

body.inicio .home .info {
	flex: 55%;
	text-align: center;
}

body.inicio .home .info h1 {
	margin: auto;
}

body.inicio .home .formulario {
	flex: 45%;
}

body.inicio .home div.formulario fieldset {
	width: 60%;
}

body.inicio .home .formulario label {
	margin-bottom: 10px;
}

body.inicio .home .formulario label.label-checkbox {
	margin-left: 10px;
}

body.inicio .home .formulario label.label-checkbox .label-contenido {
	display: flex;
	align-items: center;
}

body.inicio .home .formulario label.label-checkbox input[type=checkbox] {
	width: 40px;
	height: 40px;
	display: block;
}

body.inicio .home .formulario label.label-checkbox .label-label {
	font-size: 12px;
	line-height: 1.2em;
	flex-grow: 1;
	margin-left: 0;
}

body.inicio .home .formulario label.label-checkbox .label-label a {
	text-decoration: underline;
}

body.inicio .home div.formulario fieldset label input.inputTexto,
body.inicio .home div.formulario fieldset label input.inputTexto:focus {
	height: 45px;
	border-radius: 45px;
	padding: 0 20px;
	line-height: 45px;
	background-color: #1DDBB74B;
	border-width: 0;
	color: #fff;
	font-size: 19px;
}

body.inicio .home div.formulario fieldset label input.inputTexto::-webkit-input-placeholder {
	color: transparent;
}

body.inicio .home div.formulario fieldset label input.inputTexto::-moz-placeholder {
	color: transparent;
}

body.inicio .home div.formulario fieldset label input.inputTexto:-ms-input-placeholder {
	color: transparent;
}

body.inicio .home .formulario .label-label {
	color: #fff;
	margin-left: 15px;
	font-size: 18px;
}

body.inicio .home .formulario .ayuda {
	color: #fff !important;
	font-style: normal !important;
	font-size: 1em !important;
	margin-left: 15px;
}

body.inicio .centrado {
	margin-top: 30px;
}

body.inicio .home input[type=button],
body.inicio .home input[type=reset],
body.inicio .home input[type=submit],
body.inicio .home button,
body.inicio .home .btn,
body.inicio .home .boton {
	background-color: transparent;
	border: 2px solid #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 30px;
	font-size: 20px;
	text-transform: none;
}

body.inicio footer {
	display: flex;
	color: #fff;
	padding: 30px 0;
}

body.inicio footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	flex: 50%;
}

body.inicio footer ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

body.inicio footer ul.datos {
	text-align: center;
}

body.inicio footer ul.datos li {
	display: block;
	font-size: 15px;
	margin: 10px 0;
}

body.inicio footer ul.links {
	text-align: center;
}

body.inicio footer ul.links li {
	margin: 0 15px;
}

body.inicio footer ul.links li a {
	display: inline-block;
	font-size: 20px;
	border: 2px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
}

body.inicio footer ul.links li a i {
	margin-top: 10px;
}

body.inicio footer ul.links li a span {
	display: none;
}

body.inicio h2.title {
	color: #fff;
	text-decoration: underline;
}

body.inicio .texto {
	color: #fff;
	max-width: 800px;
	margin: auto;
	padding: 50px 20px;
}

/** Modals */
.modal-landing {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	display: none;
}

.modal-landing.autoshow,
.modal-landing.show {
	display: block;
}

.modal-landing .modal-landing-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	background-color: rgba(0, 0, 0, 0.4);

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.modal-landing .modal-landing-content {
	width: inherit;
	min-width: 300px;
	min-height: 300px;
	box-sizing: border-box;
	background-color: #fff;
	top: 50%;
	left: 50%;
	z-index: 99999;
	position: absolute;
	padding: 30px;
	font-size: 1.2em;
	text-align: left;
	max-height: 95%;
	overflow-y: auto;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.modal-landing .modal-landing-content .modal-landing-close-btn {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 20px;
}

.modal-landing .modal-landing-content .text-center {
	padding-top: 40px;
	text-align: center;
}

.modal-landing.modal-error .modal-landing-content {
	background-color: #ff666e;
	min-height: 100px;
	width: 400px;
}

.modal-landing.modal-aviso .modal-landing-content {
	background-color: #22b573;
	min-height: 100px;
	width: 400px;
}

.modal-landing.modal-error .modal-landing-content h3,
.modal-landing.modal-aviso .modal-landing-content h3 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.modal-landing.modal-error .modal-landing-content p,
.modal-landing.modal-aviso .modal-landing-content p {
	color: #fff;
	text-align: center;
	margin-top: 25px;
	font-size: 1.5em;
	line-height: 1.1em;
}

.modal-landing.modal-error .modal-landing-content a,
.modal-landing.modal-aviso .modal-landing-content a {
	border-radius: 100px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	outline: 0;
	padding: 13px 30px;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}

.modal-landing.modal-error .modal-landing-content a.btn,
.modal-landing.modal-aviso .modal-landing-content a.btn {
	margin-top: 15px;
	background: none;
	background-color: #fff;
	color: #444;
}
