@charset "utf-8";
@import url('reset.css');
@import url('fonts.css');

/*1000px*/

/*—————–General————–*/

body,
p,
table,
td,
th,
tr,
ul,
ol,
textarea,
input,
h2,
h1,
h3 {
    font-family: DINPro, arial;
    color: #666666;
    list-style: none;
    font-size: 16px;
    line-height: 16px;
}

h1 {
    font-family: DINPro;
    font-weight: 900;
}

.wrap {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}

body {
    background: #fff;
    width: 100%;
}

::-webkit-scrollbar {
    width: 12px;
    background: #fff;
}

::-webkit-scrollbar-track {
    opacity: 0.8;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #01b1ed;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #01b1ed;
    opacity: 0.8;
}

a:hover {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

strong {
    font-weight: bold;
}


/*—————–General————–*/

/*—————–Header————–*/

header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 16;
}

.top-head .ingresar:hover,
.bottom-head .oferta-btn:hover,
.top-head .ayuda-btn:hover {
    background: #eb6625;
    color: #fff;
}

.bottom-head {
    position: relative;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    height: 80px;
    border-bottom: 1px solid #eb6625;
}

.bottom-head .logo-etb-pk {
    position: relative;
    float: left;
    margin-top: 9px;
}

.bottom-head .oferta {
    position: relative;
    float: right;
    height: 80px;
    line-height: 80px;
    color: #eb6625;
    font-size: 150%;
}

.bottom-head .oferta-btn {
    position: relative;
    float: right;
    padding: 0px 40px;
    margin: 17px 0px 0px 20px;
    border-radius: 23px;
    height: 46px;
    line-height: 46px;
    background: #009bcf;
    color: #fff;
}

/*—————–Header————–*/

/*—————–Content————–*/

.content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 500px;
    background: url(../img/bg-content1.jpg) top center no-repeat #fff;
    background-size: contain;
}

.destacado {
    position: relative;
    float: left;
    width: 100%;
    z-index: 11;
    height: 568px;
    overflow: hidden;
    margin-top: 0px;
}

.dest-bg {
    position: relative;
    float: left;
    width: 100%;
    z-index: 8;
    background: transparent;
    top: -30px;
}

.poster {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
	width: 100%;
    z-index: 9;
}

.unmute-btn {
    position: absolute;
    z-index: 9;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
}

.mon {
    background: url(../img/btn-mute.png) top left no-repeat;
    background-size: cover;
}

.moff {
    background: url(../img/btn-unmute.png) top left no-repeat;
    background-size: cover;
}


.dest-desc {
    position: absolute;
    left: 0px;
    top: 125px;
    width: 388px;
    z-index: 10;
    padding: 20px;
    border-radius: 24px;
    background: rgba(0, 155, 207, 0.9);
    -webkit-box-shadow: 0px 3px 8px 0px rgba(10, 56, 72, 0.6);
    -moz-box-shadow: 0px 3px 8px 0px rgba(10, 56, 72, 0.6);
    box-shadow: 0px 3px 8px 0px rgba(10, 56, 72, 0.6);
}

.dest-desc h1 {
    position: relative;
    float: left;
    color: #fff;
    font-size: 230%;
    width: 100%;
    line-height: 100%;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
}

.dest-desc h2 {
    position: relative;
    float: left;
    color: #fff;
    font-size: 140%;
    width: 100%;
    line-height: 100%;
    font-weight: 700;
}

.dest-desc p {
    position: relative;
    float: left;
    color: #fff;
    font-size: 100%;
    width: 100%;
    line-height: 100%;
    font-weight: 300;
    margin-bottom: 20px;
}

.ver-d {
    position: relative;
    float: left;
    padding: 5px 20px;
    height: 40px;
    line-height: 36px;
    border-radius: 25px;
    color: #fff;
    font-size: 140%;
    font-weight: 700;
    background: rgba(240, 126, 45, 1);
    background: -moz-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 126, 45, 1)), color-stop(100%, rgba(231, 80, 29, 1)));
    background: -webkit-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -o-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -ms-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07e2d', endColorstr='#e7501d', GradientType=0);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(20, 103, 132, 0.5);
    -moz-box-shadow: 0px 2px 8px 0px rgba(20, 103, 132, 0.5);
    box-shadow: 0px 2px 8px 0px rgba(20, 103, 132, 0.5);
}

.ver-d img {
    position: relative;
    float: left;
    left: -15px
}

