@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;700;900&display=swap');

body{
  --color-black: #000;
  --color-text: #fff;
  --color-text2: #cdced3;
  --color-white01: rgba(255,255,255,.1);
  --color-white02: rgba(255,255,255,.2);
  --color-white03: rgba(255,255,255,.3);
  --color-white04: rgba(255,255,255,.4);
  --color-white05: rgba(255,255,255,.5);
  --color-white06: rgba(255,255,255,.6);
  --color-white07:rgba(255, 255, 255,.7);
  --color-text3: rgba(255,255,255,.6);
  --color-white08: rgba(255,255,255,.8);
  --color-white09: rgba(255,255,255,.9);
  --color-text4: rgba(255,255,255,.9);
  --color-textH2: rgba(255,255,255,.4);
  --color-black02:rgba(0,0,0,0.2);
  --color-black05: rgba(0,0,0,0.5);
  --color-black06: rgba(0,0,0,0.6);
  --color-black75: rgba(0,0,0,0.75);
  --color-black08: rgba(0,0,0,0.8);
  --color-bg: #23242b;
  --color-bgTr: rgba(35,36,43,.4);
  --color-bgOscuro: #12151c; 
  --color-bgOscuroTr: rgba(18,21,28,.5); 
  --color-bgOscuroTr1: rgba(18,21,28,.0);
  --color-bgOscuroTr2: rgba(18,21,28,.3);
  --color-bgOscuroTr3: rgba(18,21,28,1);
  --color-bgAlt: #000;
  --color-scroll: rgba(255,255,255,.3);
	--color-link: #000;
	--color-link-hover: #858585;
	--color-header: #858585;
  --color-verdeClaro: #d9ff00;
  --color-verdeClaro2: #00c1ba;
  --color-verdeClaro3: #07c298;
  --color-verdeOscuro: #d9ff0080;
  --color-verdeOscuro2: #d9ff00d9;
  --color-verdeRRSS: #09c49b;
  --color-verdeFlot: #23deb4;
  --color-azulRRSS: #00527d;
  --color-azul3: #113460; 
  --color-azulOscuro: #002e43;
  --color-azulOscuro2: #273946;
  --color-cart-bg: #23242b;
  --color-gris1:#f1f1f2;
  --color-gris2:#87899a;
  --color-gris3:#6a6b78;
  --color-gris4:#464a52;
  --color-gris5:#3e3e43;
  --color-gris6:#585964;
  --color-gris7:#cdced3;
  --color-gris8:#cbd0d3;
  --color-gris9:#bbbbbb;
  --color-gris10:#7a7d8d;
  --color-gris11:#9a9a9a;
  --color-gris12:#979da0;
  --color-gris13:#bfbfc0;
  --color-gris14:#363d47;
  --color-gris14:#242c34;
  --color-winona:rgba(63, 81, 181, 0.1);
  --color-winona2:#21333C;
	--color-cart: #fff;
  --color-details-hover: #858585;
  --color-item: #323339;
  --color-itemh4:#444;
  background-color: var(--color-bg);  
  color: var(--color-text);

  padding: 0px!important;
}


/*  Textos generales  */

p{
  color: var(--color-text3);
  font-size: 14px;
  font-weight: 300;
}
h2{
  margin-bottom: 15px;
  color: var(--color-white04);
}
h3{
  color: var(--color-text);
  font-size: 22px;
  text-transform: uppercase;
}
h4{
  color: var(--color-verdeClaro);
  font-size: 14px;
}
.h1Slide{
  margin: 240px 0 0 0;
  font-size: 77px;
  text-align: center;
}
.pSlide{
  font-size: 14px;
  text-align: left;
  font-family: 'DINOT-Medium', 'Roboto', sans-serif ;
  font-weight: 400;
}
.h2Section{
  text-align: left;
  color: var(--color-white07);
}
.h3Slide{
  margin-top: 23px;
  font-size: 20px;
  text-align: center;
}
.pDate{
  font-size: 14px;
  color: var(--color-verdeClaro);
  font-weight: bold;
}
.btnTxt{
  padding: 0 38px;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 21px;
  font-family: 'DINOT-Bold', 'Roboto', sans-serif ;
}

section > h2{
  margin: 0 0 37px 0;
}

.divText h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--color-text);
}

.apagar, .arriba {
  cursor: pointer;
  transition: .3s ease;
}
.apagar:hover {
  opacity: .5;
}

/*  Cajas  */

body.new, body.new > footer {
  background-color: #060e33;
}

input[type=submit]{
  background: transparent;
  text-align: center;
  margin-left: 8px;
  padding: 7px 0 !important;
  cursor: pointer;
  width: 150px!important;
  border: none;
}

form{
  text-align: left;
}

#new1 > .divBtn{
  max-width: 170px; 
  margin-top: 100px; 
  padding-left: 35px;
  padding-right: 35px;
}

