@charset "utf-8";
/* CSS Document Oct 2023 */
  @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
:root {
 --colorAmarillo: #FEC200;
 --padingLeft: 7.719%;
}
*, html {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	background: black;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 0 4.115%;
}
a {
	text-decoration: none;
	outline: none;
	transition: all ease 500ms;
}
a, :focus {
	outline: none !important;
}
br {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
textarea {
	resize: none;
}
li {
	list-style-type: none;
}
header, footer {
	position: relative;
	z-index: 1;
}
#contenedor {
	box-sizing: border-box;
	width: 100%;
	height: 500px;
}
/* CABECERA */
header {
	padding: 5.449% 0 0 var(--padingLeft);
}
header section p {
 font-size: calc(30px + (57 - 30) * ((100vw - 300px)/ (1920 - 320)));
 line-height: calc(23px + (50 - 23) * ((100vw - 300px)/ (1920 - 320)));
	font-weight: 700;
	letter-spacing: -.2rem;
}
header section p span {
	color: var(--colorAmarillo);
}
.header-identidad {
	width: 17.196367763904654%;
	height: auto;
	position: absolute;
	top: 32px;
	right: 0;
}
#menu {
	font-size: 1.25rem;
	width: 100%;
	padding: 28px 0 18px 0;
}
#menu ul {
	display: flex;
	width: 100%;
}
#menu li {
	height: 30px;
	display: flex;
	align-items: center;
	position: relative;
}
#menu li::after {
	content: '';
	background-color: var(--colorAmarillo);
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 18px;
}
#menu li a {
	color: white;
	display: inline-block;
	white-space: nowrap;
	margin: 0 40px 0 0;
}
#menu li a:hover {
	color: var(--colorAmarillo);
	filter: blur(1px);
}
#menu li:nth-child(7)::after {
	content: none;
}
#menu li:nth-child(7) a {
	margin: 0;
}
.slicknav_menu {
	display: none;
}
/* CUERPO ************************** */
#cuerpo {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,1) 100%), url("../imag/iconos-cine.gif") no-repeat left 2.6% top 0;
	background-size: 3% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 100px;
	padding: 0 0 0 var(--padingLeft);
}
/* blog */
#blog {
	width: 57.893%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#blog section {
	width: 46.089%;
}
#blog section h2 {
 font-size: calc(21px + (39 - 21) * ((100vw - 300px)/ (1920 - 320)));
	font-weight: 900;
	margin: 11px 0 -2px 0;
}
#blog section h2 a {
	color: var(--colorAmarillo);
}
#blog section h2 a:hover {
	color: red;
	filter: blur(1px);
}
#news {
	width: 68.256%;
}
#news h1 {
	color: var(--colorAmarillo);
 font-size: calc(21px + (39 - 21) * ((100vw - 300px)/ (1920 - 320)));
 line-height: calc(23px + (50 - 23) * ((100vw - 300px)/ (1920 - 320)));
	font-weight: 900;
	margin: 25px 0 13px 0;
}
#news p {
 font-size: calc(16px + (20 - 16) * ((100vw - 300px)/ (1920 - 320)));
	width: min(940px, 90%);
	margin: 0 0 11px 0;
}
#news .bajada p {
 font-size: calc(19px + (31 - 19) * ((100vw - 300px)/ (1920 - 320))) !important;
 line-height: calc(20px + (31 - 20) * ((100vw - 300px)/ (1920 - 320))) !important;
}
#avance {
	margin: 0 7.136% 0 0;
}
#avance h3 {
	color: var(--colorAmarillo);
 font-size: calc(23px + (57 - 23) * ((100vw - 300px)/ (1920 - 320)));
 line-height: calc(23px + (50 - 23) * ((100vw - 300px)/ (1920 - 320)));
	font-weight: 900;
}
#avance p {
 font-size: calc(19px + (25 - 19) * ((100vw - 300px)/ (1920 - 320)));
 line-height: calc(20px + (26 - 20) * ((100vw - 300px)/ (1920 - 320)));
}
#avance a {
	color: var(--colorAmarillo);
}
#avance a span {
	color: white;
}
#avance a:hover {
	filter: brightness(150%) blur(1px);
}
.ancho1, .ancho2 {
	margin-top: -37px !important;
}
.ancho1 {
	width: 425px;
}
.ancho2 {
	width: 21.718%; /* width: 350px; */
}

