/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#83959f;
	min-width:980px;
	background:#fff;
 	font-size:0.8125em;
	line-height:1.4615em;
}

.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}

.main {
	width:980px; 	
	padding:0;
	margin:0 auto;
}

a {color:#428caf; outline:none;}
a:hover {text-decoration:none;}

.clear {clear:both; width:100%; line-height:0; font-size:0;}

.col-1, .col-2, .col-3 {float:left;}
.col-5{width:950px}
#page3 .col-1 {width:280px; margin-right:30px;}
#page3 .col-2 {width:280px;}

.wrapper {
	width:100%;
	overflow:hidden;
}
.extra-wrap {overflow:hidden;}
 
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:16px;}
.p3 {
	margin-bottom:23px;
	text-align: left;
}
.p4 {margin-bottom:42px;}
.p5 {margin-bottom:50px;}
.p6 {margin-bottom:30px;}

.ind-bot {margin-bottom:20px;}
.ind-bot2 {margin-bottom:37px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.it {font-style:italic;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#418daf;}

/*********************************boxes**********************************/
.spacing {margin-right:35px;}
.spacing2 {margin-right:45px;}
.spacing3 {margin-right:60px;}

.img-indent {float:left; margin:0 15px 0px 0;}	
.img-indent2 {float:left; margin:0 19px 0px 0;}	

.buttons a:hover {cursor:pointer;}

.sf-menu li a,
.list-1 li a,
.list-2 li a,
.link,
.logo {text-decoration:none;}	

.map iframe {
	width:400px;
	height: 362px;
	overflow:hidden;
} 

/*********************************header*************************************/
header {height:253px; width:100%; background:url(../images/header-bg.gif) 0 0 repeat-x;}
header .inner {background:url(../images/inner2-bg.jpg) center 0 no-repeat; min-height:100%;}

.slider {height:475px; background:url(../images/slider-shadow.png) 0 bottom no-repeat;}
.slides {background:#fff; padding:8px; position:relative;}

.banner {position:absolute; width:305px; height:153px; text-align:right; right:0; top:137px; z-index:2;}
.banner .blue {font-size:30px; line-height:1.2em; font-family: 'PT Sans Narrow', arial, serif; color:#fff; padding:3px 23px 0px; background:#016cd1; text-transform:uppercase; display:inline-block; height:41px;} 
.banner .white {font-size:55px; line-height:1.2em; font-family: 'PT Sans Narrow', arial, serif; text-transform:uppercase; color:#3c3c3c; padding:0px 25px 0px; background:#fff; display:inline-block;}
.banner .black {font-size:30px; line-height:1.2em; font-family: 'PT Sans Narrow', arial, serif; color:#fff; padding:3px 23px 0px; background:#1c1c1c; text-transform:uppercase; display:inline-block; height:41px;} 

.aligncenter {text-align:center; padding-top:27px; overflow:hidden;}
.pagination {display:inline-block; width:19px; height:19px; background:url(../images/pagination.png) 0 0 no-repeat;}
.slide-buttons {width:84px; margin:0 auto;}
.slide-buttons li {float:left; padding-right:2px;}
.pagination:hover, .pagination.active {background:url(../images/pagination-active.png) 0 0 no-repeat;}

h1 {position:relative;}
h1 a {display:block; width:280px; height:95px; text-indent:-5000px; background:url(../images/logo.png) 0 0 no-repeat; margin:0 auto;}

.sf-menu {position:relative; z-index:10;}
.sf-menu > li {float:left; font-size:21px; line-height:1.23em; background:url(../images/menu-spacer.gif) right 0px no-repeat; padding-bottom:26px; position:relative;}
.sf-menu > li > a {display:block; color:#fff; font-family: 'PT Sans', arial, serif;  height:63px; display:block; padding-top:28px; text-align:center; width:157px; background:url(../images/menu-bg.gif) 0 0 repeat-x; margin-right:1px; line-height:1.23em; position:relative;}
.sf-menu li .active, .sf-menu li a:hover {color:#1c1c1c; background:url(../images/menu-hover.gif) 0 0 repeat-x;} 
.sf-menu .item {background:none;}
.sf-menu .item a {width:159px; margin:0;}
.sf-menu a span {position:absolute; width:9px; height:7px; background:url(../images/dropdown-marker.gif) 0 0 no-repeat; top:39px; right:20px;}
.sf-menu li a:hover span, .sf-menu li a.active span {background:url(../images/dropdown-marker-hover.gif) 0 0 no-repeat;}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			203px; /* left offset of submenus need to match (see below) */
	z-index:100;
	padding:9px 0 14px 0px; 
	background:url(../images/dropdown-menu-bg.png)  0 0 repeat;
}
.z-index {z-index:100;}
.sf-menu ul li {
	width:			100%;
	text-align:left;
}
.sf-menu ul li a {
	font-size:14px;
	color:#FFF;
	padding:2px 0 2px 22px;
	display:block;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sf-menu ul li a em {font-style:normal; background:url(../images/dropdown-menu-marker.gif) left 11px no-repeat; padding-left:10px; display:inline-block;}
.sf-menu ul li a:hover {
	color:#000;
	cursor:pointer;
	background-color: #000;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			90px; /* match top ul list item height */
	z-index:		99;
	position:absolute;
}
.sf-menu li li:hover {background:none;}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li ul ul {background:none; padding:0;}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			204px; /* match ul width */
	top:			40px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/

.sf-menu li li li a {margin-bottom:1px; padding:1px 0 1px 9px;}
.sf-menu li li.sfHover li a:hover {color:#fff; background:#fff;}
.sf-menu li li.sfHover li a:hover em {color:#000; background:url(../images/dropdown-nenu-marker-hover.gif) left 11px no-repeat;}

.sf-menu a:hover, .sf-menu > li.sfHover > a ,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:url(../images/menu-hover.gif) 0 0 repeat-x;
	outline:		0;
	color:#06F;
}

li.sfHover a span {background:url(../images/dropdown-marker-hover.gif) 0 0 no-repeat;}
.sf-menu li li.sfHover a {background:#000;}
.sf-menu li li.sfHover li a {background:url(../images/dropdown-submenu-bg.png); color:#fff;} 

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/


}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


/*********************************content*************************************/
#content {width:100%; padding:60px 0 85px;}

.spacer-1 {width:100%; background:url(../images/pic-1.gif) 217px 0 repeat-y;}
.spacer-2 {width:100%; background:url(../images/pic-1.gif) 460px 0 repeat-y;}

h3 {font-size:32px; line-height:1.23em; margin:0px 0 15px; color:#1f1e1b; font-family: 'PT Sans', arial, serif; letter-spacing:-1px;}
h6 {font-size:24px; color:#3493dc; line-height:1.2em; font-family: 'PT Sans', arial, serif; font-weight:normal; margin-bottom:2px;}
h5 {font-size:24px; font-family: 'PT Sans narrow', arial, serif; color:#171717; line-height:1.23em; font-weight:normal; margin-bottom:18px; display:inline-block; letter-spacing:-1px;}
.line-hor {display:block; height:1px; background:url(../images/line-hor.gif) 0 0 repeat-x;}

.scroll {overflow:auto; height:180px; position:relative;}
.scroll .padding-right {height:1%; padding-right:50px;}

.box {width:100%; min-height:295px; background:url(../images/bg-box.png) 0 0 repeat;}
.box .padding {padding:50px 65px 30px 68px;}

.button {display:inline-block; color:#000; background:url(../images/button-tail.gif) 0 0 repeat-x;}
.button:hover {color:#fff;}

.number {display:inline-block; font-family: 'PT Sans', arial, serif; font-size:24px; color:#fff; background:url(../images/number-circle.png) 0 0 no-repeat; width:48px; padding:8px 0 10px; line-height:1.23em; text-align:center; float:left; margin-right:23px;}
.letter {display:inline-block; font-family: 'PT Sans', arial, serif; font-size:48px; width:68px; padding:1px 0 7px; text-align:center; line-height:1.23em; float:left; margin-right:18px; color:#fff; background:url(../images/letter-bg.gif) 0 0 no-repeat; text-transform:uppercase; font-weight:bold;}  

.quote-block {background:#f9f9f9; padding:30px 46px 38px 36px;}

.button1 {display:inline-block; font-size:12px; padding-left:9px; color:#fff; background:url(../images/button-left.png) 0 0 no-repeat;}
.button1:hover {color:#24a3ce;}

.list-1 li {padding-bottom:1px; height:36px;}
.list-1 li a {color:#fff; font-size:14px; line-height:1.23em; color:#000; display:block; background:url(../images/list1-bg.gif) 0 0 repeat-x; min-height:28px; padding:8px 0 0 25px;  border-radius:5px 5px 5px 5px; -moz-border-radius:5px 5px 5px 5px; 
-webkit-border-radius:5px 5px 5px 5px; font-style:italic; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.list-1 li a span {padding-left:22px; background:url(../images/list1-marker.gif) left 5px no-repeat; display:inline-block;}
.list-1 li a:hover {color:#83959f; background:#333;}

.list-2 li {font-size:13px; line-height:30px; vertical-align:top; background:url(../images/line-hor.gif) 0 bottom repeat-x;}
.list-2 li a {display:inline-block; color:#418daf; padding-left:22px; background:url(../images/list2-marker.gif) left 14px no-repeat; font-weight:bold;}
.list-2 li a:hover {color:#82969f;}
.list-2 .last-item {background:none;}

.list-3 {list-style:none; background:url(../images/list3-bg.gif) 0 top repeat-x;}
.list-3 li {line-height:30px; color:#fff; background:url(../images/list3-bg.gif) 0 bottom repeat-x;}
.list-3 li a {font-size:13px; color:#747474; text-decoration:none; display:block; padding-left:9px; font-family:Arial, Helvetica, sans-serif; }
.list-3 li a span {padding-left:9px; background:url(../images/list3-marker.gif) 0 6px no-repeat; }
.list-3 li a:hover {color:#fff; background:#0072d0;}

#subscribe-form {padding-bottom:30px;}
#subscribe-form a {width:78px; text-align:center; height:18px; padding-bottom:5px; display:inline-block; float:left; font-size:18px; line-height:1.2em; font-family:'pt sans narrow', arial, sans-serif; font-weight:bold; text-decoration:none; background:url(../images/subscribe-button.gif) 0 top repeat-x; color:#fff; text-transform:uppercase;}
#subscribe-form a:hover {background:url(../images/subscribe-button.gif) 0 bottom repeat-x;}
#subscribe-form input {width:222px; float:left; border:solid 1px #e6e6e6; padding:3px 3px 4px; margin:-1px 2px 0 0;}

.link:hover {text-decoration:underline;} 

.link-1 {display:inline-block; font-size:11px; padding-right:12px; background:url(../images/link1-marker.gif) right 6px no-repeat; color:#428caf; text-transform:uppercase;}
.link-1:hover {text-decoration:none;}  

.link-2 {display:inline-block; width:6px; height:7px; background:url(../images/link2-marker.gif) 0 0 no-repeat; margin-top:6px;}
.link-2:hover {background:url(../images/link2-marker.gif) 0 bottom no-repeat;}

dl span {float:left; width:80px;}

#contact-form {
	overflow:hidden;
}
	#contact-form fieldset {
		}
		#contact-form .rowElem {
			min-height:35px;
			position:relative;
			}
			#contact-form input {
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				color:#83959f; 
				margin-right:9px; 
				border-top:solid 1px #b8b8b8; 
				border-left:solid 1px #b8b8b8; 
				border-right:solid 1px #e7e6e6; 
				border-bottom:solid 1px #e7e6e6;  
				padding:3px 2px 4px 14px; 
				width:252px;
				font-size:13px;
				}
			#contact-form .textarea-box {
				position:relative;
			}
			#contact-form textarea {
				overflow:auto;
				color:#83959f; 
				margin-right:9px; 
				border-top:solid 1px #b8b8b8; 
				border-left:solid 1px #b8b8b8; 
				border-right:solid 1px #e7e6e6; 
				border-bottom:solid 1px #e7e6e6;
				padding:6px 4px 6px 14px; 
				width:249px;
				height:243px;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:13px;
				}
				.alignright {text-align:right; padding-top:5px; width:267px;}
				#contact-form .button2 {
					margin-left:15px;
					display:inline-block;
					text-transform:uppercase;
					background:url(../images/link1-marker.gif) right 4px no-repeat;
					padding:0px 10px 2px;
					color:#428caf;
					font-size:11px;
					display:inline-block;
					line-height:1.23em;
				}
				#contact-form .button1 {
					font-size:18px;
					text-transform:uppercase;
					color:#428caf;
					background:url(../images/link1-marker.gif) right 4px no-repeat;
					padding:0px 10px 2px;
					font-size:11px;
					line-height:1.23em;
					display:inline-block;
				}
				#contact-form label {
					padding:0 0 2px 5px;
					display:inline-block;
				}
				#contact-form .rowElem label {
					margin-top:5px;
					position:relative;
					margin-right:20px;
				}
				#contact-form .textarea-box label {
				}
#contact-form .error {
				color:red;
				font-size:11px;
			}

div#contact_form .download-box {
	margin-top:20px;
}
#back {
	display:inline-block;
	background:#000;
	padding:10px 16px 10px 16px;
	font-size:1em;
	line-height:1.2307em;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	margin-top:24px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}

/****************************footer************************/
footer {width:100%; height:71px; background:url(../images/footer-bg.gif) 0 0 repeat-x; padding-top:55px; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#494949;}
footer a {color:#494949;}
.follow {font-family: 'PT Sans narrow', arial, serif; float:left; font-size:22px; color:#171717; line-height:1.23em; display:inline-block; margin:4px 10px 0 0;}
.row-ind {margin-bottom:60px;}

.list-services {float:left;}
.list-services li {float:left; padding:0 0 0 4px;}
.list-services li .l1 {width:36px; height:35px; background:url(../images/list-services1.png) 0 bottom no-repeat; display:inline-block;}
.list-services li .l1:hover {background:url(../images/list-services1.png) 0 -1px no-repeat;}
.list-services li .l2 {width:36px; height:35px; background:url(../images/list-services2.png) 0 bottom no-repeat; display:inline-block;}
.list-services li .l2:hover {background:url(../images/list-services2.png) 0 -1px no-repeat;}
.list-services li .l3 {width:36px; height:35px; background:url(../images/list-services3.png) 0 bottom no-repeat; display:inline-block;}
.list-services li .l3:hover {background:url(../images/list-services3.png) 0 -1px no-repeat;}

/*******************exceptions************************/
#page1 header {height:728px; background:url(../images/header1-bg.gif) 0 0 repeat-x;}
#page1 header .inner {background:url(../images/header-inner.jpg) center 0 no-repeat; min-height:100%;}
#page1 #content {padding-bottom:72px;}
#page1 footer {height:277px; background:url(../images/footer-bg.gif) 0 0 repeat-x; padding-top:44px;}
#page2 #content {}

#page4 #content {padding-bottom:80px;}
#page5 #content {padding-bottom:75px;}



















.theme-default #slider {
    margin:30px auto;
    width:950px; /* Make sure your images are the same size */
    height:416px; /* Make sure your images are the same size */
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	margin-bottom:50px;
	margin-left:5px;
	width:100%;
	z-index:8;
}
.sombra
{
	margin-top:-40px; 
	background:url(../images/fundo-banner.png) no-repeat; 
	height:50px;	
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-caption .first
{
	float:right;
	background:#016cd1;
	color:#fff;
 	font-family: 'PT Sans', arial, serif;
	font-size:30px;
	font-weight:bold;
	padding:15px;
	text-shadow:#000 1px 1px 1px;
}
.nivo-caption .third
{
	float:right;
	background:#1c1c1c;
	color:#fff;
	font-family: 'PT Sans Narrow', arial, serif;
	font-size:30px;
	font-weight:bold;
	padding:15px;
	text-shadow:#000 1px 1px 1px;
}
.nivo-caption .second
{
	float:right;
	background:#fff;
	color:#3d3d3d;
	font-family: 'PT Sans', arial, serif;
	font-size:50px;
	font-weight:bold;
	padding:20px;
	text-shadow:#000 1px 1px 1px;
	margin:3px 0 3px 0;
}
.nivo-html-caption {
    display:none;
}
#corretora-seguro
{
	display:none;	
}
#corretora-seguros
{
	display:none;	
}
#corretoras-seguro
{
	display:none;	
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#seguro
{
	display:none;	
}
.facebook
{
	background:url(../images/rs_facebook_over.png) no-repeat;
	float:left;
	text-indent:-9999px;
	width:24px;
	height:24px;
	margin:2px;
}
.facebook:hover
{
	background:url(../images/rs_facebook.png) no-repeat;
}
.favoritos
{
	background:url(../images/rs_favorito_over.png) no-repeat;
	float:left;
	text-indent:-9999px;
	width:24px;
	height:24px;
	margin:2px;
}
.favoritos:hover
{
	background:url(../images/rs_favorito.png) no-repeat;
}

.twitter
{
	background:url(../images/rs_twitter_over.png) no-repeat;
	float:left;
	text-indent:-9999px;
	width:24px;
	height:24px;
	margin:2px;
}
.twitter:hover
{
	background:url(../images/rs_twitter.png) no-repeat;
}
.youtube
{
	background:url(../images/rs_youtube_over.png) no-repeat;
	float:left;
	text-indent:-9999px;
	width:24px;
	height:24px;
	margin:2px;
}
.youtube:hover
{
	background:url(../images/rs_youtube.png) no-repeat;
}
.google
{
	background:url(../images/rs_google_over.png) no-repeat;
	float:left;
	text-indent:-9999px;
	width:24px;
	height:24px;
	margin:2px;
}
.google:hover
{
	background:url(../images/rs_google.png) no-repeat;
}