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

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	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;
	background-color:#141414;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*----------------*/


::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background-color:#666666;
}

::-webkit-scrollbar-thumb {
	background-color:#CCCCCC;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
}



/*----*/

/*Popup*/

#modal_wrapper.overlay:before {
content: " ";
width: 100%;
height: 100%;
position: fixed;
z-index: 100;
top: 0;
left: 0;
background: #000;
background: rgba(0,0,0,0.8);
}

#modal_window {
display: none;
z-index: 200;
position: fixed;
left: 50%;
top: 50%;
width: 360px;
height:445px;
padding: 10px 20px;
}

#modal_wrapper.overlay #modal_window {
display: block;
}
  
#modal_window p{
font-size:16px;
font-family: 'Open Sans', sans-serif; font-weight: 400;
padding-top:10px;
color:#CCCCCC;
}

#modal_window a{
font-size:16px;
font-family: 'Open Sans', sans-serif; font-weight: 600;
padding-top:10px;
text-decoration:none;
color:#CCCCCC;
}

#modal_window .titulo{
font-size:16px;
font-family: 'Open Sans', sans-serif; font-weight: 600;
padding-bottom:15px;
}




/*----------------*/

#header {
width:961px;
height:75px;
margin:auto;
}

#header .logo {
float:left;
padding-top:20px;
}


#header li {
text-decoration:none;
float:right;
padding:10px;
padding-top:20px;
}

#header a{
text-decoration:none;
font-family: 'Open Sans', sans-serif; font-weight: 400;
font-size:12px;
color:#717171;
}

#header ul#bts .bt0{
color:#FFFFFF;
transition: opacity 0.2s linear;
float:left;
padding-bottom:-10px;
}

#header ul#bts .bt0:hover {
opacity: 0.5;
}


#header ul#bts .bt3{
margin-top:10px;
}


#header ul#bts .bt3 a { 
   color:#999999; 
   -webkit-transition: color 0.2s ease-in;
   -moz-transition: color 0.2s ease-in;
   -o-transition: color 0.2s ease-in;
   -ms-transition: color 0.2s ease-in;
   transition: color 0.2s ease-in;
   padding-top:10px;
} 

#header ul#bts .bt3 a:hover {
   color: #FFFFFF;
}

#header ul#bts .bt1{
margin-top:10px;
}

#header ul#bts .bt1 a { 
   color:#999999; 
   -webkit-transition: color 0.2s ease-in;
   -moz-transition: color 0.2s ease-in;
   -o-transition: color 0.2s ease-in;
   -ms-transition: color 0.2s ease-in;
   transition: color 0.2s ease-in;  
} 

#header ul#bts .bt1 a:hover {
   color: #FFFFFF;
}


#header ul#bts .bt4{
margin-top:10px;
}


#header ul#bts .bt4 a { 
   color:#FFFFFF; 
   -webkit-transition: color 0.2s ease-in;
   -moz-transition: color 0.2s ease-in;
   -o-transition: color 0.2s ease-in;
   -ms-transition: color 0.2s ease-in;
   transition: color 0.2s ease-in;
   margin-top:10px;
} 

#header ul#bts .bt4 a:hover {
color: #FFFFFF;
}

#header ul#bts .bt5{
margin-top:10px;
}


#header ul#bts .bt5 a { 
color:#999999; 
-webkit-transition: color 0.2s ease-in;
-moz-transition: color 0.2s ease-in;
-o-transition: color 0.2s ease-in;
-ms-transition: color 0.2s ease-in;
transition: color 0.2s ease-in;
margin-top:10px;
font-size:10px;
} 

#header ul#bts .bt5 a:hover {
   color: #FFFFFF;
}

#header ul#bts .bt6{
margin-top:10px;
}


#header ul#bts .bt6 a { 
   color: #FFFFFF; 
   -webkit-transition: color 0.2s ease-in;
   -moz-transition: color 0.2s ease-in;
   -o-transition: color 0.2s ease-in;
   -ms-transition: color 0.2s ease-in;
   transition: color 0.2s ease-in;
   margin-top:10px;
   font-size:10px;
} 

#header .bt6 a:hover {
   color: #999999;
}


