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

body {
	background-color: #fafafa;
	color: #780009;
	text-align: center;
	padding: 0px;
	margin: 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
}
.page {
	overflow: hidden;
}
h1 {
	margin: 20px 20px 40px;
	text-align: center;
}
h1 img {
	width: 100%;
	max-width: 580px;
	height: auto;
	margin: 0 auto;
}
p {
	font-size:16px;
}
strong {
	font-weight:600;
}
a {
	color:#780009;
}
h3 {
	font-size:18px;
	font-weight:normal;
}
img {
	max-width:100%;
	height:auto;
}
.content-banner {
	background-color:#771213;
	padding: 40px 20px;
	color: #FFF;
}
.content-banner p,
.content-banner h3{
	max-width: 920px;
	margin: 0 auto;
	font-size: 22px;
	line-height: 32px;
}
.content-banner p {
	margin-bottom: 15px;
}
.slider-banner {
	width: 100%;
	padding: 30px 20px;
	background-color: #1B1B1B;
	position: relative;
	min-height: 320px;
	box-sizing: border-box;
	overflow: hidden;
	
}
.slider-banner h4 {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 5px 20px;
	color: #FFF;
	left: 0;
	top: 15px;
	z-index: 9999;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.slider-banner h4 span {
	background-color:#771213;
	padding: 5px 15px;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);

}
#spinner {
	position:absolute;
	top:50%;
}
#slides {
	position: relative;
	margin: 0 auto;
	min-height: 300px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.slide {
	position:absolute;
	width:100%;
	height:100%;
	background-size:contain;
	background-position:center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.footer-banner {
	padding: 30px 20px 60px;
	background-color: #771213;
	color: #FFF;
	
}
.footer-banner h3 {
	font-size: 24px;
	margin: 0;
}
.footer-banner a {
	color: #FFF;
}
.legal {
	font-size: 13px;
	color: #BCAEAE;
}