* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: font87042 !important;
	background-color: #FFF;
}
iframe {
	display: none !important;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
p {
	padding: 0;
	margin: 0;
	font-size: 21px;
	line-height: 22px;
}
.nome {
	float: left;
	width: 100%;
	background-color: #162039;
	height: 100px;
	text-align: center;
	margin-top: 10px;
}
.nome h2{
		color: #FFF !important;
	padding: 12px !important;
	border: none;
	letter-spacing: initial;
}
.menu{
    margin-top: 50px;
}
h2{
	color: #7F94B3 !important;
    font-size: 38px;
    border-left: 5px solid #7F94B3;
    padding-left: 15px;
    letter-spacing: 3px;
}
.form-control {
    height: 65px !important;
    border-radius: 0 !important;
    border: 3px solid #7f94b3 !important;
    color: #222 !important;
    font-size: 22px !important;
    letter-spacing: 1px;
    margin-bottom: 15px !important;
    padding: 19px !important;
}
textarea.form-control{
	height: 145px !important;
	   resize: none;
}
button.form-control {
    background-color: #7F94B2 !important;
    color: #FFF !important;
    text-align: center;
    padding: 10px !important;
}
.divide{
	width: 100%;
	background-color: #EEEEEE;
	height: 3px;
	float: left;
	margin: 50px 0px;
}
@media only screen and (max-width: 991px) {
	.pull-left {
    float: left !important;
    width: 100%;
}
	
p {
    padding: 0;
    font-size: 21px;
    line-height: 22px;
    float: left;
    margin-top: 15px !important;
}
	.container {
    width: 100% !important;
}
}
