/*
Theme Name: Production's LOT PLUS
*/

@import "reset.css";

html, body {
  margin:0;
	padding:0;
	height:100%;
	background-color: #fff;
	color: #000;
  font-family: "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%
}

body {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: none;
	color: #333;
    font-family: "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%
}

p {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
	color: #303030;
  font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5 {
	color: #000;
	line-height: 120%;
	font-weight: 300;
	font-style: normal;
}

a {
	text-decoration: none;
}

input {
  -webkit-appearance: none;
}

/* ------ cajas ------ */
.wrap {
  width: 98%;
  margin: 0 auto;
  min-width: 1180px;
}
#footer .wrap {
  margin: 0 auto;
  width: 1180px;
}


/* ------ nav ------   width: 49px;*/
#nav {
  position: fixed;
  top: 0;
  width: 100%;
  float: left;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1
}
#logo, #ciudades {
  float: left;
  width: 19%;
}
#logo {
  margin-left: 1%;
}
#ciudades {
  margin-right: 1%;
}
#logo img {
  width: auto;
  height: auto;
}
#ciudades p {
  padding-top: 11px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  text-align: right;
  font-size: 10px;
  line-height: 116%;
  margin-bottom: 0px;
}
#menu {
  float: left;
  width: 60%;
  padding-top: 18px;
  text-align: center;
}
#menu ul {
  display: inline;
  width: 80%;
  margin: auto;
}
#menu ul li {
  margin-right: 20px;
  display: inline;
}
#menu ul li.idioma {
  border-left: 1px solid #fff;
  padding-left: 19px;
  margin-right: 0
}
#menu ul li a {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
#menu_mobile {
  display: none;
}
#header {
  width: 100%;
  /* height:100vh; */
  min-height: 700px;
  float: left;
  background-color: rgb(0, 0, 0);
}
#header.audioseries, #container.audioseries, #header_content.audioseries {
  height: 400px;
  min-height: 400px;
}
#center_content.audioseries {
  top: 50%;
}
#container {
    position: relative;
    overflow: hidden;
    height:100vh;
    min-height: 768px;
    margin-bottom: 0;
    padding: 0;
    width: auto;
    min-width: 100%;
    background-color: #000;
}
#header_content {
    width: 100%;
    height:100vh;
    position: absolute;
    top: 0;
    left: 0;
}
#pelicula_content {
    width: 100%;
    height:100vh;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#pelicula_content.extra_data {
  height: auto;
  background-size: cover;
  background-position: top center;
}
#center_content.extra_data {
  position: relative;
  padding-top: 260px;
  float: left;
  width: 96%;
  text-align: left;
  margin: 0 2%;
  transform: none;
  left: auto;
  top: auto;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 1) 84%, rgba(255, 255, 255, 0) 100%); */
}
#center_content.extra_data p, #center_content.extra_data h3 {
  font-size: 18px;
  color: #fff;
}
#center_content.extra_data h3 {
  padding-left: 12px;
  border-left: solid #d9d9d9 16px;
  text-transform: uppercase;
  line-height: 100%;
  color: #d9d9d9;
  margin-bottom: 10px;
}
#center_content.extra_data h1 {
  text-align: left;
  width: 900px;
  line-height: 100%;
  margin-bottom: 20px;
}
#center_content .data_header_extra {
  float: left;
  width: 640px;
}
.data_exif.extra_data {
  position: relative;
  float: left;
  background: linear-gradient(0deg, rgba(0,0,0,1) 84%, rgba(255,255,255,0) 100%);
  padding-top: 120px;
}
#pelicula_video {
  width: 100%;
  height:100vh;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #000;
}
#center_content {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}
#header_content h1, #pelicula_content h1 {
    /* z-index: 2; */
    color: #fff;
    text-align: center;
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 120%;
    text-shadow: 1px 1px #000;
    opacity: 1;
    transition: opacity 1s ease;
}
.fullscreen-bg_video {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.fullscreen-bg_imagen {
	width: 100%;
	height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* ------ home cajas ------ */
#home {
  width: 100%;
  margin: 20px 0;
  float: left;
}
#homepage_featured, #homepage_mid, #homepage_lower {
  width: 100%;
  float: left;
  background-color: #fff;
}
.posts_featured{
  width: 32%;
  float: left;
  height: 260px;
  margin: 0.66%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.posts_featured.spotify {
  height: 152px;
}
.posts_featured.formularios {
  border-radius: 8px;
  float: left;
  background-color: #222;
  padding: 30px 0;
  height: 22px;
  width: 48%;
  margin: 1%;
}
h3.forms {
  text-align: center;
  margin-top: 16px;
}
.text_center {
  float: left;
  width: 100%;
  font-size: 18px;
}
p.forms_page {
  margin-top: 40px;
}
p.forms_page a {
  font-size: 14px;
  padding: 10px 20px 9px 20px;
  border-style: none;
  line-height: 100%;
  background-color: #000;
  color: #fff
}
#footer p.forms_page a {
  color: #fff;
}
.posts_featured.formularios p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.posts_featured.formularios p a {
  color: #fff;
}
.posts_featured2{
  width: 23%;
  float: left;
  height: 260px;
  margin: 1%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.sombra_home{
  width: 90%;
  padding: 5%;
  height: 230px;
  float: left;
  background: url(https://fabula.cl/web/wp-content/themes/fabula/images/sombra_home.png) no-repeat bottom center;
}
.data_post_home{
  width: 100%;
  float: left;
  margin-top: 115px;
}
.data_post_home p{
  margin-bottom: 0px;
}
#home h2, #home p {
    color: #fff;
}
#home h2 {
  text-transform: uppercase;
  font-weight: bold;
}

