/* Estilos de la pantalla de TV (presentacion2.php).
   Solo se definen las clases que la aplicación usa realmente:
   categoria7, titulo7/8/13, contenido7/13/18 e imagen1. */

body{
	font-family: 'Signika', Arial, sans-serif;
}

/* ---------- Barra de categoría (arriba) ---------- */

.categoria7{
	box-sizing: border-box;
	font-size: 46px;
	font-weight: 700;
	color: #fff;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 130px;
	padding: 0 34px;
	border: none;
	border-radius: 0 0 22px 22px;
	box-shadow: 0 10px 30px rgba(0,0,0,.35);
	text-shadow: 0 2px 6px rgba(0,0,0,.25);
	letter-spacing: .3px;
}

.categoria7 img{
	height: 74px;
	width: auto;
	filter: drop-shadow(0 2px 6px rgba(0,0,0,.3));
}

/* ---------- Imagen a pantalla completa ---------- */

.imagen1{
	width: 100%;
	height: 70%;
	color: #fff;
}

.imagen1 img{
	border-radius: 18px;
	box-shadow: 0 12px 40px rgba(0,0,0,.45);
}

/* ---------- Animación 7: imagen vertical + título/contenido lateral ---------- */

.titulo7{
	width: 92%;
	margin: 26px auto 0;
	display: block;
	font-family: inherit;
	font-weight: 700;
	font-size: 42px;
	text-align: center;
	color: #1c1c1c;
	padding: 18px 16px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 26px rgba(0,0,0,.28);
}

.contenido7{
	width: 92%;
	margin: 18px auto 0;
	padding: 26px;
	box-sizing: border-box;
	display: block;
	font-family: inherit;
	font-size: 30px;
	line-height: 1.45;
	text-align: left;
	color: #2b2b2b;
	background-color: #fff;
	min-height: 45%;
	border: none;
	border-radius: 16px;
	box-shadow: 0 10px 26px rgba(0,0,0,.22);
}

/* ---------- Animación 8: imagen + franja inferior título/contenido ---------- */

.titulo8{
	width: 96%;
	margin: 0 auto 14px;
	display: block;
	font-family: inherit;
	font-weight: 700;
	font-size: 40px;
	text-align: center;
	color: #1c1c1c;
	padding: 16px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 -6px 24px rgba(0,0,0,.25);
}

.contenido18{
	width: 96%;
	margin: 0 auto 22px;
	padding: 22px 26px;
	box-sizing: border-box;
	display: block;
	font-family: inherit;
	font-size: 28px;
	line-height: 1.4;
	text-align: center;
	color: #2b2b2b;
	background-color: rgba(255,255,255,.96);
	border: none;
	border-radius: 16px;
	box-shadow: 0 10px 26px rgba(0,0,0,.25);
}

/* ---------- Animación 9: logos + título/contenido ---------- */

.titulo13{
	width: 60%;
	margin: 0 auto;
	float: left;
	padding: 18px;
	display: inline-block;
	font-family: inherit;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	color: #1c1c1c;
	background-color: #fff;
	border-radius: 14px;
	box-shadow: 0 10px 26px rgba(0,0,0,.25);
}

.contenido13{
	width: 92%;
	margin: 0 auto;
	padding: 20px;
	display: inline-block;
	font-family: inherit;
	font-size: 28px;
	line-height: 1.4;
	text-align: center;
	color: #2b2b2b;
	background-color: #fff;
	min-height: 45%;
	border: none;
	border-radius: 16px;
	box-shadow: 0 10px 26px rgba(0,0,0,.22);
	float: left;
}
