@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700|Montserrat+Alternates:400,700|Muli|Pinyon+Script|Francois+One);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz|Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Arimo);

@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
/*font-family: 'PT Sans Narrow', sans-serif;    400   700 */

body {
	
    margin: 0;
    background-color: #000;
}
a:link {
	color:  #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	/*color: #063;*/
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #03C;
}
a:active {
	text-decoration: none;
	color: #000;
}

#bkground {
    position: absolute;
    width: 100%;
    background-image: url(background.jpg);
    background: no-repeat;
}

#bkground img {
    width: 100%;
}

#sobreBackground {
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position:fixed;
	z-index: -1;
	}

#barraTopo {

    top:0;
    background: rgba(0, 0, 0, 0.90);
	/*background-color: rgba(139,69,19, 0.9); /*MARROM PASCOA*/ 
    opacity: .9;
    width: 100%;
    height: 48px;
	line-height: 45px;
    position: fixed;
    z-index: 30;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
	display:none;
	
}

#barraTopo p{
    margin-left: 5%;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    color:#fff;
    vertical-align:middle;
    line-height: 10px; /*alinha o elemento no meio na vertical*/
	position: relative;
	margin-top: 7px;

}

#barraTopo span{
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
}

#barraTopo img{margin-right: 30px;}

#logoEdilma {
	margin-left: 50px !important;
	margin-top: -5px !important;

}
#logo2018 {
	width: 130px !important;
	height: auto !important;
	}
	
#facebook {
    position:absolute;
    top:10px;
    right: 10px;
    /*border-radius: 0 10px 0 10px;*/
    overflow: hidden;
    height: 33px;
	z-index: 500 !Important;
}
#facebook img{
    height: 33px;
}

/* ++++ inicio popup +++++++++++++++++++++++++++++++++++++ */		

#bkgPopup {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index:99;
	background-color: rgba(0,0,0,0.7);
	}
#popup {
	position: absolute;
	z-index: 100;
	width: 600px;
	height: auto;
	left: 50%;
	margin-left: -300px;
	top: 10%;
	}
#popup img {
	width: 100%;
	height: auto;
	}	
#fechaPopup {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 25px !Important;
	height: 25px !Important;
	cursor: pointer;
	transition: 0.2s ease-in-out all;
	}	
#fechaPopup:hover {
	opacity: 0.5;
	}	
@media screen and (max-width: 680px) and (orientation: portrait)  {
	#popup {
		width: 96% !Important;
		left: 2%;
		margin-left: 0;
		top: 20%;
		}
	}
@media screen and (max-width: 680px) and (orientation: landscape)  {
	#popup {
		width: 96% !Important;
		left: 2%;
		margin-left: 0;
		top: 10%;
		}
	}	

/* ++++ final popup +++++++++++++++++++++++++++++++++++++ */		

@media screen and (max-width: 680px) and (orientation: portrait)  {
	#barraTopo {height: auto;}
	#barraTopo p{line-height:28px;}
	#barraTopo img{margin-right: 40px;}
	}
@media screen and (max-width: 680px) and (orientation: landscape)  {
	#barraTopo{height: auto;}
	#barraTopo p{line-height:28px;}
	#barraTopo img{margin-right: 40px;}
	}

/* ************************************************** */
#conteudo { 
	display:block;
    position: relative;
    width: 100% !Important;
   /* top: 50px;*/
    height: auto;
}

@media screen and (max-width: 630px) and (orientation: landscape)  {
	#conteudo{margin-top: 0;margin-left: 0;left:0;top:0;}
	#topo {background-color: transparent !Important;}
	}
	
@media screen and (max-width: 560px) and (orientation: portrait)  {
	#conteudo{margin-top: 0;margin-left: 0;left:0;top:0;}
	#topo {margin-left: 0px; margin-top: 0 !Important; width:100% !Important;}
	.quadros {margin-left: 0px;}
	}


@media screen and (max-width: 480px) and (orientation: landscape)  {
	#conteudo{width: 100% !Important;}
	}
/* ************************************************** */

	
#topo {
	width: 100%;
	height: auto;
	
	margin-top: -10px;
	padding-top: 20px;
	padding-bottom: 10px;
	
	
	background: linear-gradient(181deg, #000 6%,  rgba(0,0,0,0) 100%);
	
	}	
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+43,000000+100&0.65+60,0+100 */
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 43%, rgba(0,0,0,0.60) 60%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 43%,rgba(0,0,0,0.60) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 43%,rgba(0,0,0,0.60) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
		
