/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*FONTS*/
@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeueMedium.ttf");
}
@font-face {
  font-family: "RobotoBold";
  src: url("fonts/Roboto-Bold.ttf");
}
/*ESTILOS*/
.rotar {
	display: none;
}
.break {
	display: none;
}
.padded {
	padding: 0 50px 0 50px;
}
.contenedor {
	max-width: 1600px;
	height: 100vh;
	margin: auto;
	padding: 0;
}
.portada {
	position: relative;
	max-width: 100%;
	max-height: 100%;
}
.fondo {
	max-width: 1600px;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}
.fondo::-webkit-media-controls {
    opacity: 0 !important;
		display: none !important;
}
.fondo::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.celu {
	display: none;
}
.overlay-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.logos {
	display: flex;
	margin-top: 50px;
}
.logos a {
	width: max-content;
}
.logos img {
	width: 180px;
}
.logos span {
	width: 30px;
}
.tabla {
	display: grid;
	grid-template-columns: auto auto;
	position: absolute;
	bottom: 100px;
}
.item1, .item2 {
	border: 3px solid white;
	padding: 15px;
	color: white;
	display: grid;
	grid-template-columns: 20% auto 2.5vw auto;
	grid-column-gap: 4%;
}
.item1 img, .item2 img {
	width: 100%;
}
.item1 p, .item2 p {
	color: #01ff1e;
	font-size: 20px;
	font-family: "RobotoBold"
}
.item1 a, .item2 a {
	text-decoration: none;
	color: white;
	font-size: 30px;
	font-family: "RobotoBold";
	align-self: center;
	width: max-content;
}
.item-separator {
	border-left: 2px solid white;
}
.footer {
	display: flex;
	align-items: end;
	position: absolute;
	bottom: 25px;
	width: 100%;
}
.footer span {
	margin-left: 50px;
}
.redes, .miserior {
	width: max-content;
	margin-right: 10px;
}
.redes img {
	width: 35px;
}
.miserior img {
	width: 100px;
	margin-right: 50px;
}
.footer p {
	color: white;
	font-family: "HelveticaNeue";
	width: 100%;
	text-align: end;
	margin-right: 50px;
	align-self: center;
}
/*POPUP*/
	.popup {
		display: none;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
	}
	.video {
		width: 95vw;
		height: 80vh;
		max-height: 95vh;
		display: block;
		margin: auto;
	}
	.popup a {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.popup > a > img {
		width: 50px;
	}
/*RESPONSIVE*/
@media (max-width:1300px) {
	.item1, .item2 {
		grid-row-gap: 5px;
	}
	.item1 a, .item2 a {
		font-size: 23px;
	}
	.item1 img, .item2 img {
		width: 80%;
	}
}
@media (max-width:990px) {
	.item1 a, .item2 a {
		font-size: 20px;
	}
}
@media (max-width:890px) {
	.tabla {
		grid-template-columns: auto;
	}
	.item1, .item2 {
		grid-row-gap: 10px;
		grid-template-columns: 25% 26% 4% auto;
		border: 2px solid white;
	}
	.item1 a, .item2 a {
		font-size: 3.5vw;
	}
	.item1 img, .item2 img {
		width: 60%;
		justify-self: center;
	}
}
@media (max-width:600px) {
	.padded {
		padding: 0 20px 0 20px;
	}
	.tabla {
		margin-top: auto;
		bottom: 155px;
	}
	.logos {
		margin-top: 20px;
	}
	.pantalla {
		display: none;
	}
	.celu {
		display: block;
	}
	.footer {
		flex-wrap: wrap;
	}
	.break {
		display: block;
  	flex-basis: 100%;
  	height: 20px;
	}
	.footer p {
		width: unset;
		text-align: inherit;
		font-size: 12px;
		margin: 0 0 0 20px;
	}
	.footer span {
		margin-left: 20px;
	}
	.miserior {
		margin: 0 20px 0 auto;
	}
	.miserior img {
		margin: 0;
	}
}
@media (max-width:530px) {
	.miserior {
		margin: 10px 0 0 20px;
	}
}
@media (max-width:500px) {
	.logos img {
		width: 120px;
	}
	.item-separator {
		border-left: 1px solid white;
	}
	.item1 p, .item2 p {
		font-size: 15px;
	}
}
@media (max-width:377px) {
	.footer p {
		width: 100%;
	}
	.item1 p, .item2 p {
		font-size: 12px;
	}
}
@media (max-width:290px) {
	.padded {
		padding: 0 5px 0 5px;
	}
}/*
@media (max-height:450px) {
	.tabla {
		display: none;
	}
	.footer {
		display: none;
	}
	.rotar {
		position: absolute;
		top: 0;
		width: 100vw;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.rotar img {
		width: 150px;
		margin: 10px 0 10px 0;
	}
	.rotar p {
		color: white;
		font-family: "HelveticaNeue";
		font-size: 1.4em;
		margin: 10px 0 0 0;
	}
}*/
