*{margin:0;padding:0;outline:0;background:transparent;font-family:inherit;font-size:100%;}body{line-height:1em;}table{border-collapse:collapse;border-spacing:0;}legend,hr{display:none;}li{list-style:none;}a{text-decoration:none;}caption,th{text-align:left;}blockquote:before,blockquote:after,q:before,q:after{content:”";content:none;}blockquote,q{quotes:”" “”;}abbr,acronym{border:0;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

html {
	height: 100%;
}

body {
	background: url('images/bg.png') center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

#conteudo {
	width: 955px;
	margin: 0 auto;
	min-height: 100%;
	background: url('images/chats.png') bottom center no-repeat;
	position: relative;
}

#atendimentos-simultaneos {
	width: 210px;
	height: 43px;
	background: url('images/atendimentos-simultaneos.png') center no-repeat;
	position: absolute;
	bottom:40px;
	left: 60px;
	text-indent: -9999px;
	overflow:hidden;
}

#multiplos-atendentes {
	width: 132px;
	height: 29px;
	background: url('images/multiplos-atendentes.png') center no-repeat;
	position: absolute;
	bottom:200px;
	left: 420px;
	text-indent: -9999px;
	overflow:hidden;
}

#resumo-conversa {
	width: 126px;
	height: 33px;
	background: url('images/resumo-conversa.png') center no-repeat;
	position: absolute;
	bottom:340px;
	right: 60px;
	text-indent: -9999px;
	overflow:hidden;
}

.txt {
	width: 320px;
	color:#fff;
	font-family: "Segoe UI", Arial, sans-serif;
	padding-top: 100px;
	padding-bottom: 100px;
}

.txt p {
	margin-bottom: 20px;
	line-height: 120%;
}

h2 {
	font-family: 'changa_oneregular', 'Arial Black', sans-serif;
	font-size: 55px;
	letter-spacing: -1px;
	line-height: 60px;
}

input {
	background: #fff;
	border:0;
	padding: 10px;
	font-size: 16px;
	width: 280px;
	border:1px solid transparent;
}

input:focus {
	border:1px solid #000;
}

button {
	background: #ee4036;
	border-radius: 5px;
	border: 0;
	margin-top: 10px;
	padding: 10px 20px;
	font-family: 'changa_oneregular', 'Arial Black', sans-serif;
	text-transform: uppercase;
	color:#fff;
	font-size: 20px;
	cursor: pointer;
}

button:hover {
	background: #d02d24;
}

#erro {
	background: #ffb0ae;
	padding: 10px;
	border:1px solid #ee4036;
	color:#ee4036;
	margin-top: 15px;
}

#sucesso {
	background: #a3ca79;
	padding: 10px;
	border:1px solid #487616;
	color:#487616;
	margin-top: 15px;
}