/*
	Por enquanto aqui temos dois media queries 
	esse primeiro @media  screen and (min-width : 1441px , ou seja , moniutore de 20. 22. 24 ou superior . 
	ou seja se aplica em monitores que tenha pelo menos 1441 px de largura ou mais. 
	Lá embaixo temos o outro media querie que é 
	@media screen and (max-width: 1440px) Este já se aplica a monitores de 19 ou inferior adequado perfeitamente até 15 pol.
	Desde que a largura seja de no máximo 1440. 
	
	OBSERVAÇÃO IMPORTANTE  - TODO CSS CRIADO NO PRIMEIRA MEDIA QUERIE DEVE SER CRIADO NAS DEMAIS MEDIAS QUERIES EXISTENTES.
*/

@media screen and (min-width: 1441px){
#Container2 { 
	margin-top: 0px;
	background:#00B5E0;
	display:block;
	position:relative;
	float:left;
	width: 100%;
	height: 66px;
}
#logo {
	padding:3px;
	background:url(../imagens/logo.jpg);
	background-repeat:no-repeat;
	background-size: 100% 25%;
	float:left;
	height:260px;
	width:100px;
	margin-left:3%;
	max-width:100px;
	max-height:260px;
}

.img {
	padding:1px;
	width:50px;
	height:260px;
	max-height:100px;
	max-width: 160px;
	display:block;
	float: left;
	color:transparent;
	
}
#menu {
	display:block;
}

#menu ul:before {
	content: '';
	display: block;
}
#menu ul:after {
	content: '';
	display: block;
	clear: both;
}
#menu li {
	float: right;
	margin-right: 5%;
	display: block;
	color: #FFF;
	font-size: 48px;
	border: 1px solid transparent;
}
#menu li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	border: 9px solid transparent;
	font-size: 17px;
}


#Container3 { 
	margin-top: 0px;
	display:block;
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	max-height: auto;
	max-width: 100%;
}
.container3 div {
	display:inline-block;
	background:#FFFFFF;
	padding: 0%;
	width: 30%;
	height: auto;
	max-width: 90%;
	max-height: auto;
	position: relative;
	float: left;
	margin-left: 2%;
	margin-top: 2%;
}
.container3 Img {
	display:inline-block;
	margin-left: 10%;
	margin-top: 6%;
	margin-right:6%;
	padding: 1px;
	width: 15%;
	height:auto;
	max-width: 15%;
	max-height:auto;
	float:left;
	position: relative;
}
#Container4 {
	margin-top: 10%;
	background:#00B5E0;
	display:block;
	position:relative;
	float:left;
	width: 100%;
	height: 74px;
	max-height: 74px;
	max-width: 100%;
}	
#contato {
	display:block;
	background: url(../imagens/contato.png);
	background-repeat:no-repeat;
	background-size: 64px, 64px;
	display:inline-block;
	padding: 6px;
	width: 64px;
	height: 64px;
	max-width: 25%;
	max-height: 64px;
	float:left;
	position: relative;
}

#contato_texto {

	display:block;
	width: auto;
	height: auto;
	max-width:auto;
	max-height:auto;
	padding: 8px 2px 2px 10px;
	float:left;
	color:#FFF;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:12px;
}
#rede_sociais{
	margin-top:2%;
	margin-left: 17%;
	width: 20%;
	height:64px;
	float:left;
	position:relative;
}
#sage_business_partner {
	background:url(../imagens/sage.jpg);
	background-size: 224px 75px;	
	margin-left: 0%;
	width: 224px;
	height:75px;
	float:right;
	position:relative;	
}
#sage_business_partner img {
	margin-right: 0%;
	width: 224px;
	height:75px;
}

/*-- FIM CSS INDEX.HTML */

/*-- INICIO CSS CONTATO.HTML */

#contato_left_menu {
	
	width: 20%;
	height:100%;
	max-width:20%;
	float:left;
}

#contato_container_center {
	width: 80%;
	height:auto;
	float:left;
	max-width: 80%;
	
}
#contato_container_center_cont {
	background:#FFFFFF;
	width: 80%;
	height:auto;
	max-width: 80%;
	margin-top: 1%;
	float:left;
	
}
#contato_container_center_maps {
	background:#FFFFFF;
	width: 70%;
	height:auto;
	max-width: 70%;
	margin-left: 15%;
	margin-top: 1%;
	float:left;
	position:relative;
	
	
	
}

#area
{
	border-color:#E00030;
	width:70%;
	margin-left: 15%;
	height:auto;
	float:left;
    position:relative;
	max-width:70%;
}
#area #formulario
{
    position:relative;
    display:block; 
	 
}
/*#formulario_legenda {
	color:#00B5E0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-style:oblique;
}*/
fieldset
{	
	border-color:#00B5E0;
	margin-top: 1%;
	margin-left:1%;
    width:80%;
    height:auto;
	max-width:80%;
}
legend
{
	color:#00B5E0;
	font-size:16px;
    font-style:bold;
    font-family: “Segoe UI”,”Arial”,”Times New Roman”;
}
#formulario label
{
    position:relative;
	color:#00B5E0;
	font-size:16px;
    font-style:bold;
    font-family: “Segoe UI”,”Arial”,”Times New Roman”;	
	margin-top:1%
	
}
 
 
#formulario input.nome
{
    position:relative;
    width: 40%;
    width: 27%;
	margin-left: 1%;
	margin-top: 1%;	
}
#formulario input.email
{
    position:relative;
    width: 40%;
	margin-left: 1%;
	margin-top: 1%;
}

#formulario textarea.mensagem
{
    position:relative;
	width: 80%;
	margin-left: 1%;
	margin-top: 1%;
}

.btn_submit{
	background:url(../imagens/enviar.fw.png) no-repeat;
	width:80px;
	height:50px;
	border:#FFF;
	margin-left:1%;
	}

.btn_submit:hover {
	background:url(../imagens/enviar_1.fw.png) no-repeat;
	width:80px;
	height:50px;
}

/*FIM CONTACTO*/

#sobre_nos {
	width:90%;
	height:100%;
	float:left;
	max-width:80%;
	position:relative;
}

