/*
p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
*/

html,
body {
    /*    font-size: 90%;*/
}

a {
    color: inherit;
    -webkit-transition: font-weight 0.2s;
    transition: font-weight 0.2s;

}

a:hover {
    color: inherit;
    font-weight: 700;
}


/* Para Safari */

::-moz-selection {
    background: #EEEEEE;
}

::selection {
    background: #EEEEEE;
}


/* Para Firefox */

::-moz-selection {
    background: #EEEEEE;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    /*    display: -webkit-box;*/
    /*    -webkit-line-clamp: 1;*/
    /*    -webkit-box-orient: vertical;*/
}

p,
span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    font-size: 1rem;
    font-size: .9rem;
}

.row {
    max-width: 100%;
}

.column,
.columns {
    padding: 0;
}

.row .row,
.column-row .row {
    margin: 0;
}

.gray {
    color: #9E9E9E;
}

#sliderCover {
    width: 100vw;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

#sliderCover .description__buttons {
    margin-bottom: 1em;
}

#sliderCover #auxBackground {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#sliderCover #auxBackground.active {
    opacity: 1;
}

.fullWidth {
    max-width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
}

#header {
    background-color: rgba(255, 255, 255, 0.85);
    position: fixed;
    width: 100vw;
    z-index: 999;
    min-height: 3.375rem;
}

#header .text-11875 {
    margin-bottom: .5rem;
}

#header .text-1125 {
    margin-bottom: 0;
}

#carousel_home {
    visibility: hidden;
    margin-bottom: 0px;
    overflow: hidden;
}

.sliderCover__img {
    z-index: 1;
    position: relative;
    opacity: .5;
}

.relative {
    position: relative;
}

.nav__item {
    position: relative;
}

.arrowContainer {
    -webkit-flex-basis: 4%;
    -ms-flex-preferred-size: 4%;
    flex-basis: 4%;
    padding: 0;
}

.nav__item__box {
    position: absolute;
    left: 0;
    top: 30%;
    min-height: 62%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

#sliderCover__nav {
    overflow-x: hidden;
    margin-top: 0.9375rem;
}

.nav__item__box-text {
    padding-left: calc(1.9375rem + 105px);
    color: white;
    text-overflow: ellipsis;
}

.nav__item__box__distro {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    font-size: .9rem;
    line-height: 1;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}


/*.nav__item__box__title{*/

.sliderCover__img-cover {
    background-color: black;
    display: inline-block;
    margin: 0 1rem;
}

.sliderCover__img,
.nav__item__box-text,
.nav__item__box {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.sliderCover__img {
    height: 150px;
}

.nav__item:hover .sliderCover__img {
    opacity: 1;
}

.nav__item:hover .nav__item__box-text {
    color: black;
}

.nav__item:hover .nav__item__box {
    background-color: rgba(255, 255, 255, 0.85);
}

.slick-current .sliderCover__img {
    opacity: 1;
}

.slick-current .nav__item__box-text {
    color: black;
}

.slick-current .nav__item__box {
    background-color: rgba(255, 255, 255, 0.85);
}

.sliderCover__description {
    /*
    -webkit-flex-basis: 27%;
    -ms-flex-preferred-size: 27%;
    flex-basis: 27%;
*/
    position: absolute;
    right: -10rem;
    bottom: 15rem;
    width: 27%;
    background-color: rgba(255, 255, 255, 0.85);
    /*    margin-bottom: 0.9375rem;*/
    overflow: hidden;
    padding: 0 4rem 0 1rem;
    opacity: 0;
    -webkit-transition: opacity 1s, right 1s;
    transition: opacity 1s, right 1s;
}

.sliderCover__description.active {
    opacity: 1;
    right: 0;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.sliderCover__description .text-25 {
    font-size: 2.1rem;
}


/*.description__distro { {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
    font-size: .5625rem;
    font-size: 1.25rem;
    line-height: .9;
    margin-top: 1.25rem;
} */

.text-11875 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.1875rem;
    font-size: 1.06875rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 1.1875rem;
    margin-bottom: 1.06875rem;
}

.text-1125 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
    font-size: 1.0125rem;
    line-height: 1;
    margin-bottom: 1.125rem;
    margin-bottom: 0.8rem;
}

