﻿body {
	margin: 0px;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
}


.logo-topo {
	display: block;
	width: auto;
	height: auto;
	max-width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.banner {
	position:relative;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.info {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(imagens/info-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 130px;
	padding-bottom: 130px;
	text-align:center;
	color: #fff;
}
.info-in {
	display: block;
	width: 96%;
	max-width: 1200px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.titulo1 {
	display:block;
	font-size:50px;
	line-height:50px;
	margin-bottom: 20px;
}
.subtitulo1 {
	display:block;
	font-size:30px;
	line-height:30px;
	margin-bottom: 20px;
}
.bt-mail {
	display:block;
	font-size:20px;
	line-height:20px;
	color:#F00;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bt-mail:hover {
	color: #fff;
}
.contato {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align:center;
	background-color: #333;
	color: #fff;
}
.contato form {
	display: block;
	width: 96%;
	max-width: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.contato form  input,
.contato form  textarea{
	padding: 10px;
	width: calc(100% - 20px);
	border-radius: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	border: 0px none #FFF;
	margin-bottom: 10px;
}
.contato form  input[type="submit"] {
	width: 90px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
}
.contato form  input[type="submit"]:hover {
	background-color: #00AEEF;
}
.textfieldRequiredState,
.textareaRequiredState {
    display: table;
    width: 100%;
	margin-bottom: 20px;
}

.bt-whats {
	position: fixed;
	display: block;
	bottom: 20px;
	left: 20px;
	width: 50px;
	height: 50px;
	background-color: #0dc143;
	border-radius: 50%;
	z-index: 999;
	background-image: url(imagens/whats-logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bt-whats i {
	display: none;
}
.bt-whats:after {
	position: absolute;
	display: block;
	content: "WhatsApp";
	bottom: calc(50% - 20px);
	left: 70px;
	background-color: #fff;
	border: solid 1px #CCC;
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-radius: 6px;
	z-index: 1;
	color: #093;
}