/* ************************************************** */

/*.quadros {
	width: 48%;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: auto;
	}*/

.quadros {
	width: 98%;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
	height: auto;
	}
	
@media screen and (max-width: 600px) and (orientation: portrait)  {
	.quadros  {width: 97%; }
	}
@media screen and (max-width: 600px) and (orientation: landscape)  {
	.quadros  {width: 97%;}
	}
	
.indice {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	color: #FFF; /*#000;*/
	margin-left: 20px;
	text-shadow: 2px 2px #000;
	}
	
/*  *********************************************************  */	

		
.ad-left {
  float: left;
}

.ad-right {
  float: right;
}




@media screen and (max-width: 1100px) and (orientation: landscape)  {
	.box {width: 40%;}
	}

@media screen and (max-width: 985px) and (orientation: landscape)  {
	.box {width: 32%;}
	}

@media screen and (max-width: 860px) and (orientation: landscape)  {
	.box {min-width: 170px;}
	}

@media screen and (max-width: 820px) and (orientation: landscape)  {
	.box {min-width: 150px;}
	}

@media screen and (max-width: 740px) and (orientation: landscape)  {
	#logoEdilma img {margin-left: -35px;margin-top: 15px;}
	.box {min-width: 150px; width:88%;}
	.ad-right {float:none;}
	.ad-left {float:none;}
	}
					
@media screen and (max-width: 680px) and (orientation: portrait)  {
	
	.box {opacity:0.9 ;width:92%; max-width:90%; min-height: 120px; padding-bottom: 40px; margin-left: -10px; margin: 5px;}
	.box img {right: 0;bottom: 0;max-width: 110px;max-height:80px;margin: 15px;}
	.box div:nth-child(2) {margin-bottom: 10px;}
	.ad-right {float:none;}
	.ad-left {float:none;}
	.quadros {margin-top: 30px;}
	.quadros p {line-height: 25px;}
	}
@media screen and (max-width: 680px) and (orientation: landscape)  {
	
	.box {opacity:0.9 ;width:88%; max-width:280px; min-height: 180px; padding-bottom: 40px; margin-left: -10px; margin: 5px;}
	.box img {right: 0;bottom: 0;max-width: 110px;max-height:80px;margin: 15px;}
	.box div:nth-child(2) {margin-bottom: 10px;}
	.ad-right {float:none;}
	.ad-left {float:none;}
	.quadros p {line-height: 20px; font-size: 13px;}
	}


@media screen and (max-width: 480px) and (orientation: portrait)  {
	.ad-right {float:none; margin:0;}
	.ad-left {float:none; margin:0;}
	.box {max-width:95%; margin: 5px;}
	}
	
@media screen and (max-width: 480px) and (orientation: landscape)  {
	.box {max-width:88%;}
	.ad-right {float:none;}
	.ad-left {float:none;}
	}

@media screen and (max-width: 320px) and (orientation: portrait)  {
	.box a{margin-left: 5px;}
	}
@media screen and (max-width: 320px) and (orientation: landscape)  {
	.box a{margin-left: 5px;}
	}

@media screen and (max-width: 300px) and (orientation: portrait)  {
	.box {width:88%; margin: 5px;}
	}
@media screen and (max-width: 300px) and (orientation: landscape)  {
	.box {width:88%; margin: 5px;}
	}		

@media screen and (max-width: 280px) and (orientation: portrait)  {
	.box {width:88%;}

	}		
/* ***************************************************************** */


#fa_skf {
	width: 100%;
	}
#fa_skf img{
	max-width: 38%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	}
#logoKK {
	width: 100%;
	}
#logoKK img {
	width: 115px;
	margin-top: -3px;
	margin-bottom: -5px;
	}
#logoFC {
	width: 100%;
	}
#logoFC img {
	width: 140px;
	}

#logoKB1 {
	width: 100%;
	}
#logoKB1 img{
	width: 38%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	}

#logoLF {
	width: 100%;
	}
#logoLF img {
	width: 150px;
	}


#logoEdilma {
	position: absolute;
	margin-left: 1%;
	margin-top: 15px;
	}


@media screen and (max-width: 500px) and (orientation: portrait)  {
	#logoEdilma {position: relative;margin-top:-10px !Important;}
	#logoEdilma img{width: 80%;}
	.nomSite {}
	.textSite { font-size:14px !Important;}
	#links {margin-left: 12% !important;}
	#facebook {top:70px;right: 30px;}
	}
			