/* ------ footer ------ */
#newsletter {
  width: 100%;
  float: left;
  background: url(https://images.pexels.com/photos/2747449/pexels-photo-2747449.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#newsletter h3 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 100%
}
#newsletter p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
}
#mailchimp {
  width: 100%;
  float: left;
}
#mailchimp input {
	width: 75%;
	padding: 2%;
	border: 1px solid #000;
	font-size: 14px;
  color: #fff;
  background-color: #000;
  float: left;
}
#mailchimp input::placeholder {
  color: #fff;
}
#mailchimp .button {
	width: 18%;
	padding: 2%;
	border: 1px solid #000;
  background-color: #000;
	font-size: 14px;
  float: right;
}
#sombra_foot {
  width: 100%;
  float: left;
  padding: 160px 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#news_wrap {
  width: 500px;
  margin: auto;
}
#footer {
  width: 100%;
  float: left;
  padding: 60px 0;
  background-color: #DBDBDB;
}
#footer h3 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}
#footer a {
  color: #000;
}
#down_footer {
  width: 100%;
  float: left;
  padding: 12px 0;
  background-color: #ADADAD;
}
#down_footer p {
  font-size: 11px;
  text-align: right;
  margin-right: 1%;
  margin-bottom: 0
}
#down_footer a {
  color: #000;
}
#contacto {
  width: 520px;
  float: left;
  margin-right: 60px
}
#contacto label {
	display: none;
	visibility: hidden
}
#contacto .ginput_container_text {
	margin: 0
}
#contacto .gfield_label {
	display: none;
	visibility: hidden
}
#contacto .top_label {
	padding-top: 0;
	padding-bottom: 0;
    margin-top: 4px
}
#contacto input, #contacto textarea {
	width: 100%;
	padding: 2%;
	border: 1px solid #FCFCFC;
	font-size: 14px;
}
#contacto .gform_wrapper {
    margin: 0 0 !important;
    max-width: 100%;
}
#contacto ul li {
    padding-right: 0;
    margin: 0 0 8px 0;
}
#contacto textarea {
	margin-bottom: 0;
	height: 80px
}
#contacto .button {
	font-size: 14px;
	padding: 10px 0 9px 0;
	border-style: none;
	line-height: 100%;
  background-color: #FCFCFC;
  width:140px;
}
#direccion {
  width: 400px;
  float: left;
  margin-right: 20px;
}
#direccion p {
  margin-bottom: 0;
  color: #000;
}
.dir {
  float: left;
  width: 46%;
  margin-bottom: 50px;
  margin-right: 4%;
}
#social {
  width: 170px;
  float: left;
}
#social ul {
  width: 100%;
  float: left;
}
#social ul li {
  margin-bottom: 20px;
  padding: 8px 0 8px 48px;
}
#social ul li a, #social ul a li {
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
#social ul li.face_foot {
  background: url(https://lot-plus.com/assets/svg/facebook.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
#social ul li.insta_foot {
  background: url(https://lot-plus.com/assets/svg/instagram.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
#social ul li.twitter_foot {
  background: url(images/twitter.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
#social ul li.vimeo_foot {
  background-image: url(images/vimeo.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
#social ul li.link {
  background-image: url(https://lot-plus.com/assets/svg/linkedin.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
#social ul li.tik {
  background-image: url(https://lot-plus.com/assets/svg/tiktok.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
#social ul li.imdb {
  background-image: url(https://lot-plus.com/assets/svg/imdb.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

/* ------ quienes ------ */
#header_quienes {
  width: 100%;
  height: 200px;
  background-color: #000;
  float: left;
}
#quienes {
  width: 100%;
  float: left;
  padding-bottom: 120px;
  /* background-color: #000; */
}
#servicios {
  width: 100%;
  float: left;
  padding: 60px 0;
  background-color: #fff;
}
#quienes #wrap, #servicios #wrap {
  width: 1000px;
  margin: auto;
}
#quienes #wrap {
  width: 98%;
  margin: 0 auto;
  min-width: 1180px;
}
#quienes #data_quienes p {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 130%
}
#servicios #data_quienes p {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 130%
}
#data_quienes {
  float: left;
  width: 700px;
  margin-bottom: 120px;
}
#data_quienes a {
  color: #fff;
  /* text-decoration: underline; */
}
#quienes h2 {
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 16px;
  margin-bottom: 16px;
  margin-top: 32px;
  border-bottom: 1px solid #000;
}
#premios_peliculas {
  width: 100%;
  padding-top: 80px;
  float: left;
  position: relative;
}
.galardon {
  width: 100%;
  float: left;
  margin-bottom: 80px;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  background-size: 9% auto;
}
.imagen_gal {
  width: 100%;
  float: left;
}
.galardon img {
  width: auto;
  height: 60px;
}
.galardon img.g_3, .galardon img.g_4, .galardon img.g_5, .galardon img.g_6 {
  height: 138px;
}
.galardon h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 100%
}
.galardon p {
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
}
.galardon ul {
  width: 90%;
  float: right;
  color: #000;
  padding-top: 20px;
  border-top: 1px solid #000;
  margin-top: 20px;
}
.galardon ul li {
  float: left;
  margin-left: 28px;
  margin-bottom: 28px;
  width: 350px;
}
.galardon ul li:last-child {
  margin-bottom: 0;
}
#kit {
  float: left;
  width: 42%;
  margin-left: 32%;
  margin-right: 32%;
  margin-top: 30px;
}
#logo_kit {
  width: 99px;
  height: 90px;
  float: left;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #fff url(images/fabula_kit.png) no-repeat center center;
}
#texto_kit {
  width: 289px;
  height: 60px;
  padding: 18px 0 12px 20px;
  float: left;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#texto_kit h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 100%
}
#texto_kit p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
#texto_kit a {
  color: #fff;
}
/* ------ directores ------ */
#directores {
  float: left;
  width: 100%;
  padding: 110px 0;
  background-color: #000;
}
#directores #wrap {
  width: 1000px;
  margin: auto;
}
#directores ul {
  width: 100%;
  float: left;
}
#directores ul li {
  width: 50%;
  float: left;
  margin-bottom: 24px;
}
#directores h2 {
  #color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
