﻿* {
	box-sizing: border-box;
}
body,td,th,input,button {
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
body {
	margin: 0;
	background-color: #511e0b;
	background-image: url(/images/bg3-filter.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.cad_ok {
	font-size: 18px;
	text-align:center;
	padding: 30px;
}
.intro {
	position: relative;
	height: 100vh;
	min-height: 400px;
	width: 100%;
}
.intro-filter {
	/*background-color: #42260c;
	opacity: 0.61;*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}
.intro-wrapper {
	width: 100%;
	height: 100%;
}
.intro-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:2;
}
.recap {
	/*background-color:#ffffff;*/
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
.recap-wrapper {
	width: 100%;
	/*background-color: #ffffff;*/
	padding-top: 10px;
	margin-bottom: 8px;
}
.intro-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 70vh;
	max-width: 1200px;
	margin: 0 auto;
}
.chamada {
	color: #ffffff;
	/*font-size: 1.55vw;*/
	/*font-size: 48px;*/
	width: 50%;
	display: inline-block;
	padding: 40px;
	/*font-weight: 700;*/
	/*padding-top: 150px;*/
	order: 1;
	/*line-height:1;*/
}
.chamada-peq {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	padding-top: 20px;
}
.chamada-botoes {
	padding-top: 50px;
}
.chamada span, .chamada h2, .chamada strong {
	color: #fab716;
}
.formulario {
	width: 50%;
	display: inline-block;
	padding: 40px;
	order: 2;
}
.formulario img {
	width: 100%;
	display:block;
}
.btn {
	background-color: #fab716;
	border: 1px solid #fab716;
	color: #ffffff;
	border-radius: 6px;
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.2s;
	cursor: pointer;
}
.btn:hover {
	background-color: #3d2208;
	border: 1px solid #3d2208;
	color: #fab716;
	transform: translateY(-10px);
    box-shadow: 0px 0px 10px 0px rgb(158 145 17 / 50%);
}
.btn-cad {
	width: 190px;
	padding: 12px 23px;
	font-size: 15px;
    font-weight: 800;
    line-height: 20px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
#cad2 {
	margin-left: 4px;
}
.top-logo {
	display: block;
	width: 15%;
	margin: 0 auto;
	margin-left: 15%;
	margin-top: 30px;
}
@media screen and (max-width:1400px) {
.footer {
	margin-top: 200px;
}
}
@media screen and (max-width:1000px) {
.footer {
	margin-top: 30px;
}
.intro {
	height: unset;
	min-height: 700px;
}
.chamada {
	width: 100%;
	padding-top: 40px;
	text-align: center;
	font-size: 18px;
}
.chamada-peq {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0;
}
.intro-content {
	position: relative;
	top: unset;
	left: unset;
	height: auto;
}
.intro-wrapper {
	min-height: 100vh;
}
.intro-flex {
	display: block;
	min-height: unset;
}
.formulario {
	width: 100%;
	padding-top: 150px;
	text-align: center;
}
.top-logo {
	display: block;
	width: 40%;
	margin: 0 auto;
	margin-top: 40px;
}
.ll {
	text-align: left;
}
}