<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Media querys para la version Responsive
* Por kanikase (Fernando Escobar)
*/

* {
    min-width: inherit !important;
    box-sizing: border-box;
    list-style: none;
    overflow-wrap: break-word;
}
.home-box.collection { justify-content: center;
}

.posts figure img {
    margin: 0 !important;
}
.navigation {
    display: flex;
    justify-content: center;
}
.pagenavi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 5px;
    line-height: inherit;
    max-width: 100%;
}
.pagenavi&gt;* {
    margin: 0 !important;
    padding: 5px 8px !important;
    display: block;
}
header#header {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    
    background: none;
}
header#header img {
    width: 100%;
	mask-image: 
    linear-gradient(to top, transparent, black 15%), 
    linear-gradient(to bottom, transparent, black 15%), 
    linear-gradient(to left, transparent, black 15%), 
    linear-gradient(to right, transparent, black 15%);
  -webkit-mask-image: 
    linear-gradient(to top, transparent, black 15%), 
    linear-gradient(to bottom, transparent, black 15%), 
    linear-gradient(to left, transparent, black 15%), 
    linear-gradient(to right, transparent, black 15%);
  mask-composite: intersect;
  -webkit-mask-composite: intersect;
}
.entradas {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 20px auto;
}
.entradas {
    max-width: 1280px;
    width: 100%;
    margin:0 auto 5px auto;
    height: auto;
    padding: 10px;
}
.capturas5 img {
	width: 50%;	
	border-radius:3px;
	margin: 0px auto;
	}

.new img {
    width: 100%;
}
#carrutop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    padding: 15px;
    float: none;
}

#carrutop li {
    margin: 0;
    padding: 0;
    float: none !important;
    height: auto !important;
    width: 115px !important;
    margin: 10px 0;
	list-style: none;
}

.estreno-thumbnail {
    margin: 0 !important;
    padding: 0 !important;
}
#car_top {
    padding: 10px 0;
	background-size: 16px 2px, 16px 2px, 2px 16px, 2px 16px;
}
.menu-menu-container {
	max-width: 1260px;
	    margin-top: 10px;
}
.outerb {
	    max-width: 1280px;
	    width: 100% !important;
	    margin: 10px 0 !important;
}

div#main {
    max-width: 1280px;
	background: rgba(122, 9, 29, 0.3);
    width: 100% !important;
    margin: auto !important;
}

section#content {
    max-width: 1030px;
    width: 75%;
}
body.page-template-colecciones section#content {
    max-width: none !important;
    width: 100% !important;
}

aside#sidebar {
    width: 22%;
    margin: 10px 0.5%;
    overflow: hidden;
}
#sidebar .widget {
	width: 100%;
}

.home-box {
	display: flex;
	    flex-wrap: wrap;
	    justify-content: space-around;
}
.home-box a {
    display: block;
    width: 16.66%;
    padding: 6px;
    float: none;
}
img.imagenc {
    width: 100%;
    margin: 0;
    height: auto;
}
#sidebar #s {
    width: 100% !important;
}
.widget_archive ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.widget_archive ul a{
	width: 48%;
	display: block;
	margin: 8px 0;
}
img.imagensd {
    margin: 0;
    width: 100%;
    height: auto;
}

.estreno-thumbnail {
    width: 100%;
}
img.imagend {
    width: 100% !important;
    height: auto !important;
}
.more-items a {
    float: right;
}

section#content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 10px 1%;
	
}
article.posts,article.posts1 {
    width: 16.66%;
	padding:5px;
}
.posts figure img {
    width: 100%;
    height: auto;
}

.outer, div.outer {
    margin: 310px 0 0;
    max-width: 1280px;
    width: 100%;
}

.navigation {
	width: 100%;
}
article.single {
    
    width: 100% !important;
}
#comentarios {
	width: 100%;
	    padding: 10px;
}

/*-- Menu mobile --*/
header#menu-mobile {
	display: none;
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin-top: -70px;
    position: fixed;
    z-index: 99999;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;

	background: rgb(41 32 42 / 50%);
    transition: all ease .4s;
    overflow: visible;
}
header#menu-mobile.menu-chico {
	height: 45px;
	background: #2c031f;
}

