@charset "utf-8";
/* CSS Document */

/* INICIO DO RESET*/

/* 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;
}

/* FIM DO RESET */

body {
	background-color: #efefef;
	width: 100%;
	height: auto;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #1378c1;
	-webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }
a:hover { color: #88d5ef; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }
h2 { font-family: 'Titillium Web', sans-serif; font-weight: 700; font-size: 1.78em; line-height: 26px; text-transform: uppercase; }
h2.subTitle { font-family: 'Titillium Web', sans-serif; font-weight: 300; font-size: 1.78em; line-height: 26px; text-transform: uppercase; font-style: italic; }
h3 { font-size: 1.21em; line-height: 18px; text-transform: uppercase; }
p { letter-spacing: 0; }

div#wrapper {
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

/* HEADER HOME */

div#header_home {
	width: 100%;
	height: 475px;
	min-width: 1000px;
	margin: 0 auto;
}

div#header_home-inner {
	width: 1000px;
	height: 365px;
	margin: 0 auto;
	position: relative;
	top: 25px;
}

div#logo_home {
	width: 218px;
	height: 65px;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 1001;
}

div#marca_menu-home {
	background: url(../img/marca_header.png) center center no-repeat;
	width: 1920px;
	height: 430px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 999;
}

div#wrapper_menu-home {
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	position: relative;
}

div.menu_home-ext {
	background-color: #fff;
	width: 100%;
	height: 110px;
	float: left;
}

nav#menu_home {
	position: absolute;
	left: 274px;
	top: 48px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: -1px;
	text-transform: uppercase;
	z-index: 1000;
}

nav#menu_home > ul > li {
	margin-left: 18px;
	display: inline-block;
	vertical-align: middle;
}

nav#menu_home > ul > li:first-child {
	margin-left: 0;
}

div#banner {
	width: 100%;
	height: 320px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

div.shadow_banner {
	background: url(../img/shadow_banner.png) bottom right;
	width: 1000px;
	height: 133px;
	margin: -95px auto 0;
	z-index: -1;
}

/* FIM HEADER HOME */

/* BREADCRUMB HOME */

div#breadcrumb_home {
	width: 1000px;
	height: auto;
	margin: -72px auto 22px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 10px;
	color: #b1b3b6;
}

/* FIM BREADCRUMB HOME */

/* HEADER */

div#header {
	background-color: #fff;
	width: 100%;
	height: 110px;
	min-width: 1000px;
	margin: 0 auto;
}

div#header_inner {
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	position: relative;
}

div#logo_header {
	width: 218px;
	height: 65px;
	position: absolute;
	left: 0;
	top: 20px;
}

nav#menu_header {
	position: absolute;
	right: 0;
	top: 48px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 1.07em;
	line-height: 16px;
	letter-spacing: -1px;
	text-transform: uppercase;
	z-index: 1000;
}

nav#menu_header > ul > li {
	margin-left: 18px;
	display: inline-block;
	vertical-align: middle;
}

nav#menu_header > ul > li:first-child {
	margin-left: 0;
}

/* FIM HEADER */

/* BREADCRUMB */

div#breadcrumb {
	width: 1000px;
	height: auto;
	margin: 10px auto;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 10px;
	color: #b1b3b6;
}

/* FIM BREADCRUMB */

/* CONTENT */

div#content {
	width: 1000px;
	height: auto;
	margin: 45px auto;
}

div.collum {
	width: 471px;
	height: auto;
	margin-left: 58px;
	float: left;
}

div.collum:first-child {
	margin-left: 0;
}

div.title-mid {
	width: 100%;
	height: 37px;
	border-bottom: 1px solid #fff;
	clear: both;
}

div.wrapper-title {
	width: auto;
	height: 23px;
	padding: 7px;
	border: 1px solid #fff;
	border-bottom: 0;
	margin-left: 4px;
	float: left;
	text-transform: uppercase;
	-webkit-transform: skew(161deg);
	-moz-transform: skew(161deg);
	-o-transform: skew(161deg);
}

/* HOME */

div#wrapper_tree-home {
	background: url(../img/tree_home.png) top center no-repeat;
	width: 100%;
	height: 215px;
	margin-bottom: 19px;
	position: relative;
	text-align: center;
}

.tree1-home, .tree2-home, .tree3-home {
	width: 318px;
	height: auto;
	position: absolute;
}