#directores a {
  color: #fff;
}
#directores a:hover {
  color: #4D4D4D;
}
#slider {
  width: 100%;
  height: 100vh;
  float: left;
}
#slider h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 100px;
  text-shadow: 1px 1px 1px #000;
}
#slider a {
  color: #fff;
  font-weight: bold;
}
.flexslider :focus {
	outline-color: #65afff;
	outline-color: rgba(101,175,255,.55)
}

.flexslider {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	zoom: 1
}
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative
}
.flexslider .slides img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	width: 100%
}
.flexslider .slides {
	zoom: 1
}
.flexslider .slides li {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
	width: 100%
}
.flexslider .slides>li:focus {
	outline-offset: -5px
}
.flex-container {
	zoom: 1;
	position: relative
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: -1px;
	display: block;
	visibility: visible
}
.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 88px;
	height: 83px;
	margin: -44px 0 0;
	position: absolute;
	top: 46%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
}
#footer_logo, #menu_footer {
	margin-right: 100px;
	float: left;
	padding-top: 20px
}
.flex-direction-nav a.flex-prev {
	background: url(images/flecha_izq.png) no-repeat center center;
}
.flex-direction-nav a.flex-next {
	background: url(images/flecha_der.png) no-repeat center center;
}
.flex-direction-nav .flex-prev {
	left: 80px
}
.flex-direction-nav .flex-next {
	right: 80px
}
/* ------peliculas------ */
.data_exif {
  width: 96%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2% 30px 2%;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 20%, rgba(255,255,255,0) 100%);
  text-align: left;
}
.data_exif ul {
  color: #fff;
  float: left;
}
.cols_dataextra {
  float: left;
  width: 20%;
  margin-right: 4%;
}
.cols_dataextra:first-child {
  width: 28%;
}
.cols_dataextra:last-child {
  margin-right: 0;
}
h3.sep_dataextra {
  margin-top: 26px;
}
.data_exif a {
  color: #fff;
}
.data_exif ul li {
  float: left;
  margin-right: 45px;
}
.data_exif ul li img.imdb, #center_content.extra_data img.imdb {
  height: auto;
  width: 52px;
  margin-top: 18px;
}
#center_content.extra_data img.imdb {
  margin-top: 10px;
}
#center_content.extra_data img.stream {
  height: 50px;
  width: auto;
  margin-top: 0;
  margin-left: 20px;
}
#center_content.extra_data h5 {
  float: left;
  margin-right: 22px;
  margin-top: 18px;
}
#center_content.extra_data h5 a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-radius: 7px;
  background-color: #D6D6D6;
  padding: 14px 22px 14px 58px;
  background-image: url(images/trailer.svg);
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: auto 34px;
}
#center_content.extra_data .imdb {
  padding-top: 0;
  float: left;
}

