@charset "utf-8";
/*IMMAGINI BLOCCO INTRO*/
#blocco-intro .blocco-intro-img{/*background-image:url(../../image/richiedi-info/testata.jpg);*/ }
#blocco-intro-testo{background: -ms-linear-gradient(top, transparent 0%, transparent 90%, #ffffff 90%, #ffffff 100%);
background: -moz-linear-gradient(top, transparent 0%, transparent 90%, #ffffff 90%, #ffffff 100%);
background: -o-linear-gradient(top, transparent 0%, transparent 90%, #ffffff 90%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(90, transparent), color-stop(90, #ffffff), color-stop(100, #ffffff));
background: -webkit-linear-gradient(top, transparent 0%, transparent 90%, #ffffff 90%, #ffffff 100%);
background: linear-gradient(to bottom, transparent 0%, transparent 90%, #ffffff 90%, #ffffff 100%);}

#richiesta-informazioni #blocco-newsletter{display:none;}

.form-titolo-per-camere{font-family: 'montserratregular';font-size:2.2rem;color:#bf1542;line-height:30px;padding-top:70px;}