.tree1-home { top: 139px; left: 0; }
.tree2-home { top: 66px; left: 342px; }
.tree3-home { top: 139px; right: 0; }

.tree_home-title, .tree_home-subtitle {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 1.78em;
	line-height: 26px;
	text-transform: uppercase;
}

.tree_home-subtitle {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	color: #88d5ef;
}

div#cases_wrapper-home {
	width: auto;
	height: auto;
	margin: 11px 0 0 106px;
	position: relative;
	display: table;
	z-index: 1015;
}

div.case_home {
	background: url(../img/shadow_case.png) bottom right no-repeat;
	width: 286px;
	height: 212px;
	margin-right: 18px;
	float: left;
}

div.case_home:last-child {
	margin-right: 0;
}

div.wrapper_title_case-home {
	width: 286px;
	height: 46px;
	position: relative;
	top: -46px;
	text-align: center;
	overflow: hidden;
}

div.title_case-home {
	background-color: rgba(17,118,192,.85);
	width: 286px;
	height: 46px;
	padding-top: 12px;
	position: relative;
	top: 46px;
	left: 0;
	font-size: 1.28em;
	line-height: 19px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.case_home > a:hover > .wrapper_title_case-home > .title_case-home {
	top: 0;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.mascara_linkCase-home {
	width: 100%;
	height: 58px;
	z-index: 1016;
	position: relative;
}

/* FIM HOME */

/* BRADBURY */

div#quoteBradbury {
	background-color: #87d4ee;
	width: 456px;
	margin: 40px 0 60px;
	padding: 46px 66px;
	text-align: left;
	float: left;
	display: block;
	-webkit-transform: skew(161deg);
	-moz-transform: skew(161deg);
	-o-transform: skew(161deg);
}

div#quoteBradbury > h2 {
	display: inline-block;
	-webkit-transform: skew(199deg);
	-moz-transform: skew(199deg);
	-o-transform: skew(199deg);
}

div#wrapper_oqfazemos {
	background-color: #dddddd;
	width: 101%;
	height: 293px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15) inset;
}

div#oqfazemos {
	width: 1000px;
	height: 293px;
	margin: 0 auto;
	position:relative;
	text-align: center;
	z-index:1;
}

.oq-item {
	width: 265px;
	height: 265px;
	margin:0 auto;
	padding-top:80px;
}

.oq-text {
	margin-top: -40px;
}

div#wrapper_oq-all {
	width: 1000px;
	height: 170px;
	position: relative;
	margin: -19px auto 140px;
}

div#oq-hide {
	display: none;
}

div#wrapper_oq-desc {
	width: 704px;
	height: 151px;
	position: relative;
	margin: 0 auto;
}

div#oq-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 31px 19px 31px;
	border-color: transparent transparent #1378c0 transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -9px;
}

div#oq-desc {
	background-color: #1378c0;
	width: 584px;
	height: 71px;
	position: absolute;
	top: 19px;
	left: 50%;
	margin-left: -352px;
	padding: 40px 60px;
	text-align: left;
	color: #fff;
	-webkit-transform: skew(161deg);
	-moz-transform: skew(161deg);
	-o-transform: skew(161deg);
}

div#oq-desc > h3 {
	display: inline-block;
	-webkit-transform: skew(199deg);
	-moz-transform: skew(199deg);
	-o-transform: skew(199deg);
}

.content-item1 {
	width:225px;
	height:265px;
	background:#dddddd;
	display:inline-block;
	float:left;	
	position:relative;
	z-index:2;
	margin-top:10px;
}

.content-item2 {
	width:295px;
	height:265px;
	background:#dddddd;
	display:inline-block;
	position:relative;
	z-index:2;
	margin-top:10px;
}

.content-item3 {
	width:225px;
	height:265px;
	background:#dddddd;
	display:inline-block;
	float:right;	
	position:relative;
	z-index:2;
	margin-top:10px;
}

div#oq-item1 { background: url(../img/icon_excelencia.png) center center no-repeat; background-size: 100%; width: 129px; height: 123px; }
div#oq-item2 { background: url(../img/icon_obracompleta.png) center center no-repeat; background-size: 100%; width: 129px; height: 123px; }
div#oq-item3 { background: url(../img/icon_responsabilidade.png) center center no-repeat; background-size: 100%; width: 129px; height: 123px; }

.line {
	width:100%;
	height:2px;
	background:#FFF;
	position:absolute;
	top:105px;	
}