.divCabecera{
  height: 418px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: var(--color-cart-bg) ;
}
.divCabecera > div:nth-child(1){
  height: 100%;
  width: 1500px;
  max-width: 100%;
  position: absolute;
  background-repeat: no-repeat; 
  background-position: 50% 50%;
  background-size: cover;
  /*background-attachment: fixed;*/
}
.efeDegradadoCabecera{
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--color-cart-bg);
  background: -moz-linear-gradient(left, var(--color-cart-bg) 0%, var(--color-bgTr) 15%, var(--color-bgTr) 85%, var(--color-cart-bg) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, var(--color-cart-bg)), color-stop(12%, var(--color-bgTr)), color-stop(85%, var(--color-bgTr)), color-stop(100%, var(--color-cart-bg)));
  background: -webkit-linear-gradient(left, var(--color-cart-bg) 0%, var(--color-bgTr) 12%, var(--color-bgTr) 85%, var(--color-cart-bg) 100%);
  background: -o-linear-gradient(left, var(--color-cart-bg) 0%, var(--color-bgTr) 12%, var(--color-bgTr) 85%, var(--color-cart-bg) 100%);
  background: -ms-linear-gradient(left, var(--color-cart-bg) 0%, var(--color-bgTr) 12%, var(--color-bgTr) 85%, var(--color-cart-bg) 100%);
  background: linear-gradient(to right, var(--color-cart-bg) 0%, var(--color-bgTr) 12%, var(--color-bgTr) 85%, var(--color-cart-bg) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  z-index: 1;
}
#slider .efeDegradadoCabecera{
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--color-bgOscuro);
  background: -moz-linear-gradient(left, var(--color-bgOscuro) 0%, var(--color-bgOscuroTr) 15%, var(--color-bgOscuroTr) 85%, var(--color-bgOscuro) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, var(--color-bg)), color-stop(12%, var(--color-bgOscuroTr)), color-stop(85%, var(--color-bgOscuroTr)), color-stop(100%, var(--color-bgOscuro)));
  background: -webkit-linear-gradient(left, var(--color-bgOscuro) 0%, var(--color-bgOscuroTr) 12%, var(--color-bgOscuroTr) 85%, var(--color-bgOscuro) 100%);
  background: -o-linear-gradient(left, var(--color-bgOscuro) 0%, var(--color-bgOscuroTr) 12%, var(--color-bgOscuroTr) 85%, var(--color-bgOscuro) 100%);
  background: -ms-linear-gradient(left, var(--color-bgOscuro) 0%, var(--color-bgOscuroTr) 12%, var(--color-bgOscuroTr) 85%, var(--color-bgOscuro) 100%);
  background: linear-gradient(to right, var(--color-bgOscuro) 0%, var(--color-bgOscuroTr) 12%, var(--color-bgOscuroTr) 85%, var(--color-bgOscuro) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  z-index: 2;
}
.puntico{
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/img/ico/puntico.png);
  background-repeat: repeat;
  background-size: auto;
  z-index: 2;
  display: none;
}
.flexRowColArrFi > div{
  width: 45%;
}

@media (max-width: 500px) {
  .divCabecera  {
    height: 218px;
  }
}

/* BOTONES */

.divBtnCen {
  display: flex;
  justify-content: space-around;
  /*margin-top: 100px;
  margin-bottom: 77px;*/
}
.bg-1 {
	background: transparent;
	color: var(--color-verdeOscuro);
}


/* Common button styles */

