@charset "utf-8";

/*body { overflow-x: hidden; }*/

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

#telefone, #celular, #texto, #assunto, #nome, #email, textarea {
	display: block;
	background-color:#f5f5f5;
	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:2px !important;
	padding-top:6px;
	padding-bottom:6px;
	background: #E6E6E6;
	color:#000;
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#Zbase_CabecalhoMenuSuperior a{
	text-decoration:none;
	color:#900;
}
#Zbase_CabecalhoMenuSuperior a:hover{
	text-decoration:none;
	color:#00f;
}

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

#Zbase_CabecalhoMenuSuperiorMeioContatos{
	margin-top:10px;
	margin-bottom:15px;
}

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

#Zbase_CabecalhoMenuSuperiorMeioIMG {
	text-align:left !important;
}
#Zbase_CabecalhoMenuSuperiorMeioIMG img{
	width:300px !important;
}

}
@media (min-width: 768px) and (max-width: 1024px) {
#Zbase_CabecalhoMenuSuperiorMeioIMG img{
	margin-bottom:20px;
}

}
@media (min-width: 100em) {		
.navbar-default{
	margin-right: -30px !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;
}

/*BARRA DE ROLAR*/
	body {
	  overflow: overlay;
	  overflow-x: hidden;
	}
	::-webkit-scrollbar-thumb {
		background: #B40000;
	}
	::-webkit-scrollbar-thumb:hover {
		background: #940303;
		cursor: pointer;
	}
	::-webkit-scrollbar {
		width: 5px;
		background-color: transparent !important;
	}
	
	/*::-webkit-scrollbar {
		display:none;
	}
*/
/*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;
	}
	
	#COOKIES{
		display:block;
		position:fixed;
		width:100%;
		bottom:1vh;
		left:0;
		background-color: rgba(0,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;
	}
<!--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:15px;
	height:51vh;
}
#linkBannerTitulo {
	width:100% !important;
	padding:25px;
	height: auto !important;
	position: absolute;
	bottom: 150px;
	z-index:999px;
	
	font-size: 35px;
	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;
}

@media (min-width: 100em) {		

#linkBannerTitulo {
	padding:25px;
	bottom: 250px;
	font-size: 45px;
}

}


/*------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------- CONTEUDO CONTEUDO CONTEUDO -----------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------*/
/*BOTAO VOLTAR*/
#LinkVoltar{
	margin-top:25px;
	text-align:right;
	padding-bottom:20px;
}
#LinkVoltar a{
	text-decoration:none;
	color:#8f8f8f;
}
#LinkVoltar a:hover{
	text-decoration:none;
	color:#8f8f8f;
}
.effect {
	text-align: right;
	position: relative;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	width: 200px;
	overflow: hidden;
}
.effect.effect-1 {
	transition: all 0.2s linear 0s;
}
.effect.effect-1:before {
	content: "\15D5";
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	color:#820000 !important;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 60px;
	top: 0;
	opacity: 0;
	height: 100%;
	width: 165px;
	transition: all 0.2s linear 0s;
}
.effect.effect-1:hover {
	text-indent: -20px;
}
.effect.effect-1:hover:before {
	opacity: 1;
	text-indent: 0px;
}
/*BOTAO VOLTAR*/

#conteudo{
	font-size:15px !important;
}

#conteudo a{
	text-decoration:none;
	color:#F00;
}
#conteudo a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#F00;
}

#Locacao{
	margin-top:-111px;
	border-radius:12px;
	background-color: rgba(130,0,0,0.8);
	padding:5px;
	font-size:15px;
	color:#FFF;
}
#Locacao a{
	text-decoration:none;
	color:#FF0;
}

#Locacao a:hover{
	text-decoration:none;
	color:#FFCC00;
}

#TituloIndex{
	margin-top:55px;
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
	color:#820000;
}
#TituloIndexSub{
	margin-top:1px;
	margin-bottom:15px;
	font-size:25px;
	font-weight:bold;
	line-height: 1.1;

}
#TituloIndexNavDet{
	font-size:18px;
	font-weight:bold;
	color:#820000;
}

#TituloIndexNav{
	margin-top:55px;
	font-size:18px;
	font-weight:bold;
	color:#820000;
}

