body{
	margin:0px;
	padding:0px;
	overflow-y: scroll;
	background:url(qbkls.png);
}
html{
	scroll-behavior:smooth;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color:#f1f1f1;
}
a {
	color: inherit;
	text-decoration: none;
} 
.Tcnt{
	text-align:center;
}
.Tesq{
	text-align:left;
}
.Tdir{
	text-align:right;
}
.Bkpre{
	background:#333;
	color:#f1f1f1;
}
.Bkbra{
	background:#f3f3f3;
	color:#333;
}


/* HEADER */
#header{
	width:100%;
	height:180px;
	background:#fff; /*#323A45*/
	top:0px;
	position:fixed;
	z-index: 50;
	transition: all .3s linear;
	/*border-bottom:4px solid #333;*/
}
#header_logo{
	margin:0px 10px 10px 20px;
	text-align:left;
	color:#fff;
	height:250px;
	width:144px;
	display:inline-block;
	vertical-align:top;
	transition: all .3s linear;
}
#header_logo > a > img{
	height:100%;
	/*width:100%;*/
}
#header_menu{
	height:90px;
	margin:0px;
	display:inline-block;
	vertical-align:top;
	float:right;
	right:0px;
	text-align:center;
	margin-top: 85px;
	transition: all .3s linear;
}
.header_btn{
	padding:10px 20px;
	background:#fff;
	border:0px;
	color:#515151;
	display:inline-block;
	margin-top:20px;
	cursor:pointer;
	line-height:50px;
	font-weight: bold;
	font-size:15px;
	height:75px;
}
#header_redes{
	padding-top:34px;
	margin-left:10px;
	display: inline-block;
	float: right;
	line-height:48px;
	margin-top:85px;
	transition: all .3s linear;
}
#header_redes > a{
	color:#515151;
	font-size:18px;
	margin:2px;
}
#header_redes > a:hover{
	color:#101010;
}
.active{
	background:#dddddd;
	color:#101010;
}
.header_btn:hover{
	color:#101010;
}



/* CONTEUDO */
#cont{
	width:100%;
	margin-top:0px;
	background:#f3f3f333; /* #f3f3f3e6 */
	padding-top:155px;
	transition: all .3s linear;
}
.conteudo{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.conteudo_box{
	width:100%;
	padding:65px 0px;
}
.conteudo_box_p{
	width:100%;
	padding:30px 30px;
}
@media (min-width: 768px){
	.conteudo{
		width: 750px;
	}
}
@media (min-width: 992px){
	.conteudo{
		width: 970px;
	}
}
@media (min-width: 1200px){
	.conteudo{
		width: 1170px;
	}
}
.cont_cat{
	margin-top:-30px;
	margin-bottom:30px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.cont_cat2{
	margin-top:-100px;
	margin-bottom:100px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


/* CARROSEL */
.carrosel{
	background:#333;
	width:100%;
	/*height:650px;*/
}


/* CAIXAS */
.caixa_cont{
	width:100%;
	text-align:center;
	padding:20px 0px 85px 0px;
}
.caixa{
	width:250px;
	height:250px;
	background:#e1e1e1;
	display:inline-block;
	margin:22px;
	vertical-align:top;
	/*padding:15px;*/
	text-align:center;
	position: relative;
	/*border-bottom: 5px solid #eb5055a6;*/
	background:#222;
	cursor:pointer;
	border-radius:10px 10px 0 0;
}
.caixa_bola{
	width:60px;
	height:60px;
	background:#fff;
	text-align:center;
	border-radius:60px;
	display:inline-block;
	color:#fff;
}
.caixa_bola > i{
	margin-top: 18px;
	font-size:25px;
}
.caixa_texto{
	width:100%;
	position:relative;
	z-index:2;
	background:rgba(30,30,30,.8);
	color:#fff;
	margin-top:255px;
	width:calc(100%);
	line-height:40px;
	font-weight: bold;
	font-size:17px;
	padding:0px;
}
.caixa_texto > p{
	font-size:13px;
}
.caixa_texto > h4{
	font-size:22px;
}
.caixa_img{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
	border-radius:10px 10px 0 0;
	background: #fff;
}
.caixa_img > img{
	opacity: 1;
	width:100%;
}
.caixa:hover  .caixa_img > img{
	opacity:.9;
}
/*.caixa:hover{
	background:#7d7d7d;
}*/


/* CATALOGOS */
.catalogo_box{
	width:calc((100% / 3) - 35px);
	height:400px;
	margin:15px;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	min-width:300px;
}
.catalogo_img{
	height:335px;
	vertical-align:top;
}
.catalogo_img > img{
	/*box-shadow: 2px 3px 4px 0px rgb(0 0 0 / 40%);*/
}
.catalogo_texto{
	width:100%;
	height:50px;
	color:#222;
	margin-top:5px;
	font-weight: 700;
	font-size:20px;
	text-align:center;
}

/* IMAGENS */
#imagem_cont{
	width:100%;
	/*height:200px;
	/*white-space: nowrap;
	overflow: hidden;*/
	text-align:center;
}
#imagem_dentro{
	margin-left: 0px;
}
.imagem_box{ 
	width:100px;
	height:100px;
	margin:0px;
	padding:0px;
	display:inline-block;
	cursor: pointer;
	vertical-align: middle;
	margin:5px;
	padding:3px;
	overflow:hidden;
	background:#333;
}
.imagem_box > img{
	width:100%;
	height:100%;
}



/* SOBRE NOS */
.sobrenos_img_b{
	width:100%;
	height:calc(50% - 1px);
}
.sobrenos_img{
	padding:2px;
	display:inline-block;
	overflow:hidden;
	cursor:pointer;
}
.sobrenos_img > img{
	width:100%;
}


/* CONTACTOS */
.contact_info{
	width:100%;
	background:#fff;
	padding:30px 20px;
	text-align:center;
	color:#333;
	border-radius:10px;
}



/* LOGOS MARCAS */
#logos_lista{
	width:100%;
	padding:10px;
	text-align:center;
	margin:70px 0px 50px 0px;
}
.logos_box{
	height:85px;
	display:inline-block;
	margin:15px 15px;
}
.logos_box > img{
	height:100%;
}



/* FOOTER */
#footer{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	line-height: 27px;
}
.conteudo_footer{
	width: 100%;
	padding: 30px 0 40px 0;
}
#footer > a{
	color:#fff
	font-size:18px;
	margin:2px;
}
#footer > a:hover{
	color:#dfdfdf;
}
#footer > span{
	font-size: 14px;
	font-weight: 400;
	margin: 5px 0;
}


#GaleriaPopUp{
	overflow: hidden;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 55; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


/* TEXTO CORTE */
.texto_corte {
  overflow: hidden;
  text-align: center;
  color: #fff;
  width:100%; height:50px; text-align:center; font-size:25px;
  margin:25px 0 10px 0;
}

.texto_corte:before,
.texto_corte:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.texto_corte:before {
  right: 0.5em;
  margin-left: -50%;
}

.texto_corte:after {
  left: 0.5em;
  margin-right: -50%;
}