@charset "utf-8";
/* CSS | 001 | Galeria | Album | Detalhe */

/****** Include | Personalizado ******/
@import url('../../../css/est_per.css');

/* Texto | Descricao */
.Gal_Tex_Des{
    margin: 0 auto 25px auto;
    padding: 25px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #333;
    border-top: 1px solid #333;	
}

/* Area */
.Gal_Alb_Det_Are_Ger{
	width:100%
}
	
	/* Detalhe */
	.Gal_Alb_Det_Are{
		width:100%;
		font-family: "Fira Sans", Arial, Helvetica, sans-serif;		
	}
		
		/* Titulo */
		.Gal_Alb_Det_Tit{
			margin:0 0 20px 0;
		}

			/* Titulo | H1 */
			.Gal_Alb_Det_Tit h2{
				line-height:25px;
				font-size: 25px;
				font-weight: 700;
				color: #006192;
			}
		
		/* Descricao */
		.Gal_Alb_Det_Des{
			margin:0;
			font:italic 16px;
			font-weight:300;
			color:#333;
		}

		/* Data */
		.Gal_Alb_Det_Dat{
			display:none;	
		}
		
		/* Quantidade */
		.Gal_Alb_Det_Qtd{
			width:100%;
			margin:0 0 10px 0;
			font-size:14px;
			color:#333;
		}
		
		/* Area Geral */
		.Gal_Alb_Det_Fot_Are_Ger{
			width:100%;
			display:table;
			margin:0 0 30px;		
		}
		
			/* Area */
			.Gal_Alb_Det_Fot_Are{
				width:210px;
				float:left;
				display:table;
				margin:0 6px 6px 0;
				position:relative;
				z-index:1;		
			}
			
				/* Imagem */
				.Gal_Alb_Det_Fot_Are_Img{
					width:210px;
					height:210px;
					position:relative;		
				}
			
					/* Imagem | img */
					.Gal_Alb_Det_Fot_Are_Img img{
						width:210px;
						height:210px;
						display:block;
							
					}
			
			/* Separador */	
			.Gal_Alb_Det_Fot_Are_Sep{
				display:none;		
			}	
			
@media only screen and (max-width:1320px){
	
	/* Area */
	.Gal_Alb_Det_Fot_Are{
		margin:0;	
	}
	
}						

@media only screen and (max-width:767px){
	/* Texto | Descricao */
	.Gal_Tex_Des{
		font-size: 20px;
		line-height: 20px;
	}
	
	/* Area */
	.Gal_Alb_Det_Fot_Are{
		margin:0 auto 1px auto;
		float:none;
	}
}						