.ver-d:hover {
    background: rgba(231, 80, 29, 1);
    background: -moz-linear-gradient(top, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 80, 29, 1)), color-stop(100%, rgba(240, 126, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7501d', endColorstr='#f07e2d', GradientType=0);
}

section {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    z-index: 2
}

.personajes {
    margin-top: 40px;
    z-index: 15;
}

.pers-slid {
    position: relative;
    float: left;
    width: 100%;
}

.pers-item {
    position: relative;
    float: left;
    width: 20%;
}

.pers-item a {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.pers-item a img {
    width: 170px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);

    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
}

.pers-item a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.pers-datacont {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0, 155, 207, 0.95);
    top: 0px;
    display: none;
}

.pers-data {
    position: relative;
    float: left;
    width: 100%;
    display: none;
}

.logoper {
    position: relative;
    width: 60%;
    margin: -50px 20% 0px;
}

.dt-left {
    position: relative;
    float: left;
    width: calc(47% - 40px);
    margin-right: 3%;
    padding: 50px 20px 0px;
}

.dt-right {
    position: relative;
    float: left;
    width: calc(50% - 40px);
    padding: 20px;
}

.dt-pers {
    position: relative;
    float: left;
    width: 95%;
    margin-top: 0px;

}

.dt-left h1 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 100%;
    color: #fff;
    font-size: 400%;
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.dt-left .logoper2 {
    position: relative;
    margin: 0 auto 10px;
}

.dt-left p {
    position: relative;
    float: left;
    width: 100%;
    line-height: 110%;
    color: #fff;
    font-size: 100%;
    margin-bottom: 20px;
    font-weight: 300;

}

.close-pd {
    position: absolute;
    top: 40px;
    right: 40px;
}

.pre-vid {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(13, 69, 88, 0.4);
    -moz-box-shadow: 0px 1px 4px 0px rgba(13, 69, 88, 0.4);
    box-shadow: 0px 1px 4px 0px rgba(13, 69, 88, 0.4);
}

.pre-vid img {
    position: relative;
    float: left;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
}

.pre-vid:hover {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(13, 69, 88, 0.6);
    -moz-box-shadow: 0px 2px 6px 0px rgba(13, 69, 88, 0.6);
    box-shadow: 0px 2px 6px 0px rgba(13, 69, 88, 0.6);
}

.pre-vid:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.pre-vid::after {
    content: ' ';
    position: absolute;
    width: 104px;
    height: 106px;
    top: calc(50% - 52px);
    left: calc(50% - 53px);
    background: url(../img/btn-play2.png) top center no-repeat;
}

.slick-prev {
    position: absolute;
    left: -60px;
    width: 41px;
    text-indent: -9999px;
    border: none;
    height: 80px;
    top: calc(50% - 38px);
    cursor: pointer;
    background: url(../img/prev.png) top center no-repeat transparent;
    background-size: contain;
}

.slick-next {
    position: absolute;
    right: -60px;
    width: 41px;
    text-indent: -9999px;
    border: none;
    height: 80px;
    top: calc(50% - 38px);
    cursor: pointer;
    background: url(../img/next.png) top center no-repeat transparent;
    background-size: contain;
}

.estrenos {
    margin-bottom: 20px;
}

.title-sec {
    position: relative;
    float: left;
    width: 100%;
    line-height: 100%;
    color: #009bcf;
    font-size: 280%;
    font-style: italic;
    padding-bottom: 25px;
    background: url(../img/bg-title.png) left bottom no-repeat;
    background-position: left 55px;
    margin-bottom: 30px;
}

.cont-estr {
    position: relative;
    float: left;
    width: 100%;
}

.estr {
    position: relative;
    float: left;
    width: calc(25% - 20px);
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    margin: 0px 10px 30px;
}

.estr:hover {
    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
}

.estr img {
    position: relative;
    float: left;
    width: 100%;
    z-index: 8;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
}

