/*==================================================================== */
/* Solucao Redes - Default
<script src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDanKu7bDz1DWZFkUBhEDgoofEirrWE--M&amp;sensor=true"></script>
====================================================================== */

/* Imports
====================================================================== */
@import"base.css";

/* Fonts
====================================================================== */

@font-face {
    font-family: 'leelawadeeregular';
    src: url('../webfont/leelawadee/regular/leelawad-webfont.eot');
    src: url('../webfont/leelawadee/regular/leelawad-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/leelawadee/regular/leelawad-webfont.woff') format('woff'),
         url('../webfont/leelawadee/regular/leelawad-webfont.ttf') format('truetype'),
         url('../webfont/leelawadee/regular/leelawad-webfont.svg#leelawadeeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'leelawadeebold';
    src: url('../webfont/leelawadee/bold/leelawdb-webfont.eot');
    src: url('../webfont/leelawadee/bold/leelawdb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/leelawadee/bold/leelawdb-webfont.woff') format('woff'),
         url('../webfont/leelawadee/bold/leelawdb-webfont.ttf') format('truetype'),
         url('../webfont/leelawadee/bold/leelawdb-webfont.svg#leelawadeebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato_regular';
    src: url('../webfont/lato/regular/Lato-Reg-webfont.eot');
    src: url('../webfont/lato/regular/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/lato/regular/Lato-Reg-webfont.woff') format('woff'),
         url('../webfont/lato/regular/Lato-Reg-webfont.ttf') format('truetype'),
         url('../webfont/lato/regular/Lato-Reg-webfont.svg#lato_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato_bold';
    src: url('../webfont/lato/bold/Lato-Bol-webfont.eot');
    src: url('../webfont/lato/bold/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/lato/bold/Lato-Bol-webfont.woff') format('woff'),
         url('../webfont/lato/bold/Lato-Bol-webfont.ttf') format('truetype'),
         url('../webfont/lato/bold/Lato-Bol-webfont.svg#lato_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Preset
====================================================================== */
body{
  margin: 0;
  padding: 0;
  font: normal 14px 'leelawadeeregular', sans-serif; 
  color: #333333;
  background: #0b2b36;
  overflow-x: hidden;
   -webkit-font-smoothing: antialiased !important;
}

#wrapper {
	overflow: hidden;
	overflow-x: hidden;
}

/* Safari */
::selection {
	background: #0A2443;
	color: #FFF;
}
/* Firefox */
::-moz-selection {
	background: #0A2443;
	color: #FFF;
}

img { 
	border: none; 
}
a:link, a:visited, a:active { 
	text-decoration: none; 
	outline: none; 
	color: #082645; 
}
a:hover { 
	text-decoration: none; 
	outline: none; 
}
a img {  
	border: none;
	outline: none; 
} 

span, p { 
	font: normal 12px 'leelawadeeregular', sans-serif;
}

h1, h2, h3, h4 { 
	padding:0;
	margin: 0;
}

/* Main
====================================================================== */
.main {
	z-index: 0;
	width: 100%;
	height: 700px;
	margin: 0px auto;
	top: 55px;
	position: relative;
	min-width: 999px;
	background: #FFF;
}

/* Header 
====================================================================== */
#header {
	position: relative;
	margin: 0 auto;
	width: 999px;
	height: 85px;
}

#logo {
	position: absolute;
	left: 0;
	top: 9px;
}

#top-bar {
	width: 100%;
	height: 85px;
	/*FIX*/
	z-index: 999;
	min-width: 999px;
	position: absolute;
	/*FIX*/
	background: #0f4255;
}

#logo { 
	top: 9px;
	position: absolute;
}

#logo a img { 
	float:left;
}

/* Menu
====================================================================== */

.menu {
    position: absolute;
    height: 45px;
    width: 560px;
    padding: 0px;
    margin-top: 20px;
    padding-left: 40px;
    /*right: -57px;*/
    right: 0px;
    overflow: hidden; 
}
.menu li {
    float: left;
    list-style: none;
}

.menu li a {
    font: normal 14px 'leelawadeebold', sans-serif;
    text-decoration: none;
    color: #f4942d;
    outline: none;
    border: none;
    text-align: center;
    top: 15px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 45px;
    position: relative;
    overflow: hidden;
    margin: auto 20px;    
}
.menu li a:hover {
    border: none;
    outline: none;
    color: #fff;
}