.text-125 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.1;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.text-1375 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.375rem;
    font-size: 1.2375rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

.text-113 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.13rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

.text-15 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 1.5rem;
    font-size: 1.35rem;
    line-height: 1;
    color: black;
    margin-bottom: .5rem;
}

.text-225 {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 2.25rem;
    font-size: 2.025rem;
    line-height: 1;
}

.text-25 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 2.5rem;
    font-size: 2.25rem;
    line-height: 1;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.line {
    height: 1px;
    background-color: #404040;;
}

.header_img {
    padding: .5rem;
}

.logoContainer {
    overflow: hidden;
    height: 42px;
}

.logoContainer img {
    padding: .5rem 0;
    height: 42px;
}

.logos {
    position: absolute;
    top: 0;
    left: 0;
}

.logo-animated-right {
    /*    top: -45px;*/
    -webkit-transform: rotateX(-90deg);
    /* Safari */
    transform: rotateX(-90deg);
}

.logo-animated-right-active {
    top: 0;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.logo-animated-left-opacity {
    opacity: 0;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.arrow {
    width: 40%;
}


.description__buttons a {
    margin: 0rem 0.4rem 0rem 0;
}

.wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
}

.wrapper-paddingBottom {
    padding-bottom: 2rem;
}

.section {
    /*    margin: 1.5rem 1rem 3rem 1rem;*/
}

.sub-section__title {
    background-color: #404040;
    color: white;
    /*
    -webkit-flex-basis: 92%;
    -ms-flex-preferred-size: 92%;
    flex-basis: 92%;
*/
    width: calc(100% - 2rem);
    margin-bottom: 2.25rem;
}

.sub-section__title h2 {
    margin-top: .5rem;
    text-transform: uppercase;
}

.sub-section__movie {
    position: relative;
    /*
    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;

    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    */
    padding: 0 1rem;
}

.movie__where {
    /*
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: .9;
*/
    text-transform: uppercase;
}

.where-text {
    margin: .5rem 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
    font-size: 1.0125rem;
    line-height: 1.2;
}

.sub-section__bottom {
    position: relative;
}

.arrow-absolute {
    position: absolute;
    top: 50%;
    /*    transform: translateY(-50%);*/
    height: 50px;
    width: 50px;
}

.arrow-absolute-left {
    left: -50px;
    background-image: url(../img/arrow-black-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-absolute-right {
    right: -50px;
    background-image: url(../img/arrow-black-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wrapper .sub-section {
    margin: 1rem 50px;
}

.wrapper .sub-section:first-child {
    margin-top: 3rem;
}

#footer {
    background-color: #404040;
    position: relative;
}

.footer-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    font-size: .9rem;
    line-height: 1;
    color: white;
    margin-bottom: 0.4rem;
}

#footer img {
    margin: 0 .5rem 1rem 0;
}

#footer #footerSocial img {
    margin: 0 .2rem 0 0;

}

.footer__container {
    margin: 1.5rem 0 1rem;
    padding: 0 50px;
}


.line-vertical {
    position: absolute;
    width: 1px;
    top: 0;
    height: 100%;
    background-color: white;
}

#footer .footer-img {
    display: block;
    margin: 0;
}

.container-line-vertical {
    margin: 2rem;
}

.movie__img {
    position: relative;
    text-align: center;
}

.hoverOverlay {
    overflow: hidden;
    z-index: 9;
}