.button {
	min-width: 150px;
	max-width: 250px;
	margin: 1em;
	display: flex;
  justify-content: space-around;
  align-items: center;
	border: none;
	background: none;
	color: inherit;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */

.bg-1 .button {
	color:  var(--color-verdeClaro);
	border-color: var(--color-verdeClaro);
}

/* Sizes */
.button--size-s {
	font-size: 14px;
}
.button--size-m {
	font-size: 16px;
}
.button--size-l {
	font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 2px;
}
.button--text-thin {
	font-weight: 300;
}
.button--text-medium {
	font-weight: 500;
}
.button--text-thick {
	font-weight: 700;
}
.button--round-s {
	border-radius: 5px;
}
.button--round-m {
	border-radius: 15px;
}
.button--round-l {
	border-radius: 7px;
}

/* Borders */
.button--border-thin {
	border: 1px solid;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 2px solid;
}


/* Winona */


.button--winona::after, .button--winona > span {
  padding: .6em 2em;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #3f51b5;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.button--winona {
	overflow: hidden;
	padding: 0 ;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: var(--color-verdeOscuro);
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.button--winona > span {
	display: block;
}
.button--winona.button--inverted {
	color: #7986cb;
}
.button--winona.button--inverted:after {
	color: #fff;
}
.button--winona::after,
.button--winona > span {
	padding: .6em 2em;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona:hover {
	border-color: var(--color-verdeOscuro);
	background-color: var(--color-winona);
}
.button--winona.button--inverted:hover {
	border-color: var(--color-winona2);
	background-color: var(--color-winona2);
}
.button--winona:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--winona:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}



/*  banners  */

aside{
  font-size: 10px;
  cursor: pointer;
}
aside a{
  width: 100%;
  height: 100%;
  display: flex;
}
aside img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
aside .adLateral{
  width: 10%;
  max-width: 100%;
  margin: 0;
  padding: 0;

}
.adLateralFind{
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: 100%;
}
.ad{
/*  padding: 20px;*/
  display: flex;
  justify-content: center;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: left;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.ad > div > iframe{
  width: 100%;
  height: 100%;
  background-color: var(--color-bg);
  /*border: 1px var(--color-verdeClaro) solid!important;
}
.ad  iframe{
  border: 1px var(--color-verdeClaro) solid!important;*/
}
.ad iframe{
  
}
.adLarge{
  max-width: 100%;
  width: 960px;
  max-height: 90px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 2px var(--color-bg);
  -moz-box-shadow: 0px 0px 0px 2px var(--color-bg);
  box-shadow: 0px 0px 0px 2px var(--color-bg);
  background: var(--color-white03);
}
.adShort{
  max-height: 600px;
  width: 300px;
  max-width: 100%;
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 2px var(--color-bgOscuro);
  -moz-box-shadow: 0px 0px 0px 2px var(--color-bgOscuro);
  box-shadow: 0px 0px 0px 2px var(--color-bgOscuro);
  background: var(--color-white03);
}
.adBig{
  width: /*960px*/auto;
  max-height: 250px;
  max-width: 100%;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 2px var(--color-bg);
  -moz-box-shadow: 0px 0px 0px 2px var(--color-bg);
  box-shadow: 0px 0px 0px 2px var(--color-bg);
  background: var(--color-white03);
}


@media (max-width: 900px) {
  .divShowTxt > h3{
    font-size: 25px;
  }

}

@media (max-width: 768px) {
  
  .divRowCol {
    flex-direction: column !important;
  }
  .h1Slide{
    font-size: 55px;
  }
  h2{
    font-size: 35px;
  }

}
@media (max-width: 500px) {
  .h1Slide{
    font-size: 40px;
    line-height: 40px;
  }
  h2{
    font-size: 30px;
  }

}


/*  EFECTOS  */

.sombraArticle{
  width: calc(100% + 1px);
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(2,50,66,0);
  background: -moz-linear-gradient(top, rgba(2,50,66,0) 0%, rgba(2,50,66,0) 65%, rgba(35,36,43,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,50,66,0)), color-stop(65%, rgba(2,50,66,0)), color-stop(100%, rgba(35,36,43,1)));
  background: -webkit-linear-gradient(top, rgba(2,50,66,0) 0%, rgba(2,50,66,0) 65%, rgba(35,36,43,1) 100%);
  background: -o-linear-gradient(top, rgba(2,50,66,0) 0%, rgba(2,50,66,0) 65%, rgba(35,36,43,1) 100%);
  background: -ms-linear-gradient(top, rgba(2,50,66,0) 0%, rgba(2,50,66,0) 65%, rgba(35,36,43,1) 100%);
  background: linear-gradient(to bottom, rgba(2,50,66,0) 0%, rgba(2,50,66,0) 65%, rgba(35,36,43,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023242', endColorstr='#23242b', GradientType=0 );
}

.sombraArticle2{
  height: 100%;
  width: 100%;
  position: absolute;
  background: var(--color-bg);
  opacity: .3;
  z-index: 2;
  transition: .3s;
}

.divPrime:hover .sombraArticle2, .divPrime2:hover .sombraArticle2, .divProx:hover .sombraArticle2, .divEst:hover .sombraArticle2  {
  opacity: 0;
}


/* PRIME TIME */

#secPrime > div > div {
  
}
.divPrime {
  height: 370px;
  /*width: calc( 50% - 4px);*/
  position: relative;
  margin-bottom: 20px;
}

.divPrime > .divText {
  width: 100%;
  margin-top: -40px;
  position: relative;
  bottom: 0;
  background-repeat: no-repeat; 
  background-position: 50% 50%;
  background-size: cover;
  z-index: 3;
  padding: 29px;

}
.divPrime > .divText p {
  margin-top: 20px;
  margin-right: 5%;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*.divPrime p:nth-last-child(){
  margin-top: 20px;
  margin-right: 5%;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}*/
.divArticle {
  overflow: hidden;
}
.divPrime > .divArticle {
  width: 100%;
  height: 260px;
  position: relative;

}
.divPrime  .divArticle > article {
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat; 
  background-position: 50% 50%;
  background-size: cover;    
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 600px) {
  .divPrime {
    width: 100%;
  }
}


/*  PRÓXIMAMENTE  */

#secProximamente {
  margin-bottom: 30px;
  justify-content: center;
}
#secProximamente .divBtn{
  margin-top: 60px;
  margin-bottom: 30px;
}
#secProximamente .divText h3 {
  -webkit-line-clamp: 2;
}
.divProx {
  height: 245px;  
  width: calc( 50% - 3px);
  position: relative;
  margin-bottom: 30px;
}
.divProx > .divText {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat; 
  background-position: 50% 50%;
  background-size: cover;
  z-index: 3;
  padding: 29px;
}
.divProx > .divArticle {
  width: 100%;
  height: 200px;
  position: relative;
}
.divProx  .divArticle > article {
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat; 
  background-position: 50% 50%;
  background-size: cover;    
  z-index: 1;
}
@media (max-width: 1100px) {
  #secParrilla {
    display: block;
  }
  #secParrilla > div, #secParrilla > aside {
    margin: 0 auto!important;
  }
}
@media (max-width: 900px) {
  .divProx {
    width: 49%;
  }
}

@media (max-width: 800px) {
  .ad {
    margin:  30px auto!important;
  }
  #secProximamente, .flexRowColBet {
    display: block;
  }
  section#secProximamente > div{
    margin:  0 auto;
  }
}
@media (max-width: 500px) {
  .divProx {
    width: 100%;
  }
}


/*  SEC Social  */

#secSocial {
  padding-bottom: 110px;
}

#secSocial, #secSocialBanner {
  width: 100%;
  background-color: var(--color-bgOscuro); 
}
#secSocial #divSocial {
  margin-top: 150px;
  margin-bottom: 125px;
}
#secSocial .item {
  height: 334px;
  padding: 5px 5px 0 5px;
  margin-bottom: 50px;
  background: rgba(106,107,120,1);
  background: -moz-linear-gradient(top, rgba(106,107,120,1) 0%, rgba(106,107,120,1) 20%, var(--color-bgOscuro) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(106,107,120,1)), color-stop(20%, rgba(106,107,120,1)), color-stop(100%, var(--color-bgOscuro)));
  background: -webkit-linear-gradient(top, rgba(106,107,120,1) 0%, rgba(106,107,120,1) 20%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(106,107,120,1) 0%, rgba(106,107,120,1) 20%, var(--color-bgOscuro) 100%);
  background: -ms-linear-gradient(top, rgba(106,107,120,1) 0%, rgba(106,107,120,1) 20%, var(--color-bgOscuro) 100%);
  background: linear-gradient(to bottom, rgba(106,107,120,1) 0%, rgba(106,107,120,1) 20%, var(--color-bgOscuro) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6b78', endColorstr='#000000', GradientType=0 );;
  position: relative;
  transition: .3s ease;
}

