/* -- BIOGRAFIA O HISTORIA -- */
.historia .parte-1 p
{
	padding-bottom: 1rem;
}

.historia .parte-1 .imagen
{    
	width: 70%;
    margin: 2rem auto 0;
}

.historia .parte-1 .imagen img
{
	width: 100%;
}

.historia .desc-imagen
{
	width: 100%;
	font-size: var(--text-8);
	color: #ffffff;
	background-color: var(--color-2);
	padding: 1rem 1.3rem;
	margin-top: -1.3rem;
	border-top: 1.5rem solid var(--color-1);
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.historia .desc-imagen > i
{
	display: block;
	font-size: var(--text-7);
	text-align: center;
}

.historia .desc-imagen ul
{
	padding-left: 1rem;
}

.historia .desc-imagen h4
{
	font-family: font1-bold;
	letter-spacing: 4px;
	font-size: var(--text-5);
	color: var(--color-1);
	padding: 1rem 0;
}

.historia .desc-imagen h5
{
	font-family: font1-bold;
	font-size: var(--text-7);
}

.historia .desc-imagen p
{
	font-size: var(--text-8);
	padding-bottom: 1rem;
}

.historia .desc-imagen a,
.historia .desc-imagen svg
{
	vertical-align: middle;
	cursor: pointer;
}

@media (min-width: 767px)
{

	.historia .container
	{
		width: 90%;
	}

	.historia h2
	{
		font-size: var(--text-3);
	}

	.historia .parte
	{
		flex-direction: row;
	}

	.historia .parte p
	{
		font-size: var(--text-7);
	}

}

@media (min-width: 992px)
{
	.historia .parte
	{
		padding: 0 2rem;
	}
}

.historia .parte-1
{
	flex-direction: column;
}

.historia .parte-1 .info
{
	max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: var(--text-5);
    padding: 4rem 1rem;
    order: 2;
}

.historia .parte-1 .info .autor
{
	display: block;
	padding-top: 1rem;
	text-align: right;
}


.historia .parte-2 .grupo-de-musica
{
	order: 2;
	width: 100%;
}

.historia .parte-2 .grupo-de-musica .imagen
{
	width: 100%;
}

.historia .parte-2 .grupo-de-musica .imagen img
{
	width: 100%;
}

.historia .parte-2 .integrantes 
{
	width: 100%;
	display: flex;
	flex-direction: row;
} 

.historia .parte-2 .integrantes > div
{
	width: 50%;
}

.historia .parte-2 .integrantes .integrante
{
	width: 100%;
}

.historia .parte-2 .integrante .nombre
{
	font-family: font1-bold;
	font-size: var(--text-8);
	padding-top: 1rem;
}

.historia .parte-2 .integrante .funciones
{
	font-size: var(--text-8);
}

.historia .parte-2 .info
{
	padding-bottom: 1.5rem;
}

.historia .parte-2 .info .zigzag1-h
{
	background-image: url(../../assets/img/web/global/zigzag1-h.png);
	background-size: auto 100%;
	height: 100px;
	margin-bottom: 1rem;
}

@media (min-width: 767px)
{
	.historia .parte-2
	{
		padding-right: 0;
	}

	.historia .parte-2 .grupo-de-musica
	{
		order: 0;
	}

	.historia .parte-2 .integrante .nombre
	{
		font-size: var(--text-7);
	}

	.historia .parte-2 .info
	{
		width: 100%;
		padding-left: 2rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.historia .parte-2 .info p 
	{
		padding-right: 2rem;
	}
}

@media (min-width: 992px)
{
	.historia .parte-2 .info .zigzag1-h 
	{
		margin-bottom: 3rem;
	}
}

.historia .parte-3 .caratula-2,
.historia .parte-3 .caratula-3
{
	padding: 1rem;
}

.historia .parte-3 > div,
.historia .parte-3 p,
.historia .parte-3 img
{
	width: 100%;
}

.historia .parte-3 .info
{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.historia .parte-3 .zigzag1-h
{
	background-image: url(../../assets/img/web/global/zigzag1-h.png);
	background-size: auto 100%;
	height: 100px;
}

.historia .parte-4 .info
{
	width: 100%;
}

.historia .parte-4 .decoracion
{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.historia .parte-4 .decoracion .zigzag1-h
{
	background-image: url(../../assets/img/web/global/zigzag1-h.png);
	background-size: auto 100%;
	height: 100px;
	margin-bottom: 1rem;
}

@media (min-width: 767px)
{
	.historia .parte-4
	{
		flex-direction: column;
	}

	.historia .parte-4 .decoracion
	{
		padding-right: 2rem;
	}

}

@media (min-width: 992px)
{
	.historia .parte-4
	{
		padding-left: 0;
		flex-direction: row;
	}

	.historia .parte-4 .decoracion .zigzag1-h
	{
		margin-top: -70px;
	}
}

.historia .parte-5 .info
{
	width: 100%;
	order: 2;
	padding: 1rem 0;
}

.historia .parte-5 .info p
{
	padding-bottom: 1rem;
}

.historia .parte-5 .imagen
{
	width: 70%;
	margin: 2rem auto;
}

.historia .parte-5 .imagen img
{
	width: 100%;
}

.historia .parte-5 .desc-imagen i a
{
	color: var(--color-1);
}

@media (min-width: 767px)
{
	.historia .parte-5 .info
	{
		order: 0;
	}

	.historia .parte-5 .imagen
	{
		padding-left: 2rem;
	}

}

/* -- Titular -- */
#titular
{
	width: 100%;
	padding: 3rem 1rem;
	background-color: var(--color-1);
	color: #fff;
	text-align: center;
}

#titular h2
{
	color: #fff;
	background: none;
	padding-bottom: 0.5rem;
}

#titular p
{
	padding-top: 1rem;
	font-size: var(--text-7);
}

@media (min-width: 767px)
{
	#titular
	{
	padding: 5rem 2rem;
	}
}

/* -- parte 6 -- */
.parte-6,
.parte-6 ul
{
	padding: 1.3rem;
	columns: 2; 
	-webkit-columns: 2; 
	-moz-columns: 2; 
}

.parte-6 li
{
	padding: 1rem 1.3rem 0 0;
}