@import url(skeleton.css);
@import url(font-awesome.css);
/* ================================================== 
	#Reset
================================================== */
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;
}
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;
}
/* ================================================== 
	#Basic Styles
================================================== */
body {
	background: #fff;
	font: 13px/21px Verdana, Geneva, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* ================================================== 
	#Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #0a3144;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 14px;
	letter-spacing: -2px;
}
h2 {
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 10px;
	letter-spacing: -2px;
}
h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 8px;
	letter-spacing: -1px;
}
h4 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 4px;
}
h5 {
	font-size: 17px;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	line-height: 21px;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 20px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #333;
}
small {
	font-size: 50%;
}
.large {
	font-size: 24px;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* ================================================== 
	STYLE BASIC
================================================== */
span.blue {
	color: #1a698f;
}
.text-large {
	font-size: 15px;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.spacer10 {
	margin: 10px 0;
	clear: both;
}
.spacer20 {
	margin: 20px 0;
	clear: both;
}
.spacer30 {
	margin: 30px 0;
	clear: both;
}
.spacer40 {
	margin: 40px 0;
	clear: both;
}
.spacer50 {
	margin: 50px 0;
	clear: both;
}
/* ================================================== 
	LINKS
================================================== */
a, a:visited {
	color: #1a698f;
	text-decoration: none;
	outline: 0;
}
a:hover, a:focus {
	color: #000;
}
p a, p a:visited {
	line-height: inherit;
}
/* ================================================== 
	#Lists
================================================== */
ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 18px;
	margin-bottom: 12px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
/* ================================================== 
	#Images
================================================== */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
img.image-align-left {
	margin: 0 10px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 3px;
}
/* ================================================== 
	#Buttons
================================================== */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%); /* W3C */
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 8px 20px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.buttons {
	margin:auto;
	width:150px;
}
.bute {
	padding: 20px 60px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#66cc33;
	font-size:24px;
	color:#FFF;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #222;
	background: #ddd; /* Old browsers */
	background: #ddd -moz-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* FF3.6+ */
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .3)), color-stop(100%, rgba(0, 0, 0, .3))); /* Chrome,Safari4+ */
	background: #ddd -webkit-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* Chrome10+,Safari5.1+ */
	background: #ddd -o-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* Opera11.10+ */
	background: #ddd -ms-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* IE10+ */
	background: #ddd linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* W3C */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .35)), color-stop(100%, rgba(10, 10, 10, .4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* IE10+ */
	background: #ccc linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* W3C */
}
.button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* ================================================== 
	#Forms
================================================== */
form {
	margin-bottom: 10px;
}
form p {
	margin-bottom: 5px;
}
fieldset {
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px Verdana, Geneva, sans-serif;
	color: #777;
	width: 95%;
	display: block;
	margin-bottom: 10px;
	background: #fff;
}
select {
	padding: 0;
	padding: 5px;
	width: 95%;
}
input[type="text"]:focus, select:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #333;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow:  0 0 3px rgba(0, 0, 0, .2);
}
textarea {
	min-height: 60px;
}
label, legend {
	display: block;
	font-size: 13px;
}
legend {
	font-size: 12px;
	font-weight: bold;
	color: #0a3144;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
.segurooculto, .resideoculto, .usooculto, .bankoculto {
	display:none;
}
.form-seguro label {
	font-size: 10px;
	padding: 0;
	margin: 0;
}
.form-seguro p {
	font-size: 10px;
	padding: 0;
	margin: 0;
}
.form-seguro input {
	padding: 1px;
	margin: 0;
	font-size: 10px;
}
.form-seguro select {
	padding: 0px 2px;
	margin: 0;
	font-size: 10px;
}

#wizard input, #wizard select {
	padding: 7px;
}


