/* Corpo */
body {
	font : 100%/1.4 'Helvetica Neue', arial, helvetica, helve, sans-serif; 
	border-left: 1px solid #909090;
	border-right: 1px solid #909090;
	background-repeat: no-repeat;
    background-color: #FFFFFF;

	}
#botoes480{display: none;}	
.texto-none{text-decoration: none;}
.none{ list-style: none; }
.square{ list-style: square; }
.bullet{ list-style: bullet;}

p { text-indent: 40px; }


.titulo_conteudo{
	font-size:18px;
	margin:0 0 2px 1px;
	padding:13px 0 13px 5px;
	color:#ffffff;
	border-bottom:2px solid #E7E6E6;
}
/* 4_box */


.transicao {transition:all .3s ease-in-out;}
.border-box{box-sizing: border-box;}
.excerpts :hover{border-color:#A2B70D; box-shadow:0px 0px 5px 5px #A2B70D;}

.borda-hover :hover{
	border: 2px solid #A2B70D;
	-webkit-transition: 0.5s ease-in;
	
	
}

/* Botões Adm */
.button_adm {
	text-decoration: none;
	margin-top: 15px;
	padding: 10px 10px;
	border-radius: 2px;
	border: 2px solid #888888;
	background-color: #eeeeee;
    color: black;
	cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button_adm:hover {
	background-color: white; 
    color: black; 
	border-radius: 2px;
    border: 2px solid #4CAF50;
	
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

/* Navegadores Utiliza topo  */

.navegador-topo { display: table; }
.utilize 		{ float: left; width: 70%; }
.navegador-img 	{ margin-left: 72%; }

/* Div Notícias - Foto e texto */

.div-noticias	{ display: table; }
.div-img 		{ float: left; width: 30%; }
.div-texto	 	{ margin-left: 32%; }

/* Dividindo 2 divs  */

.div-tudo 		{ display: table; }
.div-1 			{ float: left; width: 50%; }
.div-2 			{ margin-left: 52%; }

/* Linha */

.dotted1{
	margin: 0 10px 0 10px;
	border-bottom:1px dotted #111111;
}

/* h1 título  */


h1.titulo_adm{
	height: 50px;
	color: navy;
	padding: 10px 0 10px 0;
	background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, silver); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, silver); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, silver); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, silver);
	border-bottom: 3px solid #170BAF;
	margin: 0 auto;
	font-family: Arial,"Trebuchet MS",sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}

h2.submenu{
	height: 36px;
	color: white;
	background: url("../imagens/titulo_menu.jpg");
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	font-family: Verdana Geneva Arial Helvetica sans-serif;
	margin-top: 0px;
	padding-top: 15px;
}
h2.manchete{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF8D2;
	border-bottom: thin solid #F4EBA6;
	color: Black;
	font-size: 16px;
	margin: 0 0 0 3px;
	padding: 10px 0 5px 5px;
}
/* menu 2ª página */

#menu2 {
	margin: 0 0 0 0;
	font: bold 12px Arial;
	}

#menu2 li a {
        
		background-image: linear-gradient(to bottom, white, silver);
		text-decoration: none;
		font-weight: bold;
        }

#menu2 li a:link, #menu2 li a:visited {
	
	display: block;
	
	padding: 9px 0 8px 10px;
}

#menu2 li a:hover, #menu2 li #current { 
	color: black;
	background-image: linear-gradient(to bottom, #dddddd, #ffffff);
	padding: 9px 0 8px 10px;
}

/*  img responsivo */ 

.img-responsive {
	display: block;
	margin: 0 auto;
	border: 3px double gray;
	max-width: 60%;
	height: auto
}	
.produtos{
	height: 250px;
}
/* Posição */

	.esquerda{float: left;}
	.direita{float: right;}
	
/* Margin */
	.margin-auto{ margin: auto; width: 50%; }

	.margin-05{margin: 0.5%;}
	.margin-1{margin: 1%;}
	.margin-2{margin: 2%;}
	.margin-3{margin: 3%;}

	
	.margin-top-03{margin-top: 0.3%;}
	.margin-top-05{margin-top: 0.5%;}
	.margin-top-1{margin-top: 1%;}
	.margin-top-2{margin-top: 2%;}
	.margin-top-3{margin-top: 3%;}
	.margin-top-5{margin-top: 5%;}
	
	.margin-bottom-05{margin-bottom: 0.5%;}
	.margin-bottom-1{margin-bottom: 1%;}
	.margin-bottom-2{margin-bottom: 2%;}
	.margin-bottom-3{margin-bottom: 3%;}
	.margin-bottom-4{margin-bottom: 4%;}
	.margin-bottom-5{margin-bottom: 5%;}
	
	.margin-top-bottom-05{margin: 0.5% 0 0.5% 0;}
	.margin-top-bottom-1{margin: 1% 0 1% 0;}
	.margin-top-bottom-2{margin: 2% 0 2% 0;}
	.margin-top-bottom-3{margin: 3% 0 3% 0;}
	
	
	.margin-left-05	{margin-left: 0.5%;}
	.margin-left-1	{margin-left: 1%;}
	
