.selectors{position:absolute;display:flex;flex-wrap:wrap;width:80%;margin:1em 10%}.selectors .title{width:100%;margin-top:0}.selectors ul{width:100%;display:flex;flex-wrap:wrap;justify-content:space-evenly;padding-left:0}.selectors ul li{font-size:1.25em;font-weight:500;margin:1em;list-style:none;display:inline}.selectors ul li a{color:#c9c9c9;transition:color .3s ease-in-out}.selectors ul li a.filter--active{color:#ba8663}.filmes{position:absolute;width:95%;margin:auto 2.5%;margin-bottom:3em;top:-3em;z-index:0;background-color:#1a1a1a;opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2);transition:all .2s ease-out}@media (min-width:1200px){.filmes{width:80%;margin:auto 10%}}.filmes--active{position:relative;z-index:1;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.list{width:100%}.list__items{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.list__items__item{width:100%;margin:.25em auto}@media (min-width:1200px){.list__items__item{width:30%;margin:1em auto}}.list__items__item--1{width:100%}.list__items__item--4{width:100%}@media (min-width:1200px){.list__items__item--4{width:23%}}.list__items__item--2{width:100%}@media (min-width:1200px){.list__items__item--2{width:48%}}.film_thumb{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center}.film_thumb__image{width:60%;overflow:hidden;max-height:50vh}@media (min-width:1200px){.film_thumb__image{width:100%;overflow:hidden;max-height:50vh}}.film_thumb__image img{width:100%;height:auto}@media (min-width:1200px){.film_thumb__image img{width:auto;height:100%}}.film_thumb__props{width:35%;display:flex;flex-wrap:wrap}@media (min-width:1200px){.film_thumb__props{width:100%}}.film_thumb__props>div{margin-right:.5em}.film_thumb__props__title{width:100%}.film_thumb__props__title h4{margin-bottom:0}.film_thumb__props__director{width:100%}.film_thumb__props__year::after{content:'/';position:relative}.noticiero_thumb{display:flex;flex-wrap:wrap;justify-content:flex-start}.noticiero_thumb__number{font-size:3em;font-weight:700;text-align:center;width:100%}.noticiero_thumb__props{width:100%;display:flex;flex-wrap:wrap}.noticiero_thumb__props>div{margin-right:.5em}.noticiero_thumb__props__title{width:100%}.noticiero_thumb__props__title h4{margin-bottom:0}.noticiero_thumb__props__director{width:100%}.noticiero_thumb__props__year::after{content:'/';position:relative}nav.pager{display:flex;justify-content:center}nav.pager ul{display:flex}nav.pager ul li{list-style:none;margin:.25em}nav.pager ul li.is-active a{color:#ba8663}nav.pager ul li a{color:#c9c9c9;padding:.5em}