.module{
	padding: 42px 0;
}

.module .title,
.module .module_content{
	position: relative;
}

.module .title{
	font-size: 40px;
	font-family: 'Frank Ruhl Libre',serif;
	line-height: 1.2;
	font-weight: 700;
	color: var(--cor-fundo);
	text-align: center;
	margin-bottom: 20px;
}

.module .module_mini_titulo{
	font-size: 18px;
	margin-bottom: 10px;
	color: var(--cor-principal);
	text-transform: uppercase;
	font-family: 'Frank Ruhl Libre',serif;
}

/*imagem a direita*/
.module-rightimg .module_content{
	position: relative;
	
	color: #7f7d7e;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
}
.module-rightimg .title .title_content,
.module-rightimg .module_content .middle{
	width: 50%;
	margin-left: 50%;
	text-align: left;
}
.module-rightimg .title .title_content{
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.module-rightimg table.rightimg img{
	position: absolute;
	width: 45%;
	top: -80px;
	left: 0;
	border-radius: 5px;
}

/*imagem a esquerda*/
.module-leftimg .module_content{
	position: relative;
	
	color: #7f7d7e;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
}
.module-leftimg .title .title_content,
.module-leftimg .module_content .middle{
	width: 50%;
	text-align: left;
}
.module-leftimg .title .title_content{
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.module-leftimg table.leftimg img{
	position: absolute;
	width: 45%;
	top: -80px;
	right: 0;
	border-radius: 5px;
}

/*bgimage martelo*/
.module.module-bgimg-hammer{
	color: white;
}
.module.module-bgimg-hammer .title{
	color: white;
}
.module-bgimg-hammer:before{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	
	background-image: url(../../templates/attorna/imagens/hammer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	filter: brightness(.3);
}
/*bgimage livraria*/
.module.module-bgimg-livraria{
	color: white;
}
.module.module-bgimg-livraria .title{
	color: white;
}
.module-bgimg-livraria:before{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	
	background-image: url(../../templates/attorna/imagens/livraria-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	filter: brightness(.8);
} 
/*bgimage pilares*/
.module.module-bgimg-pilares{
	color: white;
}
.module.module-bgimg-pilares .title{
	color: white;
}
.module-bgimg-pilares:before{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	
	background-image: url(../../templates/attorna/imagens/pilares-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
} 