#sobre_nos_texto {
	
	margin-left: 20%;
	text-align:justify;
	width: 50%;
	float:left;
	max-width:80%;
	color:#666;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:18px;
}

#sobre_nos_texto h1 { /*isso aqui indica que tudo que tiver dentro da DIV com id="sobre_nos_texto, e usar a TAG <h1>
						teram essas configurações definidas a baixo*/
	
	color:#06F;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 48px; 
	font-style:normal;
	text-decoration:underline;
}

#sobre_nos_texto h2 { /*isso aqui indica que tudo que tiver dentro da DIV com id="sobre_nos_texto, e usar a TAG <hr>
						teram essas configurações definidas a baixo*/
	
	color:#0066CC;
	float:left;
	height: 3%;
	width: 100%;
}

#sobre_nos_texto h3 { /*isso aqui indica que tudo que tiver dentro da DIV com id="sobre_nos_texto, e usar a TAG <hr>
						teram essas configurações definidas a baixo*/
	
	color:#06F;
	float:left;
	height: 3%;
	width: 100%;
}
#Tecnologia_container_center {
	

	width:80%;
	height:100%;
	float:left;
	max-width:80%;
	position:relative;
	
}
.Tecnologia_Divs {
	
	width: 20%;
	height:auto;
	float:left;
	position:relative;
	max-width: 20%;
	margin-top: 2%;
	margin-left: 3%;
	margin-right: 1%;
	margin-bottom: 1%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	border:#999;
}
#tecnologia_navegacao {
	
	width: 100%;
	height:auto;
	max-width: 100%;
	margin-top: 1%;
	float:left;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 18px;	
	color: #000000;
	text-align:center;
			
}
.Tecnologia_Divs img {
	
	width:100%;
	height:auto;
	max-width:100%;
	float:left;
	position:relative;
	
}
.Tecnologia_Divs hr {
	
	background-color:D3CECF;
	height: 3px;
}

.manutencao p {
	
	padding: 0; 
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 72px;
	font-style:normal;
	color:#00B5E0;
	text-align:center;
	text-decoration:underline;	
	
}
.manutencao h1 {
	
	padding: 0; 
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 72px;
	font-style:normal;
	color:#F90409;
	text-align:center;	
}
.manutencao img {
	
	margin-left: 20%;
}
#menu_esquerdo {

	width: 20%;
	height: auto;
	max-width: 20%;
	float:left;
	position: relative;
	
}


/*INICIO CSS PAGINA DE DETALHES PRODUTO*/

#detalhes_container_center {
	

	width:80%;
	height:100%;
	float:left;
	max-width:80%;
	position:relative;
	
}

.div_area1_detalhes {
	
	width: 94%;
	height:auto;
	max-width: 94%;
	margin-left: 6%;
	margin-top: 3%;
	font-size:24px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#9C9898;
	text-align:center;
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;	
	border-bottom: 3px solid #00B5E0;		
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;	

}
.div_area2_detalhes {
	
	width: 45%;
	height:auto;
	max-width:45%;
	margin-left:2%;
	margin-top: 5%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:24px;
	text-align:center;
	color:#333;	
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;	
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;			
	
	
}

.div_area3_detalhes {
	

	width: 45%;
	height:auto;
	max-width:45%;
	margin-left:2%;
	margin-top: 1px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	text-align:left;
	color:#666;	
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;	
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;		
}
.div_area3_detalhes_fecha{
	
	width: 45%;
	height:auto;
	max-width:45%;
	margin-left:2%;
	margin-top: 1px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	text-align:left;
	color:#666;	
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;	
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;	
	border-bottom: 3px solid #00B5E0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}
.div_detalhes_extras {
	
	padding: 20px;
	margin-left: 2%;
	width: 40%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:24px;
	text-align:center;
	float:left;
	position:relative;
}

.div_img_detalhes {

	width: 45%;
	height:auto;
	max-width:45%;
	margin-left:2%;
	color:#00B5E0;	
	float:left;
	position:relative;

}
.div_img_detalhes img {

	margin-left: 5%;
	width: 366px;
	height: 366px;

}	
	/* INICIO CSS BOTÃO DETALHES DOS PRODUTOS */
.css_btn_class {
	margin-left: 3%;
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 18px;
	margin-bottom:3%;
	margin-top:8%;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #00B5E0 19%, #1e62d0 86% );
	background:-ms-linear-gradient( top, #00B5E0 19%, #1e62d0 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B5E0', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #00B5E0), color-stop(86%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #1e62d0 19%, #3d94f6 86% );
	background:-ms-linear-gradient( top, #1e62d0 19%, #3d94f6 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #1e62d0), color-stop(86%, #3d94f6) );
	background-color:#1e62d0;
}.css_btn_class:active {
	position:relative;
	top:1px;
}	/* FINAL CSS BOTÃO DETALHES DOS PRODUTOS */
.produtos_destaque_container {
	
	width: 90%;
	height: auto;
	max-width: 90%;
	margin-top: 5%;
	margin-left:5%;
	position: relative;
	float:left;
	border-top: 3px solid #00B5E0;		
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;
	border-bottom: 3px solid #00B5E0;		
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;	
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;		
}
.destaque_Divs {
	
	width: 16%;
	height:auto;
	float:left;
	position:relative;
	max-width: 16%;
	margin-top: 2%;
	margin-left: 2%;
	margin-right: 1%;
	margin-bottom: 1%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:10px;	
}
.destaque_Divs img {
	
	width:98%;
	height:auto;
	max-width:100%;
	float:center;
	margin-top:1%;
	position:relative;
	
}
.destaque_Divs hr {
	
	background-color:D3CECF;
	height: 3px;
}

#produtos_destaque_titulo  {
	
	width: 94%;
	height: 30px;
	max-width: 94%;
	margin-left: 3%;
	font-size:18px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#9C9898;
	float:left;
}

#peodutos_destaque_titulo hr {
	
	background-color:D3CECF;
	height: 3px;
}
	/* INICIO CSS BOTÃO DETALHES DOS PRODUTOS */
.css_btn_Pg_detalhes {
	margin-left: 20%;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #00B5E0 19%, #1e62d0 86% );
	background:-ms-linear-gradient( top, #00B5E0 19%, #1e62d0 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B5E0', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #00B5E0), color-stop(86%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_Pg_detalhes:hover {
	background:-moz-linear-gradient( center top, #1e62d0 19%, #3d94f6 86% );
	background:-ms-linear-gradient( top, #1e62d0 19%, #3d94f6 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #1e62d0), color-stop(86%, #3d94f6) );
	background-color:#1e62d0;
}.css_btn_Pg_detalhes:active {
	position:relative;
	top:1px;
}	/* FINAL CSS BOTÃO DETALHES DOS PRODUTOS */
}
@media screen and (min-width: 1281px) and (max-width: 1440px){
#Container2 { 
	margin-top: 0px;
	background:#00B5E0;
	display:block;
	position:relative;
	float:left;
	width: 100%;
	height: 66px;
}
#logo {
	padding:3px;
	background:url(../imagens/logo.jpg);
	background-repeat:no-repeat;
	background-size: 100% 25%;
	float:left;
	height:260px;
	width:120px;
	margin-left:3%;
	max-width:100px;
	max-height:260px;
}

.img {
	padding:1px;
	width:50px;
	height:260px;
	max-height:100px;
	max-width: 160px;
	display:block;
	float: left;
	color:transparent;
	
}
#menu {
	display:block;
}

#menu ul:before {
	content: '';
	display: block;
}
#menu ul:after {
	content: '';
	display: block;
	clear: both;
}
#menu li {
	float: right;
	margin-right: 5%;
	display: block;
	color: #FFF;
	font-size: 48px;
	border: 1px solid transparent;
}
#menu li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	border: 9px solid transparent;
	font-size: 17px;
}