div.shadow_banner-bradbury {
	background: url(../img/shadow_banner_bradbury.png) bottom right;
	width: 507px;
	height: 52px;
	margin: 55px 0 0 -25px;
	z-index: -1;
}

/* FIM BRADBURY */

/* REALIZAÇÕES */

div#topo_real {
	background: url(../img/bg_topo_realizacoes.jpg) center center no-repeat;
	width: 100%;
	height: 423px;
	margin: 60px auto 0;
}

div#topo_real-inner {
	width: 1000px;
	height: 423px;
	margin: 0 auto;
}

#pag_real1, #pag_real2 { min-height: 598px; position: relative; }

div.cases_wrapper-real {
	width: auto;
	height: auto;
	margin-top: 30px;
	position: relative;
	display: table;
	z-index: 1015;
}

div.case_real {
	width: 309px;
	min-height: 457px;
	margin-right: 36px;
	margin-bottom: 36px;
	padding: 18px 0;
	float: left;
}

a.link_real:nth-child(3n+3) > div.case_real {
	margin-right: 0;
}

a.link_real:hover .case_real {
	background-color: rgba(17,118,192,0.2);
	margin: -18px 18px -18px -18px;
	border: 18px solid rgba(17,118,192,0);
	cursor: pointer;
}

a.link_real:hover:nth-child(3n+3) > .case_real {
	margin: -18px -18px 18px -18px;
}

a.link_real:hover:nth-child(1) > .case_real, a.link_real:hover:nth-child(3n+4) > .case_real {
	margin: -18px 18px 18px -18px;
}

a.link_real:hover {
	color: inherit;
}

a.link_real:hover .btn-default {
	background-color: #fff;
	color: #1175c0;
}

div.case_real > img {
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25); 
}

div.title_case-real {
	width: 100%;
	height: auto;
	text-align: center;
}

div.subTitle_case-real {
	width: 80%;
	margin: 16px auto 0;
	font-size: 1.42em;
	line-height: 21px;
	text-transform: uppercase;
	font-style: italic;
	text-align: center;
}

div.shadow_obra {
	background: url(../img/shadow_obra.png) bottom right;
	width: 309px;
	height: 52px;
	margin: -24px 0 0 5px;
	z-index: -1;
}

div.wrapper_obras {
	width: 100%;
	height: auto;
	margin: 0 auto 125px;
	position: relative;
}

div.obras {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

div.arrowLeftPos {
	width: 20px;
	height: 168px;
	position: absolute;
	top: 23%;
	left: 50%;
	margin-left: -600px;
}

div.arrowLeft {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 83.5px 20px 83.5px 0;
	border-color: transparent #1378c1 transparent transparent;
	cursor: pointer;
	-moz-transform: scale(.9999);
}

div.arrowLeft:hover { border-color: transparent #88d5ef transparent transparent; }

div.arrowRightPos {
	width: 20px;
	height: 168px;
	position: absolute;
	top: 23%;
	right: 50%;
	margin-right: -600px;
}

div.arrowRight {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 83.5px 0 83.5px 20px;
	border-color: transparent transparent transparent #1378c1;
	cursor: pointer;
	-moz-transform: scale(.9999);
}

div.arrowRight:hover { border-color: transparent transparent transparent #88d5ef ; }

ul.pagination {
	width: auto;
	height: auto;
	margin: 0 auto;
	display: table;
}

ul.pagination li {
	margin-right: 10px;
	display: inline-block;
}

.pagActive > a {
	background-color: #fff !important;
	color: #1175c0 !important;
}

/* FIM REALIZAÇÕES */

/* CONTATO */

div#contato_topo {
	width: 1000px;
	height: 387px;
	position: relative;
}

div.bg_contato {
	background: url(../img/contato1.png) bottom right no-repeat;
	width: 389px;
	height: 387px;
	position: absolute;
	bottom: 0;
	right: -71px;
	z-index: 12;
}

div#itens_contato {
	width: 370px;
	position: absolute;
	top: 139px;
	left: 0;
}

div#item1_contato, div#item2_contato, div#item3_contato {
	width: auto;
	height: auto;
	min-height: 26px;
	padding-left: 59px;
	margin-bottom: 18px;
}

div#item1_contato { background: url(../img/icon_mapa.png) left center no-repeat; }
div#item2_contato { background: url(../img/icon_chat.png) left center no-repeat; }
div#item3_contato { background: url(../img/icon_mail.png) left center no-repeat; }

