@charset "utf-8";

body { overflow-x: hidden; }

#corvermelho{
	background: #ff0000;
}
#corazul{
	background: #0000ff;
}
#corverde{
	background: #009900;
}
#corazul{
	background: #0000ff;
}

#telefone2, #celular2, #texto2, #assunto2, #nome2, #email, #email2, #usuario, #senha, textarea {
	display: block;
	background-color:#f2f2f2;
	border-width: 0;
	border-color: transparent;
	border-bottom:2px solid #cfd8dc;
	
	font-size:14px;
	line-height: 1.9;
	width: 100%;
	color: #000;
	transition: all 0.28s ease;
	box-shadow: none;
}
/*------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------- CABECALHO CABECALHO CABECALHO ---------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------*/
#Zbase_CabecalhoMenuSuperior{
	margin-top:0;
	margin-bottom:3px !important;
	padding-top:6px;
	padding-bottom:6px;
	background: #E6E6E6;
	color:#00000;
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#Zbase_CabecalhoMenuSuperior a{
	text-decoration:none;
	color:#000;
}
#Zbase_CabecalhoMenuSuperior a:hover{
	text-decoration:none;
	color:#900;
}
#Zbase_CabecalhoBusca{
	margin-top:0;
	margin-bottom:3px !important;
	padding-top:6px;
	padding-bottom:6px;
}

#Zbase_CabecalhoMenuSuperiorMeio{
	margin-top:0;
	margin-bottom:3px;
	padding-top:10px;
	padding-bottom:5px;
	background:#E6E6E6;
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#Zbase_CabecalhoMenuSuperiorMeio a{
	text-decoration:none;
	color:#000;
}
#Zbase_CabecalhoMenuSuperiorMeio a:hover{
	text-decoration:none;
	color:#b40000;
}

/*MENU NOVO*/
.navbar-default{
	background-color: transparent !important;
	float:right;
}
.navbar-default .navbar-toggle{
	background-color:#b40000;
	width:55px;
	margin-right: 0;
	padding: 5px;
	margin-bottom: 13px;
}
/*MENU NOVO*/

@media screen and (max-width: 768px) {

}
@media (min-width: 768px) and (max-width: 1024px) {
	#Zbase_CabecalhoMenuSuperiorMeio{
	height:60px !important;
}

}
@media (min-width: 100em) {		
.navbar-default{
	margin-right: -17px !important;
}
#Zbase_CabecalhoMenuSuperior{
	font-size:15px;
}
#Zbase_CabecalhoMenuSuperiorMeio{
	font-size:16px;
}


}

/*------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------- ICONES ICONES ICONES ICONES ---------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------*/
.BotPDF a {  
	background-image:url(Imagens/BotPDF.png);
	width:80px;  
	height:96px;	
	display:block;	
    margin: auto;
}
.BotPDF a:hover { 
	background-image:url(Imagens/BotPDF2.png);
}

.botaoAcao{
	border:2px solid #c7c7c7;
	border-radius:5px;
	background-color:#000000;
	height:34px;
	font-size:14px;
	color: #ffffff;
}
.botaoAcao:hover{
	background-color:#0000FF;
	color: #ffffff;
}

.botaoCOOKIES{
	padding-top:3px;
	padding-bottom:1px;
	border:2px solid #900;
	border-radius:5px;
	background-color:#f00;
	font-size:12px;
	letter-spacing:1px;
	color: #fff;
}
.botaoCOOKIES:hover{
	background-color:#d21313;
	color: #fff;
}

/*TOOLTIP PADRAO*/
.TooltipPadrao {
  cursor: pointer;
  display: block;
  position: relative;
  width: 150px;
}

div.TooltipPadrao span {
  margin-top:25px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  background-color: #000;
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  color: #FFF;
  padding: 5px 10px;
  border-radius:5px;
}

div.TooltipPadrao span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

div:hover.TooltipPadrao span {
  visibility: visible;
  opacity: 0.9;
  top: 30px;
  left: 0;
  z-index: 999;
}
/*TOOLTIP PADRAO*/

/*BARRA DE ROLAR*/
	body {
	  overflow: overlay;
	  overflow-x: hidden;
	}
	::-webkit-scrollbar-thumb {
		background: #d17427;
	}
	::-webkit-scrollbar-thumb:hover {
		background: #940303;
		cursor: pointer;
	}
	::-webkit-scrollbar-track {
		background: rgba(0, 0, 0, 0.0);
	}
	::-webkit-scrollbar {
		width: 5px;
		background-color: transparent !important;
	}
/*BARRA DE ROLAR*/

<!--AVISO DE COOKIES-->
	.cc-color-override-897651040.cc-window {
		background-color:#ff0000 !important;
	}
	.cc-color-override-897651040.cc-window a {
		text-decoration:none;
		color:#fff;
	}
	.cc-color-override-897651040.cc-window a:hover {
		text-decoration:none;
		color:#0ff;
	}
<!--AVISO DE COOKIES-->

@media (min-width: 100em) {		

}

@media (min-width: 768px) and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {

}
/*------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------ BANER BANNER BANNER -----------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------*/