#TituloIndexSubNav{
	margin-top:1px;
	margin-bottom:15px;
	font-size:17px;
	line-height: 1.1;

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

#IconSaibaMais {
	font-size:13px;
}
#IconSaibaMais a {
	text-decoration:none;
	color:#000;
}
#IconSaibaMais a:hover {
	text-decoration:none;
	color:#00F;
}

.ProdutosIndex{
	top:0;
	margin-bottom:25px;
	width:100%;
	height:300px;
	padding:5px;
	color:#000000;
	font-size:14px;
	background-color:#f5f5f5;
	border-radius: 5px;
}
.ProdutosIndex:hover{
	background-color:#e6e6e6;
}

#ProdutosIndexIMG {
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFF;
	border-style: solid; 
	border-width: 1px; 
	border-color: #e6e6e6;
	border-radius: 5px;
	height:210px;
	overflow:hidden; 
	position: relative;
}
#ProdutosIndexIMG:hover {
	border-color: #999999;
}
#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:12px;
    position: absolute;
	float:right;
	bottom: 35px;
}
#ProdutosDetalhe a{
	text-decoration:none;
	color:#900;
}
#ProdutosDetalhe a:hover{
	text-decoration:none;
	color:#f00;
}

.ProdutosNav{
	top:0;
	width:100%;
	height:295px;
	padding:5px;
	color:#000000;
	text-align:left;
	font-size:12px;
	background-color:#e6e6e6;
	border-radius: 5px;
}
.ProdutosNav:hover{
	padding:5px;
	background-color:#dedede;
	border-radius: 5px;
}

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

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

.EstruturaP{
	top:0;
	margin-bottom:25px;
	width:100%;
	height:410px;
	padding:10px;
	color:#000000;
	font-size:12px;
	background-color:#f5f5f5;
	border-radius: 5px;
	box-shadow: 0 0 1em #cacaca;
}
.EstruturaP:hover{
	box-shadow: 0 0 2em #cacaca;
}
.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%;
}

.produtosAmplicar{
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFF;
	border-style: solid; 
	border-width: 1px; 
	border-color: #bebebe;
	border-radius: 5px;
	height:320px;
	overflow:hidden; 
	position: relative;
}
.produtosAmplicar img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}
#produtosAmplicarDet{
	margin-top:1px;
	margin-bottom:15px;
	font-size:16px;
	line-height: 1.8;

}

@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;
}



}

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

#Locacao{
	margin-top:-175px;
	padding:5px;
	font-size:13px;
}


}


@media (min-width: 100em) {
	
#Locacao{
	margin-top:-121px;
	padding:15px;
	font-size:17px;
}

#TituloIndex{
	font-size:20px !important;
}
#TituloIndexSub{
	font-size:35px;
	line-height: 1.1;
}
#TituloIndexChamada{
	margin-top:1px;
	margin-bottom:15px;
	font-size:22px;
}

.ProdutosIndex{
	height:365px;
	font-size:15px;
}

#ProdutosIndexIMG {
	height:285px;
}

#ProdutosDetalhe{
	font-size:13px;
}

.produtosAmplicar{
	height:455px;
}

.effect {
	font-size: 18px;
	width: 200px;
}
.effect.effect-1 {
	transition: all 0.2s linear 0s;
}
.effect.effect-1:before {
	font-size: 25px;
	width: 245px;
}

}


/*------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------- RODAPE RODAPE RODAPE -------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------*/
#RodaPe{
	margin-top:85px;
  	padding:10px;
	background-color:#990000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#fff;
	border-bottom:1px solid #f00;
}
#RodaPe a{
	text-decoration:none;
	color:#fff;
}
#RodaPe a:hover{
	text-decoration:none;
	color:#c2c2c2;
}
#RodaPeTitulo{
	margin-bottom:10px;
	border-bottom:1px solid #fff;
	width:85%;
}
#conteudoRodape3D{
	font-size:12px;
	color:#fff;
	background-color:#003233;
	padding:5px;
}
#conteudoRodape3D a{
	text-decoration:none;
	color:#f00;
}
#conteudoRodape3D a:hover{
	text-decoration:none;
	color:#ffffff;
}
#RodaPe img{
	margin-top:10px;
	margin-bottom:10px;
}

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

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

#RodaPe img{
	width:200px;
}

}


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