.hoverOverlay .hover__containerText {
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.hoverOverlay:hover .hover__containerText {
    top: 50%;
    opacity: 1;
}

.movie__info {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 1rem 1rem;
}

.movie__info img {
    margin-bottom: .5rem;
}

.movie__info p {
    margin-bottom: 0.3rem;
}

.movie__info .text-15 {
    font-family: 'Roboto Slab';
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.3rem
}

.movie__info .text-0875 {
    margin-bottom: 0;
}

.movie__title table tbody {
    border: none;
    font-size: 9px;
    background: #FFF;
}

.triangle-arrow {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-animation: triangle-arrow ease-in-out 3s;
    animation: triangle-arrow ease-in-out 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.pagination {
    font-family: Roboto;
}

.pagination .current {
    background-color: #404040;
}

.pagination .current a, .pagination .current button {
    color: #FFF;
}

.button, .button:hover, .button:focus {
    font-family: Roboto;
    font-weight: 300;
    background-color: #404040;
}

#bigPlayBanners {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#bigPlayBanners .trailer-player {
    width: 85px;
    height: 85px;
    position: absolute;
    z-index: 99;
    top: calc(50% - 42px);
    left: calc(50% - 42px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

#bigPlayBanners .trailer-player.active {
    opacity: 1;
    z-index: 100;
    visibility: visible;
}

#bigPlayBanners .trailer-player.no-trailer {
    display: none;
    z-index: 1;
}

.weblink {
    display: inline-block;
    padding: 1rem;
    border: 1px solid #000;
}

.weblink a {
    color: #000;
}

@-webkit-keyframes triangle-arrow {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    60% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@keyframes triangle-arrow {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    60% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

/****************************************************************************************************
****************************************# font-weight #**********************************************
*****************************************************************************************************/

.text-thin {
    font-weight: 100;
}

.text-light {
    font-weight: 300;
}

.text-normal {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}


/****************************************************************************************************
****************************************# Movie #****************************************************
*****************************************************************************************************/

.movieImg {
    position: absolute;
    width: 80%;
    bottom: -90px;
    left: 10%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.movieImg.playing {
    opacity: 0;
}

.column-left {
    margin-top: 110px;
}

.line-gradient {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    height: 1px;
}

.social img {
    padding: 0;
    width: 35px;
    padding-bottom: 5px;
}

.socialAnimate {
    background-color: rgba(255, 255, 255, 0.85);
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 999;
    padding: 0.4rem 0;
    text-align: center;
}

.inlineBlock {
    display: inline-block;
    /*    vertical-align: bottom;*/
}

.title__trailer {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 0 .1rem;
}

.movie-head {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    font-size: 1.0125rem;
    line-height: 1.1;
    margin-bottom: 1.25rem;
    margin-bottom: 1.0125rem;
    margin-top: 1.5rem;
}

.twoColumns p {
    margin-bottom: 0;
}

div.twoColumns .row {
    margin-bottom: .5rem;
}

div.section-twoColumn > .column {
    padding-left: 1rem;
    padding-right: 1rem;
}

.cs-select span {
    margin-bottom: 0;
}


.accordion-title::before {
    font-size: 1.4rem;
}

.accordion-title,
.accordion-title:hover, .accordion-title:focus {
    color: #000;
    font-size: 1.0125rem;
    background-color: #e6e6e6;
    margin-bottom: 0.4rem;
}

.accordion-item:last-child .accordion-title {
    margin-bottom: 0;
}

/****************************************************************************************************
****************************************# Movie-Photos #*********************************************
*****************************************************************************************************/

.box {
    position: relative;
    /*width: 50%;		 desired width */
}

.box:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
}

.content-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.gridPeliculas .content-img,
.gridPhotos .content-img {
    margin: 1rem 1rem 1rem 0;
}

.movieImg-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.wrapper-top {
    padding-top: 55px;
}


/****************************************************************************************************
****************************************# Catalogo #*************************************************
*****************************************************************************************************/

.filter.active {
    font-weight: 700;
}

.sub-section__title-marginBottom {
    margin-bottom: 1rem;
}

.sectionFilter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

#catalogo.sectionFilter {
    justify-content: flex-start;
}
.sectionFilter:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.sectionFilter .gap {
    display: inline-block;
    width: 50%;
}

.sectionFilter .sub-section__movie {
    display: none;
    width: 23%;
    margin-bottom: 2.6%;
    margin-right: 0;
    padding: 0;
}

#catalogo.sectionFilter .sub-section__movie {
    display: block;
    margin-right: 2.6%;
}

#catalogo.sectionFilter .sub-section__movie:nth-child(4n) {
    margin-right: 0;
}