/* Container
====================================================================== */
.container-position {
	position: relative;
	margin: 0 auto;
	width: 999px;
	height: 615px;
	z-index: 0;
	overflow: hidden;
}

.container {
	top: 0;
	width: 100%;
	height: 615px;
	position: absolute;
}

.container .page {
	width: 999px;
	height: 100%;
	z-index: 0;
	/*background: #ccc;*/
	position: absolute;
}

.contents {
	width: 990px;
	height: 100%;
	margin-top: 45px;
	text-align: center;
}

.contents .page-title {
	color: #164a5d;
	margin-bottom: 10px;
	font: bold 33px 'lato_bold', sans-serif;
}

.contents p {
	color: #2C3F65;
	font: normal 13px 'lato_regular', sans-serif;
}

.title {
	border-bottom: 2px solid #C2C2C2;
	height: 32px;
	margin-bottom: 50px;
}


/* Footer
====================================================================== */
.footer {
	text-align: center;
	position: relative;
	background: #0f4255;
}

.footer-content {
	width: 999px;
	height: 125px;
	padding-top: 12px;
	margin: 0 auto;
	text-align: center;
}

.footer-social {
	height: 90px;
	padding-bottom: 20px;
	text-align: center;
	background: #0b2b36 url(../images/seta.png) no-repeat center -10px;
}

.footer-social-content{
	display: inline;
	margin-top: 50px;
	position: absolute;
}

.footer-social-content a{
	float: left;
	margin-right: 20px;	
}

.footer-social-content a img {
	width: 45px;
}

/* Pages
====================================================================== */

.promo {
	width: auto;
	height: 160px;
	top: -160px;
	color: #FFFFFF;
	position: absolute;
	z-index: 9998;
	font: normal 35px 'lato_bold', sans-serif;
}

.promo span {
	font: normal 60px 'lato_bold', sans-serif;
}

#home span{
	color: #FF8400;
	font: normal 15px 'lato_bold', sans-serif;
}

#home h1 {
	color: #243346;
	text-align: center;
	margin-top: 40px;
	font: normal 20px 'lato_bold', sans-serif;
}

#home #home-certificados {
	margin-left: 85px;
	margin-top: 32px;
	text-align: center;
}

#home #home-certificados img {
	float: left;
	margin-left: 95px;
}

.home-itens {
	cursor: pointer;
}

.home-itens:hover p{
	color: #f4942d;
}

#fotos-container {
	width: 950px;
	height: 100%;
}

#fotos-container #fotos-thumbs {
	float: left;
	width: 195px;
	height: 340px;
	display: inline;
	margin-right: 50px;
}

#fotos-container #fotos-thumbs img {
	margin-bottom: 10px;
	float: left;
	display: block;
	cursor: pointer;
	position: relative;
	border: 3px solid #243546;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	*border-radius: 5px;
	/*\**/border-radius: 5px\9;

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	*border-radius: 5px;
	/*\**/border-radius: 5px\9;
}

#fotos-thumbs .left-column {
	margin-right: 10px;
}

#fotos-container #fotos-load {
	float: left;
	width: 550px;
	height: 360px;
}

#fotos-load #fotos-preloader {
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(../images/preloader.gif);
}

#fotos-container #fotos-load img {
	height: 340px;
	margin-bottom: 7px;
}

#fotos .page-title span {
	color: #243345;
	font: normal 23px 'lato_bold', sans-serif;
}

#servicos div {
	text-align: justify;
}

#servicos h1 {
	color: #243346;
	font-size: 40px;
	margin-top: 15px;
}

#servicos h2 {
	color: #f4942d;
	line-height: 1;
	font-size: 18px;
}

#servicos .servicos-types {
	width: 340px;
	padding-left: 130px;
	margin-top: 25px;
	cursor: pointer;
}

#servicos #s1 {
	background: url(../images/s1.jpg) 0px 1px no-repeat;
}

#servicos #s2 {
	background: url(../images/s2.jpg) 0px 1px no-repeat;
}

#servicos #s3 {
	background: url(../images/s3.jpg) 0px 1px no-repeat;
}

