section#inavailable
{
	width: 100%;
	overflow: hidden;
	position: relative;
}

#inavailable .square-line
{
	position: absolute;
	top: -3rem;
	right: -4rem;
	z-index: 2;
}

#inavailable .container
{
	position: relative;
}

#inavailable .logo
{
	padding: 1rem;
}


/*  Info  */
#inavailable .info 
{
	width: 100%;
	background-color: var(--color-2);
	padding: 2rem 2rem 3rem;
	display: flex;
	align-items: center;
	flex-direction: column;
}
#inavailable .info h1
{
	font-size: 38px;
}
#inavailable .info h1,
#inavailable .info p
{
	max-width: 700px;
	text-align: center;
}
#inavailable .info .title-line
{
	width: 170px;
	padding: 1rem 0 2.25rem;
}
#inavailable .info .title-line img
{
	width: 100%;
	object-fit: contain;
}


#inavailable .curve-bg
{
	width: 100%;
	background-color: var(--color-2);
	overflow: hidden;
	position: relative;
}
#inavailable .curve-bg img 
{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

#inavailable .photography
{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 2;
	margin-top: -100px;
}
#inavailable .photography img
{
	width: 95%;
	object-fit: contain;
}

/*  down content  */
#inavailable .content
{
	height: 100%;
	min-height: 100%;
	background-color: var(--color-1);
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
}

#inavailable .content .zigzag
{
	width: 100%;
	padding-left: 20%;
    overflow: hidden;
    position: relative;
    top: -70px;
    right: -20%;
}


/* Icons Social */
#inavailable .content .redes
{
	width: 100%;
	text-align: center;
}
#inavailable .content .redes a 
{
	height: 40px;
	margin: -2rem 0.2rem 1rem;
	display: inline-block;
}
#inavailable .content .redes a img
{
	height: 100%;
	object-fit: contain;
}

#inavailable .copyright
{
	margin-bottom: 1rem;
}
#inavailable .copyright svg
{
	height: 12px;
	fill: #fff;
}


/* PC */
@media (min-width: 992px)
{
	#inavailable .info 
	{
		display: block;
		padding-bottom: 0;
	}
	#inavailable .info h1,
	#inavailable .info p
	{
		max-width: 500px;
		text-align: left;
	}

	#inavailable .photography
	{
		justify-content: flex-end;
		margin-top: -40%;
	}
	#inavailable .photography img
	{
		max-width: 450px;

	}


	#inavailable .footer
	{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	#inavailable .footer .redes
	{
		width: 50%;
		text-align: left;
	}
}