.ratio_coverMovie {
    width: 25%;
    display: none;
}

#dvdFilter .ratio_coverMovie,
.gridMovies .ratio_coverMovie {
    display: block;
}

.ratio_coverMovie:before {
    padding-top: 140%;
}

.fullHeight {
    height: 100%;
}

.wrapper-flex {
    -webkit-flex-basis: 1024px;
    -ms-flex-preferred-size: 1024px;
    flex-basis: 1024px;
}

.wrapper-top-plus {
    padding-top: 303px;
}

.header-catalogo {
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 5px 5px -5px #333;
    box-shadow: 0 0 10px #CACACA;
}

.text-0875 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    font-size: 0.7875rem;
    line-height: .9;
    margin-bottom: 0;
}


/****************************************************************************************************
*******************************************# Press #*************************************************
*****************************************************************************************************/

.header-press {
    background-color: #404040 !important;
    color: white;
    box-shadow: 0 0 10px #424242;
}

.gridMovies,
.gridMovie {
    padding: 1.3rem 0;
}

.gridMovies .cardMovie,
.gridMovie .cardMovie {
    margin-bottom: 2rem;
}

.cardMovie .cardMovie__info {
    padding: 0;
}

.gridMovies .cardMovie .cardMovie__info {
    padding-left: .8rem;
    padding-right: .8rem;
}

.gridMovies .cardMovie .cardMovie__info .download {
    margin-top: 0.8rem;
}

.text-15 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    font-size: 1.35rem;
    line-height: 1;
    margin-bottom: .5rem;
}

.cardMovie p {
    margin-bottom: 0;
}

.cardMovie .line {
    margin-bottom: 1rem;
}

.cardMovie .text-15 {
    margin-bottom: .5rem;
}

.cardMovie__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.cardMovie__info .cardMovie__info__item {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    /*    margin: .5rem 0;*/
}

.cardMovie__info__item:first-child {
    margin-top: 0;
}

.cardMovie__info__item .buttom.active {
    background: #000;
    color: #FFF;
}

.download {
    background-color: #404040;
    padding: .5em;
    color: white;
    /*    margin-top: .5rem;*/
}

#lastMaterial {
    margin: 2rem 0;
}

#lastMaterial p {
    border-right: 1px solid #000;
    padding: 0px 0.8rem;
}

#lastMaterial p:first-child {
    padding-right: 0;
}

#lastMaterial p:last-child {
    padding-left: 0;
    border: none;
}


.folder {
    display: none;
}

.folder.active {
    display: block;
}

.myDownloads {
    border: 1px solid black;
    padding: 0.8rem;
}

.myDownloads p {
    margin: .25rem 1rem;
}

div.misdescargas {
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0.8rem;
    text-align: center;
    line-height: 100px;
}

.text-1875 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 1.875rem;
    font-size: 1.6875rem;
    line-height: 1;
}

.myDonwload__button {
    background-color: #404040;
    padding: 0.5em 1.2em;
    color: white;
    font-weight: 300 !important;
}

.gridMaterial .buttom-download,
.gridMaterial .myDonwload__button {
    font-size: 0.9rem !important;
}


.myDonwload__button p {
    margin: 0 1rem;
}


.myDonwload__button-light {
    background-color: #9B9C9E;
    margin-top: 0 !important;
    padding: 0.7rem 0.5rem;
}

.cardMovie__info .myDonwload__button-light {
    background-color: #000;

}

.cardMovie__info .myDonwload__button-light p {
    font-size: 1rem;
    font-weight: 500;
}

div.groupButton > div > div {
    /*    margin-right: 0 .5rem;*/
    margin-right: .5rem !important;
}


/*
div.groupButton > div:first-child > div {
    margin-right: .5rem;
    margin-left: 0;
}
*/

div.groupButton > div:last-child > div {
    /*    margin-left: .5rem;*/
    margin-right: 0 !important;
}

.groupButton .myDonwload__button {
    margin-top: 1rem !important;
    padding: 0.5rem 0.5rem;
}