/* ================================================== 
	HEADER
================================================== */
header#header {
	padding: 10px 0;
	background: #f5f5f5;
	height: 87px;
}
header#header ul {
	position: relative;
	margin-top: 40px;
	z-index: 9;
}
header#header ul li {
	float: left;
	margin: 0 15px;
}
/* ================================================== 
	SLIDESHOW
================================================== */
.slideshow .sl-slider-wrapper {
	width: 100%;
	height: 617px;
	overflow: hidden;
	position: relative;
}
.slideshow .sl-slider-in {
	height: 230px;
}
.slideshow .sl-slider h2 {
	padding: 15px 0px 10px 0px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.slideshow .sl-slider h2 {
	font-size: 38px;
	line-height: 24px;
	letter-spacing:-1px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	text-align: right;
}
#chamada {
	font-size: 38px;
	line-height: 24px;
	letter-spacing:-1px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	text-align: right;
	color:#FFF;
}
.slideshow .sl-slider .bg-contato {
	float: right;
	margin-right: -60px;
	position: relative;
	z-index: 999;
}
.slideshow .bg-img {
	padding: 10px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.slideshow .sl-slider .text-contact {
	padding-top: 190px;
	clear: both;
	font-size: 24px;
	line-height: 44px;
	letter-spacing:-1px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	text-align: right;
}
.slideshow .sl-slider .text-contact span.phone {
	font-size: 80px;
	display: block;
	letter-spacing: -4px;
}
/* Custom navigation arrows */
.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150, 150, 150, 0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-arrows span:hover {
	border-color: rgba(150, 150, 150, 0.9);
}
.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}
.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}
/* Custom navigation dots */
.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}
.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150, 150, 150, 0.4);
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.slideshow .nav-dots span {
	background: rgba(150, 150, 150, 0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.slideshow .nav-dots span.nav-dot-current, .slideshow .nav-dots span:hover {
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
}
/* Content elements */
.slideshow .bg-img-1 {
	background-image: url(../images/1.jpg);
}
.slideshow .bg-img-2 {
	background-image: url(../images/2.jpg);
}
.slideshow .bg-img-3 {
	background-image: url(../images/3.jpg);
}
.slideshow .bg-img-4 {
	background-image: url(../images/bg-in.jpg);
}
/* Form Contact */
.slideshow .form-contact, .form-contact-in {
	padding: 190px 10px 0 10px;
	margin-top: 150px;
	color: #fff;
	color:#000;
}
.form-contact-in {
	position: relative;
	margin-top: -235px;
	z-index: 1;
}
.slideshow .form-contact p, .form-contact-in p {
	font-size: 14px;
}
.slideshow .form-contact .full-cotacao, .form-contact-in .full-cotacao {
	background: #6C3;
	color: #fff;
	width: 99%;
	margin-top: 10px;
	border: 0;
	text-shadow: none;
	font-size: 13px;
	font-weight: normal;
}
.full-cotacao {
	font-size:25px!important;
}
.slideshow .form-contact .full-cotacao:hover, .form-contact-in .full-cotacao:hover in {
	background: #F00;
	color: #FFF;
}
form.form-sidebar .full-cotacao:hover, .form-contact-in .full-cotacao:hover in {
	background: #F00;
	color: #FFF;
}
#erro {
	background: #F00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
	font-size: 10px;
	line-height: 14px;
}
#erro-one {
	color: #f00 !important;
	font-size: 12px;
	margin-bottom: 10px;
}
.contact-img {
	position: relative;
	width: 980px;
	z-index: 8;
}
.contact-img img {
	position: absolute;
	top: 38px;
	right: 0;
}
.sl-slider-wrapper {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}
/* Slide wrapper and slides */
.sl-slide, .sl-slides-wrapper, .sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sl-slide {
	z-index: 1;
}
/* The duplicate parts/slices */
.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}
/* Horizontal slice */
.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
 top: 50%;
 padding: 0px 200px 200px 200px;
}
/* Vertical slice */
.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}
.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
 left: 50%;
 padding: 200px 200px 200px 0px;
}
/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}
.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}
/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}
.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}
/* ================================================== 
	HOMEPAGE
================================================== */