#Container3 { 
	margin-top: 0px;
	display:block;
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	max-height: auto;
	max-width: 100%;
}
.container3 div {
	display:inline-block;
	background:#FFFFFF;
	padding: 0%;
	width: 30%;
	height: auto;
	max-width: 90%;
	max-height: auto;
	position: relative;
	float: left;
	margin-left: 2%;
	margin-top: 2%;
}
.container3 Img {
	display:inline-block;
	margin-left: 10%;
	margin-top: 6%;
	margin-right:6%;
	padding: 1px;
	width: 15%;
	height:auto;
	max-width: 15%;
	max-height:auto;
	float:left;
	position: relative;
}
#Container4 {
	margin-top: 10%;
	background:#00B5E0;
	display:block;
	position:relative;
	float:left;
	width: 100%;
	height: 74px;
	max-height: 74px;
	max-width: 100%;
}	
#contato {
	display:block;
	background: url(../imagens/contato.png);
	background-repeat:no-repeat;
	background-size: 64px, 64px;
	display:inline-block;
	padding: 6px;
	width: 64px;
	height: 64px;
	max-width: 25%;
	max-height: 64px;
	float:left;
	position: relative;
}

#contato_texto {

	display:block;
	width: auto;
	height: auto;
	max-width:auto;
	max-height:auto;
	padding: 8px 2px 2px 10px;
	float:left;
	color:#FFF;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:12px;
}
#rede_sociais{
	margin-top:2%;
	margin-left: 17%;
	width: 20%;
	height:64px;
	float:left;
	position:relative;
}
#sage_business_partner {
	background:url(../imagens/sage.jpg);
	background-size: 224px 75px;	
	margin-left: 0%;
	width: 224px;
	height:75px;
	float:right;
	position:relative;	
}
#sage_business_partner img {
	margin-right: 0%;
	width: 224px;
	height:75px;
}

/*-- FIM CSS INDEX.HTML */

/*-- INICIO CSS CONTATO.HTML */

#contato_left_menu {
	
	width: 20%;
	height:100%;
	max-width:20%;
	float:left;
}

#contato_container_center {
	width: 80%;
	height:auto;
	float:left;
	max-width: 80%;
	
}
#contato_container_center_cont {
	background:#FFFFFF;
	width: 80%;
	height:auto;
	max-width: 80%;
	margin-top: 1%;
	float:left;
	
}
#contato_container_center_maps {
	background:#FFFFFF;
	width: 80%;
	height:auto;
	max-width: 80%;
	margin-left: 15%;
	margin-top: 1%;
	float:left;
	position:relative;
	
}

.btn_submit{
	background:url(../imagens/enviar.fw.png) no-repeat;
	width:80px;
	height:50px;
	border:#FFF;
	margin-left:1%;
	}

.btn_submit:hover {
	background:url(../imagens/enviar_1.fw.png) no-repeat;
	width:80px;
	height:50px;
}


#area
{
	border-color:#E00030;
	width:80%;
	margin-left: 15%;
	height:auto;
	float:left;
    position:relative;
	max-width:80%;
}
#area #formulario
{
    position:relative;
    display:block; 
	 
}
/*#formulario_legenda {
	color:#00B5E0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-style:oblique;
}*/
fieldset
{	
	border-color:#00B5E0;
	margin-top: 1%;
	margin-left:1%;
    width:80%;
    height:auto;
	max-width:80%;
}
legend
{
	color:#00B5E0;
	font-size:16px;
    font-style:bold;
    font-family: “Segoe UI”,”Arial”,”Times New Roman”;
}
#formulario label
{
    position:relative;
	color:#00B5E0;
	font-size:16px;
    font-style:bold;
    font-family: “Segoe UI”,”Arial”,”Times New Roman”;	
	margin-top:1%
	
}
 
 
#formulario input.nome
{
    position:relative;
    width: 40%;
	margin-left: 1%;
	margin-top: 1%;	
}
#formulario input.email
{
    position:relative;
    width: 40%;
	margin-left: 1%;
	margin-top: 1%;
}

#formulario textarea.mensagem
{
    position:relative;
	width: 80%;
	margin-left: 1%;
	margin-top: 1%;	
}

label inpu
/*-- FIM CSS CONTATO.HTML */

#sobre_nos {
	width:90%;
	height:100%;
	float:left;
	max-width:80%;
	position:relative;
}

#sobre_nos_texto {
	
	margin-left: 20%;
	text-align:justify;
	width: 50%;
	float:left;
	max-width:80%;
	color:#666;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:18px;
}

