@charset "UTF-8";
#contenedor {
	width:100%;
	max-width:1920px;
	margin:0 auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	min-height:920px
}
.btnmateriales {
	float:right;
	width:11%;
	min-width:100px;
	margin-top:0
}
#rizoma {
	margin:0 auto;
	width:50%;
	position:relative
}
.txtrizoma {
	text-align:left;
	font-family:'opalltproitalic';
	font-size:36px;
	color:#525249
}
@media only screen and (min-width:1030px) {
	#contenedor {
			width:100%;
		max-width:1920px;
		margin:0 auto;
		left:0;
		right:0;
		top:0;
		bottom:0;
		position:absolute;
			height:920px
	}
}
@media only screen and (max-width:1000px) {
	#contenedor {
			width:100%;
		max-width:1920px;
		margin:0 auto;
		left:0;
		right:0;
		top:0;
		bottom:0;
		position:absolute;
			height:960px
	}
}
@media only screen and (max-width:768px) {
	#contenedor {
			width:100%;
		max-width:1920px;
		margin:0 auto;
		left:0;
		right:0;
		top:0;
		bottom:0;
		position:absolute;
	}
	.btnmateriales {
			display:none
	}
}
.contenedor1 {
	position:relative;
	width:235px;
	height:150px
}
.contenedor1 img {
	position:absolute;
	left:0;
	transition:opacity .4s ease-in-out
}
.contenedor1 img.top:hover {
	opacity:0
}
.contendedor1 .lineaa:hover {
	content:attr(title);
	position:absolute;
	top:66%;
	left:0;
	right:0;
	z-index:2;
	overflow:hidden;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:24px;
	font-weight:200;
	background:#febe10;
	width:100%;
	height: 35%
}