#divSocial > div > div:hover {
  opacity: .8;
}
#divSocial > div > div:hover .divTweet > div > p {
  color: white;
  opacity: 1;
}

.divTweet {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: auto;
}
.tweet-inside-icon {
  height: 71px;
  width: 74px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--color-gris6);
  background-color: var(--color-gris2);
}
.divTweet > .tweet-inside-icon > span {
  background-color: var(--color-gris2);
  color: var(--color-gris6);
}
.tweet-text {
  padding: 0px 10%;
  color: var(--color-gris6);
  text-align: center;
}
.tweet-textP {
  color: var(--color-text2);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4em;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tweet-textP > span {
  color: var(--color-verdeClaro);
}
.tweet-info {
  color: var(--color-verdeClaro);
  font-size: 19px;
  line-height: 4em;
}

.tweet-info {
  color: var(--color-text);
}
.like-icon-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.like-icon-container > div {
  margin: 0 12px;
  font-size: 21.5px;
  color: var(--color-azulRRSS);
}
.like-icon-container > div > a {
  color: var(--color-azulRRSS);
  transition: ease .3s;
}
.like-icon-container > div > a:hover {
  color: var(--color-verdeRRSS);
  transition: ease .3s;
}
.like-icon-container > div > span {
  color: var(--color-gris12);
  font-size: 21.5px;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .divTweet > div > p{
    font-size: 21px;
  }
}
@media (max-width: 800px) {
  #divSocial > div > div {
    width: calc( 50% - 7px );
  }
  .divTweet > div > p{
    font-size: 18px;
  }
}
@media (max-width: 500px) {

  .divTweet > div > p{
    font-size: 17px;
  }
  #divSocial > div > div {
    height: 200px;
    width: 100%;
    padding: 5px 5px 0 5px;
  }
}


/*  SEC Estreno  */

#secEst {
  width: 100%;
  padding-top: 60px!IMPORTANT;
  padding-bottom: 110px;
}
.divEst {
  height: 495px;  
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.divEst > .divText {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat; 
  background-position: 50% 50%;
  background-size: cover;
  z-index: 3;
  padding: 27px;
}
.child1 {
  margin-top: 23px;
  margin-right: 10%;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.child2 {
  margin-top: 18px;
  }
  .child2 > span > svg{
    font-size: 25px;
    position: absolute;
    bottom: 22px;
  }
  .divEst > .divText > p > span {
    font-weight: 600;
    transition: ease .3s;
    }
    .divEst > .divText > p > span:hover {
      color: var(--color-text);
    }
.divEst > .divArticle {
  width: 100%;
  height: 373px;
  position: relative;
}
.divEst  .divArticle > article {
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat; 
  background-position: 50% 50%;
  background-size: cover;    
  z-index: 1;
}
 

/* Ahora en BOM */

#secAhora {
  background-color: var(--color-bgOscuro);
  padding-bottom: 112px;
 /* display: flex;
  justify-content: space-around;*/
}


/*  Pie  */

#secPie{
  background-color: var(--color-bgOscuro);
  padding-bottom: 90px;
}
#secPie .divBtnCen{
  margin-bottom: calc(106px - 1em);
}

/*  CONTACTO  */

#secContacto h2 {
  color: #6b6d79;
}

.hr1 {
  color:#6b6d79;
  background-color: #6b6d79;
  height: 2px;
  border-width:0;
}
.hr2 {
  width: 65px;
  margin-left: calc( 50% - 32px );
  margin-bottom: 86px;
  color:#fff;
  background-color: #fff;
  height: 1px;
  border-width:0;
  
}
#divImgContacto {
  background-image: url("./../img/cabecera3.jpg");
  
}


#formContact > div > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#formContact > div > div:nth-child(1) {
  margin-bottom: 45px;
}
#formContact > div > div:nth-child(2) {
  margin-bottom: 90px;
}

#formContact > div > div textarea {
  width: 95%;
  border-radius: 13px;
}
#pForm {
  margin-top: 87px;
  margin-bottom: 34px;
  text-align: center;
  color: #abacae;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}

.contactInput {
  width: 90%;
  max-width: 90%;
  background: var(--color-gris5); 
  color: white;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 5px 0;
  padding: 12px 15px 12px 15px;
  transition: 0.3s;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: .3s;
  border-radius: 25px;
}
select.contactInput {
  color: rgba(255,255,255,.5);
  background-image: url('https://www.tvads.me/img/flecha2.png');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.contactInput:hover {
  background-color: var(--color-gris3);
  color: #000!important;
}
.contactInput:focus {
  background-color: var(--color-gris1);
  color: black;
}
select:focus{ outline: none;}

.contactInput[type=text]:focus {
  border: none;
}
/*input[type="checkbox"]:checked {
  background-color: var(--color-verdeClaro);
  content: "f046";
}


.squaredThree {
  width: 20px;
  position: relative;
  margin: 20px auto;
}
.squaredThree label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#45484d));
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
          box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.squaredThree label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squaredThree label:hover::after {
  opacity: 0.3;
}
.squaredThree input[type=checkbox] {
  visibility: hidden;
}
.squaredThree input[type=checkbox]:checked + label:after {
  opacity: 1;
}*/

#divFormReg {
  height: 140px;
  margin-bottom: 50px;
}
#divFormReg > div {
  padding: 0 30px;
  display: flex;
}
#divFormReg p {
  margin-left: 5px;
  color: white;
}
#divFormReg label {
  cursor: pointer;
  font-size: 12px;
  color: var(--color-text2);
  transition: .3s;
}
#divFormReg label:hover {
  color: var(--color-text);
}
#map{
  height: 460px;
  width: 100%;
  background-color: #0e0e17;
}
#margenMap{
  height: 150px;
  width: 100%;
  background-color: #0e0f18;
}
@media (max-width: 500px) {
  #secContacto {
    padding-top: 90px;
  }
  #divFormReg {
    height:auto;
  }
  #divFormReg {
    margin: 50px 0;
  }
  #divFormReg > div {
    text-align: center;
  }
  #divFormReg > div.divBtnCen {
    margin: 30px 0 0 0;
  }
  .contactInput {
    width: 80%;
    max-width: 80%;
  }
  #pForm{
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2em;
  }
}


