@font-face {
    font-family: "SourceSansPro-Light";
    src: url("../fonts/SourceSansPro-Light.ttf");
}

@font-face {
    font-family: "SourceSansPro";
    src: url("../fonts/SourceSansPro-Regular.ttf");
}

body{
	color: #222222;
    font-family:SourceSansPro;
    font-size: 12px;
}

a {
    color: #e74f1d;
    text-decoration: none;
}

a:hover{
	color: #313131;
	text-decoration:none;
}


.logo{
	margin-top:150px;
	margin-bottom:50px;
	text-align:center;
}

.nom-empresa {
    font-size: 42px;
    font-weight: bold;
    color: #e74f1d;
    line-height: 40px;
}

    .nom-empresa span {
        font-size: 24px;
        font-weight: normal;
        color: #313131;
    }

.gpi_align_right{
text-align:right;
}

.gpi_banner{
	padding:5px 0px;
	border-top:10px solid #dbd9db;
	border-bottom:10px solid #dbd9db;
}

.titolHome h1 {
    font-family: SourceSansPro;
    font-size: 36px;
    text-align: center;
    letter-spacing: 1px;
    margin: 30px 0px;
    font-weight: bold;
    color: #e74f1d;
    line-height: 52px;
}

.titolHome h2 {
    font-family: SourceSansPro;
    font-size: 30px;
    text-align: center;
    letter-spacing: 1.5px;
    margin: 30px 0px;
    font-weight: normal;
    color: #313131;
    line-height: 40px;
}

.items {
	margin-bottom:20px;
}

.items .titol{
	text-transform:uppercase;
	text-align:center;
	font-size:18px;
	letter-spacing:1px;
}

.imgllenyes{
	padding-top:50px;
	padding-bottom: 10px;
}

/**FOOTER**/
#footer {
    background:#18161b;
    line-height: 30px;
	height:30px;
	overflow:hidden;
	color:#ffffff;
	font-size:20px;
	text-align:center;
}

#footer a{
	color:#ffffff;
}

#footer a:hover{
	color:#dbd9db;
}

#wrap {
    padding: 0 0 30px;
	min-height:100%;
	height:auto;
	overflow:hidden;
}

.mesInfoPeu{
	margin-right:15px;
	letter-spacing:1px;
}

@media(min-width:1200px) and (max-width:1400px){
    .logo {
        margin-top: 60px;
    }

    .logo img{
        max-width:75%;
    }
}

@media (max-width: 1200px) {
    .logo {
        margin-top: 70px;
    }

        .logo img {
            max-width: 75%;
        }

    .titolHome h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .titolHome h2 {
        margin-top: 75px;
    }
}


@media (max-width: 767px) {
	#footer {
		height:auto;
	}

    .titolHome h1 {
        font-size: 23px;
        line-height: 32px;
        /* margin: 0 15px; */
        width: 85%;
        margin: 30px auto;
    }

    .logo {
        margin-top: 25px;
        margin-bottom: 5px;
    }

    .titolHome h2 {
        margin-top: 75px;
        width: 85%;
        margin: 0 auto;
        letter-spacing: 0;
        font-size: 19px;
    }
}

/**FI FOOTER**/