#linkBannerTamanho {
	margin-top:5px;
	height:65vh;
}
#linkBannerTitulo {
	width:100% !important;
	padding:25px;
	/*background-color: rgba(33,33,143,0.85);*/
	height: auto !important;
	position: absolute;
	bottom: 150px;
	z-index:999px;
	
	font-size: 45px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 2px black, 0 0 1em #b40000, 0 0 0.2em #b40000;
}
#linkBannerTexto {
	width:100% !important;
	padding:35px;
	/*background-color: rgba(200,197,226,0.7);*/
	height: auto !important;
	position: absolute;
	bottom: 18px;

	font-size:22px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	
	text-shadow: 
	-1px -1px 0px #000, 
	-1px 1px 0px #000,                    
	1px -1px 0px #000,                  
	1px 0px 0px #000;
}
#linkBannerTexto a {
	color:#0000ff;
	text-decoration:none;
}
#linkBannerTexto a:hover {
	color:#ff0000;
	text-decoration:none;
}
@media (min-width: 100em) {		

#linkBannerTitulo {
	padding:25px;
	/*background-color: rgba(33,33,143,0.85);*/
	bottom: 250px;
	font-size: 55px;
}
#linkBannerTexto {
	/*background-color: rgba(200,197,226,0.7);*/
	bottom: 130px;
	font-size:26px;
}




}


/*------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------- CONTEUDO CONTEUDO CONTEUDO -----------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------*/
#LinkVoltar{
	margin-top:0;
	text-align:right;
	padding-bottom:20px;
}
.button {
	color: #000;
	text-align: center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	padding:10PX;
	cursor: pointer;
}
.button span {
	color:#000 !important;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: "\21D0";
	position: absolute;
	opacity: 0;
	top: -12PX;
	left: -85px;
	transition: 0.5s;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:32px;
}
.button:hover span {
	padding-left: 25px; 
}

.button:hover span:after {
opacity: 1;
right: 0;
      }


#conteudo{
	background:#FFFFFF;
	font-size:15px;
	color:#000;
}
#conteudo a{
	text-decoration:none;
	color:#b40;
}
#conteudo a:hover{
	text-decoration:none;
	color:#00f;
}
#conteudoPolitica{
	margin-bottom:55px;
	background-color:#fff;
	font-size:15px;
	color:#000;
}
#TituloIndex{
	margin-top:55px;
	font-size:18px;
	font-weight:bold;
}
#TituloIndexSub{
	margin-top:1px;
	margin-bottom:15px;
	font-size:17px;
	font-weight:bold;
}

#TituloIndexRep{
	margin-top:1px;
	margin-bottom:15px;
	font-size:17px;
}

.ProdutosIndex{
	top:0;
	margin-bottom:25px;
	width:100%;
	height:300px;
	padding:5px;
	color:#000000;
	text-align:left;
	font-size:15px;
	background-color:#d5d5d5;
	border-radius: 5px;
}
.ProdutosIndex:hover{
	padding:5px;
	background-color:#c9c9c9;
	border-radius: 5px;
}

#ProdutosIndexIMG {
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFF;
	border-style: solid; 
	border-width: 2px; 
	border-color: #ffffff;
	border-radius: 5px;
	height:185px;
	overflow:hidden; 
	position: relative;
}
#ProdutosIndexIMG:hover {
	border-style: solid; 
	border-width: 2px; 
	border-color: #999999;
	border-radius: 5px;
}
#ProdutosIndexIMG img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}

#ProdutosDetalhe{
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
    position: absolute;
	float:right;
	bottom: 35px;
}
#ProdutosDetalhe a{
	text-decoration:none;
	color:#0000ff;
}
#ProdutosDetalhe a:hover{
	text-decoration:none;
	color:#ffffff; text-shadow: black 0.1em 0.1em 0.2em;
}

.MaterialIndex{
	top:0;
	margin-bottom:45px;
	width:100%;
	height:100px;
	padding:5px;
	text-align:left;
}

.MaterialEsq{
	/*position:relative;*/
	width:50px;
	float: left;
	padding:5px;
}
.MaterialDir{
	/*position: relative;*/
	width: 260px;
	left:0px;
	float: left;
	padding:5px;
	font:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}

.MaterialDirDet {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
    position: absolute;
	float:right;
	bottom: 45px;
}
.MaterialDirDet a{
	text-decoration:none;
	color:#d17427;
}
.MaterialDirDet a:hover{
	text-decoration:none;
	color:#ffffff;
}

#BannerMarcasFotos {
	margin-bottom:30px;
	box-shadow: 1px 1px 10px #999999;
	background-color:#ffffff;
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	border-style: solid; 
	border-width: 1px; 
	border-color: #CCCCCC;
	border-radius: 5px;
	height:155px;
	overflow:hidden; 
	position: relative;
}
#BannerMarcasFotos img {
	position: absolute;  
    overflow: hidden;  
    top: 50%;  
    left: 50%;  
    -webkit-transform: translate(-50%,-50%);  
    -moz-transform: translate(-50%,-50%);  
    -ms-transform: translate(-50%,-50%);  
    -o-transform: translate(-50%,-50%);  
    transform: translate(-50%,-50%);
}

