@charset "UTF-8";
/* CSS Document */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-Nov-2018, 13.28.57
    Author     : Sclero
*/
body{
	overflow: auto;
}

#wrapper{
	background-image: URL("../img/background.png") ;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	margin:-10px;
	z-index: -1000;
	position:absolute;
	overflow:auto;
	
}
#header{
	position: fixed;
	margin:auto;
	z-index: 1000;
}

.header{
	background-color: rgba(255,255,255,0.3);
	width: 100%;
	height: auto;
	position:fixed;
	margin:0px auto;
	text-align: center;
	top:0px;
	left:0px;
	
}
.header img{
	width:10%;
	margin:10px auto;
	min-width: 200px;
	vertical-align: middle;
	position:relative;
}

#container{
	
}
.container-center{
	width:60%;
	margin:15% auto;
	height: auto;
	min-height:1000px;
	text-align: center;
	overflow: hidden;
	color:#000000;
}


.title_ico{
	font-family: 'Montserrat', sans-serif;
   	font-weight: 300;
	color:#ffffff;
	font-size: 1em;
	text-align: center;
	float:none;
	width: 100%;
}
.ico{
		width: 18%;
		float:left;
		margin-top:2%;
		margin-left:1%;
		margin-right:1%;
		margin-bottom:auto;
}
.ico img{
	width: 100%;
	max-width:120px;
}


.footer{
	width:80%;
	margin:0px auto;
	position:relative;
	text-align: center;
	
	
}


/*COOKIE TIME*/
.text{
	margin:150px auto;
	width: 60%;
	color:#FFFFFF;
	font-family: 'Montserrat', sans-serif; 
}

/*----MEDIA----*/
 @media only screen and (max-width: 720px) {
	body{
	overflow: visible;
}
	.container-center{
		width:60%;
		margin:30% auto;
		height: auto;
		text-align: center;
		color:#000000;
	}
	.ico{
		width:46%;
		margin-top:2%;
		margin-left:1%;
		margin-right:1%;
		margin-bottom:auto;
		float:left;
	}
	 .ico img{
	width: 100%;
}
	 
}

/*----FINE MEDIA----*/