#sobre_nos_texto h1 { /*isso aqui indica que tudo que tiver dentro da DIV com id="sobre_nos_texto, e usar a TAG <h1>
						teram essas configurações definidas a baixo*/
	
	color:#06F;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 48px; 
	font-style:normal;
	text-decoration:underline;
}

#sobre_nos_texto h2 { /*isso aqui indica que tudo que tiver dentro da DIV com id="sobre_nos_texto, e usar a TAG <hr>
						teram essas configurações definidas a baixo*/
	
	color:#0066CC;
	float:left;
	height: 3%;
	width: 100%;
}

#sobre_nos_texto h3 { /*isso aqui indica que tudo que tiver dentro da DIV com id="sobre_nos_texto, e usar a TAG <hr>
						teram essas configurações definidas a baixo*/
	
	color:#06F;
	float:left;
	height: 3%;
	width: 100%;
}
#Tecnologia_container_center {
	

	width:80%;
	height:100%;
	float:left;
	max-width:80%;
	position:relative;
	
}
.Tecnologia_Divs {
	
	width: 25%;
	height:auto;
	float:left;
	position:relative;
	max-width: 20%;
	margin-top: 2%;
	margin-left: 3%;
	margin-right: 1%;
	margin-bottom: 1%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:10px;
	border: thin solid;
	border-color:#999;
	border-radius:2%;
	border-size:3px;
	text-align:center;
}
#tecnologia_navegacao {
	
	width: 100%;
	height:auto;
	max-width: 100%;
	margin-top: 1%;
	float:left;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 18px;	
	color: #000000;
	text-align:center;
			
}
.Tecnologia_Divs img {
	
	width:98%;
	height:auto;
	max-width:100%;
	float:center;
	margin-top:1%;
	position:relative;
	
}
.Tecnologia_Divs hr {
	
	background-color:D3CECF;
	height: 3px;
}

.manutencao p {
	
	padding: 0; 
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 72px;
	font-style:normal;
	color:#00B5E0;
	text-align:center;
	text-decoration:underline;	
	
}
.manutencao h1 {
	
	padding: 0; 
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 72px;
	font-style:normal;
	color:#F90409;
	text-align:center;	
}
.manutencao img {
	
	margin-left: 20%;
}
#menu_esquerdo {

	width: 20%;
	height: auto;
	max-width: 20%;
	float:left;
	position: relative;

}

.menu_esquerdo li{
font-size:13px;

}


/*INICIO CSS PAGINA DE DETALHES PRODUTO*/

#detalhes_container_center {
	

	width:70%;
	height:100%;
	float:left;
	max-width:80%;
	position:relative;
	
}

.div_area1_detalhes {
	
	width: 80%;
	height:auto;
	max-width: 80%;
	margin-left: 15%;	
	margin-top: 3%;
	font-size:24px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#9C9898;
	text-align:center;
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;	
	border-bottom: 3px solid #00B5E0;		
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;	

}
.div_area2_detalhes {
	
	width: 45%;
	height:auto;
	max-width:45%;
	margin-left:2%;
	margin-top: 3%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:24px;
	text-align:center;
	color:#0365E9;	
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;	
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;			
	
	
}

.div_area3_detalhes {
	

	width: 45%;
	height:auto;
	max-width:45%;
	margin-left:2%;
	margin-top: 1px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	text-align:left;
	color:#0365E9;	
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;	
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;		
}
.div_area3_detalhes_fecha{
	
	width: 45%;
	height:auto;
	max-width:45%;
	margin-left:2%;
	margin-top: 1px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	text-align:left;
	color:#0365E9;	
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;	
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;	
	border-bottom: 3px solid #00B5E0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}
.div_detalhes_extras {
	
	padding: 20px;
	margin-left: 2%;
	width: 40%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:24px;
	text-align:center;
	float:left;
	position:relative;
}

.div_img_detalhes {

	width: 45%;
	height:auto;
	max-width:45%;
	margin-left:5%;
	color:#00B5E0;	
	float:left;
	position:relative;

}
.div_img_detalhes img {

	margin-left: 5%;
	width: 366px;
	height: 366px;

}	
	/* INICIO CSS BOTÃO DETALHES DOS PRODUTOS */
.css_btn_class {
	margin-left: 3%;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 15px;
	margin-bottom:4%;
	margin-top:8%;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #00B5E0 19%, #1e62d0 86% );
	background:-ms-linear-gradient( top, #00B5E0 19%, #1e62d0 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B5E0', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #00B5E0), color-stop(86%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #1e62d0 19%, #3d94f6 86% );
	background:-ms-linear-gradient( top, #1e62d0 19%, #3d94f6 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #1e62d0), color-stop(86%, #3d94f6) );
	background-color:#1e62d0;
}.css_btn_class:active {
	position:relative;
	top:1px;
}	/* FINAL CSS BOTÃO DETALHES DOS PRODUTOS */
.produtos_destaque_container {
	
	width: 94%;
	height: auto;
	max-width: 99%;
	margin-top: 5%;
	margin-left:9%;
	position: relative;
	float:left;
	border-top: 3px solid #00B5E0;		
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;
	border-bottom: 3px solid #00B5E0;		
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;	
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;		
}
.destaque_Divs {
	
	width: 17%;
	height:auto;
	float:left;
	position:relative;
	max-width: 17%;
	margin-top: 2%;
	margin-left: 2%;
	margin-right: 1%;
	margin-bottom: 1%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:9px;	
}
.destaque_Divs img {
	
	width:100%;
	height:auto;
	max-width:100%;
	float:left;
	position:relative;
	
}
.destaque_Divs hr {
	
	background-color:D3CECF;
	height: 3px;
}

#produtos_destaque_titulo  {
	
	width: 94%;
	height: 30px;
	max-width: 94%;
	margin-left: 3%;
	margin-top:1%;
	font-size:18px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#9C9898;
	float:left;
}

#produtos_destaque_titulo hr {
	
	background-color:D3CECF;
	height: 3px;
}
	/* INICIO CSS BOTÃO DETALHES DOS PRODUTOS */
.css_btn_Pg_detalhes {
	margin-left: 15%;
	font-size:8px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #00B5E0 19%, #1e62d0 86% );
	background:-ms-linear-gradient( top, #00B5E0 19%, #1e62d0 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B5E0', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #00B5E0), color-stop(86%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_Pg_detalhes:hover {
	background:-moz-linear-gradient( center top, #1e62d0 19%, #3d94f6 86% );
	background:-ms-linear-gradient( top, #1e62d0 19%, #3d94f6 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #1e62d0), color-stop(86%, #3d94f6) );
	background-color:#1e62d0;
}.css_btn_Pg_detalhes:active {
	position:relative;
	top:1px;
}	/* FINAL CSS BOTÃO DETALHES DOS PRODUTOS */
}

@media screen and (min-width: 1025px) and (max-width: 1280px){
	
#Container2 { 
	margin-top: 0px;
	background:#00B5E0;
	display:block;
	position:relative;
	float:left;
	width: 100%;
	height: 66px;
}
#logo {
	padding:3px;
	background:url(../imagens/logo.jpg);
	background-repeat:no-repeat;
	background-size: 100% 25%;
	float:left;
	height:260px;
	width:120px;
	margin-left:3%;
	max-width:100px;
	max-height:260px;
}

.img {
	padding:1px;
	width:50px;
	height:260px;
	max-height:100px;
	max-width: 160px;
	display:block;
	float: left;
	color:transparent;
	
}
#menu {
	display:block;
}

#menu ul:before {
	content: '';
	display: block;
}
#menu ul:after {
	content: '';
	display: block;
	clear: both;
}
#menu li {
	float: right;
	margin-right: 5%;
	display: block;
	color: #FFF;
	font-size: 48px;
	border: 1px solid transparent;
}
#menu li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	border: 9px solid transparent;
	font-size: 17px;
}


