body
{
	width: 100%;
	height: auto;
	background: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.clear
{
	clear: both;
}

h1
{
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.top
{
	width: 100%;
	height: auto;
	background: #000;
	border-bottom: 1px solid #fff;
	text-align: center;
}


.logo img
{
	width: 180px;
	height: auto;
	margin-top: 20px;
}


.redes img
{
	width: 40px;
	height: auto;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.video
{
	width: 80%;
	height: auto;
	padding: 0;
	margin: 0;
	margin-left: 10%;
	background: #000;
}

video
{
	width: 100%;
	height: 100%;
}

.footer
{
	width: 100%;
	height: auto;
	background: #000;
	text-align: center;
	padding: 0;
	margin: 0;
	border-top: 1px solid #fff;
}

.footer p
{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
}

.footer .pide
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer .pide a
{
	text-decoration: none;
	color: #ffcc33;
}

.footer .pide a:hover
{
	color: #ffe533;
}

.footer .pide img
{
	margin-top: 20px;
}

.rappi
{
	width: 60px;
	height: auto;
}

p.note
{
	font-size: 14px;
	margin-top: -10px;
}

p.copyr
{
	margin-top: 40px;
	font-size: 14px;
	margin-bottom: 40px;
}


/* MENU */
.center_slider
{
	width: 70%;
	margin-left: 15%;
	height:100vh;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.slider
{
	width: 100%;
	height: auto;
}

.slider img
{
	width: 100%;
	height: auto;
}


@media only screen and (max-width: 700px) {
  	.redes img
	{
		width: 30px;
		height: auto;
	}

		.video
	{
		width: 100%;
		margin-left: 0%;
	}

}

@media only screen and (max-width: 1000px) {
  	.redes img
	{
		width: 30px;
		height: auto;
	}

		.video
	{
		width: 100%;
		margin-left: 0%;
	}

	.center_slider
	{
		width: 100%;
		margin-left: 0%;
		height:100vh;
		display: flex;
	  	align-items: center;
	  	justify-content: center;
	}
}



