/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'SohoGothic';
	font-size: 14px;
}

.content {
	width: 1000px;
	margin: 0 auto;
}

header {
	float: left;
	width: 100%;
	padding-top: 12px;
	background: url(../images/header-bkg.jpg) center top repeat-x;
}

header .logo {
	float: left;
	width: 260px;
	height: 112px;
	background: url(../images/logo.png) center center no-repeat;
}

header .login-area {
	float: right;
	width: 450px;
	margin-top: 30px;
}


header .login-area span {
	float: left;
	width: 100%;
	font-size: 11px;
	text-transform: uppercase;

	color: #888;
	margin-bottom: 5px;
}

header .login-area input[type=text], header .login-area input[type=password] {
	float: left;
	width: 170px;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    inset 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         inset 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	border: 0px;
	font-style: italic;
	margin-right: 10px;
	padding: 10px;
	font-family: 'SohoGothic';
	outline: none;
}

header .login-area input[type=submit] {
	float: left;
	font-style: italic;
	padding: 10px;
	font-family: 'SohoGothic';
	border: 0px;
	color: white;
	background: #306B85;
}

header .menu {
	float: left;
	width: 100%;
	height: 56px;
	background: url(../images/menu-bkg.jpg) center top no-repeat;
}

header .menu nav {
	float: left;
	width: 100%;
	display: table;
	padding-top: 20px;
}

header .menu nav a {
	display: table-cell;
	text-align: center;
	border-left: 1px dotted #ccc;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0px 10px;
	color: #306B85;
	text-decoration: none;
	letter-spacing: -.03em;
}

header .menu nav a:hover {
	text-decoration: underline;
}

header .menu nav a:first-child {
	border-left: 0px;
}

.top-banners {
	float: left;
	width: 100%;
	margin: 20px 0px;
}

.top-banners .slick-prev,
.top-banners .slick-next {
	display: none !important;
}

.top-banners .slick-dots {
	position: absolute;
	top: 20px;	
	left: 20px;
}

.top-banners .slick-dots button {
	-webkit-appearance:none;
	background: #fff;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	font-family: 'SohoGothic';
	color: #666;
	cursor: pointer;
	outline: none;
}

.top-banners .slick-dots .slick-active button {
	background: #6B6B6B;
	border: 1px solid #6B6B6B;
	color: white;
}

h2 {
	float: left;
	width: 100%;
	color: #306B85;
	text-transform: uppercase;
	border-bottom: 1px dotted #333;
	font-size: 30px;
	padding-bottom: 10px;
	margin: 30px 0px;
}

h3 {
	float: left;
	width: 100%;
	color: #306B85;
	text-transform: uppercase;
	border-bottom: 1px dotted #333;
	font-size: 30px;
	padding-bottom: 10px;
}


h4 {
	float: left;
	width: 100%;
	color: #306B85;
	-ms-text-align-last: auto;
	text-align-last: auto;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px dotted #333;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.about-us {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.about-us .block {
	float: left;
	-webkit-box-shadow: inset 0px 0px 30px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    inset 0px 0px 30px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         inset 0px 0px 30px 0px rgba(50, 50, 50, 0.1);
	width: 100%;
	margin-top: 20px;
}

.about-us .block .item {
	float: left;
	width: 178px;
	margin: 14px;
}

.about-us .block .item .img {
	float: left;
	padding: 2px;
	border: 1px solid #e5e5e5;
	background: #fff;
	margin-bottom: 10px;
}

.about-us .block .item h4 {
	font-family: 'Trebuchet MS';
	font-style: italic;
	font-size: 16px;
	color: #306B85;
}

.about-us .block .item h4 a {
	color: #306B85;
	text-decoration: none;
}

.about-us .block .item p {
	margin-top: 10px;
	font-size: 12px;
}

.left-column {
	float: left;
	width: 620px;
}

.left-column .banners {
	float: left;
	width: 100%;
}

.left-column .banners .item {
	float: left;
	margin-right: 20px;
}

.left-column .banners .item:last-child {
	margin-right: 0px;
}


.right-column {
	float: right;
	width: 350px;
}

.right-column .blogs .item {
	float: left;
	width: 100%;
	margin: 10px 0px;
}

.right-column .blogs .item strong {
	font-family: 'Trebuchet MS';
	color: #306B85;
	float: left;
	width: 100%;
	font-style: italic;
	font-size: 16px;
	text-decoration: none;
}

.right-column .blogs .item strong a {
	color: #306B85;
	text-decoration: none;
}

.right-column .blogs .item em {
	float: left;
	width: 100%;
	font-size: 11px;
	color: #306B85;
	margin-bottom: 10px;
}

.right-column .blogs .item p {
	font-size: 11px;
	line-height: 14px;
	color: #666;
}

.trim {
	float: right;
	width: 350px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.trim .block {
	float: left;
	width: 100%;
	margin-right: 50px;
	text-align: center;
}

.trim .block:last-child {
	margin-right: 0px;
}



.depoimentos {
	float: left;
	width: 100%;
}

.depoimentos .item {
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
}

.depoimentos .item .img {
	float: left;
	border: 2px solid #e5e5e5;
	margin-right: 10px;
}

.depoimentos .item strong {
	width: 100%;
	display: block;
	color: #2E6A86;
	margin-bottom: 5px;
}

.depoimentos .item em {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}


.depoimentos .item p {
	display: block;
	font-size: 12px;
	color: #444;
	line-height: 15px;
}

.news {
	float: left;
	width: 100%;
}

.news .item {
	float: left;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
}

.news .item a {
	color: #2F6B85;
	text-decoration: none;
	margin-bottom: 4px;
}

.news .item em {
	color: #444;
	font-size: 12px;
	padding: 4px 0px;
	display: block;
}

.news .item p {
	font-size: 14px;
	line-height: 18px;
	font-size: 13px;
	color: #333;	
}


.newsletter {
	float: left;
	width: 100%;
	text-align: left;
}

.newsletter strong {
	font-weight: bold;
	font-style: italic;
	color: #333;
	padding: 10px 0px;
	display: block;
}

.newsletter p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 20px;
}


