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

@font-face {
font-family: "Roboto";
src: url("Roboto.ttf");
src: url("Comfortaa?#iefix") format("embedded-opentype"),
url("Roboto.svg#Locaweb-Icons") format("svg"),
url("Roboto.ttf") format("truetype");
font-weight: normal;
font-style: normal;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
}
body,td,th {
	font-family: Roboto, sans-serif;
	font-size: 13px;
	color: #757575;
}

.tel-topo{
	font-size: 24px;
	color: #7a0022;
}

.menu {
	font-size: 13px;
	color: #7a7a7a;
}
.menu:link {
	text-decoration: none;
}
.menu:visited {
	text-decoration: none;
	color: #7a7a7a;
}
.menu:hover {
	text-decoration: none;
	color: #A90633;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEAEAE;
}
.menu:active {
	text-decoration: none;
	color: #7a7a7a;
}
h1{
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2{
	font-size: 20px;
	text-transform: uppercase;
	color: #ab0b37;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


.form{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #000;
	background-color: #FFF;
	height: 35px;
	width: 100%;
	border-radius: 20px 20px 20px 20px;
	padding-left:20px;
	padding-right:20px;
	border: 1px solid #999;
}


.form1{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #FFF;
	background-color: #ab0b37;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 35px;
	width: 150px;
	border-radius: 20px 20px 20px 20px;
	padding-left:20px;
	padding-right:20px;
	text-transform: uppercase;
}



.form_rodape{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #666;
	background-color: #FFF;
	height: 40px;
	width: 75%;
	border-radius: 20px 20px 20px 20px;
	padding-left:20px;
	padding-right:20px;
	border: 1px solid #999;
}


.form1_rodape{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #FFF;
	background-color: #ab0b37;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 40px;
	width: 100px;
	border-radius: 20px 20px 20px 20px;
	padding-left:20px;
	padding-right:20px;
	text-transform: uppercase;
}

