/*
* @file: default.css;
* @author: Cassio Vieira;
* @authorEmail: programacao@tdh.com.br;
* @authorURL: www.websitesja.com.br;
* @authorCompany: Websites Ja;
*/

/* P */
p {
	line-height: 1.4em;
}

/* Img */
img {
	height: auto;
	max-width: 100%;
}

/* Anchor */
a {
	line-height: 1.2em;
	outline: none;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {  }

/* Forms Items */
input,
select,
textarea,
button {
box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
line-height: 1.2em;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"],
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	outline: none;
	padding: 10px;
	resize: none;
}

/* Mod title, Page Title */
.mod-title,
.page-title {
	color: #00aeef;
	font-size: 43px;
	margin: 0 0 50px;
	padding: 0 0 15px;
	position: relative;
	text-align: center;
}
.page-title {
	font-size: 55px;
}
.mod-title:before,
.page-title:before {
	background-color: #ebebeb;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -37.5px;
	position: absolute;
	width: 75px;
}
.page-title {
	margin: 0 0 70px;
}