@charset "utf-8";

html, body{
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#FFF;
	overflow-y:scroll;
}

.main-logo{
	position:absolute;
	top:-50px;
	left:60px;
	z-index:1;
		-webkit-animation: fadein 2s;
       	-moz-animation: fadein 6s;
        -ms-animation: fadein 6s;
        -o-animation: fadein 6s;
           animation: fadein 6s;
		   transition: ease-in-out 0.2s;
			-moz-transition: ease-in-out 0.2s;
			-ms-transition: ease-in-out 0.2s;
			-o-transition: ease-in-out 0.2s;
			-webkit-transition: ease-in-out 0.2s;
}

.main-logo:hover{
	top:-45px;
	transition: ease-in-out 0.2s;
			-moz-transition: ease-in-out 0.2s;
			-ms-transition: ease-in-out 0.2s;
			-o-transition: ease-in-out 0.2s;
			-webkit-transition: ease-in-out 0.2s;
}

.loading {
	width: 100%;
	height:100%;
	height: 100vh;
	background-color: #fff;
	position:fixed;
	z-index:999999;
}

#loading-image {
 	position:absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
  	z-index: 100;
  	width:350px;
}

.form-container{
	width:50%;
	min-width:300px;
	margin:auto;
	float:left;
	
}

.form-title{
	color:#333;
	text-align:center;
	font-family: 'Quicksand', sans-serif;
}

.info-container{
	width:50%;
	min-width:300px;
	margin:auto;
	float:left;
	
}

.info-icons{
	padding:5px;
	float:left;
	margin-top:140px;
	
}

hr{
	width:100%;
	color:#900;
}


/*-----contactos RGPD-----*/

.maprgpd iframe{
	margin-top:100px;
	width:100%;
}

.icons-container{
	width:100%;
	text-align:center;
	padding:50px 0px 20px 0px;
}

.iconsrgpd{
	width:33.333333%;
	float:left;
	text-align:center;
	padding-top:100px;
	color:#666;
}

.iconsrgpd a{
	text-decoration:none;
	color:#666;
}