/*
div.groupButton > div {
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
}

div.groupButton > div:first-child {
   border-right: .5rem solid transparent;
    border-left: 0 solid transparent;
}

div.groupButton > div:last-child {
    border-left: .5rem solid transparent;
    border-right: 0 solid transparent;
}*/

.gridDownloads {
    padding: 1.5rem 0;
}

.scrollbar {
    padding: 1.5rem 0;
    top: 0;
    right: -1rem;
    width: 1rem;
    height: 100%;
    position: absolute;
}

.scroll {
    background-color: #ECECED;
    width: 100%;
    /*    height:calc(100%-90px);*/
    height: 10%;
}


/****************************************************************************************************
*******************************************# Press-1 #***********************************************
*****************************************************************************************************/

.text-1625 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.625rem;
    font-size: 1.4625rem;
    line-height: 1;
    color: black;
    margin-bottom: 1rem;
}

.cardMovie .text-1625 {
    margin-bottom: .5rem;
}

.cardMovie .cover {
    margin: 0 0 1rem 0;
}

.cardMovie .icon {
    margin-right: 0.2rem;
}

.cardMovie__info .buttom {
    text-align: center;
    padding: .5rem .5rem;
    border: 1px solid black;
    margin-bottom: 1rem;
    margin-right: .5rem;
    min-width: 11rem;
    display: inline-block;
    cursor: pointer;
}

.cardMovie__info .buttom .icon-pos {
    display: inline-block;
}

.cardMovie__info .buttom .icon-neg {
    display: none;
}

.cardMovie__info .buttom.active .icon-pos {
    display: none;
}

.cardMovie__info .buttom.active .icon-neg {
    display: inline-block;
}


.cardMovie__info .buttom .span {
    display: inline-block;
}

.cardMovie__info-alignTop {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.icon-download {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #404040;
    display: inline-block;
    height: 1.5625rem;
    padding: .3rem;
    margin: 0 !important;
}

.buttom-download {
    border: 1px solid black;
    position: relative;
    padding-left: 1.5625rem;
}

.buttom-download p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight: 300;
}

.text-075 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    font-size: 0.675rem;
    line-height: 1;
    margin-bottom: .5rem;
}

.vertical-middle {
    vertical-align: middle;
}

.vertical-bottom {
    vertical-align: middle;
    margin: 0;
}

.gridMaterial__item {
    padding: .8rem 0;
}

.gridMaterial__item:nth-child(2n) .gridMaterial__item-img {
    padding-left: 0.3rem;
}

.gridMaterial__item-img {
    padding-right: .5rem;
}

.documentos .gridMaterial__item-img,
.audios .gridMaterial__item-img {
    height: 100px;
}

.gridMaterial__item .video {
    padding-right: .5rem;
}

.gridMaterial__item .imagenes {
    width: 45%;
    margin-right: .5rem;
}

.container-cover {
    padding-right: 1rem;
    padding-left: 0rem;
}

.dvd-button {
    border: 1px solid #000;
    display: block;
    font-family: Roboto;
    margin-bottom: 0.2rem;
}

.dvd-button:focus,
.dvd-button:hover {
    color: #FFF;
    font-weight: normal;
    background-color: #000;
}

.dvd-button--ficha {
    display: inline-block;
    text-align: center;
    width: 48.6%;
    padding: 0.4em 0;
    background: rgba(0, 0, 0, 0.05);
    font-size: 0.8rem;
    font-family: Roboto;
}

.dvd-button--ficha:first-child {
    margin-right: 1%;
}

/****************************************************************************************************
*******************************************# Form #**************************************************
*****************************************************************************************************/

label {
    color: black;
}

.form {
    /* position: absolute;
  width: 710px;
  height: 5em;
  left: 50%;
  top: 50%;
  margin-left: -355px;
  margin-top: -2.5em;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
    justify-content: center;
    align-content: center;
*/
}

.input {
    position: relative;
    margin: 0.8rem 0 0;
    /*  width: calc(50% - 2em);*/
    width: 100%;
    height: 3rem;
}