/* padding */


	
	.padding-05{padding: 0.5%;}
	.padding-1{padding: 1%;}
	.padding-2{padding: 2%;}
	.padding-3{padding: 3%;}
	
	.pad-top-05{padding-top: 0.5%;}
	.pad-top-1{padding-top: 1%;}
	.pad-top-2{padding-top: 2%;}
	.pad-top-3{padding-top: 3%;}
	
	.pad-top-5{padding-top: 5%;}
	
	.pad-top-10{padding-top: 10%;}
	.pad-top-50{padding-top: 50%;}
	
	.pad-bottom-05{padding-bottom: 0.5%;}
	.pad-bottom-1{padding-bottom: 1%;}
	.pad-bottom-2{padding-bottom: 2%;}
	.pad-bottom-3{padding-bottom: 3%;}
	
	.pad-top-bottom-05{padding: 0.5% 0 0.5% 0;}
	.pad-top-bottom-1{padding: 1% 0 1% 0;}
	.pad-top-bottom-2{padding: 2% 0 2% 0;}
	.pad-top-bottom-3{padding: 3% 0 3% 0;}
	
	.pad-top-bottom-5{padding: 5% 0 5% 0;}
	
	.padding-left-1{padding-left: 1%;}
	.padding-left-2{padding-left: 2%;}

/* Centralizar div */
.div-center{height: 100%;
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;}

 
.div-alinha{
	width: 100%; 
	line-height:100%; 
	text-align:center 
}
  
.div-centralizar{
	text-align: center;
	
}
  
  
/* Display inline */
	.inline {display: inline;}
	.block{display: block;}
	
/* Posição Fixa */
	
	.fixo {position:fixed; top: 0; z-index: 1000;}
	.fixo2{position: relative;}
	
/* Comprimento */
	
	.wid120{width: 220px;}
	.wid10{width: 10%;}
	.wid20{width: 20%;}
	.wid30{width: 30%;}
	.wid40{width: 40%;}
	.wid50{width: 50%;}
	.wid60{width: 60%;}
	.wid70{width: 70%;}
	.wid80{width: 80%;}
	.wid90{width: 90%;}
	.wid100{width: 100%;}
	
	.baner-voo{height: 50px;}
	.padding-voo{padding-top: 25px;}
	
/* Borda */
	
	.borda-redonda10-top{	
	border-top-left-radius:10px;
	border-top-right-radius:10px;}
	
	.borda-redonda5{border-radius: 5px;}
	.borda-redonda10{border-radius: 10px;}
	.borda-redonda20{border-radius: 20px;}
	.redondo { 
		border: 3px double #eeeeee;
		border-radius: 50%; }
	
	.border-top8{border-top:8px #00bfff solid;}
	
	.border-bottom1{border-bottom:1px #888888 solid;}
	
	.border-bottom-dotted1{
		border-bottom:2px #bbbbbb dotted;
		margin: 10px 10px 10px 0;
	}
	.border-bottom-dotted2{
		border-bottom:1px #eeeeee dotted;
		margin: 10px 10px 10px 0;
	}
	
	.border-bottom8{border-bottom:8px #00bfff solid;}
	
	.border-solid-1{border: 1px solid #909090;}
	
	.border-solid-1-img{ border:1px double #021a40; }
	.border-solid-3-img{ border:3px double #021a40; }
	
	.border-top-dotted1{border-top:1px #100040 dotted;}
	.border-bottom-dotted1{border-bottom:1px #100040 dotted;}
	.border-dotted2{border-bottom:2px #100040 dotted;}

/* Container e Box */

	.container { left:0; zoom:1; z-index:999;  padding: 0 4% 0 4%; }
	

	.box-shadow{
		-webkit-box-shadow: inset 14px 5px 23px -5px rgba(0,0,0,0.69);
		-moz-box-shadow: inset 14px 5px 23px -5px rgba(0,0,0,0.69);
		box-shadow: inset 14px 5px 23px -5px rgba(0,0,0,0.69);
	}
	.sombra {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.sombra-top {
		box-shadow: 0 -4px 4px -2px rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.sombra-bottom {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
	

/* Blockquote */

	blockquote {
	  padding: 1rem 1.5rem;
	}
	blockquote *:last-child {
	  margin: 0;
	}

/* background baner */

.background-baner{
	background: url(../../../imagens/slider.png) repeat right 0;
	height: 350px;
	}
@media only screen and (max-width: 480px) {
	
#botoes480{display: block;}
#botoes_table{display:none;}

.background-baner{
	background: url(../../../imagens/slider.png) repeat right 0;
	height: 520px;
	}
}	
/* Footer */
.background-footer{ background:url("../../../imagens/separator.gif") 0 0 repeat-x; }