div#arrow_contato {
	width: 0;
	height: 0;
	position: absolute;
	top: 139px;
	right: 219px;
	border-style: solid;
	border-width: 0 0 35px 80px;
	border-color: transparent transparent #87d3ef transparent;
	-moz-transform: scale(.9999);
}

div#quote1_contato {
	background-color: #87d4ef;
	width: 394px;
	height: 67px;
	padding: 22px 45px;
	position: absolute;
	top: 159px;
	right: 145px;
	-webkit-transform: skew(161deg);
	-moz-transform: skew(161deg);
	-o-transform: skew(161deg);
	z-index: 10;
}

div#quote1_contato > h3 {
	font-size: 1.42em;
	line-height: 21px;
	display: inline-block;
	-webkit-transform: skew(199deg);
	-moz-transform: skew(199deg);
	-o-transform: skew(199deg);
}

div#quote2_contato {
	background-color: #1378c1;
	width: 242px;
	height: 26px;
	padding: 8px 24px;
	position: absolute;
	top: 238px;
	right: 313px;
	text-align: center;
	-webkit-transform: skew(161deg);
	-moz-transform: skew(161deg);
	-o-transform: skew(161deg);
	z-index: 11;
}

div#quote2_contato > h2 {
	display: inline-block;
	color: #fff;
	-webkit-transform: skew(199deg);
	-moz-transform: skew(199deg);
	-o-transform: skew(199deg);
}

div#mapa_contato {
	width: 100%;
	height: 410px;
	border-top: 2px solid #fff;
	position: relative;
	margin-top: 77px;
}

div#map-title {
	background-color: #1378c1;
	width: 310px;
	height: 28px;
	padding: 14px 24px;
	position: absolute;
	top: -29px;
	left: 50%;
	margin-left: -179px;
	text-align: center;
	-webkit-transform: skew(161deg);
	-moz-transform: skew(161deg);
	-o-transform: skew(161deg);
}

div#map-title > h2 {
	display: inline-block;
	color: #fff;
	-webkit-transform: skew(199deg);
	-moz-transform: skew(199deg);
	-o-transform: skew(199deg);
}

/* FIM CONTATO */

/* OBRA */

div#pag_obra {
	width: 213px;
	height: 45px;
	float: right;
}

.prev-obra {
	width: 85px;
	float: left;
	position: relative;
}

.prev-obra > a > p {
	position: absolute;
	top: 5px;
	left: 20px;
	text-transform: uppercase;
}

.arrow_prev-obra {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 8px 21px 0;
	border-color: transparent #1378c1 transparent transparent;
	cursor: pointer;
	-moz-transform: scale(.9999);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in; 
}

.prev-obra > a:hover .arrow_prev-obra { border-color: transparent #88d5ef transparent transparent; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }

.next-obra {
	width: 85px;
	float: right;
	position: relative;
}

.next-obra > a > p {
	position: absolute;
	top: 5px;
	right: 20px;
	text-transform: uppercase;
}

.arrow_next-obra {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 8px;
	border-color: transparent transparent transparent #1378c1;
	cursor: pointer;
	-moz-transform: scale(.9999);
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in; 
}

.next-obra > a:hover .arrow_next-obra { border-color: transparent transparent transparent #88d5ef; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }

div#wrapper_banner_obra {
	width: 874px;
	height: 283px;
	margin: 40px auto 28px;
	position: relative;
}

div#banner_obra {
	width: 874px;
	height: 261px;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25); 
}

div.shadow_branner_obra {
	background: url(../img/shadow_banner_obra.png) bottom right no-repeat;
	width: 1002px;
	height: 52px;
	position: absolute;
	bottom: -10px;
	right: -15px;
	z-index: -1;
}

div#texto_obra {
	width: 874px;
	height: auto;
	margin: 0 auto 65px;
}

div.texto_obra-desc {
	margin-top: 30px;
	margin-bottom: 42px;
}

div#wrapper_fotos {
	width: 1000px;
	height: auto;
	margin-bottom: 150px;
	display: table;
}

div.thumb_foto {
	width: 223px;
	height: 157px;
	margin: 20px 0 0 20px;
	float: left;
	position: relative;
	overflow: hidden;
}