#Container3 { 
	margin-top: 0px;
	display:block;
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	max-height: auto;
	max-width: 100%;
}
.container3 div {
	display:inline-block;
	background:#FFFFFF;
	padding: 0%;
	width: 30%;
	height: auto;
	max-width: 90%;
	max-height: auto;
	position: relative;
	float: left;
	margin-left: 2%;
	margin-top: 2%;
}
.container3 Img {
	display:inline-block;
	margin-left: 10%;
	margin-top: 6%;
	margin-right:6%;
	padding: 1px;
	width: 15%;
	height:auto;
	max-width: 15%;
	max-height:auto;
	float:left;
	position: relative;
}
#Container4 {
	margin-top: 10%;
	background:#00B5E0;
	display:block;
	position:relative;
	float:left;
	width: 100%;
	height: 74px;
	max-height: 74px;
	max-width: 100%;
}	
#contato {
	display:block;
	background: url(../imagens/contato.png);
	background-repeat:no-repeat;
	background-size: 64px, 64px;
	display:inline-block;
	padding: 6px;
	width: 64px;
	height: 64px;
	max-width: 25%;
	max-height: 64px;
	float:left;
	position: relative;
}

#contato_texto {

	display:block;
	width: auto;
	height: auto;
	max-width:auto;
	max-height:auto;
	padding: 8px 2px 2px 10px;
	float:left;
	color:#FFF;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:12px;
}

#rede_sociais{
	margin-top:2%;
	margin-left: 17%;
	width: 20%;
	height:64px;
	float:left;
	position:relative;
}

#sage_business_partner {
	background:url(../imagens/sage.jpg);
	background-size: 224px 75px;	
	margin-left: 0%;
	width: 224px;
	height:75px;
	float:right;
	position:relative;	
}
#sage_business_partner img {
	margin-right: 0%;
	width: 224px;
	height:75px;
}

/*-- FIM CSS INDEX.HTML */

/*-- INICIO CSS CONTATO.HTML */

#contato_left_menu {
	
	width: 20%;
	height:100%;
	max-width:20%;
	float:left;
}

#contato_container_center {
	width: 80%;
	height:auto;
	float:left;
	max-width: 80%;
	
}
#contato_container_center_cont {
	background:#FFFFFF;
	width: 80%;
	height:auto;
	max-width: 80%;
	margin-top: 1%;
	float:left;
	
}
#contato_container_center_maps {
	
	background:#FFFFFF;
	width: 80%;
	height:auto;
	max-width: 80%;
	margin-left: 15%;
	margin-top: 1%;
	float:left;
	position:relative;

}

#area
{
	border-color:#E00030;
	width:80%;
	margin-left: 15%;
	height:auto;
	float:left;
    position:relative;
	max-width:80%;
}
#area #formulario
{
    position:relative;
    display:block; 
	 
}
/*#formulario_legenda {
	color:#00B5E0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-style:oblique;
}*/
fieldset
{	
	border-color:#00B5E0;
	margin-top: 1%;
	margin-left:1%;
    width:80%;
    height:auto;
	max-width:80%;
}
legend
{
	color:#00B5E0;
	font-size:16px;
    font-style:bold;
    font-family: “Segoe UI”,”Arial”,”Times New Roman”;
}
#formulario label
{
    position:relative;
	color:#00B5E0;
	font-size:16px;
    font-style:bold;
    font-family: “Segoe UI”,”Arial”,”Times New Roman”;	
	margin-top:1%
	
}
 
 
#formulario input.nome
{
    position:relative;
    width: 40%;
	margin-left: 1%;
	margin-top: 1%;	
}
#formulario input.email
{
    position:relative;
    width: 40%;
	margin-left: 1%;
	margin-top: 1%;
}

#formulario textarea.mensagem
{
    position:relative;
	width: 80%;
	margin-left: 1%;
	margin-top: 1%;	
}

.btn_submit{
	background:url(../imagens/enviar.fw.png) no-repeat;
	width:80px;
	height:50px;
	border:#FFF;
	margin-left:1%;
	}

.btn_submit:hover {
	background:url(../imagens/enviar_1.fw.png) no-repeat;
	width:80px;
	height:50px;
}

/*FIM CONTACTO*/

#sobre_nos {
	width:90%;
	height:100%;
	float:left;
	max-width:80%;
	position:relative;
}

#sobre_nos_texto {
	
	margin-left: 20%;
	text-align:justify;
	width: 50%;
	float:left;
	max-width:80%;
	color:#666;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:18px;
}

