@charset "UTF-8";
/* CSS Document */


		body{
			font-family: "Roboto",Arial,sans-serif;
			 background: #fff;
			width: 100%
		}
		
		.mw-1920{
			max-width: 1920px!important;
		}
		
		a, a:hover{
			color:#c11e0f;
			font-weight: 600;
		}

		.img-responsive {
			display: block;
			max-width: 100%;
			height: auto;
		}
		
		.site_logo_image{
			margin-top:15px;
			margin-bottom: 15px;
			width: 150px;
		}

		h3 {
			font-weight:300;
			font-size: 60px;
			color:#3b1a0c;
		}

		
		p{
			margin-top:20px;
			font-size: 15px;
			line-height: 22px;
			color:#272727;
			font-weight:lighter;
			letter-spacing: 1px;
		}

		.paragrafo{
			display: table-cell; 
			vertical-align: middle; 
			padding: 80px 0 50px;
		}

		p.intro{
			margin-top:50px;
			font-size: 18px;
			line-height: 24px;
			color:#272727;
			font-weight:100;
			letter-spacing: 1px;
		}
		.btn{
			background-image: none;
			background: #fff;
			border: 1px solid #c11e0f;
			color: #c11e0f;
			cursor: pointer;
			display: inline-block;
			font-family: "Roboto",Arial,sans-serif;
			font-weight: 500;
			padding: 8px 15px!important;
			font-size: 15px!important;
			box-sizing: border-box;
			vertical-align: middle;
			border-radius: 0!important;
			line-height: inherit;
		}
		
		.btn:hover{
			background: #c11e0f;
			color:#FFFFFF;
			border: 1px solid #c11e0f;
		}
		
		.bg-dark{
			background: #3b1a0c;
		}
		
		footer{
			background-color: #c11e0f;
		}
		
		footer p{
			color: #FFF;
			font-weight: 100;
			letter-spacing: 0;
			font-size: 11px;
		}
		
		ul {
    		list-style-image: url('../img/bullet.png');
			margin-top: 0;
			margin-bottom: 50px;
		}


		.bottone_slider {
    
    background: #c11e0f;
    color: white!important;
    font: bold;
    font-size: bold;
    font-weight: bold;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto",Arial,sans-serif;
    padding: 8px 15px!important;
    font-size: 15px!important;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 0!important;
    margin-top: 15px;
}

@media only screen and (max-width: 640px){
	h1{
		font-size: 1.8rem!important;
	}

	p{
		font-size: 13px;
	}

}


	