body {
	margin: 0;
	padding: 0;
	border: 0 none;
	font-family: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, "sans-serif";
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #000;
}
a:link,a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: underline;
	color:#E2251C;
}
a.link01:link,a.link01:visited {
	color:#fff;
}
a.link01:hover {
	text-decoration: none;
	color:#000;
}
.content {
	margin: 0 auto;
	width: 1000px;
}
.clear {
	clear: both;
}
h1 {
	margin: 32px 0;
	font-size: 60px;
	line-height: 60px;
	color: #E2251C;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	margin: 28px 0;
	font-size: 22px;
	line-height: 26px;
	color: #E2251C;
}
h3 {
	margin: 26px 0;
	font-size: 20px;
	line-height: 24px;
	color: #E2251C;
}
#head_blck {
	padding: 30px 0;
	color: #fff;
	background-color: #E2251C;
}
#head_blck h2 {
	margin-top: 0;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
}
#head_blck p {
	margin: 0;
	width: 33%;
	font-size: 20px;
	line-height: 24px;
	float: left;
}
#head_blck p.col2 {
	text-align: center;
}
#head_blck p.col3 {
	text-align: right;
}
.cols {
	margin: 40px 0;
	display: table;
}
.cols > .colu {
	box-sizing: border-box;
	padding-right: 14px;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.cols > .colu:nth-child(2) {
	padding: 0 0 0 14px;
}
.cols > .colu img {
	max-width: 100%;
	display: block;
}
.link_butt {
	margin: 40px 0;
	text-align: center;
}
.link_butt a {
	padding: 20px 30px;
	font-size: 20px;
	line-height: 20px;
	background-color: #E2251C;
	display: inline-block;
}
footer {
	border-top: 2px solid #E2251C;
	padding: 30px 0;
}
footer p {
	margin: 0;
	width: 33%;
	font-size: 20px;
	line-height: 24px;
	float: left;
}
footer p.col2 {
	text-align: center;
}
footer p.col3 {
	text-align: right;
}
#slider {
	margin: 0 auto;
	width: 100%;
}
.owl-carousel {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item {
  display: block;
  float: left;
  width: 100%;
}
.owl-carousel .owl-item .item {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  height: 400px;
  overflow: hidden;
}
.owl-carousel .owl-item .item img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.owl-carousel .owl-item .item video {
  min-width: 100%;
  min-height: 100%;
}
.owl-carousel .owl-nav {
  display: none;
}
.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 666;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}
.owl-carousel button.owl-dot {
	height: 14px;
	width: 14px;
	background-color: #fff;
	margin: 0 5px;
	display: inline-block;
}
.owl-carousel button.owl-dot.active {
	background-color: #E2251C;
}
#form_pres > div {
	padding-bottom:30px;
	width: 33.3333%;
	float: left;
	position: relative;
}
#form_pres > div.inpt_full {
	padding-bottom: 0;
	width: 100%;
	float: none;
	clear: both;
}
#form_pres label {
	margin-bottom:0;
	font-weight:bold;
	display:block;
}
.inpt_text {	
	box-sizing: border-box;
	padding: 5px 10px;
	border: 0 none;
	border-right: 30px solid #fff;
	width: 100%;
	font-family: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, "sans-serif";
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #000;
	background-color: #eee;
}
textarea.inpt_text {
	height:70px;
}
.inpt_chec {
	margin-bottom: 10px;
	width: 25%;
	float: left;
}
.inpt_chec.last {
	width: 50%;
}
.inpt_chec > .inpt_text {
	width: 50%;
}
#form_pres > div.form_subm {
	padding-bottom: 40px;
	width:100%;
	text-align: center;
	float: none;
}
#form_pres p {
	margin: 20px 0 0;
}
.form_subm > input {
	padding: 10px 20px;
	border:0 none;
	font-weight:bold;
	font-family: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, "sans-serif";
	font-size:20px;
	text-align:center;
	line-height:30px;
	color:#fff;
	background-color:#E2251C;
	display:inline-block;
	cursor:pointer;
}
.form_subm > input:hover {
	background-color:#333;
}
span.error {
	padding-left:10px;
	font-size: 14px;
	color:#f00;
	background:url('../img/erro_arrw.png') left center no-repeat;
	display:block;	
	position: absolute;
}
.inpt_chec span.error {
	top: 18px;
}
.da_ok,.da_nook  {
	border:1px dashed #ccc;
	padding:20px 20px 20px 50px;
	background-color:#f9f9f9;
}
.da_ok {
	background:url('../img/ok.png') 10px center no-repeat;
}
.da_nook {
	background:url('../img/nook.png') 10px center no-repeat;
}