#sobre_nos_texto h1 { /*isso aqui indica que tudo que tiver dentro da DIV com id="sobre_nos_texto, e usar a TAG <h1>
						teram essas configurações definidas a baixo*/
	
	color:#06F;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 48px; 
	font-style:normal;
	text-decoration:underline;
}

#sobre_nos_texto h2 { /*isso aqui indica que tudo que tiver dentro da DIV com id="sobre_nos_texto, e usar a TAG <hr>
						teram essas configurações definidas a baixo*/
	
	color:#0066CC;
	float:left;
	height: 3%;
	width: 100%;
}

#sobre_nos_texto h3 { /*isso aqui indica que tudo que tiver dentro da DIV com id="sobre_nos_texto, e usar a TAG <hr>
						teram essas configurações definidas a baixo*/
	
	color:#06F;
	float:left;
	height: 3%;
	width: 100%;
}
#Tecnologia_container_center {
	

	width:80%;
	height:100%;
	float:left;
	max-width:80%;
	position:relative;
	
}
.Tecnologia_Divs {
	
	width: 20%;
	height:auto;
	float:left;
	position:relative;
	max-width: 20%;
	margin-top: 2%;
	margin-left: 3%;
	margin-right: 1%;
	margin-bottom: 1%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:9px;
	border: thin solid;
	border-color:#999;
	border-radius:2%;
	border-size:3px;
	text-align:center;
}
#tecnologia_navegacao {
	
	width: 100%;
	height:auto;
	max-width: 100%;
	margin-top: 1%;
	float:left;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 18px;	
	color: #000000;
	text-align:center;
			
}
.Tecnologia_Divs img {
	
	width:100%;
	height:auto;
	max-width:100%;
	float:left;
	position:relative;
	
}
.Tecnologia_Divs hr {
	
	background-color:D3CECF;
	height: 2px;
}

.manutencao p {
	
	padding: 0; 
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 72px;
	font-style:normal;
	color:#00B5E0;
	text-align:center;
	text-decoration:underline;	
	
}
.manutencao h1 {
	
	padding: 0; 
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 72px;
	font-style:normal;
	color:#F90409;
	text-align:center;	
}
.manutencao img {
	
	margin-left: 20%;
}
#menu_esquerdo {

	width: 20%;
	height: auto;
	max-width: 20%;
	float:left;
	position: relative;

}

.menu_esquerdo li{
font-size:13px;

}


/*INICIO CSS PAGINA DE DETALHES PRODUTO*/

#detalhes_container_center {
	

	width:70%;
	height:100%;
	float:left;
	max-width:80%;
	position:relative;
	
}

.div_area1_detalhes {
	
	width: 80%;
	height:auto;
	max-width: 80%;
	margin-left: 15%;	
	margin-top: 3%;
	font-size:24px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#9C9898;
	text-align:center;
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;	
	border-bottom: 3px solid #00B5E0;		
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;	

}
.div_area2_detalhes {
	
	width: 45%;
	height:auto;
	max-width:45%;
	margin-left:2%;
	margin-top: 3%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:24px;
	text-align:center;
	color:#0365E9;	
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;	
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;			
	
	
}

.div_area3_detalhes {
	

	width: 45%;
	height:auto;
	max-width:45%;
	margin-left:2%;
	margin-top: 1px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	text-align:left;
	color:#0365E9;	
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;	
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;		
}
.div_area3_detalhes_fecha{
	
	width: 45%;
	height:auto;
	max-width:45%;
	margin-left:2%;
	margin-top: 1px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	text-align:left;
	color:#0365E9;	
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;	
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;	
	border-bottom: 3px solid #00B5E0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}
.div_detalhes_extras {
	
	padding: 20px;
	margin-left: 2%;
	width: 40%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:24px;
	text-align:center;
	float:left;
	position:relative;
}

.div_img_detalhes {

	width: 45%;
	height:auto;
	max-width:45%;
	margin-left:5%;
	color:#00B5E0;	
	float:left;
	position:relative;

}
.div_img_detalhes img {

	margin-left: 5%;
	width: 280px;
	height: 280px;

}	
	/* INICIO CSS BOTÃO DETALHES DOS PRODUTOS */
.css_btn_class {
	margin-left: 3%;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	margin-bottom:4%;
	margin-top:8%;
	padding:9px 16px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #00B5E0 19%, #1e62d0 86% );
	background:-ms-linear-gradient( top, #00B5E0 19%, #1e62d0 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B5E0', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #00B5E0), color-stop(86%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #1e62d0 19%, #3d94f6 86% );
	background:-ms-linear-gradient( top, #1e62d0 19%, #3d94f6 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #1e62d0), color-stop(86%, #3d94f6) );
	background-color:#1e62d0;
}.css_btn_class:active {
	position:relative;
	top:1px;
}	/* FINAL CSS BOTÃO DETALHES DOS PRODUTOS */
.produtos_destaque_container {
	
	width: 94%;
	height: auto;
	max-width: 99%;
	margin-top: 5%;
	margin-left:9%;
	position: relative;
	float:left;
	border-top: 3px solid #00B5E0;		
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;
	border-bottom: 3px solid #00B5E0;		
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;	
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;		
}
.destaque_Divs {
	
	width: 17%;
	height:auto;
	float:left;
	position:relative;
	max-width: 17%;
	margin-top: 2%;
	margin-left: 2%;
	margin-right: 1%;
	margin-bottom: 1%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:9px;	
}
.destaque_Divs img {
	
	width:100%;
	height:auto;
	max-width:100%;
	float:left;
	position:relative;
	
}
.destaque_Divs hr {
	
	background-color:D3CECF;
	height: 3px;
}

#produtos_destaque_titulo  {
	
	width: 94%;
	height: 30px;
	max-width: 94%;
	margin-left: 3%;
	margin-top:1%;
	font-size:18px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#9C9898;
	float:left;
}

#produtos_destaque_titulo hr {
	
	background-color:D3CECF;
	height: 3px;
}
	/* INICIO CSS BOTÃO DETALHES DOS PRODUTOS */
.css_btn_Pg_detalhes {
	margin-left: 15%;
	font-size:8px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #00B5E0 19%, #1e62d0 86% );
	background:-ms-linear-gradient( top, #00B5E0 19%, #1e62d0 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B5E0', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #00B5E0), color-stop(86%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_Pg_detalhes:hover {
	background:-moz-linear-gradient( center top, #1e62d0 19%, #3d94f6 86% );
	background:-ms-linear-gradient( top, #1e62d0 19%, #3d94f6 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #1e62d0), color-stop(86%, #3d94f6) );
	background-color:#1e62d0;
}.css_btn_Pg_detalhes:active {
	position:relative;
	top:1px;
}	/* FINAL CSS BOTÃO DETALHES DOS PRODUTOS */
}

@media screen and (min-width: 768px) and (max-width: 1024px){
#Container2 { 
	background:#00B5E0;
	display:block;
	position:relative;
	float:left;
	width: 100%;
	height: 56px;
} 
#logo {
	padding:4px;
	background:url(../imagens/logo.jpg);
	background-repeat:no-repeat;
	background-size: 80% 35%;
	float:left;
	height:150px;
	width:100px;
	margin-left:3%;
	max-width:100px;
	max-height:260px;
}

.img {
	padding:1px;
	width:50px;
	height:260px;
	max-height:100px;
	max-width: 160px;
	display:block;
	float: left;
	color:transparent;
	
}
#menu {
	display:block;
}

#menu ul:before {
	content: '';
	display: block;
}
#menu ul:after {
	content: '';
	display: block;
	clear: both;
}
#menu li {
	float: right;
	margin-right: 5%;
	display: block;
	color: #FFF;
	font-size: 20px;
	border: 1px solid transparent;
}
#menu li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	border: 9px solid transparent;
	font-size: 17px;
}