.nomSite {
	position: relative;
    font-size: 55px;
    font-family: 'Pinyon Script', cursive;
    color: #000; /* #FF0; /*#03C; /* #fff; /* #FF00FF; /* #fff;*/
   /* margin-left: 20%;*/
    margin-top: 10px;
    /*text-shadow: 2px 2px #000;*/
	margin-bottom: -20px;
}

@media screen and (max-width: 1200px) and (orientation: landscape)  {
	.nomSite{margin-left: 25%;}

}
@media screen and (max-width: 940px) and (orientation: landscape)  {
	#fa_skf img {max-width: 60%;}
	#logoKB1 img { width: 150px;}
	}


@media screen and (max-width: 580px) and (orientation: landscape)  {
	.nomSite {font-size: 45px; }
	}


		
@media screen and (max-width: 320px) and (orientation: portrait)  {
	.nomSite {font-size: 50px;}
	
	}
@media screen and (max-width: 320px) and (orientation: landscape)  {
	.nomSite {font-size: 50px;}
	}

@media screen and (max-width: 300px) and (orientation: portrait)  {
	.nomSite {font-size: 45px;}
	
	}
@media screen and (max-width: 300px) and (orientation: landscape)  {
	.nomSite {font-size: 45px;}
	}	
	

#nomSite {
	color; #FFF !Important;
	margin-bottom: 10px;
	}	
.textSite {
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    color: #000 !Important;     /* #FFF; /*#FF0; /*#666; /* #FFD700; */
	margin-left: 20%;
	
}

.fne {
	font-size: 20px;
	color: #000 !Important;
	}

@media screen and (max-width: 1200px) and (orientation: landscape)  {
	.textSite{margin-left: 25%;}

}

.txtDestaque {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 20px;
    color: #000; 
    /*text-shadow: 1px 1px 0px #FFF;*/
	margin-top: -10px;
	font-weight:700;
}

#links{
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    margin-left: 10%;
	/*text-shadow: 1px 1px 2px #000;*/
	
}

#links p{
	line-height: 25px;
	margin: 0;
}

@media screen and (max-width: 1200px) and (orientation: landscape)  {
	#links{margin-left: 20%;}

}


	#pagina {
		position: 	fixed;
		border: 	1px solid #666;
		background: #fff;
		left: 		25%;
		top: 		8%;
		display: none;
		z-index: 101;
		box-shadow: 10px 10px 20px #000;
		border-radius: 0 0 0 0;
		overflow:hidden;
		

	}


	#fechar {
		position: 	fixed;
		height: 	25px;
		width: 		25px;
		border: 	0; 
		left: 		50%;
		margin-left: 210px;
		top: 		50%;
		display: none;
		z-index: 102;
		cursor:pointer;
		overflow:hiden;
		box-shadow: 1px 1px 3px #FFF,  -1px -1px 3px #FFF;
		border-radius: 50%;
		background-color:#333;
	}
	
	#bkgtrans {
		
		position: 	fixed;

		height: 	150%;
		width: 		99.7%;
		border: 	2px solid #666;
		background: #000000;
		opacity:	.7;
		left: 		0px;
		top: 		0px;
		display: none;
		z-index: 100;

	}


#desconto {
			position: absolute;
			width: 30px;
			height: 26px;
			/*border: 1px #ccc solid;*/
			margin-top: -26px;
			left: 60%;
			font-size: 11px;
			color: #000;
			background-color: #FF0;
			text-align:center;
			text-shadow: none !important;
			border-radius: 3px;
			z-index: 10;
			}
		#dsc:after{
			font-family:Arial, Helvetica, sans-serif;
			position: absolute;
			content: "25% Off";
			z-index: 20;
			margin-left: -13px;
			margin-top: 2px;
			line-height: 11px;
			}	
		#triangle-left {
			position: absolute;
			width: 0;
			height: 0;
			border-top: 10px solid transparent;
			border-right: 20px solid yellow;
			border-bottom: 10px solid transparent;
			margin-left: -11px;
			margin-top: 3px;
			z-index: 9;
		}

	.novidades {
		position: absolute;
		right: 0px;
		margin-top: -10px;
		background-color: yellow;
		color: #000;
		font-weight: 700;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 5px;
		width: 36% !important;
		border-radius: 0 0 0 7px;
		/*border: 1px #000 dotted;*/
		
		}
	
	
