/*
*banner-footer
*/
#banner-footer .info{
	width: 100%;
	max-width: 564px;
}
#banner-footer h3{
	font-family: Montserrat-Regular !important;
	font-size:2.3rem;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 1px;
	color: #FAB414;

	margin-top: 39px;
	margin-bottom: 16px;
}
@media(min-width: 992px){
	#banner-footer h4{
		width: 564px;
	}
}
#banner-footer h4{
	font-family: Montserrat-Regular !important;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 1px;
	color: #FFF;

	margin-bottom: 32px;
	text-align: left;
}
#banner-footer .btn-send{
	margin-bottom: 33px;
}


/*
*newwslleter
*/
#newsletter{
	min-height: 200px;
	background: #D8D2CC;
}
/*@media(min-width: 992px){	
	#newsletter .row{
		margin-right: 74.5px !important;
		margin-left: 74.5px !important;
	}
}*/

.header h2{
	font-family: Montserrat-Regular !important;
	font-size: 2.5rem ;
	font-weight: 700 !important;
	line-height: 48px;
	color: #AF1E23;
	margin-top: 24px;
}
.header h4{
	font-family: Montserrat-Regular !important;
	font-weight: 500 !important;
	font-size: 1.5rem;
	line-height: 28px;
	letter-spacing: 1px;
	margin-bottom: 10px !important;
}


form input{
	width: 450px !important;
	max-width: 100%;
	min-height: 42px;
	margin-right: 16px !important;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;


	padding: 9px 10px;
    background: #FFF;
    border: 2px solid #c4bcb2;
    font-size: 1rem;
    color: #b6aba0;
}


.btn-send{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #AF1E23 !important;
	color: #FFF;
	transition: .3s all;

	line-height: 25px; 
	font-weight: bold !important;
	width: 100%;
	max-width: 172px;
	min-height: 41px;

	margin-left: 0px !important;
}
.btn-send:hover{
	cursor: pointer;
	background:#fab414  !important;
	color: #AF1E23;
}