.input:first-child {
    margin-top: 2rem;
}

.message {
    width: calc(100% - 2rem);
    height: 12.5rem;
}

textarea {
    border: none;
    resize: none;
}

.input__field {
    position: absolute;
    /*  margin: 0.8em 0;*/
    /*
    margin-top: 1rem;
    margin-bottom: 1rem !important;
*/
    /*    padding: 1rem;*/
    padding: 0;
    padding: 0 .5rem;
    width: 100%;
    height: 2rem;
    border: none;
    border: 1px solid black;
    border-radius: 0;
    background: transparent;
    z-index: 3;
    /*color: #ffcc00;
  font-size: 1.55em;
  font-weight: bold;
*/
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
    background-color: transparent;
}

.input__label {
    position: absolute;
    /*    padding: 0 1rem;*/
    /*    margin: 1.2rem 0;*/
    width: 100%;
    height: 2rem;
    z-index: 1;
    /*
  color: #6a7989;
  font-weight: bold;
  font-size: 70.25%;
*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1;
    height: 2rem;
}


/*
.input__label::before,
.input__label:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #6a7989;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.input__label::before {
  top: 0;
}

.input__label::after {
  bottom: 0;
}
*/

.input__field:focus + .input__label .input__label-content,
.input--filled .input__label-content {
    /*-webkit-transform: translate3d(0, -75%, 0);
    transform: translate3d(0, -75%, 0);*/
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    font-size: .875rem;
    font-size: .7875rem;
    padding: 1rem 0;
}

.input__field:focus + .input__label::before,
.input--filled .input__label::before {
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0);
}

.input__field:focus + .input__label::after,
.input--filled .input__label::after {
    -webkit-transform: translate3d(0, 0.5em, 0);
    transform: translate3d(0, 0.5em, 0);
}

.send-button {
    /*
  width: 200px;
  height: 60px;
*/
    margin: 0rem 0 !important;
    background-color: black;
    color: white;
    border: 0;
    /*
  font-weight: bold;
  font-size: 70.25%;
  text-transform: uppercase;
*/
    /*  letter-spacing: 4px;*/
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.send-button p {
    margin: 0.5rem 1rem;
}

.send-button:hover,
.send-button:focus {
    outline: 0;
    /*
  background-color: #ffcc00;
  color: #000;
*/
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.userLogin img {
    margin: 0 .5rem;
}


/****************************************************************************************************
*******************************************# Animacion Expander #************************************
*****************************************************************************************************/

.content__container {
    /* position: absolute;
    top: 0;
    left: 0;

    bottom: 0;
    right: 0;
*/
}

.content {
    overflow: hidden;
    position: relative;
}

#menu {
    position: fixed;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.85);
    color: black;
    padding: 0 3.5rem;
    /*    margin-top: 3.375rem;*/
    height: 100vh;
    overflow-y: auto;
    max-width: 100vw;
    width: 280px;
    left: -1000px;
}


/*
.menuTop {
    height: 3.375rem;
}

.menuBottom {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0 4.5rem;
    overflow-y: auto;
    max-height: 100%;
}
*/


/*
#menu .menuBottom p:first-child {
    margin-top: 0;
    margin-top: 4.75rem;
}
*/

#menu .option {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.noMargin {
    margin: 0;
}


/*
.containerHamburger {
    height: 3.375rem;
    position: absolute;
    top: -3.375rem;
    left: 0;
    width: 100%;
}

.containerHamburger__hamburger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3.5625rem;
}*/


/****************************************************************************************************
*******************************************# Hamburger #*********************************************
*****************************************************************************************************/

.c-hamburger {
    /*  display: block;*/
    margin: 0 1rem;
    position: relative;
    overflow: hidden;
    /*    margin: 0;*/
    padding: 0;
    width: 20px;
    height: 45px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: black;
}

.c-hamburger .c-hamburger__line-white {
    background-color: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    content: "";
}

.c-hamburger .c-hamburger__line-white::before,
.c-hamburger .c-hamburger__line-white::after {
    background-color: white;
}