div.thumb_foto > a > img {
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

div.shadow_thumb {
	background: url(../img/shadow_thumb_foto.png) bottom right no-repeat;
	width: 213px;
	height: 31px;
	position: absolute;
	bottom: -6px;
	right: 0;
	z-index: -1;
}

/* FIM OBRA */

/* FORMS */

.btn-default {
	background-color: #1175c0;
	width: auto;
	height: auto;
	margin: 10px 0 20px;
	position: relative;
	padding: 11px;
	font-size: 1em;
	letter-spacing: 0;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 1120;
	float: left;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25); 
	-webkit-transform: skew(161deg);
	-moz-transform: skew(161deg);
	-o-transform: skew(161deg);
}

.btn-default > span {
	display: inline-block;
	-webkit-transform: skew(199deg);
	-moz-transform: skew(199deg);
	-o-transform: skew(199deg);
}

.btn-default:hover {
	background-color: #fff;
	color: #1175c0;
}

.btn-case_real {
	width: 100px;
	margin: 15px auto;
}

input[type=submit] {
	border: 0;
}

/* FORM CONTATO */

div#wrapper_frmContato {
	width: 100%;
	height: auto;
	margin-top: -69px;
	display: table;
}

#frmContato {
	width: 100%;
	height: auto;
}

input[type=text], textarea {
	backgroun-color: #fff;
	width: 420px;
	height: 20px;
	padding: 10px 15px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: 300;
	letter-spacing: 0;
	display: inline-block;
	border: 1px solid #e3e3e3;
}

textarea {
	width: 425px;
	height: 123px;
	resize: none;
}

div.wrapper_input-border {
	width: 452px;
	height: 42px;
	position: relative;
	margin-top: 32px;
}

div.input-border {
	background-image: url(../img/input_text-border.jpg);
	width: 13px;
	height: 42px;
	position: absolute;
	top: 0;
	right: 0;
}

div.wrapper_textarea-border {
	width: 493px;
	height: 190px;
	position: relative;
	float: right;
}

div.textarea-border-right {
	background-image: url(../img/textarea-border.jpg);
	width: 37px;
	height: 145px;
	position: absolute;
	top: 0;
	right: 0;
}

div.textarea-border-bottom {
	background-image: url(../img/textarea-border-bottom.jpg);
	width: 457px;
	height: 46px;
	position: absolute;
	bottom: 0;
	left: 0;
}

div.wrapper_btn-contato {
	width: 104px;
	height: 37px;
	position: absolute;
	bottom: 12px;
	right: 40px;
}

.btn-contato {
	width: 72px !important;
}

/* FIM FORM CONTATO */

::-webkit-input-placeholder { color: #87d4ef; }
:-moz-placeholder { color: #87d4ef; }
::-moz-placeholder { color: #87d4ef; }
:-ms-input-placeholder { color: #87d4ef; }

/* FIM FORMS */

/* FIM CONTENT */

.loader{
	background-image: url(img/ajax-loader.gif);
	height: 16px;
	width: 16px;
	margin: auto;	
}

/* FOOTER */

div#footer {
	width: 100%;
	height: 149px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 10px;
	clear: both;
	position: relative;
	/*margin-top: 45px;*/
}

div#mascara_footer {
	background: url(../img/marca_footer.png) center center no-repeat;
	width: 1920px;
	height: 284px;
	position: absolute;
	top: -135px;
	left: 50%;
	margin-left: -960px;
	z-index: 998;
}

div#footer-inner {
	width: 1000px;
	height: 89px;
	margin: 0 auto;
	position: relative;
}

nav#menu_footer {
	position: absolute;
	top: 40px;
	left: 82px;
	z-index: 1009;
}

nav#menu_footer > ul > li {
	float: left;
}

nav#menu_footer > ul > li:after {
	content: "|";
	padding: 0 6px;
}

nav#menu_footer > ul > li:last-child:after {
	content: "";
	padding: 0 6px;
}

div#copyright {
	position: absolute;
	top: 40px;
	right: 116px;
	color: #939598;
}

div#logo_agenciagh {
	position: absolute;
	top: 40px;
	right: 34px;
	z-index: 1100;
}

div#footer-inner-ext {
	background-color: #fff;
	width: 100%;
	height: 89px;
	float: right;
}

/* FIM FOOTER */

/* APAGAR DEPOIS QUE VOLTAR O SITE*/
.site-construcao{
	text-align: left;
	margin-top: -150px;
}

.site-construcao h1{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 1.78em;
	line-height: 26px;
	text-transform: uppercase;
}

div#content {
	height: 245px !important;
}

div#breadcrumb_home {
	margin: -305px auto 22px;
}