.data_exif h2, .data_exif h3 {
  color: #fff;
}
.data_exif h2 {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}
.data_exif.extra_data h2 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 38px;
  border-bottom: 1px rgba(255,255,255, 0.5) solid;
}
.data_exif p {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  line-height: 120%;
  margin-bottom: 0px
}
#pelicula_content.extra_data .data_exif p {
  margin-bottom: 20px;
}
.data_exif h3 {
  font-size: 18px;
  color: rgba(255,255,255, 0.8);
}
.play_vid {
  cursor: pointer;
}
#video_player {
  width: 100%;
  float: left;
  padding-top: 97px;
}
.wrap_player {
  width: 1120px;
  margin: auto;
}
#player {
  width: 976px;
  float: left;
  padding-left: 72px
}
#cerrar {
  width: 66px;
  float: right;
  text-align: center;
  padding-top: 10px;
}
#cerrar img {
  width: 26px;
  height: auto;
}

/* menu mobile  */
.overlay {
  width: 100%;
  position: fixed;
  z-index: 301;
  top: 0;
  left: 0;
  overflow-y: hidden;
  transition: 0.2s;
  background-color: #fff;
  height: 0;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 0;
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

#header h1.home_title {
  font-size: 48px;
}

/* modal padding-top: 100px; */
.modal {
  display: block;
  position: fixed;
  z-index: 1;
  
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
}
.modal_inner {
  float: left;
  width: 960px;
  padding: 20px;
  background-color: #fefefe;
}
.modal-content {
  margin: auto;
  padding: 20px;
  width: 1000px;
  height: auto;
}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal_interno {
  width: 100%;
  float: left;
}
.modal .imagen {
  width: 100%;
  height: 520px;
  float: left;
  background-position: center;
  background-size: cover;
  margin-top: 16px;
}
.text_modal {
  float: left;
  width: 100%;
  margin-top: 16px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 1400px) and (max-width: 3000px){
  .posts_featured{
    height: 300px;
  }
  .sombra_home{
    height: 260px;
  }
  .data_post_home{
    margin-top: 160px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 850px) {
  .wrap {
    width: 92%;
    min-width: 300px;
    padding:30px 0 0 30px;
  }
  #ciudades {
    display: none;
  }
  .posts_featured{
    width: 100%;
    float: left;
    height: 260px;
    margin: 0 0 20px 0;
  }
  #header h1.home_title {
    font-size: 28px;
    padding: 0 10%;
  }
  #header.homepage {
    margin-top: 81px;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #header {
    height: 280px;
    background-size: cover;
    background-position: center center;
    margin-top: 79px;
  }
  #header.homepage .fullscreen-bg_video {
  	display: block;
  }
  #header .fullscreen-bg_video {
  	display: none;
  }
  #header.single .fullscreen-bg_video {
  	display: block;
  }
  #header.audioseries, #container.audioseries, #header_content.audioseries {
    height: 160px;
    min-height: 160px;
  }
  #center_content.audioseries {
    top: 0;
    margin-top: 120px;
  }
  #homepage_featured, #homepage_mid, #homepage_lower  {
    width: 90%;
    padding: 0 5%;
  }
  /* #header {
    width: 100%;
    height:280px;
    min-height: 280px;
  } */
  #header.single {
    height: auto;
  }
  #header {
    min-height: auto;
  }
  #nav {
    position: fixed;
    top: 0;
    width: 100%;
    float: left;
    padding: 12px 0 12px 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: 1
  }
  .wrap {
    width: 100%;
    min-width: 300px;
  }
  #logo {
    float: left;
    width: 46%;
    margin: 0 0 0 4%;
  }
  #nav #menu {
    display: none;
  }
  #menu {
    float: left;
    width: 100%;
    padding-top: 10px;
    text-align: left;
  }
  #menu ul {
    display: inline;
    width: 100%;
    margin: auto;
  }
  #menu ul li {
    margin-right: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 92%;
    padding: 6px 4%;
  }
  #menu ul li a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-weight: 900;
  }
  #menu ul li.current_page_item {
    background-color: #fff
  }
  #menu ul li.current_page_item a {
    color: #000
  }
  
  /* Ajustar según sea necesario */
  #container {
      position: relative;
      overflow: hidden;
      height:280px;
      min-height: auto;
      background-color: rgba(0, 0, 0, 0);
  }

  .item {
    position: relative;
    display: inline-block;
    width: 23%; /* Ajustar según sea necesario */
}