.estr:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.et-type {
    position: absolute;
    right: 0px;
    z-index: 9;
    top: 10px;
    background: rgba(0, 179, 218, 1);
    background: -moz-linear-gradient(top, rgba(0, 179, 218, 1) 0%, rgba(0, 134, 197, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 179, 218, 1)), color-stop(100%, rgba(0, 134, 197, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 179, 218, 1) 0%, rgba(0, 134, 197, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 179, 218, 1) 0%, rgba(0, 134, 197, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 179, 218, 1) 0%, rgba(0, 134, 197, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 179, 218, 1) 0%, rgba(0, 134, 197, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3da', endColorstr='#0086c5', GradientType=0);

    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 80%;
    color: #fff;
    font-weight: 300;
    padding: 0px 15px;

    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;

    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
}

.estr-data {
    position: relative;
    float: left;
    width: calc(100% - 10px);
    z-index: 9;
    background: #fff;
    padding: 5px;
}

.estr-data p {
    position: relative;
    float: left;
    width: 100%;
    line-height: 100%;
    font-size: 90%;
    color: #333;
}

.estr-data p span {
    color: #666;
}

.serie {
    background: rgba(240, 126, 45, 1);
    background: -moz-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 126, 45, 1)), color-stop(100%, rgba(231, 80, 29, 1)));
    background: -webkit-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -o-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -ms-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07e2d', endColorstr='#e7501d', GradientType=0);
}

.duration {
    position: absolute !important;
    right: 5px;
    bottom: 5px;
    width: auto !important;
    color: #009bcf !important;
    font-style: italic;
}

.popd-active {
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.0);
}

.popd-active .estr-data {
    background: #009bcf;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.popd-active .estr-data p,
.popd-active .estr-data p span,
.popd-active .estr-data .duration {
    color: #fff !important;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.popd-active:after {
    top: 100%;
    left: calc(50% - 30px);
    content: " ";
    height: 20px;
    width: 60px;
    background: url(../img/arrow-down.png) top center no-repeat;
    position: relative;
    pointer-events: none;
    float: left;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.popdata {
    position: relative;
    float: left;
    width: 100%;
    background: #0092bc;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 2px 8px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow: inset 0px 2px 8px 0px rgba(50, 50, 50, 0.50);
    box-shadow: inset 0px 2px 8px 0px rgba(50, 50, 50, 0.50);
    height: 0px;
    display: none;
}

.popdata-cont {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px auto 40px;
    display: none;
}

.popd-left {
    position: relative;
    float: left;
    width: 40%;
}

.popd-right {
    position: relative;
    float: left;
    width: calc(60% - 20px);
    margin-left: 20px;
}

.popd-right h1 {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 220%;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 00px;
    line-height: 100%;
    text-transform: capitalize;
}

.popd-right h2 {
    position: relative;
    float: left;
    color: #333;
    font-size: 120%;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 50px;
    display: flex;
}

.popd-right p {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 100%;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 100%;
}

.vermas {
    position: relative;
    float: left;
    padding: 5px 20px;
    height: 40px;
    line-height: 36px;
    border-radius: 25px;
    color: #fff;
    font-size: 140%;
    font-weight: 700;
    background: rgba(240, 126, 45, 1);
    background: -moz-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 126, 45, 1)), color-stop(100%, rgba(231, 80, 29, 1)));
    background: -webkit-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -o-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -ms-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07e2d', endColorstr='#e7501d', GradientType=0);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(20, 103, 132, 0.5);
    -moz-box-shadow: 0px 2px 8px 0px rgba(20, 103, 132, 0.5);
    box-shadow: 0px 2px 8px 0px rgba(20, 103, 132, 0.5);
}

.vermas img {
    position: relative;
    float: left;
    left: -12px
}

.vermas:hover {
    background: rgba(231, 80, 29, 1);
    background: -moz-linear-gradient(top, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 80, 29, 1)), color-stop(100%, rgba(240, 126, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7501d', endColorstr='#f07e2d', GradientType=0);
}

.poptype {
    z-index: 9;
    background: rgba(240, 126, 45, 1);
    background: -moz-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 126, 45, 1)), color-stop(100%, rgba(231, 80, 29, 1)));
    background: -webkit-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -o-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -ms-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07e2d', endColorstr='#e7501d', GradientType=0);

    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 80%;
    color: #fff;
    font-weight: 300;
    padding: 0px 15px;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 15px;

    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
}

.dataline {
    margin-bottom: 0px;
}

/**/

.categoria {
    margin-bottom: 0px;
}

.title-sec2 {
    position: relative;
    float: left;
    width: 100%;
    line-height: 100%;
    color: #009bcf;
    font-size: 150%;
    font-style: italic;
    padding-bottom: 25px;
    background: url(../img/bg-title.png) left bottom no-repeat;
    background-position: left 30px;
    margin-bottom: 10px;
}