#Container3 { 
	margin-top: 0px;
	display:block;
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	max-height: auto;
	max-width: 100%;
}
.container3 div {
	margin-button:2%;
	display:inline-block;
	background:#FFFFFF;
	padding: 0%;
	width: 30%;
	height: auto;
	max-width: 90%;
	max-height: auto;
	position: relative;
	float: left;
	margin-left: 2%;
	margin-top: 2%;
}

.container3 img{


	display:inline-block;
	margin-left: 3%;
	margin-top: 3%;
	margin-right:1%;
	padding: 10px;
	width: 25%;
	height:auto;
	max-width: 25%;
	max-height:auto;
	float:left;
	position: relative;
}

#Container4 {
	margin-top: 10%;
	background:#00B5E0;
	display:block;
	position:relative;
	float:left;
	width: 100%;
	height: 60px;
	max-height: 74px;
	max-width: 100%;
}	
#contato {
	display:block;
	background: url(../imagens/contato.png);
	background-repeat:no-repeat;
	background-size: 50px, 50px;
	display:inline-block;
	padding: 3px;
	width: 60px;
	height: 60px;
	max-width: 25%;
	max-height: 64px;
	float:left;
	position: relative;
}

#contato_texto {

	display:block;
	width: auto;
	height: auto;
	max-width:auto;
	max-height:auto;
	padding: 2px 2px 2px 2px;
	float:left;
	color:#FFF;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:10px;
}
#rede_sociais{
	background-size:10px 10px;
	background:url(../imagens/facebook.png);
	margin-left: 10%;
	margin-bottom: 1%;
	width: 60px;
	height:60px;
	float:left;
	position:relative;
}
#sage_business_partner {
	background:url(../imagens/sage.jpg);
	background-size: 145px 60px;	
	width:145px;
	height:60px;
	float:right;
	position:relative;	
}
#sage_business_partner img {
	margin-right: 0%;
	width: 125px;
	height:55px;
}

/*-- FIM CSS INDEX.HTML */
/*Inicio Sobre nos*/
#sobre_nos {
	width:70%;
	height:100%;
	float:left;
	max-width:70%;
	position:relative;
}

#sobre_nos_texto {
	
	margin-left: 15%;
	text-align:justify;
	width: 70%;
	float:left;
	max-width:70%;
	color:#666;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:10px;
}


#sobre_nos_texto h2 { /*isso aqui indica que tudo que tiver dentro da DIV com id="sobre_nos_texto, e usar a TAG <hr>
						teram essas configurações definidas a baixo*/
	
	color:#0066CC;
	float:left;
	height: 3%;
	width: 100%;
}

#menu_esquerdo {

	width: 30%;
	height: auto;
	max-width: 30%;
	float:left;
	position: relative;
	
}
/*Fim Sobre nos*/
/*Inicio de contacto*/
#contato_container_center {
	width:70%;
	height:100%;
	float:left;
	max-width:70%;
	
}
#contato_container_center_cont {
	background:#FFFFFF;
	width: 70%;
	height:auto;
	max-width:70%;
	margin-left: 1%;
	margin-top: 1%;
	float:left;
	
}
#contato_container_center_maps {
	background:#FFFFFF;
	width: 100%;
	height:auto;
	max-width:90%;
	margin-left: 5%;
	margin-top: 1%;
	float:left;
	position:relative;
	
}

#contato_mapa_titulo {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	text-decoration:underline;	
	text-align:center;
}
/*CSS FORMULARIO DE CONTATO */	
#area
{
	border-color:#00B5E0;
	width:100%;
	height:auto;
	float:left;
    position:relative;
	max-width:100%;
}
#area #formulario
{
    position:relative;
    display:block; 
	width: 100%;
	 
}
/*#formulario_legenda {
	color:#00B5E0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-style:oblique;
}*/
fieldset
{	
	border-color:#00B5E0;
	margin-top: 2%;
	margin-left:2%;
    width:90%;
    height:auto;
	max-width:90%;
}
legend
{
	color:#00B5E0;
	font-size:16px;
    font-style:bold;
    font-family: “Segoe UI”,”Arial”,”Times New Roman”;
}
#formulario label
{
    position:relative;
	color:#00B5E0;
	font-size:16px;
    font-style:bold;
    font-family: “Segoe UI”,”Arial”,”Times New Roman”;	
	margin-top:1%
	
}
 
 
#formulario input.nome
{
    position:relative;
    width:70%;
	margin-left: 1%;
	margin-top: 1%;	
}
#formulario input.email
{
    position:relative;
    width: 70%;
	margin-left: 1%;
	margin-top: 1%;
}