/* Seguros */
section.seguros {
	background: #f5f5f5;
	padding: 50px 0 25px 0;
}
section.seguros h2 {
	font-size: 60px;
	letter-spacing: -2px;
}
section.seguros small {
	font-size: 38%;
}
/* Economize */
section.economize {
	padding: 40px 0 25px 0;
}
section.economize h2 {
	font-size: 52px;
	letter-spacing: -3px;
	padding-bottom: 30px;
}
section.economize [class^="fa"] {
color: #0a3144;
}
/* Blog */
section.blog {
}
section.blog h3 {
	color: #999;
}
section.blog .category {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
section.blog .category:last-child {
	border-bottom: 0;
}
section.blog .category h3 {
	font-size: 20px;
	font-weight: normal;
}
/* ================================================== 
	TOOLTIP
================================================== */
.margin {
	margin-top: 17px;
}
.tooltip {
	position: relative;
	background: #eaeaea;
	cursor: help;
	display: inline-block;
	text-decoration: none;
	color: #222;
	padding: 0 10px;
	outline: none;
}
.tooltip span {
	visibility: hidden;
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 999;
	width: 230px;
	margin-left: -127px;
	padding: 10px;
	border: 2px solid #ccc;
	opacity: .9;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
}
.tooltip:hover {
	border: 0; /* IE6 fix */
}
.tooltip:hover span {
	visibility: visible;
}
.tooltip span:before, .tooltip span:after {
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: -7px;
	left: 50%;
	margin-left: -8px;
	border-top: 8px solid #ddd;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0;
}
.tooltip span:before {
	border-top-color: #ccc;
	bottom: -8px;
}
/* ================================================== 
	PAGE
================================================== */
#page {
	margin-top: 25px;
}
.seguradoras {
	clear:both;
}
.seguradoras div {
	width:100px;
	float:left;
	border: 1px solid #ccc;
	margin:5px;
}
.seguradoras div p {
	font-size:10px;
	text-align:center;
	margin:0;
	line-height:-1px!important;
}
.seguradoras {
	margin: 15px 0;
}
/* ================================================== 
	FOOTER
================================================== */
footer#footer {
	background: #f5f5f5;
	padding: 25px 0;
	margin-top: 20px;
}
footer#footer h3 {
	font-size: 50px;
	padding-bottom: 15px;
}
/* ================================================== 
	BREADCRUMB
================================================== */
.main-navigation {
	background: url(../images/navigation-bg-1.jpg) 0 0 repeat;
	height: 127px;
	margin: 0 0 28px 0;
}
.main-navigation nav {
	background: url(../images/navigation-bg-2.png) top center no-repeat;
	height: 104px;
	padding: 23px 0 0 0;
}
.main-navigation .navigation {
	width: 940px;
	margin: 0 auto 17px auto;
	font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	font-weight: 200;
	text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
}
.main-navigation .navigation a {
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.main-navigation .navigation a:after {
	content: "";
	background: url(../images/arrow-5.png) 14px 7px no-repeat;
	padding: 0 0 0 26px;
}
.main-navigation .navigation a:last-child:after {
	background: none;
	padding: 0;
}
.main-navigation .title {
	width: 940px;
	margin: 0 auto;
	font-family: Source Sans Pro, sans-serif;
	font-size: 30px;
	line-height: 46px;
	font-weight: 200;
	text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
	line-height:1;
}
	
		
/* Media Queries for custom slider */
@media screen and (max-width: 660px) {
 .slideshow .sl-slider-wrapper {
 height: 500px;
}
 .slideshow .sl-slider-in {
 height: 200px;
}
 .slideshow .sl-slider h2 {
 font-size: 36px;
}
 .slideshow .sl-slider blockquote {
 font-size: 16px;
}
}
/* ================================================== 
	CSS ROVERE
================================================== */

.widget span {
	font-size:50px;
	letter-spacing:-6px;
	line-height:50px;
}
.widget sup {
	font-size:20px!important;
}
.blue-insurance {
	float:left;
	width:650px;
}
.blue-insurance img {
	float:left;
	padding:0 10px 0 0;
}
.address-holder {
	width:200px;
	float:left;
	margin:0 10px 0 0;
}
.eleven li {
	list-style-type:circle;
	margin:0 0 0 50px;
}
.container fieldset {
	border:solid 1px #EEE!important;
	padding:5px;
	background-color: #e3e1e1;
}
.noticias {
	float:left;
	padding:10px 10px 10px 0;
	width:350px;
}
.noticias img {
	width:100%;
}
#lateralmenu {
	float: right;
	width:280px;
	background-color: #F3F3F3;
	padding:10px;
	clear:both;
	height:100%;
}
#lateralmenu p {
	width:250px;
	float: right;
	text-align:center;
}
#lateralmenu img {
	width:50px;
	padding:0 10px 0 0;
}
.blog img {
	width:50px;
	padding:0 10px 0 0;
}
#autor {
	background-image:url(../images/fundoautor.png);
	padding:10px;
}
#avatar {
	width:100px;
	height:100px;
	float:left;
	padding:0 10px 0 0;
}
#avatar img {
	width:100px;
}
#noticiaspage img {
	width:10%;
}
#migalhas {
	height:30px;
}
#migalhas ul li {
	border-left:1px solid#333;
	display:inline;
	font-size:11px;
	list-style-type:circle;
	padding:0 10px;
}
.montadoras ul li {
	float:left;
	/*	height:80px;
	widtH:115px;*/
	text-align:center;
	width:99px;
	height:100px;
	margin:5px;
	padding:5px;
	border-right:1px dashed #dedede;
	border-bottom:1px dashed #dedede;
	font-size:11px;

}
.montadoras ul li a {
	text-align:center;
	width:100px;
	float:left;
}