.c-hamburger span::before {
    top: -4px;
}

.c-hamburger span::after {
    bottom: -4px;
}

.c-hamburger--htx {
    /*  background-color: #ff3264;*/
}

.c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}

.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}


/* active state, i.e. menu open */

.c-hamburger--htx.is-active {
    /*  background-color: #cb0032;*/
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}


.play, .circle {
    width: 40px;
}

.submenu-section .text-11875 {
    border-right: 1px solid #0a0a0a;
    padding-right: 0.8rem;
    padding-left: 0.5rem;
}

.letters.submenu-section .text-11875 {
    padding-right: .5rem;
}

.submenu-section .text-11875:last-child {
    border: none;
}

.film-submenu-item {
    padding: 1rem 2rem;
    margin-bottom: 0;
    font-size: 1.1rem;
}

/****************************************************************************************************
*******************************************# HoverN #************************************************
*****************************************************************************************************/

.hoverN-1 {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.hoverN-2 {
    position: absolute;
    /*width: 100%;
    height: 100%;*/
    top: 0;
    right: 0;
    /*        transform: scale(0);*/
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

a:hover .hoverN-1 {
    opacity: 0;
}

a:hover .hoverN-2 {
    /*        transform: scale(1);*/
    opacity: 1;
}

/****************************************************************************************************
*******************************************# SearchBar #*********************************************
*****************************************************************************************************/

.icon-search,
.btn-search-submit {
    /*    width: 45px;*/
    /*	height: 60px;*/
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    /*    padding: 0;*/
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.icon-search {
    height: 100%;
}

.btn-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.input-search {
    /*
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
*/
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: 35px !important;
    width: 0;
    /*    border: 1px solid transparent;*/
    border: 0px solid black;
    height: inherit;
    padding: 0 0;
    margin: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    background-color: transparent;
    width: 0;
    /*    opacity: 0;*/
}

#prensa .input-search {
    color: #FFFFFF;
    border-color: #FFF;
}

.input-search-expanded {
    /*
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
*/
    padding: 0 1rem;
    width: 200px;
    border: 1px solid black;
}

.input-search:focus {
    outline: none;
    background-color: transparent;
}

.form-search {
    position: relative;
    height: 35px;
}

.reveal h1 {
    font-family: "Roboto Slab";
    font-weight: 300;
    font-size: 2rem;
}

.reveal button span {
    font-size: 1.5rem;
}

.hoverGlass {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.hoverGlass img {
    width: 50px;
}

.hoverGlass:hover {
    opacity: 1;
}

.flex-video > * {
    height: 100%;
    width: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
}

/* MOVIL */
@media screen and (min-width: 0em) and (max-width: 46em) {
    #header.open {
        background-color: #FFF;
    }

    p,
    span {
        margin-bottom: .5rem;
    }

    .text-1125 {
        margin-bottom: .75rem;
    }

    .text-225 {
        font-size: 1.5rem;
    }

    .text-25 {
        font-size: 1.575rem;
        margin-top: 1rem;
    }

    .sub-section {
        margin: 2rem 0px !important;
    }

    .footer__container {
        padding: 0 1rem;
    }

    #sliderCover {
        min-height: 240px;
        min-height: 50vh;
    }

    .sliderCover__description {
        top: 0;
        right: 0;
        width: 100%;
        opacity: 1;
        position: relative;
        padding: 0 2rem;
        background-color: #EEEEEE;
        display: none;
    }

    .sliderCover__description.active {
        display: block;
    }

    .sub-section__title {
        margin-bottom: 1.5rem;
    }

    #menu {
        width: 100vw;
        background-color: #FFF;
    }

    .wrapper {
        padding: 0 .40rem;
    }

    .wrapper-paddingBottom {
        padding-bottom: 1rem;
    }

    .cardMovie .cardMovie__info {
        padding: 0 .65rem;
    }

    .download p {
        font-size: .7rem;
    }

    .sub-section__title-marginBottom {
        margin-bottom: .5rem;
    }

    .cardMovie__info__item img {
        width: 35px;
        padding: 0;
    }

    .scrollbar {
        right: 0;
    }

    .ratio_coverMovie {
        width: 50%;
    }

    .logoContainer {
        height: 35px;
    }

    .logoContainer img {
        height: 35px;
    }

    #footer .footerBlock {
        margin-bottom: 0.8em;
    }

    .hover__containerText {
        display: none !important;
    }
}