#formulario textarea.mensagem
{
    position:relative;
	width: 100%;
	margin-top: 1%;
	margin-right: 1%;
}

.btn_submit{
	background:url(../imagens/enviar.fw.png) no-repeat;
	width:80px;
	height:50px;
	border:#FFF;
	margin-left:1%;
	}

.btn_submit:hover {
	background:url(../imagens/enviar_1.fw.png) no-repeat;
	width:80px;
	height:50px;
}
/* FIM CSS FORMULARIO DE CONTATO */
/*Fim de contacto*/	

/*Inicio pagina tecnologias*/

#Tecnologia_container_center {
	

	width:70%;
	height:100%;
	float:left;
	max-width:80%;
	position:relative;
	
}
.Tecnologia_Divs {
	
	width:29%;
	height:auto;
	float:left;
	position:relative;
	max-width: 30%;
	margin-top: 2%;
	margin-left: 3%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:7px;
	border:#999;
}
#tecnologia_navegacao {
	
	width: 100%;
	height:auto;
	max-width: 100%;
	margin-top: 3%;
	margin-left:4%;
	float:left;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;	
	color: #000000;
	text-align:center;
			
}
.Tecnologia_Divs img {
	
	width:98%;
	height:auto;
	max-width:100%;
	float:center;
	margin-top:1%;
	position:relative;
	
}
.Tecnologia_Divs hr {
	
	background-color:D3CECF;
	height: 3px;
}


/*Fim pagina tecnologias*/

/*INICIO CSS PAGINA DE DETALHES PRODUTO*/

#detalhes_container_center {
	

	width:70%;
	height:100%;
	float:left;
	max-width:70%;
	position:relative;
	
}

.div_area1_detalhes {
	
	width: 84%;
	height:auto;
	max-width: 84%;
	margin-left: 9%;
	margin-top: 2%;
	font-size:24px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#9C9898;
	text-align:center;
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;	
	border-bottom: 3px solid #00B5E0;		
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;	

}
.div_area2_detalhes {
	
	width: 70%;
	height:auto;
	max-width:70%;
	margin-left:15%;
	margin-right:1%;
	margin-top: 10%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:24px;
	text-align:center;
	color:#0365E9;	
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;	
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;			
	
	
}

.div_area3_detalhes {
	

	width: 70%;
	height:auto;
	max-width:70%;
	margin-left:15%;
	margin-top: 1px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	text-align:left;
	color:#0365E9;	
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;	
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;		
}
.div_area3_detalhes_fecha{
	
	width: 70%;
	height:auto;
	max-width:70%;
	margin-left:15%;
	margin-top: 1px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	text-align:left;
	color:#0365E9;	
	float:left;
	position:relative;
	border-top: 3px solid #00B5E0;	
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;	
	border-bottom: 3px solid #00B5E0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}
.div_detalhes_extras {
	
	padding: 40px;
	margin-left: 20%;
	width: 30%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:24px;
	text-align:center;
	float:left;
	position:relative;
}

.div_img_detalhes {

	width: 40%;
	height:auto;
	max-width:40%;
	margin-left:18%;
	color:#00B5E0;	
	float:left;
	position:relative;

}
.div_img_detalhes img {

	margin-left: 1%;
	width: 288px;
	height: 288px;

}	
	/* INICIO CSS BOTÃO DETALHES DOS PRODUTOS */
.css_btn_class {
	margin-left: 3%;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	margin-bottom:3%;
	margin-top:8%;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #00B5E0 19%, #1e62d0 86% );
	background:-ms-linear-gradient( top, #00B5E0 19%, #1e62d0 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B5E0', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #00B5E0), color-stop(86%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #1e62d0 19%, #3d94f6 86% );
	background:-ms-linear-gradient( top, #1e62d0 19%, #3d94f6 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #1e62d0), color-stop(86%, #3d94f6) );
	background-color:#1e62d0;
}.css_btn_class:active {
	position:relative;
	top:1px;
}	/* FINAL CSS BOTÃO DETALHES DOS PRODUTOS */
.produtos_destaque_container {

	width: 98%;
	height: auto;
	max-width: 98%;
	margin-top: 10%;
	position: relative;
	float:left;
	border-top: 3px solid #00B5E0;		
	border-left: 3px solid #00B5E0;
	border-right: 3px solid #00B5E0;
	border-bottom: 3px solid #00B5E0;		
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;	
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;		
}
.destaque_Divs {
	
	width: 16%;
	height:auto;
	float:left;
	position:relative;
	max-width: 16%;
	margin-top: 2%;
	margin-left: 2%;
	margin-right: 1%;
	margin-bottom: 1%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:8px;	
}
.destaque_Divs img {
	
	width:100%;
	height:auto;
	max-width:100%;
	float:left;
	position:relative;
	
}
.destaque_Divs hr {
	
	background-color:D3CECF;
	height: 3px;
}

#produtos_destaque_titulo  {
	
	width: 94%;
	height: 30px;
	max-width: 94%;
	margin-left: 3%;
	font-size:16px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#9C9898;
	float:left;
}

#produtos_destaque_titulo hr {
	
	background-color:D3CECF;
	height: 3px;
}
	/* INICIO CSS BOTÃO DETALHES DOS PRODUTOS */
.css_btn_Pg_detalhes {
	margin-left: 7%;
	font-size:8px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:8px 17px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #00B5E0 19%, #1e62d0 86% );
	background:-ms-linear-gradient( top, #00B5E0 19%, #1e62d0 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B5E0', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #00B5E0), color-stop(86%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_Pg_detalhes:hover {
	background:-moz-linear-gradient( center top, #1e62d0 19%, #3d94f6 86% );
	background:-ms-linear-gradient( top, #1e62d0 19%, #3d94f6 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #1e62d0), color-stop(86%, #3d94f6) );
	background-color:#1e62d0;
}.css_btn_Pg_detalhes:active {
	position:relative;
	top:2px;
}	/* FINAL CSS BOTÃO DETALHES DOS PRODUTOS */
}