#historial {
	width: 97%;
	position: relative;
	z-index: auto;
}
#historial h1 {
	color: var(--colorAmarillo);
	margin: 10px 0;
}
#historial section {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(4, 25%);
}
#historial a {
	color: #FFF;
	padding: 0 0 15px 0;
	margin: 0 30px 10% 0;
}
#historial a:hover {
	filter: grayscale(100%) blur(1px);
}
#historial a h2 {
	color: var(--colorAmarillo);
	margin: 5px 0 10px 0;
}
.homeBack {
	color: #CCC !important;
	font-size: .9rem;
	display: block !important;
	padding: 5px !important;
	margin: 0 !important;
	position: absolute;
	z-index: 100;
	top: 10px;
	right: 40px;
}
.historial-Titulo {
	text-transform: capitalize;
}
.homeBack:hover {
	color: crimson !important;
	filter: none !important;
}
#paginador {
	width: 100%;
	padding: 10px 0;
}
#paginador ul {
	display: flex;
	justify-content: center;
}
#paginador li a {
	color: #999;
	font-weight: 700;
	padding: 3px 5px;
	margin: 0 5px;
}
#paginador li a:hover {
	color: #F03;
}
#paginador .sel {
	color: #333;
	pointer-events: none;
	cursor: pointer;
}

/* comun */
.newsFoto { 
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 74/31;
}
.newsFoto img {
  width: 100%;
  height: auto;
}

/* PIE */
footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 2.271% 3.349% 10px var(--padingLeft);
}
footer section {
	display: flex;
}
footer section a {
	background: white url("../imag/iconos-sociales.svg") no-repeat 0 0;
	background-size: auto 31px;
	text-indent: -9999px;
	display: block;
	width: 31px;
	height: 31px;
	margin: 0 25px 0 0;
	overflow: hidden;
}
footer section a:hover {
	background-color: var(--colorAmarillo);
}
footer .social-yt {
	background-position: 0 0;
}
footer .social-ins {
	background-position: -31px 0;
}
footer .social-thre {
	background-position: -62px 0;
}
footer .social-in {
	background-position: -93px 0;
}
footer .social-fb {
	background-position: -124px 0;
}
.footer-branding {
	width: 110px;
	height: 16px;
}

@media only screen and (max-width: 1700px) {
#blog {
	width: 61%;
}
#avance {
	margin: 0 30px 0 0;
}
.ancho1, .ancho2 {
	margin-top: 0 !important;
}
.ancho1 {
	width: 29.521%;
}
}

@media only screen and (max-width: 1500px) {
#historial section {
	grid-template-columns: repeat(3, 33.3%);
}
}
@media only screen and (max-width: 1100px) {
:root {
 --padingLeft: 4.719%;
}
body {
	padding: 0 40px;
}
#menu {
  font-size: 1.125rem;
}
#menu li a {
  margin: 0 30px 0 0;
}
#menu li::after {
  right: 10px;
}
#cuerpo {
	background-position: left .1% top 0;
	background-size: 2.5% auto;
}
#blog section {
	width: 100%;
	margin: 0 0 50px 0;
}
}

@media only screen and (max-width:950px) {
#menu {
  font-size: 1.0625rem;
}
#historial {
  width: 100%;
}
#historial section {
	grid-template-columns: repeat(2, 50%);
}
}

@media only screen and (max-width:850px) {
body {
	padding: 60px 0 0;
}
header {
	padding: 0 30px 15px 30px;
}
header section p {
	letter-spacing: normal;
	word-spacing: -.15rem;
}
.header-identidad {
	width: auto;
	height: 70px;
	margin-top: -35px;
	top: 50%;
	right: 10px;
}
#menu {
	display: none;
}
.slicknav_menu {
	display: block;
	padding: 10px 20px;
}
#cuerpo {
background-position: left 1% top 0;
}
}
	
@media only screen and (max-width:800px) {
#cuerpo {
	background-position: left 20px top 20px;
	background-size: 30px auto;
	padding: 0 30px 0 70px;
}
#blog {
	width: 65%;
}
#avance {
	margin: 0;
}
.ancho2 {
	width: 27%;
}
#news {
 margin-bottom: 40px;
}
}

@media only screen and (max-width:650px) {
header {
	padding: 0 80px 25px 30px;
}
footer {
	padding: 60px 30px 30px;
}
footer section a {;
	margin: 0 15px 0 0;
}
.header-identidad {
	margin-top: -45px;
}
#cuerpo {
	padding: 0 50px 0 70px;
}
#blog, #news, .ancho1, .ancho2 {
	width: 100%;
}
#historial section {
	grid-template-columns: 100%;
}
#historial h1 {
	margin: 10px 0 0 0;
}
.homeBack {
	display: inline-block !important;
	margin: 0 0 10px 0 !important;
	position: relative;
	top: inherit;
	right:inherit;
}
}

@media only screen and (max-width:480px) {
#cuerpo {
	background-position: left 10px top 20px;
	padding: 0 50px;
}
footer {
	padding: 60px 30px 30px;
}
footer section a {;
	margin: 0 15px 0 0;
}
}