.hover {
    display: block;
    width: 100%;
    height: auto;
}

.hover-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    pointer-events: none; /* Deshabilita los eventos de puntero en el video */
}

.item:hover .hover-video {
    display: block;
    pointer-events: auto; /* Habilita los eventos de puntero cuando el item está en hover */
}
/* Ajustar según sea necesario */

  #header_content {
      width: 100%;
      height:auto;
      margin-bottom: 15px;
  }
  #sombra_foot {
    padding: 60px 0;
  }
  #news_wrap {
    width: 92%;
    margin: auto;
  }
  #footer {
    padding: 90px 0 60px 0;
  }
  #footer .wrap {
    margin: 0 auto;
    width: 92%;
  }
  #contacto {
    width: 100%;
    margin-right: 0;
  }
  #direccion {
    width: 100%;
    float: left;
    margin-right: 0;
  }
  .dir {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  #social {
    width: 100%;
  }
  #social ul li {
    margin-bottom: 10px;
    padding: 8px 0 8px 48px;
  }
  #header_content h1, #pelicula_content h1 {
      font-size: 45px;
      margin-bottom: 10px;
  }
  .data_exif {
    position: relative;
    padding: 0 5% 20px 5%;
    height: auto;
    float: left;
    width: 90%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 100%);
  }
  .data_exif ul li {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8px;
    padding-top: 0;
  }
  .wrap_player {
    width: 92%;
  }
  #player {
    width: 100%;
    padding-left: 0;
  }
  #cerrar {
    width: 66px;
    float: right;
    text-align: right;
    padding-top: 20px;
  }
  #cerrar img {
    width: 34px;
  }
  #quienes #wrap, #directores #wrap, #servicios #wrap {
    width: 92%;
    min-width: 92%;
  }
  #data_quienes {
    width: 100%;
    margin-bottom: 120px;
  }
  #quienes #data_quienes p {
    color: #fff;
    font-size: 26px;
  }
  #servicios #data_quienes p {
    color: #000;
    font-size: 26px;
  }
  .galardon {
    width: 100%;
    float: left;
    margin-bottom: 80px;
    padding-left: 0;
    min-height: inherit;
  }
  .galardon ul {
    width: 100%;
    float: left;
    color: #fff;
    padding-left: 0;
    /* border-top: none;
    border-bottom: 1px solid #fff; */
    border-left: none;
    position: relative;
    top: 0%;
    padding-bottom: 20px;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .galardon ul li {
    padding-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    margin-left: 0;
  }
  .galardon ul li:last-child {
    margin-bottom: 0;
  }
  #kit {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #logo_kit {
    width: 99px;
    height: 90px;
    float: left;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff url(images/fabula_kit.png) no-repeat center center;
  }
  #texto_kit {
    width: 200px;
    height: 60px;
    padding: 10px 0 20px 20px;
  }
  #texto_kit h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 100%
  }
  #texto_kit p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
  }
  #texto_kit a {
    color: #fff;
  }
  #header_quienes {
    height: 110px;
  }
  #slider {
    display: none;
  }
  #directores {
    padding: 120px 0 50px 0;
  }
  #directores ul li {
    width: 100%;
    margin-bottom: 12px;
  }
  #menu_mobile {
    display: block;
    float: left;
    width: 46%;
    margin-right: 4%;
    text-align: right;
    margin-top: 16px;
  }
  #menu_mobile a {
    color: #fff;
    font-size: 26px;
  }
  #myNav ul {
    width: 100%;
    float: left;
    text-align: left;
  }
  #myNav ul li {
    margin-bottom: 8px;
  }
  #myNav ul li a {
    color: #000;
    font-weight: bold;
    font-size: 26px;
  }
  #myNav .wrap {
    width: 92.5%;
    margin: 0 2.5% 0 5%;
  }
  #menu_cerrar {
    text-align: right;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 28px;
    width: 100%;
  }
  #menu_cerrar a {
    color: #000;
    font-size: 50px;
  }
  #home {
    margin: 0;
    padding: 16px 0 0 0;
    background-color: #fff;
  }
  #quienes {
    padding-top: 20px;
  }
  .posts_featured{
    margin: 0 0 15px 0;
  }
  #header.single {
    padding: 10px 0 0 0;
  }
  #pelicula_content {
    position: relative;
    height: auto;
    float: left;
    background-size: auto 290px;
    background-position: top center;
  }
  #pelicula_content.extra_data {
    background-size: auto 290px;
    background-position: top center;
  }
  #header.homepage #center_content {
    margin-top: 200px;
  }
  #center_content {
    float: left;
    position: relative;
    text-align: center;
    top: inherit;
    width: 100%;
    margin-top: 190px;
    height: 180px
  }
  /* body, html {
    background-color: #000;
  } */
  #ciudades_mobile {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 90%;
  }
  #ciudades_mobile p.ciudades {
    text-align: center;
    font-weight: bold;
  }
  #social ul li {
    width: 85%;
    float: left;
  }
  #g_1.galardon {
    padding-top: 140px;
  }
  #g_2.galardon {
    padding-top: 110px;
  }
  #g_3.galardon {
    padding-top: 230px;
  }
  #g_4.galardon {
    padding-top: 230px;
  }
  .blackbody {
    background-color: #000;
  }
  #social ul li.insta_foot {
    background-position: -3px center;
  }
  #center_content.extra_data {
    height: auto;
    padding-top: 60px;
    width: 100%;
    margin: 0;
  }
  #center_content .data_header_extra {
    width: 90%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 84%, rgba(255, 255, 255, 0) 100%);
    padding: 24px 5% 0 5%;
  }
  .cols_dataextra, .cols_dataextra:first-child, .cols_dataextra:last-child {
    width: 100%;
    margin-right: 0;
  }
  .data_exif.extra_data {
    padding-top: 20px;
  }
  #center_content.extra_data h1  {
    width: 80%;
    padding: 0 5%;
  }
  #center_content.extra_data h3 {
    width: 80%;
    margin: 0 5% 10px 5%;
  }
  #quienes h2 {
    font-size: 45px;
  }
  #premios_peliculas {

  }
}