.newsletter input[type=text], .newsletter input[type=password] {
	float: left;
	width: 170px;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    inset 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         inset 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	border: 0px;
	font-style: italic;
	margin-right: 10px;
	padding: 10px;
	font-family: 'SohoGothic';
	outline: none;
	width: 85%;
	margin-bottom: 10px;
}


.def-button, .newsletter input[type=submit] {
	float: left;
	background: url(../images/button.jpg) right center no-repeat;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px;
	text-decoration: none;
	padding-right: 28px;
	padding-left: 5px;
	margin-bottom: 10px;
	border: 0px;
	font-family: 'SohoGothic';
	cursor: pointer;
}


footer {
	float: left;
	width: 100%;
}

footer .menu {
	float: left;
	width: 100%;
	height: 53px;
	background: url(../images/footer-menu.jpg) center center no-repeat;
}

footer .menu .content .inset {
	display: table;
	width: 100%;
	padding-top: 10px;
}

footer .menu .content a {
	padding: 10px;

	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
	display: table-cell;
}

footer .end .copyright {
	float: left;
	margin: 10px 0px;
	font-size: 10px;
	background: url(../images/footer-logo.jpg) left center no-repeat;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #444;
}

footer .fw {
	float: right;
	background: url(../images/footer-fw.jpg) right center no-repeat;
	font-size: 11px;
	text-decoration: none;
	padding-right: 50px;
	color: #555;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 5px;
}

.text-view {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.text-view p {
	margin-bottom: 20px;
	color: #333;
	line-height: 20px;
}

.text-view ul {
	margin-bottom: 20px;
}

.text-view li {
	margin-bottom: 8px;
	color: #333;
	line-height: 20px;
	list-style: square;
	margin-left: 20px;
}

.text-view strong {
	font-weight: bold;
}

.text-view a {
	color: #2F6B85;
}

.text-view img.align-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.text-view img.align-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.depoimento-item {
	float: left;
	width: 46%;
	margin: 2%;
}

.depoimento-item .pic {
	float: left;
}

.depoimento-item .info {
	padding-left: 200px;
}

.depoimento-item .info strong {
	float: left;
	width: 100%;
	color: #2F6A86;
	font-size: 16px;
	margin-bottom: 10px;
}

.depoimento-item .info em {
	font-size: 13px;
	color: #666;
	margin-bottom: 10px;
	display: block;
}

.news-item {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #e5e5e5;
}

.news-item h5 {
	font-weight: bold;
	color: #595959;
	font-size: 18px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.news-item em {
	color: #306B85;
	font-size: 13px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.navigation {
	float: left;
	width: 100%;
	text-align: center;
}

.navigation a {
	width: 30px;
	height: 30px;
	outline: 1px solid #e5e5e5;
	display: inline-block;
	line-height: 30px;
	text-decoration: none;
	margin: 3px;
}

.navigation .active {
	outline: 1px solid #2F6B85;
	background: #2F6B85;
	color: white;
}

.convenio-item {
	float: left;
	outline: 1px solid #e5e5e5;
	width: 220px;
	margin: 15px;
	height: 180px;
	background: #f7f7f7;
}

.convenio-item .image {
	float: left;
	width: 100%;
	height: 140px;;
	text-align: center;
	line-height: 140px;
	background: #fff;
}

.convenio-item .image img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}


.convenio-item strong {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	color: #333;
}



.contato .form {
	float: left;
	width: 50%;
}

.contato .form label {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	color: #333;
}

.contato .form input[type=text], 
.contato .form textarea  {
	float: left;
	width: 90%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	resize:none;
	font-family: 'SohoGothic';
	font-size: 14px;
	outline: none;
	color: #306B85;
}

.contato .form input[type=submit] {
	float: right;
	background: #306B85;
	border: 0px;
	padding: 18px;
	color: white;
	text-transform: uppercase;
	font-family: 'SohoGothic';
	margin-right: 20px;
	cursor: pointer;
}

.contato .horario strong {
	display: block;
	margin-bottom: 10px;
	color: #2F6B85;
}

.contato .map {
	float: left;
	width: 100%;
}

.contato .right {
	float: right;
	width: 50%;
}

.contato address {
	float: left;
	width: 100%;
	margin-top: 20px;
	line-height: 20px;
	color: #333;
	margin-bottom: 20px;
}

.contato .phone {
	font-weight: bold;
	color: #333;
	font-size: 20px;
	display: block;
	margin-top: 10px;
}


.faq-item {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #333;
	line-height: 18px;
}

.faq-item .question {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	color: #2F6B85;
}


.about-us .block .item a p {
	color: #333;
}


.pic-holder {
	display: inline-block;
	background: #f1f1f1;
	padding: 10px;
	max-width: 46%;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
}

.pic-holder img {
	max-width: 100%;
}

.pic-holder span {
	float: left;
	width: 100%;
	color: #555;
	padding: 10px 0px;
}