.logo-mobile img {
    width: auto;
    height: 60px !important;
    display: block;
    border-radius: 0;
    transition: height 0.4s ease!important; /* Solo aplicar la transición a la propiedad de altura */
}
#menu-mobile.menu-chico .logo-mobile img {
	height: 45px !important;
}

.buttons-mobile {
    line-height: 60px;
    display: flex;
    width: 20%;
    justify-content: space-around;
    color: #FFF;
    font-size: 16px;
    transition: all ease .4s;
}
#menu-mobile.menu-chico .buttons-mobile {
	line-height: 45px;
	
}
.buttons-mobile a {
    color: #FFF;
    width: 45px;
    text-align: center;
    display: block;
}
.search-mobile {
    position: absolute;
    display: none;
    width: 100%;
    top: 60px;
    background: #2c031f;
    padding: 20px;
    transition: all ease .4s;
}
#menu-mobile.menu-chico .search-mobile {
	top: 45px;
}
.search-mobile input {
    color: #525252;
    display: block;
    background: url(images/search_bg_black.png) no-repeat #fed559;
    border: 1px solid #9a770d;
    box-shadow: 0px 0px 7px #9a770d;
    width: 100%;
    padding: 8px 25px 8px 10px;
    border-radius: 4px;
}

header#menu-mobile .overlay-mobile {
    content: '';
    background: #000000d6;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 60px;
    transition: all ease .4s;
    z-index: 99998;
    display: none;
}
#menu-mobile.menu-chico .overlay-mobile {
	top: 45px
}
#menu-mobile, .logo-mobile, .buttons-mobile, .search-mobile, .menu-mobile {
    z-index: 99999;
}
nav.menu-mobile {
    position: fixed;
    width: 80%;
    height: calc(100% - 60px);
    backdrop-filter: blur(10px);
    background: rgba(32, 1, 34, 0.5);
    right: -80%;
    top: 60px;
    transition: all ease .4s;
}
#menu-mobile.menu-chico nav.menu-mobile {
    top: 45px;
    height: calc(100% - 45px);
}
.sociales {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    background: #d768680f;
    color: #FFF;
}
.e-social {
    padding: 10px;
    text-align: center;
    width: 33.3333%;
}

.e-social a {
    color: #EEE;
    background: #000;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: block;
    margin: auto;
    font-size: 14px;
    line-height: 32px;
}
.e-social:last-child {
    border-left: 1px solid #d768680f;
}

.e-social:first-child {
    border-right: 1px solid #d768680f;
}
nav.menu-mobile li {
    padding: 15px 15px;font-size: large;
    border-bottom: 1px solid #c3c3c30d;
}

nav.menu-mobile li a {
    
    display: block;
}
.menu-mobile ul.sub-menu {
    display: none;
}
ul.sub-menu li {
    border: none;
}
a.activo&gt;i {
    transform: rotate(90deg);
}
.caja {
	margin-top: 1rem;
}
.caja.relacionado {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.caja.relacionado .posts {
    width: 19%;
}
.detalles5 dd {
	overflow-wrap: break-word;
}



header#header-top {
    display: flex;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 99999;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: rgb(41 32 42 / 50%);
    transition: all ease .4s;
    overflow: visible;
    margin-top: -70px;
}
header#header-top.header-chico {
    height: 50px;
	background: #2c031f;
}
#header {
    margin-top: 70px !important;
}
#logo-top {
    width: 30%;
}
#logo-top img {
    height: 100% !important;
    margin-left: 20px;
    width: auto;
}
.search-top {
    width: 50%;
    display: flex;
    align-items: center;
}
.search-top form {
    width: 100%;
}

.search-top input#s {
    width: 80%;
    padding: 7px;
    border: none;
    border-radius: 5px;
    outline: none !important;
    padding-right: 25px;
}