/*  PROGRAMACIÓN  */

#divImgProgramacion {
  background-image: url("./../img/cabecera4.jpg");
}
#secBtnProg, #secParrilla{
  background-color: var(--color-bgOscuro);
}
#secBtnProg {
  padding-top: 0px;
  padding-bottom: 112px;
}
#secBtnProg .divBtnCen{
  margin-top: 40px;
}

/*   FICHA INDIVIDUAL DE PELICULA   */

#SombraFicha{
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  background: rgba(1,1,1,1);
  background: -moz-linear-gradient(top, rgba(1,1,1,1) 0%, rgba(1,1,1,0.5) 50%, rgba(1,1,1,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,1,1,1)), color-stop(50%, rgba(1,1,1,0.5)),  color-stop(100%, rgba(1,1,1,0)));
  background: -webkit-linear-gradient(top, rgba(1,1,1,1) 0%, rgba(1,1,1,0.5) 50%, rgba(1,1,1,0) 100%);
  background: -o-linear-gradient(top, rgba(1,1,1,1) 0%, rgba(1,1,1,0.5) 50%, rgba(1,1,1,0) 100%);
  background: -ms-linear-gradient(top, rgba(1,1,1,1) 0%, rgba(1,1,1,0.5) 50%, rgba(1,1,1,0) 100%);
  background: linear-gradient(to bottom, rgba(1,1,1,1) 0%, rgba(1,1,1,0.5) 50%,  rgba(1,1,1,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#010101', GradientType=0 );
  z-index: 0;
}

#secFicha1 > *{
  z-index: 1;
}
#secFicha2 > *{
  z-index: 1;
}

#secFicha1, #secFicha1 > * {
  padding: 0;
  margin: 0;
  
}
#secFicha1{
  min-height: 200px;
}
section > div#secFicha1sub{
  height: 595px;
  max-height: 60vh;
  max-width: 100%!important;
  width: 100%;
  object-fit: cover;
  /*display: none;*/ /* <= Caja a ocultar cuando no haya imagen */
}
#divImgFicha1{
  height: auto;
  width: 100%;
  position: relative;
}
#divImgFicha1 > img{
  height: 595px;
  max-height: 80vh;
  width: 100%;
  object-fit: cover;
}
#divImgFicha1 > div{
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(35,36,43,0);
  background: -moz-linear-gradient(top, rgba(35,36,43,0) 0%, rgba(35,36,43,0.01) 1%, rgba(35,36,43,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35,36,43,0)), color-stop(1%, rgba(35,36,43,0.01)), color-stop(100%, rgba(35,36,43,1)));
  background: -webkit-linear-gradient(top, rgba(35,36,43,0) 0%, rgba(35,36,43,0.01) 1%, rgba(35,36,43,1) 100%);
  background: -o-linear-gradient(top, rgba(35,36,43,0) 0%, rgba(35,36,43,0.01) 1%, rgba(35,36,43,1) 100%);
  background: -ms-linear-gradient(top, rgba(35,36,43,0) 0%, rgba(35,36,43,0.01) 1%, rgba(35,36,43,1) 100%);
  background: linear-gradient(to bottom, rgba(35,36,43,0) 0%, rgba(35,36,43,0.01) 1%, rgba(35,36,43,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23242b', endColorstr='#23242b', GradientType=0 );
}

#secFicha2 h1{
  max-width: 600px;
  font-size: 50px;
  font-size: 700!important;
  text-transform: uppercase;
  line-height: 1em;;
}
#secFicha2{
  padding-bottom: 200px;
}

#txtFicha{
  padding-top: 15px;

}

#txtFicha strong{
  font-weight: 600;
}
#txtFicha p.pDato{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
  padding-right: 10%;
}
#txtFicha .pSinop{
  margin-top: 55px;
  line-height: 1.5;
  padding-right: 10%;
  color: var(--color-text3);
}
#txtFicha .pSinop *{
  margin: 0!important;
  padding: 0 0 .5em 0 !important;
  line-height: 1.5em!important;
  text-align: left!important;
}

#txtFicha p.pLast{
  margin-top: 30px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
#secFicha3{
  padding-bottom: 80px;
  background-color: var(--color-bgOscuro);
}
#secFicha3 aside{
  margin-top: 80px;
  margin-bottom: 80px;
}
.sombraArticle3{
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(18,21,28,0);
  background: -moz-linear-gradient(top, rgba(18,21,28,0) 0%, rgba(18,21,28,0) 65%, rgba(18,21,28,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,21,28,0)), color-stop(65%, rgba(18,21,28,0)), color-stop(100%, rgba(18,21,28,1)));
  background: -webkit-linear-gradient(top, rgba(18,21,28,0) 0%, rgba(18,21,28,0) 65%, rgba(18,21,28,1) 100%);
  background: -o-linear-gradient(top, rgba(18,21,28,0) 0%, rgba(18,21,28,0) 65%, rgba(18,21,28,1) 100%);
  background: -ms-linear-gradient(top, rgba(18,21,28,0) 0%, rgba(18,21,28,0) 65%, rgba(18,21,28,1) 100%);
  background: linear-gradient(to bottom, rgba(18,21,28,0) 0%, rgba(18,21,28,0) 65%, rgba(18,21,28,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023242', endColorstr='#23242b', GradientType=0 );
}
#secFicha3 .divText {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sombraArticle4 {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: var(--color-bgOscuro);
  opacity: .3;
  z-index: 2;
  transition: .3s;
}
.sombraArticle4:hover {
  opacity: 0;
}