#servicos #s4 {
	background: url(../images/s4.jpg) 0px 1px no-repeat;
}

#servicos #s5 {
	background: url(../images/s5.jpg) 0px 1px no-repeat;
}

#servicos #s6 {
	background: url(../images/s6.jpg) 0px 1px no-repeat;
}

#servicos #s7 {
	background: url(../images/s7.jpg) 0px 1px no-repeat;
}

#servicos #s8 {
	background: url(../images/s8.jpg) 0px 1px no-repeat;
}

#servicos #s9 {
	background: url(../images/s9.jpg) 0px 1px no-repeat;
}

#servicos #s10 {
	background: url(../images/s10.jpg) 0px 1px no-repeat;
}


#servicos #servicos-sub {
	color: #FF8400;
	margin-top: 40px;
	margin-bottom: 15px;
	font: normal 20px 'lato_bold', sans-serif;
}

#servicos #servicos-text li {
	color: #243346;
	margin-bottom: 8px;
	font: normal 18px 'lato_regular', sans-serif;
}

#fechar-servico {
	width: 37px;
	height: 45px;
	cursor: pointer;
	float: right;
	color: #0f4255;
	font-size: 40px;
	font-weight: bold;
	padding-left: 13px;
	background: #f99325;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#contato {
	
}

#contato #contato-adicional {
	margin-top: 305px;
}

#contato #contato-adicional img{
	float: left;
	margin-right: 5px;
	display: inline;
}

#contato #contato-adicional p span{
	font-weight: bold;
}

#map {
	float: left;
	width: 455px;
	height: 500px;
	margin-left: 20px;
	text-align: left;
}

input[type="text"] {
	-moz-border-radius:5px; /*esse serve o firefox*/
	border-radius:5px; /*esse para chrome, safari, opera*/

}

.fields {
	width: 420px;
}

#fields-contato {
	float: right;
	margin-right: 60px;
}

#fields-login {
	margin-top: 200px;
	margin-left: 320px;
}

#fields-form {
	margin-top: 7px;
	margin-left: 25px;
}

.fields input, textarea {
	width: 420px;
	height: 10px;
	border: 1px solid #ccc;
	background:transparent;
	margin-bottom: 10px;
	-moz-border-radius:5px; /*esse serve o firefox*/
	border-radius:5px; /*esse para chrome, safari, opera*/
}

.fields textarea {
	width: 420px;
	height: 250px;
	max-width: 420px;
	max-height: 250px;
	min-width: 420px;
	min-height: 250px;
	overflow: hidden;
	border: 1px solid #ccc;
	font: normal 14px 'lato_regular', sans-serif;
}

.fields #submitbutton {
	width: 440px;
	height: 19px;
	background: #0f4255;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'lato_regular';
	border: none;
	float: left;
	padding: 0;
	margin-left: 0px;
	cursor: pointer;
	padding-top: 2px;
	font-weight: bold;
	padding-bottom: 20px;
}

.fields #submitbutton:hover {
	background: #f4942d;
}


.divResultado {
	position: absolute;
	font: normal 15px 'lato_regular', sans-serif;
}

#divResultado1 {
	top: 592px;
	left: 510px;
}

#divResultado2 {
	top: 400px;
	left: 320px;
}

#solicitar {
	cursor: pointer;
	color: #FF1400;
	position: absolute;
	font: normal 15px 'lato_regular', sans-serif;
	top: 452px;
	left: 410px;
}

.fields br {
	clear: left;
}

#login-button {
	color: #0f4255;
	height: 20px;
	width: 80px;
	padding: 0px;
	background: #f99325;
	margin-top:-2px;
	padding-top: 1px;
	-moz-border-radius:2px; /*esse serve o firefox*/
	border-radius:2px; /*esse*/
}

#login-button:hover {
	color: #FFF;
}

#saiba-mais-button {
	color: #0f4255;
	height: 20px;
	width: 160px;
	padding: 0px;
	position: absolute;
	background: #f99325;
	margin-top:145px;
	margin-left: -80px;
	padding-top: 2px;
	font-weight: bold;
	-moz-border-radius:2px; /*esse serve o firefox*/
	border-radius:2px; /*esse*/
}

#saiba-mais-button:hover {
	color: #FFF;
}