.search-top input#s:active, .search-top input#s:focus {
    box-shadow: 5px 5px 10px #0b1a23;
}

button.btn-submit {
    background: transparent;
    border: none;
    padding: 7px;
    cursor: pointer;
    color: #000;
    position: relative;
    left: -30px;
    outline: none;
}
.top-sociales {
    width: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.top-sociales {
    width: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.top-sociales a {
    color: #fff;
    font-size: 20px;
    padding: 5px;
    display: block;
    margin: 0 10px;
}

.widget_categories ul li, #custom_html-2 ul li {
    width: 50% !important;
    float: left;
}
.widget_categories ul li, #custom_html-3 ul li {
    width: 50% !important;
}
#lc_taxonomy-4 ul li {
    width: 20% !important;
}
#lc_taxonomy-5 ul li {
    width: 25% !important;
}
#lc_taxonomy-6 ul li {
    width: 50% !important;
}
#lc_taxonomy-7 ul li {
    width: 50% !important;
}
#lc_taxonomy-8 ul li {
    width: 25% !important;
}
#lc_taxonomy-9 ul li {
    width: 20% !important;
}
@media screen and (max-width: 920px) {
	.luz {
		font-size: 2.5em;
	}
	#main-nav ul a {
	    padding: 10px !important;
	    display: block;
	}
	.home-box a, article.posts, article.posts1 {
		width: 25% !important;
	}
	.widget_archive ul a{
		width: 47%;
	}
	.caja.relacionado .posts {
	    width: 32% !important;
	}
    .widget_categories ul li, #custom_html-2 ul li  {
        width: 100% !important;
        float: left;
    }
    .home-box a {
        padding: 3px;
    }


}
@media screen and (max-width: 920px) and (orientation: landscape) {
    #lc_taxonomy-5 ul li,
    #lc_taxonomy-8 ul li {
      width: 33% !important;
    }
    .home-box a, article.posts, article.posts1 {
    width: 16.666% !important;
    }
  }
  
@media screen and (max-width: 769px) {
	.luz {
		font-size: 1.5em;
		letter-spacing: 8px;
	}

	body {
		padding-top: 70px;
	}

	header#menu-mobile {
		display: flex;
	}
    #header-top {
        display: none !important;
    }

	#main-nav {
		display: none;
	}
	a.rs-layer {
	    font-size: 12px !important;
	    margin: -5px -15px !important;
	}
	.home-box a, article.posts, article.posts1 {
	    width: 32% !important;
	}
	.widget_archive ul a {
	    width: 70%;
	}
	#content .single .entry-content {
	font-size: 12px;
    padding: 0px 1px;
	}
	.posts1 figure img {
	    height: auto;
		margin: 1px;
		padding: 5px;
	}
	#content {
	    width: 100% !important;
	    max-width: 100% !important;
	    margin: 0 !important;
	    float: none;
		padding: 1px;
	}
	#content .single .entry-header a {
	    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
		
	}
	#sidebar {
	    width: 100% !important;
	    max-width: 100% !important;
	    margin: 0 !important;
	    float: none;
		padding: 15px;
	}
	.widget_archive ul a {
	    width: 30%;
	}
	#carrutop li {
		width: 30% !important;
	}
	#header {
		display: none;
	}
	.caja.relacionado .posts {
	    width: 19% !important;
	}
    .widget_categories ul li, #custom_html-2 ul li  {
        width: 50% !important;
        float: left;
    }
}
@media screen and (max-width: 620px) {
	.widget_archive ul a {
	    width: 32%;
	}
	.sintesis {
	    width: 100%;
	    margin: 10px 0;
	}
	.caja.relacionado .posts {
	    width: 32% !important;
	}
}

@media screen and (max-width: 480px) {
	#carrutop li, .widget_archive ul a, .home-box a, article.posts, article.posts1 {
	    width: 31% !important;
        margin: 3px 0;
	}
	.poster_parent {
		margin: auto;
	}

	.caja.relacionado .posts {
	    width: 31% !important;
	    margin: 2% 0;
	}
	.capturas5 img {
	width: 100%!important;	
	border-radius:3px;
	margin: 1px auto;
	}
	.cap {
    display: contents;
  }