#COOKIES{
	display:block;
	position:fixed;
	width:100%;
	bottom:1vh;
	left:0;
	background-color: rgba(153,0,0,0.9);
	text-align:center;
	font-size:14px;
	color:#FFF;
	padding-top:10px;
	
	z-index:999;
}
#COOKIES a{
	text-decoration:none;
	color:#ffce00;
}
#COOKIES a:hover{
	text-decoration:none;
	color:#ede125;
}

#ProjetoCase {
	margin-bottom:25px;
	border-radius: 5px;
	width:100%; 
    height:135px; 
    overflow:hidden; 
	position: relative;
	background-color:#999999;
	padding:5px;
}
#ProjetoCase:hover {
	background-color:#f60000;
	padding:5px;
}
#ProjetoCase img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}

.EstruturaP{
	top:0;
	margin-bottom:25px;
	width:100%;
	height:455px;
	padding:10px;
	color:#000000;
	font-size:13px;
	background-color:#e9e9e9;
	border-radius: 5px;
	box-shadow: 0 0 1em #999;
}
.EstruturaP:hover{
	box-shadow: 0 0 2em #999;
}
.EstruturaPcabecalho {
	width:100%;
	height:180px;
	background-color:#ffffff;
	justify-content:center;
	padding:10px;

	display: flex;
}
.EstruturaPcabecalho img {
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}

#OndeEstamos{
	border-style: double;
	border-color:#7d7d7d;
	border-radius:5px;
	margin-bottom:25px;
	height:556px;
}

@media screen and (max-width: 768px) {
#conteudo{
	font-size:15px !important;
}
#TituloIndex{
	margin-top:10px;
	font-size:18px;
}
#TituloIndexSub{
	margin-top:1px;
	margin-bottom:15px;
	font-size:17px;
}

.MaterialIndex{
	height:110px;
	padding:5px;
}

.MaterialEsq{
	/*position:relative;*/
	width:60px;
	float: left;
	padding:5px;
}
.MaterialDir{
	/*position: relative;*/
	width: 250px;
	left:0px;
	float: left;
	padding:5px;
	font-size:16px;
}

.MaterialDirDet {
	font-size:15px;
	bottom: 45px;
}

#ProjetoCase {
    height:100px; 
}

.ProdutosIndex{
	height:300px;
}

#ProdutosIndexIMG {
	height:205px;
}

.EstruturaP{
	height:455px;
	font-size:15px;
}


}

@media (min-width: 768px) and (max-width: 1024px) {
	.MaterialIndex{
	height:125px;
	padding:5px;
}

.MaterialEsq{
	/*position:relative;*/
	width:60px;
	float: left;
	padding:5px;
}
.MaterialDir{
	/*position: relative;*/
	width: 200px;
	left:0px;
	float: left;
	padding:5px;
	font-size:16px;
}

.MaterialDirDet {
	font-size:15px;
	bottom: 55px;
}

#ProjetoCase {
    height:100px; 
}

}


@media (min-width: 100em) {
#conteudo{
	font-size:17px !important;
}
#TituloIndex{
	font-size:21px;
}
#TituloIndexSub{
	font-size:19px;
}

.MaterialIndex{
	height:165px;
	padding:5px;
	text-align:left;
	font-size:15px;
}

.MaterialEsq{
	/*position:relative;*/
	width:100px;
	float: left;
	padding:5px;
}
.MaterialDir{
	/*position: relative;*/
	width: 300px;
	left:0px;
	float: left;
	padding:5px;
	font-size:18px;
}

.MaterialDirDet {
	font-size:15px;
	bottom: 65px;
}

.ProdutosIndex{
	height:365px !important;
}

#ProdutosIndexIMG {
	height:265px;
}

.EstruturaP{
	height:455px;
	font-size:13px;
}
#ProjetoCase {
    height:170px; 
}

}


/*------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------- RODAPE RODAPE RODAPE -------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------*/
#RodaPe{
	margin-top:85px;
  	padding:10px;
	background-color:#d3d3d3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	border-bottom:1px solid #949494;
}
#RodaPe a{
	text-decoration:none;
	color:#122e63;
}
#RodaPe a:hover{
	text-decoration:none;
	color:#d30000;
}
#RodaPeTitulo{
	margin-bottom:10px;
	border-bottom:1px solid #000;
	width:75%;
}
#conteudoRodape3D{
	font-size:12px;
	color:#fff;
	background-color:#122e63;
	padding:10px;
}
#conteudoRodape3D a{
	text-decoration:none;
	color:#d17427;
}
#conteudoRodape3D a:hover{
	text-decoration:none;
	color:#ffffff;
}
#RodaPe img{
	margin-top:10px;
	margin-bottom:10px;
}

@media (min-width: 100em) {
#RodaPe{
	font-size:15px;
}
}

@media screen and (max-width: 768px) {
#RodaPeLogo{
	padding-top:5px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
	/*background-color:#ff0000;*/
}
}


