/* CSS dinâmico para #cases-produto-cases */

	.colcha { width: 100%;  }
	.retalho {
		background-position: center; background-size: cover; background-repeat: no-repeat;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.colcha .r-1 { height: 500px; border-top: 1px solid #6e6e6e; border-right: 1px solid #6e6e6e; border-bottom: 1px solid #6e6e6e; }
	.colcha .r-2 { height: 250px; border-top: 1px solid #6e6e6e; border-bottom: 1px solid #6e6e6e; }
	.colcha .r-3 { height: 250px; border-right: 1px solid #6e6e6e; border-bottom: 1px solid #6e6e6e; }
	.colcha .r-4 { height: 250px; border-right: 1px solid #6e6e6e; border-bottom: 1px solid #6e6e6e; }
	.colcha .r-5 { height: 250px; border-right: 1px solid #6e6e6e; border-bottom: 1px solid #6e6e6e; }
	.colcha .r-6 { height: 125px; border-bottom: 1px solid #6e6e6e; }
	.colcha .r-7 { height: 125px; border-bottom: 1px solid #6e6e6e; }

	.retalho-legenda { background: rgba(0,0,0,0.5); padding: 5px 10px; -moz-border-radius: 15px; -khtml-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; position: relative; color: #fff; z-index: 3; opacity: 0; filter: alpha(opacity=0); }
	.retalho-item:hover .retalho-legenda { opacity: 1; filter: alpha(opacity=100); }

	.retalho-item .overlay .svg {
		background: rgba(0,0,0,0.5); padding: 5px; box-sizing: content-box;
		-moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	    color: #fff;
		opacity: 0; filter: alpha(opacity=0);
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.retalho-item:hover .overlay .svg { opacity: 1; filter: alpha(opacity=100); }
	
	.retalho-item .overlay { background: rgba(0,0,0,0.5); }
	.retalho-item:hover .overlay { background: rgba(0,0,0,0); }

	.retalho-legenda,
	.retalho-item .overlay,
	.retalho-item .overlay .svg {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-backface-visibility: hidden;
	}


/* -------------------------------------------------------------- */			
/* HD 720p (1280x720) */			
@media only screen and (min-width: 1280px) /*and (max-width: 1439px)*/ {



}



/* -------------------------------------------------------------- */			
/* Tablet na horizontal & telas antigas 1024x768 */			
@media only screen and (min-width: 981px) and (max-width: 1279px) {



}




/* -------------------------------------------------------------- */			
/* Tablet na vertical & telas antigas 800x600 */			
@media only screen and (min-width: 768px) and (max-width: 980px) {



}


/* -------------------------------------------------------------- */			
/* Comum a mobile vertical, horizontal e tablets */
@media only screen and (max-width: 980px) {



}
	

	
/* -------------------------------------------------------------- */			
/* Comum a mobile vertical e horizontal */
@media only screen and (max-width: 767px) {



}



/* -------------------------------------------------------------- */			
/* Mobile horizontal */			
@media only screen and (min-width: 480px) and (max-width: 767px) {



}




/* -------------------------------------------------------------- */			
/* Mobile na vertical */	
@media only screen and (max-width: 479px) {



}