@charset "UTF-8";
@import url("../fonts/cocogoose_pro_semilight/stylesheet.css");

html {
    font-size: 16px;
	height: 100%;
}
body {
	height: 100%;
	font-family: "cocogoose pro semilight";
	background: #F9F9FA;
	margin: 0;
    padding: 0;
	border: 0;
	text-align: center;
}

#cover {
	margin-top: 100px;
	margin-left: 0;
	margin-right: 0;
	display: inline-block;
	float: none;
	padding: 0;
}


#cover img{
	width: 600px;
}


.breve{
    color: #878787;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-family: "cocogoose pro semilight";
}

.inici{
    color: #00cc00;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-family: "cocogoose pro semilight";
}

.logo {
	margin-left: 12px;
	margin-right: 12px;
	display: inline-block;
	float: none;
	padding: 0;
}

.footer-logo {
    padding: 0;
    padding-bottom: 0;
}

.footer-logo-list {
    display: flex;
    align-items: center;
    justify-content: center;
}