/*------------------------------------*/



.mapa {
background-color:#333333;
margin:auto;
background-size: 100%;
background-repeat:no-repeat;
box-shadow: 2px 2px 5px #000000;
position: relative;
height: 450px;
overflow: hidden;
}


.mapa iframe{
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}




/*-----------S E R V I Ç O S------------*/

.servicos{
height:435px;
background-color:#EBEBEB;
}


.servicos p{
padding-top:90px;
padding-bottom:45px;
font-size:20px;
font-family: 'Open Sans', sans-serif; font-weight: 600;
text-align:center;
}

.lista{
display: table; 
margin: 0 auto;
width:921px;
}


.lista1{
display:inline-block;
padding-right:22px;
padding-top:35px;
vertical-align:middle;
}

.lista1 ul{
font-size:18px;
font-family: 'Open Sans', sans-serif; font-weight: 300;
vertical-align:middle;
line-height:30px;
}

.lista2{
display:inline-block;
padding-left:200px;
padding-top:35px;
vertical-align:middle;
}

.lista2 ul{
font-size:18px;
font-family: 'Open Sans', sans-serif; font-weight: 300;
vertical-align:middle;
line-height:30px;
}



/*------------L I N K S-------------*/

#contactos{
width:969px;
margin:auto;
}

#contactos .dados{
display:inline-block;
}

#contactos .dados{
display:inline-block;
}

#contactos .dados{
width:240px;
float:left;
display:inline-block;
}


#contactos .titulo{
text-align:center;
padding-top:90px;
padding-bottom:55px;
font-size:20px;
font-family: 'Open Sans', sans-serif; font-weight: 600;
color:#FFFFFF;
}

#contactos .texto {
width:660px;
margin:auto;
padding-top:25px;
padding-bottom:50px;
line-height:25px;
}

#contactos .texto h2{
text-align:center;
font-family: 'Open Sans', sans-serif; font-weight: 300;
font-size:18px; 
color:#CCCCCC;
}

#contactos .texto h3{
text-align:center;
font-family: 'Open Sans', sans-serif; font-weight: 300;
font-size:14px;
color:#CCCCCC;
padding-top:40px;
}

#contactos .texto a{
text-decoration:none;
font-family: 'Open Sans', sans-serif; font-weight: 400;
font-size:18px;
color:#FFFFFF;
}

#contactos .texto a{
color:#FFFFFF;
transition: opacity 0.2s linear;
}

#contactos .texto a:hover {
opacity: 0.5;
}


/*------------------------------------*/


#link p{
font-size:18px;
font-family: 'Open Sans', sans-serif; font-weight: 300;
text-align:center;
padding-bottom:30px;
padding-top:60px;
color:#CCCCCC;
}


#link {
height: 280px;
background-color:#333333;
vertical-align:middle;
text-align: center;
margin-top:74px;
box-shadow: 2px 2px 5px #000000;
}

#link .linkimg {
display: inline-block;
}

#link .imglink{
width:250px;
height:71px;
margin:auto;
}

#footer {
width:961px;
height:75px;
margin:auto;
}

#footer p {
color:#999999;
font-size:12px;
font-family: 'Open Sans', sans-serif; font-weight: 400;
float:left;
}

#footer a{
color:#EBEBEB;
font-size:12px;
font-family: 'Open Sans', sans-serif; font-weight: 400;
text-decoration:none;
}

#footer ul#direitos-ul li{
padding:5px;
float:left;
padding-top:30px;
}

#footer ul#social li{
padding:5px;
float:right;
padding-top:25px;
}



#footer .bt1{
color:#EBEBEB;
transition: opacity 0.2s linear;
}

#footer .bt1:hover {
opacity: 0.5;
}

#footer .bt2{
color:#FFFFFF;
transition: opacity 0.2s linear;
}

#footer .bt2:hover {
opacity: 0.5;
}

#footer .bt3{
color:#FFFFFF;
transition: opacity 0.2s linear;
}

#footer .bt3:hover {
opacity: 0.5;
}

#footer .bt4{
color:#FFFFFF;
transition: opacity 0.2s linear;
}

#footer .bt4:hover {
opacity: 0.5;
}


/*----*/
.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}