.miniaturas img {
    width: 30.3%;
    height: 100%;
}
.four_zero_four_bg h1{
 text-align: center;
 }
.contant_box_404{ margin-top:-50px;text-align: center;}
.Movies {
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #7a091d;
    box-shadow: 0 0 3px 0 #000000;
    color: #7a091d !important;
    background: #fed559;;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 4px;
    padding: 5px 10px 6px;
    text-align: center;
    text-transform: uppercase;
	text-shadow: 1px 1px 0px #fed559
}
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800");
* {
  box-sizing: border-box;
  margin: 0;
	
}

html,
body {
  margin: 0;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}


.movie_card {
  position: relative;
  display: block;
  width: 1200px;
  height: 350px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.4s;
}
.movie_card:hover {
  transform: scale(1.02);
  transition: all 0.4s;
}
.movie_card p {
    display: contents;
}
.movie_card .info_section {
  position: relative;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  z-index: 2;
  border-radius: 10px;
}
.movie_card .info_section .movie_header {
  position: relative;
  padding: 25px;
  height: 40%;
}
.movie_card .info_section .movie_header h1 {
  color: #fff;
  font-weight: 400;
font-size:2.3rem;
}

.movie_card .info_section .movie_header h4 {
  color: gold;
  font-weight: 400;
}
.movie_card .info_section .movie_header .minutes {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.13);
}
.movie_card .info_section .movie_header .type {
  display: inline-block;
  color: #cee4fd;
  margin-left: 10px;
}
.movie_card .info_section .movie_header .locandina {
  position: relative;
  float: left;
  margin-right: 20px;
  height: 120px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
}
.movie_card .info_section .movie_desc {
  padding: 25px;
  height: 50%;
}
.movie_card .info_section .movie_desc .text {
  color: #cfd6e1;
}
.movie_card .info_section .movie_social {
  height: 10%;
  padding-left: 15px;
  padding-bottom: 20px;
}
.movie_card .info_section .movie_social ul {
  list-style: none;
  padding: 0;
}
.movie_card .info_section .movie_social ul li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s;
  transition-delay: 0.15s;
  margin: 0 10px;
}
.movie_card .info_section .movie_social ul li:hover {
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.8);
}
.movie_card .info_section .movie_social ul li i {
  font-size: 19px;
  cursor: pointer;
}
.movie_card .blur_back {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  right: 0;
  background-size: cover;
  border-radius: 11px;
}

@media screen and (min-width: 768px) {
  .movie_header {
    width: 60%;
  }

  .movie_desc {
    width: 50%;
  }

  .info_section {
    background: linear-gradient(to right, #24011a 50%, transparent 100%);
  }

  .blur_back {
    width: 65%;
    background-position: -100% 10% !important;
  }
}
@media screen and (max-width: 768px) {
  .movie_card {
    width: 95%;
    margin: 30px auto;
    min-height: 350px;
    height: auto;
  }

  .blur_back {
    width: 100%;
    background-position: 50% 50% !important;
  }

  .movie_header {
    width: 100%;
    margin-top: 5px;
  }

  .movie_desc {
    width: 100%;
  }

  .info_section {
    background: linear-gradient(to top, #24011a 50%, transparent 100%);
    display: inline-grid;
  }
}
.download_button {
  display: block;
  margin: 0 auto;
  margin-top: 1.5rem;
  padding: 10px 60px;
  font-size: 1.5rem;
  background-color: transparent;
  border: 2px solid gold;
  color: gold;
  text-decoration: none; 
  border-radius: 5px;
  text-align: center;
  transition: color 0.3s, background-color 0.3s;
}

.download_button:hover {
  color: black;
  background-color: gold;
  text-decoration: none; 
}
@media screen and (max-width: 767px) {
      img {
        min-height: 25px!important;
      }
	body {
        background-position: top; 
		background-size:cover;
		background-repeat: repeat!important;
    }</pre></body></html>