.listaautos li {
	display: block;
}
.tabelasnoticias {
	font-size:10px;
	text-align:center;
	border:1px solid #999;
	margin:0 0 20px 0;
}
.tabelasnoticias tr, .tabelasnoticias td, .tabelasnoticias th {
	border:1px solid #999;
}
.plus {
	margin:20px 0 0 0;
}
#voyage table {
	width:100%;
	margin:0 0 20px 0;
	border:#EBEBEB solid 1px;
	padding:10px;
}
#voyage table td {
	border:#EBEBEB solid 1px;
	padding:2px;
	font-size:10px;
}
#voyage table th {
	font-size:18px;
	text-align:left;
	color:#00C;
}
.tata {
	width:250px;
}
.ligue {
	width:199px;
	height:361px;
	position:fixed;
	/*position:absolute;*/
	z-index:100;
	top:5%;
	left:-35px;
}
.fundobut {
	background-image:url(../images/fundobut.jpg);
}
.fundobut p {
	text-align:center;
	margin:0;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-size:20px;
	padding:20px 0 20px 0;
}
.fundobut p strong {
	color:#0a3144;
	font-size:22px;
}
.fundobut p + p strong {
	font-size:16px;
}
.fundobut p + p {
	text-align:center;
	margin:0;
	text-transform: lowercase;
	letter-spacing:-1px;
	font-size:15px;
	padding:15px 0;
}
.fundobut p + p + p {
	font-size:12px;
	letter-spacing:0;
	padding:0 0 20px 0;
}
.btu img {
	width:135px;
	height:135px;
	margin:auto;
	margin:auto;
	margin:0 0 0 80px;
}
.btu p {
	text-align:center;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-size:15px;
	padding:10px 0 30px 0;
}
.btu p strong {
	color:#0a3144;
	font-size:20px;
}
.btu span {
	color:#0a3144;
	font-size:25px;
	float:right;
	margin:60px 0 0 0;
}
.tete {
	font-size:35px;
	letter-spacing:-2px;
	color:#0a3144;
	margin:47px 0 0 0;
}
.tete span {
	font-size:15px;
	letter-spacing:-2px;
}


.dentrotopo {
	background-image:url(../images/bg-in.jpg)
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

.fundobutin p {
	text-align:center;
	margin:0;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-size:20px;
	padding:20px 0 0 0;
	color: #FFF;
}
.fundobutin p strong {
	color: #FFF;
	font-size:22px;
}
.fundobutin p + p strong {
	font-size:16px;
}
.fundobutin p + p {
	text-align:center;
	margin:0;
	text-transform: lowercase;
	letter-spacing:-1px;
	font-size:15px;
	padding:15px 0;
}
.fundobutin p + p + p {
	font-size:12px;
	letter-spacing:0;
	padding:0 0 20px 0;
}


.btua img {
	width:135px;
	height:135px;
	margin:auto;
	margin:auto;
	margin:0 0 0 80px;
}
.btua p {
	text-align:center;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-size:15px;
	padding:10px 0 30px 0;
}
.btua p strong {
	color:#fff;
	font-size:18px;
}
.btua span {
	color:#fff;
	font-size:25px;
	float:right;
	margin:60px 0 0 0;
}


.falta {
	font-size:16px;
	letter-spacing:-1px;

}

.falta strong{
	font-size:20px;
letter-spacing:-2px;

}

a.button.buttonNoticia {
	background-color: #113b51;
	color: #FFF;
	padding: 10px 25px 10px 25px;
	font-size: 1.5em;
}