/* 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;
}

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;
}

/*
  ========================================
  Html, Body
  ========================================
*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;

	background: #3d99bf;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	color: #666666;

	line-height: 1.6;

	cursor: default;
}

/*
  ========================================
  Link
  ========================================
*/

a {
	color: #666666;
	text-decoration: none;
	line-height: inherit;
}

/*
  ========================================
  Typography
  ========================================
*/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;

	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666666;

	text-transform: uppercase;
	text-rendering: optimizeLegibility;
}

p {
	margin-bottom: 20px;

	font-family: inherit;
	font-weight: normal;
	font-size: 13px;

	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

b, strong {
	font-weight: bold;
}

/*
  ========================================
  Img
  ========================================
*/

img {
	display: inline-block;
	vertical-align: middle;
}

/*
  ========================================
  Input
  ========================================
*/

input,
select,
textarea {
	margin: 0;
	padding: 10px 15px;
	margin-bottom: 10px;

	width: 100%;

	border: 1px solid #dddddd;
	outline: none;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	color: #666666;
}

select {
	padding: 9px 15px;
	cursor: pointer;
}

textarea {
	padding: 15px;
	height: 157px;
}

/*
  ========================================
  Placeholder
  ========================================
*/

::-webkit-input-placeholder {
   color: #aaaaaa;
}

:-moz-placeholder {
   color: #aaaaaa;  
}

::-moz-placeholder { 
   color: #aaaaaa;  
}

:-ms-input-placeholder {  
   color: #aaaaaa;  
}

/*
  ========================================
  Selection
  ========================================
*/

::selection {
	background: #3d99bf;
	color: white;
}

::-moz-selection {
	background: #3d99bf;
	color: white;
}

/*
  ========================================
  Clearfix
  ========================================
*/

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/*
  ========================================
  Class
  ========================================
*/

.left {
	float: left;
}

.right {
	float:  right;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

/*
  ========================================
  Button
  ========================================
*/

.btn {
	margin: 0;
	padding: 6px 25px;

	font-size: 13px;
	font-weight: 600;
	color: white;

	border: 0;
	outline: none;
	cursor: pointer;

	background: -webkit-gradient(linear, left top, right top, from(#60abca), to(#3483a5));
	background: -webkit-linear-gradient(top, #60abca, #3483a5);
	background: -moz-linear-gradient(top, #60abca, #3483a5);
	background: -o-linear-gradient(top, #60abca, #3483a5);
	background: -ms-linear-gradient(top, #60abca, #3483a5);
	background: linear-gradient(top, #60abca, #3483a5);
	background-color: #3483a5;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

/*
  ========================================
  Container
  ========================================
*/

.container {
	margin: 0 auto;
	width: 1000px;
}

/*
  ========================================
  Header
  ========================================
*/

.header-bg {
	border-top: 5px solid #0f83b3;
	background: #f2f2f2 url(../img/header.png) no-repeat top center;
}

header.main {
	padding-right: 40px;
}

header.main .right {
	padding-top: 70px;
}

header.main .logo {
	padding-top: 35px;
	padding-left: 50px;
}

header.main h2 {
	font-size: 25px;
	font-weight: 600;
}

header.main h3 {
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 400;
}

header.main h2,
header.main h3 {
	color: white;
	text-transform: none;
}

.header {
	height: 289px;
	border-bottom: 7px solid #cccccc;
}

/*
  ========================================
  Nav primary
  ========================================
*/

nav.primary li {
	float: left;
}

nav.primary li.divider {
	width: 1px;
	height: 48px;
	position: relative;
}

nav.primary li.divider:before {
	content: "";
	width: 1px;
	height: 27px;
	background:  #80bdd6;

	top: 10px;
	left: 0;
	position: absolute;
}

nav.primary li a {
	display: block;
	position: relative;

	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 20px;

	font-size: 18px;
	font-style: italic;
	color: white;
}

nav.primary li a:after {
	content: "";
	width: 100%;
	height: 5px;

	background: #80bdd6;

	-webkit-border-radius: 0 0 5px 5px;
	   -moz-border-radius: 0 0 5px 5px;
	        border-radius: 0 0 5px 5px;

	left: 0;
	bottom: 0;
	position: absolute;

	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
		 opacity: 0;
}

nav.primary li a:hover:after,
nav.primary li.active a:after {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	     opacity: 1;
}

/*
  ========================================
  RoyalSlider
  ========================================
*/

.banner {
	margin-top: 30px;
	position: relative;
}

.banner:after {
	content: "";
	width: 100%;
	height: 7px;
	background: url(../img/banner-border.png) no-repeat top center;

	left: 0;
	bottom: -7px;
	position: absolute;
}

.rsContent {
	float: left;
}

.bContainer {
	position: relative;
}

.rsABlock {
	position: relative;
	display: block;
	left: auto;
	top: auto;
}

#royalslider-slider {
	width: 100%;
	height: 380px;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

#royalslider-slider .slide {
	position: relative;
	background: #3f9cc2;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

#royalslider-slider .slide img {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

#royalslider-slider .slide h1 {
	right: 50px;
	bottom: 90px;
	z-index: 10;
	position: absolute;

	font-size: 20px;
	color: white;
	text-align: right;
	text-transform: uppercase;
}

#royalslider-servicos {
	width: 100%;
	height: 320px;
}

/*
  ========================================
  Main
  ========================================
*/

.main-bg {
	padding-top: 35px;
	padding-bottom: 35px;
	background: #f2f2f2;
}

/*
  ========================================
  Column index
  ========================================
*/

.column-index a {
	float: left;
	display: block;
	position: relative;

	padding: 20px;
	width: 333.33px;
	height: 304px;

	background: white;
}

.column-index a:before {
	content: "";
	width: 5px;
	height: 55px;
	background: #3d99bf;

	top: 0px;
	left: 0;
	position: absolute;
}

.column-index h1 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
}

.column-index p {
	font-style: italic;
}

.column-index ul {
	margin-top: 15px;
}

.column-index li {
	display: block;
	position: relative;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;

	font-style: italic;
	font-weight: bold;
}

.column-index li:before {
	content: "";
	width: 0;
	height: 0;

	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 11px solid #3d99bf;

	top: 8px;
	left: 0;
	position: absolute;
}

.column-index span {
	padding: 1px 10px;
	float: right;
	display: inline-block;

	background: #3d99Bf;

	font-size: 12px;
	font-style: italic;
	color: white;

	right: 20px;
	bottom: 10px;
	position: absolute;
}

.column-index a:hover span {
	background: #317b9b;
}

/*
  ========================================
  Footer
  ========================================
*/

footer {
	height: 265px;
	background: #3d99bf url(../img/footer.png) no-repeat top center;
	font-style: italic;
}

footer a:hover {
	text-decoration: underline;
}

footer .container {
	position: relative;
}

footer .container:before {
	content: "";
	width: 100%;
	height: 7px;
	background: url(../img/footer-border.png) no-repeat top center;

	top: -7px;
	left: 0;
	position: absolute;
}

footer .copyright {
	padding-top: 170px;
	color: white;
}

footer .copyright a {
	color: inherit;
}

footer .endereco {
	padding-top: 45px;
	padding-right: 20px;
	position: relative;
}

footer .endereco:before {
	content: "";
	width: 5px;
	height: 128px;
	background: #3d99bf;

	top: 45px;
	right: 0;
	position: absolute;
}

footer .endereco h5 {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}

footer .endereco h3 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

footer .endereco p {
	margin-bottom: 15px;
}

/*
  ========================================
  Localizacao
  ========================================
*/

.localizacao {
	margin-top: 9px;
	padding-top: 20px;
	color: white;
}

.localizacao a {
	color: inherit;
}

.localizacao a:hover {
	text-decoration: underline;
}

/*
  ========================================
  Content
  ========================================
*/

.padding-none {
	padding-top: 0;
}

.content {
	padding: 20px;
	background: white;
}

/*
  ========================================
  Title
  ========================================
*/

.title,
.subtitle {
	position: relative;
	font-size: 19px;
}

.title:before,
.subtitle:before {
	content: "";
	width: 5px;
	height: 50px;
	background: #3d99bf;

	top: -20px;
	left: -20px;
	position: absolute;
}

.subtitle {
	margin-top: 20px;
	font-size: 15px;
}

.subtitle:before {
	height: 32px;
	top: -6px
}

/*
  ========================================
  Servicos
  ========================================
*/

.servicos {
	width: 495px;
}

.servicos ul {
	background: #3b92b6;
}

.servicos li {
	display: block;
	margin-left: 20px;
	margin-bottom: 3px;
	padding: 8px 20px;

	background: #3d99bf;

	font-size: 17px;
	font-weight: 300;
	font-style: normal;
	color: white;
}

.servicos li:last-child {
	margin-bottom: 0;
}

.servico-column {
	position: relative;
}

.servico-column:after {
	content: "";
	width: 100%;
	height: 7px;
	background: url(../img/servico-border.png) no-repeat top center;

	left: 0;
	bottom: -9px;
	position: absolute;
}

/*
  ========================================
  Endereco
  ========================================
*/

.endereco {
	width: 470px;
}

.endereco h3 {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 600;
}

.mensagem {
	padding: 15px 20px;
	font-size: 15px;
	border: 1px solid #dddddd;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

/*
  ========================================
  Transition
  ========================================
*/

.column-index span {
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}