#divFichaVideo{
  width: 100%;
  padding-top: 146px;
  display: flex;
  justify-content: left;
}
#divFichaVideo > div{
  width: 560px;
  height: 300px;
  padding-bottom: 66px;
 
}
#divFichaVideo > div > div{
  width: 100%;
  height: 300px;
  background-color: rgb(144 144 150);
   -webkit-box-shadow: 5px 5px 0px 0px rgba(106,106,111,1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(106,106,111,1);
  box-shadow: 5px 5px 0px 0px rgba(106,106,111,1);
}
#divFichaVideo > div > div > *{
  width: 100%;
  height: 300px;
}

.fichaSinImg{
  padding-top: 0px;
  margin-top: -20px;
}

@media (max-width: 600px) {
  #secFicha2 h1{
    font-size: 40px;
  }
}

/* PRIME TIME */

#secFicha3 .divPrime {
  height: 370px;
  width: calc( 50% - 4px);
  position: relative;
  margin-bottom: 20px;
}

#secFicha3 .divPrime:hover .sombraArticle4{
  opacity: 0;
}



#secFicha3 .divPrime > .divText {
  width: 100%;
  margin-top: -10px;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat; 
  background-position: 50% 50%;
  background-size: cover;
  z-index: 3;
  padding: 29px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#secFicha3 .divPrime p {
  margin-top: 20px;
  margin-right: 5%;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#secFicha3 .divPrime strong:hover {
  color: var(--color-text);
  transition: .3s;
}
#secFicha3 .divPrime > .divArticle {
  width: 100%;
  height: 270px;
  position: relative;
  
}
#secFicha3 .divPrime  .divArticle > article {
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat; 
  background-position: 50% 50%;
  background-size: cover;    
  z-index: 1;
}
@media (max-width: 600px) {
  #secFicha3 .divPrime {
    width: 100%;
  }
}





/* SEARCH  */

section#secSearch {
  margin: 15px 0 0 0;
  padding: 0;
}
section#secSearch > div {
  width: 100%;
  max-width: 100%!important;
}

#contenidoSearch {
  /*width: calc(100% - 80px);*/
  width: 90%;
    max-width: 1400px;
  min-height: 80vh;
  margin: 55px 0 60px 0;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  background-color: var(--color-bgOscuro);
}
#contenidoSearchSearch {
  height: 120px;
  margin-top: 275px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 2px solid var(--color-white04);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
#contenidoSearchMost {
  margin-top: 98px;
  margin-bottom: 93px;
  text-align: left;
}

