@charset "UTF-8";
.prosto-one-regular {
	font-family: "Prosto One", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.body {
	text-align: center;
	font-family: "Prosto One", sans-serif;
    width: 100%;
    margin-left:0;
    margin-right:0;
}
h1{
	font-size: 60px;
	margin-bottom: 10px;
}
a {
	color: black;
}
.red {
	color: #F65630;
}
.logo {
	margin-top: 10px;
	margin-bottom: 10px;
}
.main {
	padding-top: 30px;
	padding-bottom: 50px;
}
.text {
	padding-top: 50px;
	font-size: 20px;
}
.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #abb8c3;
	height: auto;
}
.footer-mad {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
}
.titol {
	margin-bottom: 15px;
	color: white;
}
.sm3{
	width: 33%;
	float: left;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}
.sm3 a {
	text-decoration: none;
	color: #abb8c3;
	padding-bottom: 20px;
	padding-top: 20px;
}
.sm4{
	width: 25%;
	float: left;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}
.sm4 a {
	text-decoration: none;
	color: #abb8c3;
	padding-bottom: 20px;
	padding-top: 20px;
}
.copyright {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	color: white;
	background-color: black;
}
.servei {
	max-width: 185px;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	margin-top: -35px;
}
@media (max-width:640px){
	.footer{
		bottom: auto;
	}
	.footer-mad {
		padding-left: 20px;
    	flex-direction: column;
	}
	.sm3{
		float: none;
		width: auto;
	}
	.sm4{
		float: none;
		width: auto;
	}
}
@media (max-height:665px){
	.footer {
		bottom: auto;
	}
}