.crefitos_footer
{
	padding-top: 10px;
	height: 45px;
	width: 100%;
	text-align: center;
	background-color: #334B56;
	font-size: 20px;
	letter-spacing: 2px;
	color: #8DFF9F;
	font-family: 'Oswald_Light'!important;
	cursor: pointer;
}
.cont_creditos
{
	height: 100%;
	overflow: scroll;
	width: 100%;
}
.conte_creditos
{
	position: fixed;
	top: 0px;
	height: 100%;
	z-index:20;
	width: 100%;
	text-align: center;
	background-color: #334B56;
	display: none;
}
h1
{
	margin: 0px;
}
.item1_creditos
{
	height: 290px;
	width: 400px;
	padding-right: 40px;
	border-left: 1px solid #8DFF9F;
	display: inline-block;
	vertical-align: middle;
	margin-top: 55px;
	font-family: 'WorkSans_Regular'!important;
	padding-left: 10px;
}
.item2_creditos
{
	vertical-align: middle;
	margin-top: 55px;
	height: 290px;
	width: 440px;
	border-left: 1px solid #8DFF9F;
	display: inline-block;
	font-family: 'WorkSans_Regular'!important;
	padding-left: 10px;
}
.cont_creditos p
{
	font-size: 12px;
	color: #8DFF9F;
	margin-top: 0px;
	margin-bottom: 7px;
	text-align: left;
}
.cont_creditos span
{
	font-weight: bold;
}
.cont_creditos h1
{
	font-size: 17px;
	color: #8DFF9F;
	text-align: left;
	margin-bottom: 7px;
}
.creditos
{
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../../img/Creditos.svg');
	position: absolute;
	top: 20px;
	height: 15px;
	width: 15px;
}
.izq_creditos
{
	right: calc(50% - 90px);
}
.der_creditos
{
	left: calc(50% - 90px);
}
.cerrar_video_grande
{
	position: absolute;
	bottom: 10px;
	width: 150px;
	height: 43px;
	padding-right: 43px;
	padding-top: 10px;
	text-align: center;
	border-radius: 30px;
	background-color: #5FA573;
	color: #8DFF9F;
	font-size: 19px;
	font-family: 'Oswald_Light'!important;
	right: 0px;
	top: 80px;
	letter-spacing: 2px;
	background-image: url('../../img/X.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 108px;
    cursor: pointer;
}
.cont_creditos h2
{
	font-family: 'AlfaSlabOne_Regular'!important;
	font-size: 48px;
	text-align: center;	
	letter-spacing: 2px;
	color: #EEFFD4;
	line-height: 49px;
	display: inline-block;
}
.cont_titulo_cre
{
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 80px;
}
@media screen and (max-width: 900px) {

	.cerrar_video_grande 
	{
	    width: 82px;
	    height: 20px;
	    padding-right: 21px;
	    padding-top: 1px;
	    font-size: 12px;
	    background-position-x: 60px;
	    background-size: 10px;
	}
	.cont_titulo_cre
	{
		width: 550px;
	}
	.cont_creditos h2
	{
		font-size: 35px;
	}
	.item1_creditos
	{
		width: 290px;
	}
	.item2_creditos
	{
		width: 290px;
	}
	.cont_creditos p
	{
		font-size: 10px;
	}
	.cont_creditos h1
	{
		font-size: 15px;
	}
}

@media screen and (max-width: 600px) {

	.cerrar_video_grande
	{
		text-align: 56px;
	}
	.cont_titulo_cre
	{
		width: 300px;
		padding-top: 40px;
	}
	.cont_creditos h2
	{
		font-size: 25px;
	}
	.item1_creditos
	{
		width: 290px;
	}
	.item2_creditos
	{
		width: 290px;
	}
	.cont_creditos p
	{
		font-size: 10px;
	}
	.cont_creditos h1
	{
		font-size: 15px;
	}
}