#contenidoSearchSearch > svg {
  color: var(--color-verdeOscuro);
  font-size: 60px;
}
.search__form {
  width: calc( 100% - 70px);
  font-size: 60px;
}
.search__input {
  width: 100%;
  padding: 0 0 0 15px;
  background: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-family: inherit;
  line-height: 1;
  -webkit-appearance: none;
  transition: .3s ease;
}
.search__input:hover {
  background: rgba(255, 255, 255, .1);
}
.divListSearch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.divMostDetalle{
  height: 220px;
  width: 222px;
  min-width: 150px;
  margin: 10px 4px 30px 4px;
  position: relative;
}
.divMostDetalle img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.divMostDetalle > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
}
.divMostDetalle > a > div {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  position: absolute;
  bottom: 0;
  background: var(--color-bgOscuroTr2);
  background: -moz-linear-gradient(top, var(--color-bgOscuroTr2) 0%, var(--color-bgOscuroTr2) 15%, var(--color-bgOscuroTr2) 65%, var(--color-bgOscuro) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--color-bgOscuroTr2)), color-stop(12%, var(--color-bgOscuroTr2)), color-stop(65%, var(--color-bgOscuroTr2)), color-stop(100%, var(--color-bgOscuro)));
  background: -webkit-linear-gradient(top, var(--color-bgOscuroTr2) 0%, var(--color-bgOscuroTr2) 12%, var(--color-bgOscuroTr2) 65%, var(--color-cart-bg) 100%);
  background: -o-linear-gradient(top, var(--color-bgOscuroTr2) 0%, var(--color-bgOscuroTr2) 12%, var(--color-bgOscuroTr2) 65%, var(--color-bgOscuro) 100%);
  background: -ms-linear-gradient(top, var(--color-bgOscuroTr2) 0%, var(--color-bgOscuroTr2) 12%, var(--color-bgOscuroTr2) 65%, var(--color-bgOscuro) 100%);
  background: linear-gradient(to bottom, var(--color-bgOscuroTr2) 0%, var(--color-bgOscuroTr2) 12%, var(--color-bgOscuroTr2) 65%, var(--color-bgOscuro) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );

  transition: .3s ease;
}
.divMostDetalle > a > div:hover {
  background: var(--color-bgOscuroTr2);
  background: -moz-linear-gradient(top, var(--color-bgOscuroTr1) 0%, var(--color-bgOscuroTr1) 15%, var(--color-bgOscuroTr2) 65%, var(--color-bgOscuro) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--color-bgOscuroTr1)), color-stop(12%, var(--color-bgOscuroTr1)), color-stop(65%, var(--color-bgOscuroTr2)), color-stop(100%, var(--color-bgOscuro)));
  background: -webkit-linear-gradient(top, var(--color-bgOscuroTr1) 0%, var(--color-bgOscuroTr1) 12%, var(--color-bgOscuroTr2) 65%, var(--color-cart-bg) 100%);
  background: -o-linear-gradient(top, var(--color-bgOscuroTr1) 0%, var(--color-bgOscuroTr1) 12%, var(--color-bgOscuroTr2) 65%, var(--color-bgOscuro) 100%);
  background: -ms-linear-gradient(top, var(--color-bgOscuroTr1) 0%, var(--color-bgOscuroTr1) 12%, var(--color-bgOscuroTr2) 65%, var(--color-bgOscuro) 100%);
  background: linear-gradient(to bottom, var(--color-bgOscuroTr1) 0%, var(--color-bgOscuroTr1) 12%, var(--color-bgOscuroTr2) 65%, var(--color-bgOscuro) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  /*-webkit-box-shadow: inset 0px 0px 0px 5px var(--color-verdeClaro3);
  -moz-box-shadow: inset 0px 0px 0px 5px var(--color-verdeClaro3);
  box-shadow: inset 0px 0px 0px 5px var(--color-verdeClaro3);*/
}
.divMostDetalle > a > div > div {
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: left;
  flex-direction: column;
}
.pMostDetalle1{
  font-weight: 600;
  color: var(--color-text);
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pMostDetalle2{
  font-weight: 600;
  color: #bfbfbf;
  font-size: 12px;
}

.cajaVacia{
  height: 220px;
  width: 222px!important;
  margin: 0 4px;
  margin-top: 10px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  background-color: var(--color-black06);
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#divFiltros {
  margin-top: 30px;
  
 /* background-image: url('https://api.iconify.design/ic-baseline-arrow-drop-down.svg');
  background-size: auto;
  background-repeat: no-repeat;*/
}
#divFiltros > div {
  width: 120px;
  color: var(--color-white);
  background-image: url(/img/ico/arrow-down-b.svg);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  opacity: .6;
  cursor: pointer;
  transition: ease .3s;
}
#divFiltros > div:hover {
  opacity: .8;
}
#divFiltros > form {
  display: none;
  margin-top: 1em;
  padding: 1em 1em 0 1em;
  border: 1px solid var(--color-white04);
  width: 200px;
  /*display: flex;*/
  flex-direction: row;
}
#divFiltros input {
  width: 100%;
  background-color: transparent;
  color: var(--color-white);
  border: none;
  background-image: url('https://api.iconify.design/bx:bx-calendar.svg?color=white');
  background-repeat: no-repeat, repeat;
  background-position: right .2em top 50%, 0 0;
  background-size: 1.3em auto, 100%;
  opacity: .7;
  transition: .2s;
}
#divFiltros input::-webkit-calendar-picker-indicator {
  background: transparent;
  opacity: 1;
}
#divFilSub > div:nth-child(1){
  padding-bottom: 1em;
  border-bottom: 1px solid var(--color-white04);
}
#filGen {
  padding: 1em 0;
  background-image: url(/img/ico/arrow-ri-b.svg);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .45em auto, 100%;
  /*position: relative;*/
  cursor: pointer;
}
#filGenList {
  width: calc( 100% + 2em );
  height: 150px;
  position: relative;
  left: -1em;
  cursor: pointer;
  color: var(--color-white05);
  z-index: 9;
  display: none;
}
#filGenList > div {
  width: 100%;
  padding: .5em 2em ;
  transition: ease .3s;
  font-size: .85em;
  background-color: var(--color-gris14);
  border-top: 1px solid var(--color-white01);
}
#filGenList > div:hover {
  background-color: var(--color-gris15);
  color: var(--color-white08);
  border-top: 1px solid var(--color-white02);
}

@media (max-width: 1437px) {
  #cajaVacia1, #cajaVacia2, #cajaVacia3{
    display: block!important;
  }
}
@media (max-width: 1150px) {
  #cajaVacia1, #cajaVacia2{
    display: none!important;
  }
  #cajaVacia3{
    display: block!important;
  }
}
@media (max-width: 556px) {
  #cajaVacia1, #cajaVacia2, #cajaVacia3{
    display: none!important;
  }
}
@media (max-width: 840px) {
  #contenidoSearchSearch > svg {
    font-size: 40px;
  }
  .search__form {
    width: calc( 100% - 60px);
    font-size: 40px;
  }
  #contenidoSearch {
    width: calc(100% - 40px);
  }
  #contenidoSearchSearch {
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

}
@media (max-width: 500px) {

}

/* EXTRAS POLÍTICAS PRIVACIDAD, COOKIES, LEGAL */