.catshow {
    width: calc(19% - 20px);
    margin: 0px 20px 30px 0px;
}

.catslide .slick-slide {
    margin: 0 5px !important;
}

.catslide .slick-prev,
.catslide .slick-next {
    top: 15px;
}

.catslide .popd-active img {
    border-bottom: 3px solid #009bcf;
}

.catslide .popd-active:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.network {
    margin: 30px 0px 100px;
}

.cont-network {
    position: relative;
    float: left;
    width: 100%;
}

.cont-network .cont-block {
    position: relative;
    float: left;
    width: calc(20% - 20px);
    margin: 0px 10px 5px 0px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
}

.cont-network a img {
    position: relative;
    float: left;
    width: 100%;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.cont-network a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.cont-network .slick-slide {
    margin: 0 10px !important;
}

.cont-network a video {
    position: relative;
    float: left;
    height: 100%;
    background: #0092bc;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.cont-network a:hover video {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.bglast {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}

.cnl-dest {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
}

.cnl-estr {
    position: absolute !important;
    bottom: 5px;
    right: 5px;
    width: 50px !important;
}

.estr:hover .cnl-estr {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cnl-popd {
    height: 50px;
    display: inline-block;
}

.close-popd {
    position: absolute;
    width: 40px;
    right: 20px;
    top: 20px;
}

.close-popd img {
    position: relative;
    float: left;
    width: 100%;
}

.logo-cn {
    height: 80px;
    position: relative;
    float: left;
    margin: 0px 10px 20px 0px;
}

.mini-legal {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px;
    line-height: 100%;
    font-size: 70%;
    color: #fff;
}

.inner-net {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 155, 207, 0.9);
    display: none;
}

.inner-net a {
    position: relative;
    float: left;
    padding: 8px 10px 0px;
    height: 40px;
    width: calc(90% - 20px);
    margin: 0px 5% 10px;
    text-align: center;
    line-height: 100%;
    border-radius: 25px;
    color: #fff;
    font-size: 90%;
    background: rgba(240, 126, 45, 1);
    background: -moz-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 126, 45, 1)), color-stop(100%, rgba(231, 80, 29, 1)));
    background: -webkit-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -o-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: -ms-linear-gradient(top, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 126, 45, 1) 0%, rgba(231, 80, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07e2d', endColorstr='#e7501d', GradientType=0);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(20, 103, 132, 0.5);
    -moz-box-shadow: 0px 2px 8px 0px rgba(20, 103, 132, 0.5);
    box-shadow: 0px 2px 8px 0px rgba(20, 103, 132, 0.5);
}

.inner-net a:first-child {
    margin-top: calc(80% - 40px);
}

