/* RESET */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,

big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

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:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* === FUENTES === */

@font-face {
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: 400;
    src: url("https://e00.uecdn.es/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/Roboto-Regular.woff") format("woff");
  }

@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: 700;
    src: url("https://e00.uecdn.es/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/Roboto-Bold.woff") format("woff");
  }

@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 100;
    src: url("https://e00-elmundo.uecdn.es/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/roboto/Roboto-Light.woff") format("woff");
  }

@font-face {
    font-family: 'Roboto_condensed Regular';
    font-style: normal;
    font-weight: 400;
    src: url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Regular.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Regular.woff") format("woff");
  }

@font-face {
    font-family: 'Roboto_condensed Bold';
    font-style: normal;
    font-weight: 700;
    src: url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Bold.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Bold.woff") format("woff");
  }

@font-face {
    font-family: 'Roboto_Mono Bold';
    font-style: normal;
    font-weight: 900;
    src: url("https://e00.uecdn.es/fonts/Roboto_Mono/RobotoMono-Bold.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/Roboto_Mono/RobotoMono-Bold.woff") format("woff");
  }

@font-face {
    font-family: 'Roboto_Mono Light';
    font-style: normal;
    font-weight: 200;
    src: url("https://e00.uecdn.es/fonts/Roboto_Mono/RobotoMono-Light.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/Roboto_Mono/RobotoMono-Light.woff") format("woff");
  }

@font-face {
    font-family: 'Rubik Black';
    font-style: normal;
    font-weight: 900;
    src: url("https://e00.uecdn.es/fonts/Rubik/Rubik-Black.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/Rubik/Rubik-Black.woff") format("woff");
  }

@font-face {
    font-family: 'PT_serif';
    font-style:normal;
    font-weight:400;
    src:url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-regular-webfont.woff2") format("woff2"),url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-regular-webfont.woff") format("woff");
  }

@font-face {
    font-family: 'PT_serif italic';
    font-style:italic;
    font-weight:400;
    src:url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-italic-webfont.woff2") format("woff2"),url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-italic-webfont.woff") format("woff");
  }

@font-face {
    font-family:'PT_serif bold';
    font-style:normal;
    font-weight:700;
    src:url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-bold-webfont.woff2") format("woff2"),url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-bold-webfont.woff") format("woff");
  }

@font-face {
    font-family:'PT_serif bold italic';
    font-style:italic;
    font-weight:700;
    src:url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-bolditalic-webfont.woff2") format("woff2"),url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-bolditalic-webfont.woff") format("woff");
  }


/* === GENERAL === */

section {
  display: block;
}

h1 {
  font-family: 'Rubik Black';
  font-size: 29px;
  text-align: center;
}

h2 {
  font-family: 'Rubik Black';
  font-size: 18px;
  line-height: 19px;
  text-align: center;
}

h3 {
  font-family: 'Roboto_condensed Bold';
  font-size: 18px;
  line-height: 21px;
}

.cabecera, .cabecerapq {
  position:relative;
  text-align: center;
}

.entradilla {
  font-family: 'PT_serif';
  font-size: 21px;
  text-align: center;
  line-height: 26px;
}

.destgr {
  font-family: 'PT_serif bold';
  font-size: 21px;
}

.entradillapq {
  font-family: 'Roboto_condensed Regular';
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.tabla {
	background-color: #A5C5E0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

th, td {
	padding: 5px;
}

td {
	font-family: 'Roboto_condensed Regular';
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.thumb_up,
.thumb_down,
.thumbs_up_down {
  font-size: 30px;
}


/* === GALERÍA YOUTUBE === */
.vidyt {
	font-family: 'Roboto_condensed Regular';
  font-size: 14px;
}

.galeria_yt {
  text-align: center;
  padding: 5px;
}

.videoppal {
	position: relative;
}

.yt_pie {
	background-color: white;
	width: 80%;
	position: relative;
	margin: auto;
	text-align: left;
}

.ytmenu {
	position:relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  max-width: 989px;
}

.btnvid {
	cursor: pointer;
}

.btnvid:hover {
	opacity: 0.8;
}


/* === RESPONSIVE === */
// Elementos ocultos de partida
.pq { display: none; }

@media screen and (min-width:360px){
  .cabecera, #pistas {
    width:335px;
    left:15px;
  }

  .cabecerapq {
    width:283px;
    left:37px;
  }

	.tabla {
		width: 325px;
		height: 550px;
		left: 17px;
	}

	#vid {
		width: 335px;
		height: 188.44px;
	}

	.yt_pie {
		height: 80px;
	}

	.btnvid {
		height: 128px;
		width: 61px;
		margin: 2px;
	}

	#bvid1 {
		background-image: url("https://e00-elmundo.uecdn.es/elmundo/2022/graficos/sep/s4/gfasmr/img/m_susurro.jpg");
	}

	#bvid2 {
		background-image: url("https://e00-elmundo.uecdn.es/elmundo/2022/graficos/sep/s4/gfasmr/img/m_teclado.jpg");
	}

	#bvid3 {
		background-image: url("https://e00-elmundo.uecdn.es/elmundo/2022/graficos/sep/s4/gfasmr/img/m_tapping.jpg");
	}

	#bvid4 {
		background-image: url("https://e00-elmundo.uecdn.es/elmundo/2022/graficos/sep/s4/gfasmr/img/m_comer.jpg");
	}

	#bvid5 {
		background-image: url("https://e00-elmundo.uecdn.es/elmundo/2022/graficos/sep/s4/gfasmr/img/m_secador.jpg");
	}
}


@media screen and (min-width:900px){
  .cabecera {
    width: 470px;
    left: 165px;
  }

  .cabecerapq {
    width: 283px;
    left: 260px;
  }

	.tabla {
		width: 600px;
		height: 430px;
		left: 100px;
	}

	#vid {
		width: 800px;
		height: 450px;
	}

	.yt_pie {
		height: 35px;
	}

	.btnvid {
		height: 89px;
		width: 158px;
		margin: 2px;
	}

	#bvid1 {
		background-image: url("https://e00-elmundo.uecdn.es/elmundo/2022/graficos/sep/s4/gfasmr/img/e_susurro.jpg");
	}

	#bvid2 {
		background-image: url("https://e00-elmundo.uecdn.es/elmundo/2022/graficos/sep/s4/gfasmr/img/e_teclado.jpg");
	}

	#bvid3 {
		background-image: url("https://e00-elmundo.uecdn.es/elmundo/2022/graficos/sep/s4/gfasmr/img/e_tapping.jpg");
	}

	#bvid4 {
		background-image: url("https://e00-elmundo.uecdn.es/elmundo/2022/graficos/sep/s4/gfasmr/img/e_comer.jpg");
	}

	#bvid5 {
		background-image: url("https://e00-elmundo.uecdn.es/elmundo/2022/graficos/sep/s4/gfasmr/img/e_secador.jpg");
	}
}
