*{
	margin: 0;
	padding: 0;
}

/*EXTRA SMALL 0 - 576px */
@media(min-width: 0px){
	.col-resp-prod{
		width: 100%;
	}
	#prs{
		width: 100%;
	}
	#prs-in{
		width: 2%;
		visibility: hidden;
	}
}

/*SMALL 576 - 768px*/
@media(min-width: 576px){
	.col-resp-prod{
		width: 50%;
		height: 400px;
	}
	#prs{
		width: 100%;
	}
	#prs-in{
		width: 2%;
		visibility: hidden;
	}
}


/*MEDIUM 768 - 992px*/
@media(min-width: 768px){
	.col-resp-prod{
		width: 33.33333333333333%;
		top: 0;
	}
	#prs{
		width: 100%;
	}
	#prs-in{
		width: 0;
		visibility: hidden;
	}
}

/*LARGE 992 - 1200px*/
@media(min-width: 992px){
	.col-resp-prod{
		width: 25%;
	}

	#prs{
		width: 72%;
	}
	#prs-in{
		width: 28%;
		visibility: visible;
	}
	.phd-in{
		padding-top: 100%;
		position: relative;
	}

	.phd{
		height: 100%;
		position: absolute;
  		top: 0;
  		left: 0;
  		bottom: 0;
  		right: 0;
	}
}


#in-col-resp{
	height: 95%;
	margin: 7px;
	z-index: 1;
	border: solid 1px #e2e2e2;
}


#footer-prod{
	height: 20%;
	background-color: #f8f8f8;
	z-index:1;
}

#conteudo-prod{
	height: 80%;
	background-color: #fff;
	z-index:1;	
}

#img-conte{
	height: 250px;
	/*margin-left: 10px;*/
	position: relative;
	top: 5px;
	/*margin-right: 10px;*/
	
}

#conteudo-filtro{
	background-color: red;
	width: 80%;
	height: 92px;
	z-index: 1;
}

#initial-filters{
	/* background-image: url("LOGINBACK.png"); */
	background-image: url("");
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 150px;
	line-height: 150px;
	color: #fff;
}

#initial-filters label{
	color: #38B6FF;
}

#content-prods-corpo{
	margin-top: 25px;
}


.test-txt:hover::before{
	content: url("teste.png");;
}
div#teste:hover{
background-color: #e2e2e2;
}

/* O container geral define a perspectiva */  
.flip-container { perspective: 1000; }  	

/* vira os containers frente e verso quando o mouse passa em cima */
.flip-container:hover .flipper, .flip-container.hover .flipper {  		
  transform: rotateY(180deg);  	
}    
.flip-container, .front, .back {  	
  width: 100%; 	
  height: 400px;  
}

/* define a velocidade da transição */
.flipper {  	
  transition: 0.6s;  	
  transform-style: preserve-3d;    	
  position: relative;  
}
    
/* esconde o verso durante a animação */
.front, .back {  	
  backface-visibility: hidden;    	
  position: absolute;  	
  top: 0;  	
 left: 0;  
}
    
/* frente posicionada sobre o verso */
.front { z-index: 2;  }    

/* verso inicialmente escondido */
.back { transform: rotateY(180deg); }


.no-outline:focus {
    outline: none;
}

input{
	border-left-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-top-style: hidden;
}

.veveve{
	content: '';
	background-color: blue;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 300px;
	z-index: 9999999999;
}