.inner-net a:hover {
    background: rgba(231, 80, 29, 1);
    background: -moz-linear-gradient(top, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 80, 29, 1)), color-stop(100%, rgba(240, 126, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 80, 29, 1) 0%, rgba(240, 126, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7501d', endColorstr='#f07e2d', GradientType=0);
}

/*—————–Content————–*/

/*—————–Footer————–*/

footer {
    position: relative;
    float: left;
    width: 100%;
    height: 35px;
    background: #009bcf;
    padding: 0px 0px;
}

footer .credits {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 90%;
    color: #fff;
    line-height: 35px;
    font-weight: 300;
}

/*—————–Footer————–*/

/*------Responsive-------*/

/*mobiles*/

@media only screen and (min-width: 0px) and (max-width: 760px) and (orientation: landscape) {
    .wrap {
        width: 318px;
    }

    .ayuda,
    .oferta {
        display: none;
    }

    bottom-head .logo-etb-pk {
        position: relative;
        float: left;
        margin-top: 14px;
        margin: 14px 10% 0px;
        width: 80%;
    }

    .dest-desc {
        width: calc(100% - 40px);
    }

    section {
        margin-bottom: 10px;
    }

    .unmute-btn {
        display: none;
    }

    .personajes {
        margin-top: 20px;
    }

    .slick-next {
        right: 10px;
        width: 30px;
        border: none;
        height: 50px;
        top: calc(50% - 25px);
    }

    .slick-prev {
        left: 10px;
        z-index: 20;
        width: 30px;
        border: none;
        height: 50px;
        top: calc(50% - 25px);
    }

    .network .slick-prev {
        left: -20px;
    }
    .network .slick-next {
        right: -20px;
    }
    
    .inner-net a {
        font-size: 75%;
        padding: 12px 10px 0px;
    }

    .dt-left {
        position: relative;
        float: left;
        width: calc(100% - 20px);
        margin-right: 3%;
        padding: 70px 10px 0px;
    }

    .pre-vid {
        margin-top: 40px;
    }

    .close-popd {
        z-index: 9;
    }

    .dt-right {
        display: none;
    }

    .dt-left h1 {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        line-height: 100%;
        color: #fff;
        font-size: 280%;
        margin-bottom: 0px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .dt-left .logoper2 {
        position: relative;
        width: 50%;
        margin: 0 auto 0px;
    }

    .close-pd {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 30;
        width: 40px;
    }

    .close-pd img {
        width: 100%;
    }

    .title-sec {
        line-height: 100%;
        font-size: 150%;
        padding-bottom: 25px;
        background: url(../img/bg-title.png) left bottom no-repeat;
        background-position: left 30px;
        margin-bottom: 10px;
    }

    .estrenos .estr {
        background: #fff;
        width: calc(100% - 20px);
        margin: 0px 20px 10px 0px;
    }

    .catslide .slick-prev,
    .catslide .slick-next {
        top: 28%;
    }
    .cest2 {
        display: none;
    }

    .slick-slide {
        margin: 0 5px !important;
    }

    .popd-right,
    .popd-left {
        width: 100%;
        margin-left: 0px;
    }

    .popd-right h1 {
        font-size: 180%;
        margin-top: 10px;
    }

    .cont-network a video {
        width: 100%;
    }

    footer {
        height: auto;
    }

    footer .credits {
        font-size: 80%;
        line-height: 100%;
        padding: 10px 0px;
    }
}


@media only screen and (min-width: 0px) and (max-width: 760px) and (orientation: portrait) {
    .wrap {
        width: 318px;
    }

    .ayuda,
    .oferta {
        display: none;
    }

    bottom-head .logo-etb-pk {
        position: relative;
        float: left;
        margin-top: 14px;
        margin: 14px 10% 0px;
        width: 80%;
    }

    .dest-desc {
        width: calc(100% - 40px);
    }

    section {
        margin-bottom: 10px;
    }

    .unmute-btn {
        display: none;
    }

    .personajes {
        margin-top: 20px;
    }

    .slick-next {
        right: 10px;
        width: 30px;
        border: none;
        height: 50px;
        top: calc(50% - 25px);
    }

    .slick-prev {
        left: 10px;
        z-index: 20;
        width: 30px;
        border: none;
        height: 50px;
        top: calc(50% - 25px);
    }

    .network .slick-prev {
        left: -20px;
    }
    .network .slick-next {
        right: -20px;
    }

    .inner-net a {
        font-size: 75%;
        padding: 12px 10px 0px;
    }

    .dt-left {
        position: relative;
        float: left;
        width: calc(100% - 20px);
        margin-right: 3%;
        padding: 70px 10px 0px;
    }

    .pre-vid {
        margin-top: 40px;
    }

    .close-popd {
        z-index: 9;
    }

    .dt-right {
        display: none;
    }

    .dt-left h1 {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        line-height: 100%;
        color: #fff;
        font-size: 280%;
        margin-bottom: 0px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .dt-left .logoper2 {
        position: relative;
        width: 50%;
        margin: 0 auto 0px;
    }

    .close-pd {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 30;
        width: 40px;
    }

    .close-pd img {
        width: 100%;
    }

    .title-sec {
        line-height: 100%;
        font-size: 150%;
        padding-bottom: 25px;
        background: url(../img/bg-title.png) left bottom no-repeat;
        background-position: left 30px;
        margin-bottom: 10px;
    }

    .estrenos .estr {
        background: #fff;
        width: calc(100% - 20px);
        margin: 0px 20px 10px 0px;
    }

    .catslide .slick-prev,
    .catslide .slick-next {
        top: 28%;
    }
    .cest2 {
        display: none;
    }

    .slick-slide {
        margin: 0 5px !important;
    }

    .popd-right,
    .popd-left {
        width: 100%;
        margin-left: 0px;
    }

    .popd-right h1 {
        font-size: 180%;
        margin-top: 10px;
    }

    .cont-network a video {
        width: 100%;
    }

    footer {
        height: auto;
    }

    footer .credits {
        font-size: 80%;
        line-height: 100%;
        padding: 10px 0px;
    }
}