.bodyExtra{
  /*background: var(--color-bg);
  background: -moz-linear-gradient(top, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--color-bg)), color-stop(73%, var(--color-bg)), color-stop(100%, var(--color-bgOscuroTr)));
  background: -webkit-linear-gradient(top, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr) 100%);
  background: -o-linear-gradient(top, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr)100%);
  background: -ms-linear-gradient(top, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr) 100%);
  background: linear-gradient(to bottom, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23242b', endColorstr='#12151c', GradientType=0 );*/
  background-image: url("/img/fondo_extra1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bodyExtra2{
  background-image: url("/img/bg-thankyou.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bodyExtra main{
  z-index: 1;
}
section.secExtra > div {
  width: 540px;
  max-width: 90%;
}
.secExtra{
  justify-content: center;
}
.secExtra > div > div {
  padding: 15px 8px;
  border-top: 2px solid var(--color-text3);
  border-bottom: 2px solid var(--color-text3);
}
.secExtra > div > div > div {
  height: 400px;
  max-height: 40vh;
  padding: 16px 15px 4px 13px;
}
#secAbout > div > div > div {
  height: auto;
}
.secExtra p, .print p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.secExtra strong, .print strong{
  margin-top: 1em;
  line-height: 2.4em;
}
.secExtra a, .secExtra p, .secExtra h2 {
  color: var(--color-text);
}
.secExtra a:hover, .print a:hover{
  transition: .3s;
  text-decoration: underline;
}

.secExtra ul, .print ul{
  margin-bottom: 1em;
}
.secExtra li, .print li {
  margin-left: 3em;
  font-size: 14px;
  list-style: circle;
  font-weight: 300;
  line-height: 1.5em;
}
.divPrint {
  display: flex;
  justify-content: right;
  margin: 29px 0;
}
.sombra {
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
  opacity: .3;
}

#cookies{
	display: flex;
    position: fixed;
    bottom: 0px;
    width: 100%;
    color: var(--color-gris7);
    background: var(--color-link);
    z-index: 195;
}
#cookies > div{
	display: flex;
	flex-direction: row;
	align-items: center;
}
#cookies > div:nth-child(1){
	padding:20px;
	font-size: 12px;
	font-weight: 300
}
#cookies > div:nth-child(1) > div:nth-child(2){
  padding: 1em 1.5em;
  cursor: pointer;
  color: var(--color-bgOscuro);
  background-color: var(--color-white04);
  transition: .3s ease;
  font-weight: 500;
}
#cookies > div:nth-child(1) > div:nth-child(1){
	padding: 0 5%;
}
#cookies > div:nth-child(1) > div:nth-child(2):hover{
	padding: 1em 1.5em;
  color: var(--color-text);
  background-color: var(--color-bgOscuro);
}

@media (max-width: 800px) {
  .secExtra > div > div > div {
    max-height: 300px;
  }
}
@media (max-width: 500px) {
  .secExtra {
    min-height: calc( 100vh - 90px );
  }
  .secExtra p, .secExtra li {
    font-size: 14px;
  }
  .secExtra > div > div > div {
/*    max-height: 250px;*/
    text-align: left;
    padding: 0;
  }
}
@media (max-width: 400px) {
  .secExtra > div > div > div {
/*    height: 200px;
    max-height: 200px!important;*/
  }
  .secExtra h2 {
    font-size: 25px;
  }
}

/*  POLÍTICA DE PRIVACIDAD  */

#secPrivacidad {
  height: calc( 100vh - 250px );
  padding-top: 0 !important;
  display: flex;
  align-items: center;
}

/*  POLÍTICA DE COOKIES  */

#secCookies {
  height: calc( 100vh - 250px );
  padding-top: 0 !important;
  display: flex;
  align-items: center;
}

/*  ABOUT  */

#secAbout{
  height: calc( 100vh - 250px );
  padding-top: 0 !important;
  display: flex;
  align-items: center;
}

/*  Información LEGAL  */

#secLegal{
  height: calc( 100vh - 250px );
  padding-top: 0 !important;
  display: flex;
  align-items: center;
}

/* PUBLICIDAD  */

#divImgPublicidad {
  background-image: url("./../img/cabecera5.jpg");
  background-position: 0% 50%;
}
#secPublicidad {
  background: var(--color-bg);
  background: -moz-linear-gradient(top, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--color-bg)), color-stop(73%, var(--color-bg)), color-stop(100%, var(--color-bgOscuroTr)));
  background: -webkit-linear-gradient(top, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr) 100%);
  background: -o-linear-gradient(top, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr)100%);
  background: -ms-linear-gradient(top, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr) 100%);
  background: linear-gradient(to bottom, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23242b', endColorstr='#12151c', GradientType=0 );
}
#secPublicidad #formContact > div > div:nth-child(1) {
  margin-bottom: 90px;
}
@media (max-width: 600px) {
  #secPublicidad {
    padding-top: 90px;
  }
}

/*  Thankyou */

#secThank {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc( 100vh - 250px );
}
#secThank > div {
  width: 420px;
  max-width: 90%;
  text-align: center;

}
#secThank h1 {
  margin-bottom: 32px;
  text-transform: uppercase;
  font-size: 40px;
  color: var(--color-text);
}
#secThank p {
  color: var(--color-text);
}
.bodyExtra2 .sombra{
  z-index: 0;
}
.bodyExtra2 main{
  z-index: 1;
} 
.bodyExtra2 section{
  padding-top: 0px;
}
@media (max-width: 800px) {
  #secThank h1 {
    font-size: 30px;
  }
}







/*the container must be positioned relative:*/
.custom-select {
  font-size: 22px;
    position: relative;
    margin: 10px 0;
    width: auto;
    min-width: 120px;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #363d47;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 18px;
  min-width: 140px;
}
/*style the items (options), including the selected item:*/
.select-selected {
    color: var(--color-text3);
  padding: 9px 34px 9px 0px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
}

.select-items div {
  font-size: 12px!important;
  padding: 9px 34px 9px 20px;
  color: var(--color-text3);
  border-top: 1px solid var(--color-white01);
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 17px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 10px;
}
.selectGenre .select-items {
        position: absolute;
    background-color: #363d47;
    top: 100%;
    height: 300px;
    z-index: 99;
    font-size: 18px;
    overflow: auto;
    width: 200px;
    left: -17px;
}

.MsoNormal {
  text-align: left!important;
  line-height: 1.5em;
  padding-right: 10%;
}