/* MOVIL LANDSCAPE */
@media screen and (min-width: 0em) and (max-width: 46em) and (orientation: landscape) {
    #sliderCover {
        min-height: 240px;
        min-height: 75vh;
    }
}

/* TABLET */
@media screen and (min-width: 46.25em) and (max-width: 64.0625em) {
    .sliderCover__description {
        width: 50%;
    }
}

@media screen and (min-width: 64em) {
}

/****************************************************************************************************
*******************************************# socialMedia #*******************************************
*****************************************************************************************************/

.socialMedia {
    width: 30px;
    position: relative;
    padding: 0;
}

/* MOVIL LANDSCAPE */

@media screen and (min-width: 0em) and (max-width: 46em) {
    .socialMedia {
        display: none;
        opacity: 0;
        width: 30px;
        position: relative;
    }
}

@media screen and (min-width: 0em) and (max-width: 46em) and (orientation: landscape) {
    #sliderCover {
        min-height: 240px;
        min-height: 75vh;
    }


}


/* TABLET */

@media screen and (min-width: 46.25em) and (max-width: 64.0625em) {
    #bigPlayBanners .trailer-player {
        top: calc(50% - 150px);
    }

    .sliderCover__description {
        width: 50%;
    }
}

@media screen and (min-width: 64em) {
}

.cookie-settings {
    
    bottom: 20px;
    left: 20px;

    display: block;
    z-index: 1001;
    position: fixed;
    background-color: rgba(0,0,0,.8);
    transition: all .3s ease;
    color: #fff;
    padding: 0;
    text-align: center;
    height: 40px;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    border: none;
    text-decoration: none;
    background-color: rgba(0, 42, 90, .8);
    z-index: 4000;
    cursor: pointer;
    color: #FFF;
}


.cookie-settings-texto {
    font: normal 12px Arial,sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 15px 0 5px;
    top: 0;
    left: 0;
    position: relative;
    line-height: 40px;
    display: none;
    overflow: hidden;
    z-index: 5;
    background-color: transparent;
    text-decoration: none;
}

.cookie-settings:hover span.cookie-settings-texto {
    display: block;
}

.cookie-settings-icono {
    color: #FFF;
    display: inline-flex;
    line-height: 40px;
    float: left;
    font-size: 30px;
    min-width: 40px;
    height: 40px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 15;
    position: relative;
    background-color: transparent;
}

.cookie {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 42, 90, .8);
    padding: 1rem;
    z-index: 4000;
}

.cookie svg *, .cookie-settings svg *{
    fill: currentColor;
}
.cookie-settings svg{
    height: 30px;
    width: auto;
}

.cookie.oculta, .cookie-settings.oculta {
    display: none;
}


.cookie__title, .cookie-accept {
    color: #fff;
    font-weight:bold;
    text-transform: uppercase;
    margin-right:10px;
}
.cookie__title_status{
    color:rgba(0, 42, 90, 1);
    background: #fff;
    font-weight:bold;
    text-transform: uppercase;
    display:block;
    padding:10px;
    border:1px solid #FFF;
    margin-bottom:10px;
    font-size: 12px;
    text-align: center;
    border-radius:10px;
}

.cookie_close{
    position:absolute;
    top:15px;
    right:15px;
    z-index:10;
    width:24px;
    height:24px;
    color:#FFF;
    cursor:pointer;
}

.cookie-reject, .cookie-info, .cookie-info:hover {
    color: #fafafa;
    font-weight:bold;
    text-transform: uppercase;
    margin-right:10px;
}

.cookie__text {
    font-size: .85rem;
    color: #fff;
}

@media print, screen and (min-width: 40em) {
    .cookie {
        padding: 1.5rem;
        margin: 1rem;
        width: 500px;
    }
}