@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800);

/* Reset CSS based on Eric Meyer's */
html,body,div,span,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,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tr,th,td,article,aside,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,section,summary,mark{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

body {
	font-size:16px;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 24px;
	background-image:url(../img/inventory-bg.jpg);
	background-color: #f4f4f4;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: justify;
}


#wrapper {
	width: 1000px;
	margin: auto;
	background-color: #fff;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}

#conteudoHome {
	margin: 40px 110px 80px 110px;
	height:1200px;
}

#conteudo900 {
	margin: 40px 110px 80px 110px;
	height:900px;
}

#conteudoServicos {
	margin: 40px 110px 80px 110px;
	height:1100px;
}

#conteudoSeguranca {
	margin: 40px 110px 80px 110px;
	height:800px;
}



/*TOPO HOME*/
#topoHome {
	width: 100%;
	height: 500px;
	background-image:url(../img/foto-home-inventario.jpg);
}

#logoTopoHome{
	float:right;
	margin: 20px 20px 0 0;
}

#slogan{
	clear:both;
	color: #fff;
	padding: 190px 0 0 390px;
}

.sloganTit{
	font-size: 46px;
	font-weight:800;
	line-height: 52px;
	text-transform:uppercase;
	text-shadow: 1px 2px 1px #333;
	-webkit-font-smoothing: antialiased;
}

.sloganSub{
	font-size: 23px;
	font-weight:700;
	text-shadow: 1px 2px 1px #333;
	-webkit-font-smoothing: antialiased;
}


/*MENU INTERNA*/
#logoInterna{
	padding: 20px 0 10px 30px;
	float: left;
}
#menuInterna{
	float:right;
	padding: 60px 30px 5px 0; 
}

#menuInterna ul li {
	display: inline;
}

#menuInterna ul li a {
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	font-weight: 700;
	color: #25413f;
	text-transform:uppercase;
	border: 1px solid #ffffff;
}

#menuInterna ul li:not(.selected) a:hover , #menuInterna ul li.active a {
	color:#fff;
	background-color: #25413f;
	border: 1px solid #25413f;
}

#loginButton.selected a 
{
	color:#ff7724 !important;
	border-left: 1px solid #b9bdc1;
}


#innerLoginButton.selected a
{
	color:#ff7724 !important;
	border: 1px solid #b9bdc1;
	
}



/*MENU HOME*/
#menuHome{
	text-align:left;
	background: #ffffff;
	border:1px solid #CCC;
}

#menuHome ul li {
	display: inline;
}

#menuHome a {
	padding: 22.7px;
	font-size: 14px;
	font-weight: 700;
	color: #25413f;
	text-transform:uppercase;
	display: inline-block;
	-webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
}

#menuHome li:not(.selected) a:hover {
	color:#fff;
	background-color: #25413f;
}



/* FORM */
.campoForm {
    border: 1px solid #b9bdc1;
    width: 220px;
	height: 25px;
    color: #797979;
	padding-left: 10px;	
}

.campoText {
    border: 1px solid #b9bdc1;
    width: 220px;
	height: 160px;
    color: #797979;
	font-family: 'Open Sans', Arial, sans-serif;	
	padding-left: 10px;	
}

.btForm {
	padding: 10px 20px;
	background-color:#FFF;
	border: 1px solid #b9bdc1;
	font-weight:800;
}

.btForm:hover {
	padding: 10px 20px;
	background-color:#E5E5E5;
	border: 1px solid #b9bdc1;
}

#loginBox {
	border: 1px solid #b9bdc1;
	padding: 15px;
	width: 250px;
	position:absolute;
	z-index:1000;
	background-color:#ffffff;
}

#loginBox.up {
	border-top: 7px solid #ff7724;
}

#loginBox.down {
	border-bottom: 7px solid #ff7724;
}


/*ESTILO DE FONTES E LINKS*/

h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 42px;
	text-transform:uppercase;
	color: #25413f;
}

h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 42px;
	text-transform:uppercase;
	color: #25413f;
}

.negrito {
	font-weight: 700;
}

a{
	text-decoration:none;
}

a:hover {
	color: #ff7724;

}

#sendedEmailBox {
	font-weight: 700;
	color:#a30000;
}

#failLoginBox {
	font-weight: 700;
	color:#a30000;
	margin-top:50px;
}


/*PAGINAS INTERNAS*/ 

#spotHome{
	margin-top: 50px;
	text-align:center;
}

#spotBloco1, #spotBloco2 {
	width: 220px;
	float: left;
	margin-right:60px;	
}

#spotBloco3{
	width: 220px;
	float: left;
}


#atende {
	clear: both;
	padding-top: 110px;
}

#atende img{
	margin-right:20px;
}

#vantagens{
	clear:both;
	padding-top:110px;
}

#vantagens h1{
	line-height:25px;
}


#empresaSpot1{
	width: 100%;
	clear:both;
}

#imgEmpresaSpot1{
	float:left;
	width:50px;
}

#txtEmpresaSpot1{
	float:right;
	width:700px;
}

#empresaSpot2{
	float:left;
	width: 360px;
	padding-top:40px;
}


#empresaSpot3{
	float:right;
	width: 360px;
	padding-top:40px;
}

#empresaSpot2 img, #empresaSpot3 img {
padding: 5px;
margin-bottom:10px;
box-shadow: 0 0 2px #000;
-webkit-transition: background-color 0.4s ease-in-out;
-moz-transition: background-color 0.4s ease-in-out;
-o-transition: background-color 0.4s ease-in-out;
transition: background-color 0.4s ease-in-out;
}


#servicosSpot1{
	float:left;
	width: 460px;
	height:1000px;
}

#servicosSpot2{
	width: 220px;
	float:right;
	font-size:15px;
}

#servicosSpot2 h2{
	line-height: 26px;
}

#segurancaSpot1{
	width:540px;
	float:left;
}

#segurancaImg{
	float:right;
	padding-top:45px;
}

#segurancaImg2 img{
	padding: 5px;
	margin-bottom:10px;
	box-shadow: 0 0 2px #000;
	-webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
}


#mapas{
	float:left;
	width: 460px;
}

#mapas img {
padding: 5px;
margin-bottom:10px;
box-shadow: 0 0 2px #000;
-webkit-transition: background-color 0.4s ease-in-out;
-moz-transition: background-color 0.4s ease-in-out;
-o-transition: background-color 0.4s ease-in-out;
transition: background-color 0.4s ease-in-out;
}

#mapas img:hover {
background: #f88e4e;
cursor: pointer;
}

#contato{
	width: 220px;
	float:right;
}



/*RODAPÉ*/

#rodape {
	width: 100%;
	font-size: 12px;
	color: #fff;
	background-color: #25413f;
}

#rodape a {
	color: #fff;
}

#rodape a:hover {
	color: #d96925;
}

#logoRodape{
	float:left;
	margin: 20px 0 20px 110px;

}

#linksRodape {
	float:right;
	margin: 20px 110px 20px 0;
}


#rodapeColuna1 {
	float:left;
	margin-right:70px;
}

#rodapeColuna2 {
	float:left;
}

#copyright {
	background-color: #1a3230;
	text-align:center;
	padding: 10px 0 10px 0;
	clear:both;
}

