.banner-home {
  	height: 312px;
  	padding: 0 0 50px;
  	position: relative;
  	display: table;
}

.banner-home h2 {
  	margin: 0 0 12px;
  	color: #fff;
}

.banner-home p {
	color: #fff;
  	font-size: 16px;
  	text-align: center;
  	margin-bottom: 0;
}

.banner-home img {
	height: 47px;
  	margin: 0 0 16px; 
}

.banner-home a {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-testo {
  	display: table-cell;
 	vertical-align: bottom;
}

.box-slidertag {
    clear: both;
}

.arval-box-home {
	background: #55585a;
  	padding: 40px 0;
} 

.arval-box-home .col-w-50 {
	float: none;
  	display: inline-block;
    vertical-align: middle;
}

.arval-box-home .cont-box-img {
	text-align: center;
}

.arval-box-home .cont-box-img img {
	width: 45%;
    max-width: none;
    margin: 0 auto;
}

.arval-box-home .testo-pag {
	text-align: left;
}

.arval-box-home h3, .arval-box-home p {
	color: #ffffff;
    margin: 0 0 16px;
}

@media only screen and (max-width:1199px) {
  .box-slidertag {
  	padding: 0 24px;
  }
  
  .arval-box-home .cont-box-img img {
	width: 65%;
  }
}

@media only screen and (max-width:767px) {
.arval-box-home {
  	padding: 0 0 40px;
}
}

@media only screen and (max-width:599px) {
.pulsante-outline, .pulsante-outline:hover, .pulsante-outline:active, .pulsante-outline:focus {
  	width: 100%;
}
}