a {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

h2 {
    font-family: "SYFYSidekick Reg", Helvetica, Arial, sans-serif;
    font-weight: 700
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    font-family: "Cinetype Reg", Helvetica, Arial, sans-serif;
    font-weight: normal;
    direction: ltr;
    background: #000;
    color: #fff;
    font-size: 1em;
    line-height: 1.45;
    margin: 0;
    padding: 0
}

html,
body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%
}

h2 {
    font-size: 1.25em;
    line-height: 1.2
}

@media (min-width:1024px) {
    h2 {
        font-size: 1.5em;
        line-height: 1.2
    }
}

a {
    color: #000;
    text-decoration: none
}

a:hover,
.link:hover {
    color: #000;
    text-decoration: underline
}

a:focus,
.link:focus {
    color: #e1ff00;
    text-decoration: underline
}

a:active,
.link:active {
    color: #575651
}

img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle
}

a img {
    border: 0
}

.cabecera-syfy .l-header {
    margin: 0 auto;
    max-width: 1400px;
    position: relative
}

.cabecera-syfy .l-header:before,
.cabecera-syfy .l-header:after {
    content: "\20";
    display: table
}

.cabecera-syfy .l-header:after {
    clear: both
}

[class^="icon-"] {
    font-family: icons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.site-sub__prev:before,
.site-sub__next:before,
.bn-text--comment:before,
.card-cover__overlay__close:before,
.ui--fave:before,
.ui--watch:before,
.ui--check:before,
.is-active.ui--info:before,
.is-active.ui--comment:before,
.is-active.ui--share:before,
.ui--info:before,
.ui--comment:before,
.ui--share:before,
.ui--share-roll:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
    vertical-align: middle
}

@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.site-header.cabecera-syfy {
    position:fixed;
    width:100%;
    top:0;
    z-index: 10;
}
.site-header.cabecera-syfy.with-admin-bar {
    padding-top: 32px;
}

.cabecera-syfy .site-bar {
    background: #000;
    position: relative
}

@media (min-width:1024px) {
    .cabecera-syfy .site-bar {
        width: 100%;
        z-index: 499;
    }
}

.cabecera-syfy .site-bar__logo {
    position: absolute;
    top: 32px;
    text-align: center;
    width: 100%;
    z-index: 1
}

.cabecera-syfy .site-bar__logo>a {
    display: inline-block
}

@media (max-width:1023px) {
    .cabecera-syfy .site-bar__logo {
        display: none
    }
}

.cabecera-syfy .site-bar__util {
    float: right;
    padding-right: 8px;
    max-width: 40%;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 3
}

.search-icon-syfy-container {
    font-size: 20px;
    padding: 16px 8px 0 16px;
}
.site-bar__link {
    color: #e1ff00;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.site-bar__link--mobile {
    display: none;
}
.site-bar__link:hover,
.site-bar__link:focus,
.site-bar__link.is-active,
.site-bar__link.is-active-trail {
    color: #888;
    text-decoration: none
}

.site-bar__link [class^="icon-"] {
    font-size: 1.5em;
    line-height: 1
}

.cabecera-syfy .site-logo {
    position: relative
}

.cabecera-syfy .site-logo>img {
    -webkit-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out
}

.cabecera-syfy .site-logo--bar {
    padding: 16px 0;
    -webkit-transition: padding 300ms ease-in-out;
    transition: padding 300ms ease-in-out
}

.cabecera-syfy .site-logo--bar>img {
    height: 20px
}
.cabecera-syfy .site-logo--mob > img {

    height: 24px;

}
.cabecera-syfy .site-mob__item {
    display: table-cell;
    padding: 2px 8px 0;
    text-align: center;
    vertical-align: middle
}

.site-mob__item--opt {
    padding: 0;
    text-align: initial;
    width: 52px
}

.site-nav,
#menu-mobile {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    z-index: 3
}

html.js .site-nav.is-flexed,
html.js #menu-mobile.is-flexed {
    opacity: 1
}

.site-nav a,
#menu-mobile a {
    text-decoration: none;
    font-size: 1em;
    line-height: 1.5;
    display: block;
    padding: 8px 16px
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a.is-active,
#menu-mobile a:hover,
#menu-mobile a:focus,
#menu-mobile a.is-active {
    color: #888;
    text-decoration: none
}

@media (max-width:1023px) {
    .site-nav,
    #menu-mobile {
        margin: 12px 0
    }
}

@media (min-width:479px) {
    .site-nav {
        margin: 6px 0;
        overflow: auto
    }
    
    #menu-mobile {
        margin: 0;
        overflow: auto
    }
    .site-nav li,
    #menu-mobile li {
        float: left
    }
    .site-nav a,
    #menu-mobile a {
        padding: 10px 16px
    }

}

@media (min-width:1024px) {
    .site-nav,
    #menu-mobile  {
        float: left;
        margin: 0;
        overflow: inherit;
        width: 40%
    }
    .site-nav a,
    #menu-mobile a {
        font-size: 1em;
        line-height: 1.5;
        color: #888;
        text-decoration: none;
        padding: 16px 8px
    }
    .site-nav a:hover,
    .site-nav a:focus,
    .site-nav a.is-active,
    #menu-mobile a:hover,
    #menu-mobile a:focus,
    #menu-mobile a.is-active {
        color: #e1ff00;
        text-decoration: none
    }
}

.site-nav a,
#menu-mobile a {
    color: #e1ff00
}

@media (min-width:1024px) {
    .site-nav a,
    #menu-mobile a {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 0.75em;
        line-height: 2
    }
    .site-nav a:hover,
    #menu-mobile a:hover {
        text-decoration: underline
    }
}

.cabecera-syfy .site-util {
    background: #000;
    color: #fff;
    overflow: hidden
}

@media (min-width:1024px) {
    .cabecera-syfy .site-util {
        height: 33px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 599
    }
    .site-util.en-emision-container {
        position: static;
    }
}

.cabecera-syfy .site-util__utils {
    float: right;
    padding-right: 8px
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

@-webkit-keyframes color {
    100%,
    0% {
        stroke: #e1ff00
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #e1ff00
    }
}

.panel {
    background: #000
}

@media (max-width:1023px) {
    .panel--mob {
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }
    html.js .panel--mob {
        left: 0;
        display: none;
        height: 100%;
        opacity: 0;
        overflow: auto!important;
        padding-top: 58px;
        position: fixed;
        top: 0;
        width: 100%;
        -webkit-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
        z-index: -1
    }
    .cabecera-syfy .site-mob__logo {
        max-width: 97px;
        display: inline-block;
    }
}

@media (min-width:1024px) {
    .panel--mob {
        display: block!important;
        overflow: inherit!important
    }
}

.cabecera-syfy .tunin {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75em;
    line-height: 2;
    font-weight: 800;
    display: flex;
    align-items: center;
    float:left;
}

@media (max-width:479px) {
    .cabecera-syfy .tunin {
        padding-left: 58px;
        padding-top: 4px
    }
    .cabecera-syfy .tunin:before {
        background: transparent;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 50px
    }
    .cabecera-syfy .tunin:after {
        left: 25px;
        margin: -5px 0 0 -5px;
        -webkit-animation: throb-opacity 2s infinite;
        animation: throb-opacity 2s infinite;
        background: #e1ff00;
        border-radius: 100%;
        content: "";
        height: 10px;
        position: absolute;
        top: 50%;
        width: 10px
    }
}

@media (min-width:1024px) {
    .cabecera-syfy .tunin {
        float: left
    }
}

.cabecera-syfy .tunin__title {
    line-height: 2
}

.cabecera-syfy .tunin__whatson {
    display: inline-block;
    display: flex;
    align-items: center;
}

.cabecera-syfy a.tunin__title,
.cabecera-syfy .tunin__whatson p {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 8px;
    display: inline-block;
    padding: 7px 8px 6px;
    margin-left: 0;
    margin-top:0;
    margin-bottom: 0;
}

@media (max-width:479px) {
    .cabecera-syfy .tunin__title {
        display: none
    }
}

.cabecera-syfy a.tunin__title {
    background: transparent;
    color: #e1ff00;
    cursor: pointer
}

.cabecera-syfy .tunin__data {
    height: 19px;
    opacity: .75;
    overflow: hidden;
    width: 260px;
    vertical-align: sub;
    margin-bottom:4px;
}

html.js .cabecera-syfy .tunin__data {
    display: inline-block
}

@media (min-width:480px) {
    .cabecera-syfy .tunin__data {
        margin-left: 8px
    }
}

@media (max-width:479px) {
    .cabecera-syfy .tunin__data {
        height: 27px
    }
    html.js .cabecera-syfy .tunin__data {
        display: block
    }
}

.cabecera-syfy .utils a {
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    display: inline-block;
    padding: 3px 8px 6px 8px;
    text-decoration: none
}

.cabecera-syfy .utils a [class^="icon-"] {
    font-size: 16px;
    opacity: 1;
    vertical-align: baseline
}

.cabecera-syfy .utils a:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none
}

.cabecera-syfy .utils a:hover [class^="icon-"],
.cabecera-syfy .utils a:hover [class*=" icon-"] {
    opacity: 1
}

@media (max-width:1023px) {
    .cabecera-syfy .utils {
        display: none
    }
}

h2 {
    margin-bottom: 16px
}
/* */
.menu-item-type-custom {
    font-family: "Cinetype Reg",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1em;
    line-height: 2;
}
.menu-item-type-custom a {
    color: #e1ff00;
    text-decoration: none;
}
ul.menu.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    z-index: 3
}


ul.menu.nav-menu a {
    text-decoration: none;
    font-size: 1em;
    line-height: 1.5;
    display: block;
    padding: 8px 16px
}

ul.menu.nav-menu a:hover,
ul.menu.nav-menu a:focus,
ul.menu.nav-menu a.is-active {
    color: #888;
    text-decoration: none
}

@media (max-width:1023px) {
    ul.menu.nav-menu {
        margin: 12px 0
    }
}

@media (min-width:479px) {
    ul.menu.nav-menu {
        margin: 6px 0;
        overflow: auto
    }
    ul.menu.nav-menu li {
        float: left
    }
    ul.menu.nav-menu a {
        padding: 10px 16px
    }
}

@media (min-width:1024px) {
    ul.menu.nav-menu {
        float: left;
        margin: 0;
        overflow: inherit;
        width: 40%
    }
    ul.menu.nav-menu a {
        font-size: 1em;
        line-height: 1.5;
        color: #888;
        text-decoration: none;
        padding: 16px 8px
    }
    ul.menu.nav-menu a:hover,
    ul.menu.nav-menu a:focus,
    ul.menu.nav-menu a.is-active {
        color: #e1ff00;
        text-decoration: none
    }
}

ul.menu.nav-menu a {
    color: #e1ff00
}

@media (min-width:1024px) {
    ul.menu.nav-menu a {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 0.75em;
        line-height: 2
    }
    ul.menu.nav-menu a:hover {
        text-decoration: underline
    }
}
button.search-submit-syfy {
    border: none;
    border-radius: 3px;
    background: transparent;
    color: #e1ff00;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    cursor: pointer;
}

.element-invisible {
    position: absolute!important
}
.element-invisible {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@-moz-keyframes zoom-in {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.05)
    }
}

@-o-keyframes zoom-in {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.05)
    }
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(0.75)
    }
    100% {
        transform: scale(1)
    }
}

@-o-keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(0.75)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes throb-opacity {
    0% {
        opacity: .2
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .2
    }
}

@-moz-keyframes throb-opacity {
    0% {
        opacity: .2
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .2
    }
}

@-o-keyframes throb-opacity {
    0% {
        opacity: .2
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .2
    }
}

@keyframes throb-opacity {
    0% {
        opacity: .2
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .2
    }
}

.form-item {
    margin: 0 0 16px
}

input[type='text'] {
    -webkit-appearance: none;
    border-radius: 2px;
    font-size: 1em;
    width: 100%
}

form:not([data-js-form-hide-hints]) input[type='text']:invalid,
form:not([data-js-form-hide-hints]) input[type='password']:invalid,
form:not([data-js-form-hide-hints]) input[type='email']:invalid,
form:not([data-js-form-hide-hints]) input[type='search']:invalid,
form:not([data-js-form-hide-hints]) input[type='url']:invalid,
form:not([data-js-form-hide-hints]) input[type='tel']:invalid,
form:not([data-js-form-hide-hints]) input[type='number']:invalid,
form:not([data-js-form-hide-hints]) textarea:invalid {
    border-color: #c12828;
    -webkit-box-shadow: inset 0px 0px 0px 1px #c12828;
    box-shadow: inset 0px 0px 0px 1px #c12828;
    background-color: #fdeff1
}

input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #686868
}

input[type='text']::placeholder,
input[type='password']::placeholder,
input[type='email']::placeholder,
input[type='search']::placeholder,
input[type='url']::placeholder,
input[type='tel']::placeholder,
input[type='number']::placeholder,
textarea::placeholder {
    color: #686868
}

input[type='text']:hover::-webkit-input-placeholder,
input[type='password']:hover::-webkit-input-placeholder,
input[type='email']:hover::-webkit-input-placeholder,
input[type='search']:hover::-webkit-input-placeholder,
input[type='url']:hover::-webkit-input-placeholder,
input[type='tel']:hover::-webkit-input-placeholder,
input[type='number']:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
    color: #000
}

input[type='text']:hover::placeholder,
input[type='password']:hover::placeholder,
input[type='email']:hover::placeholder,
input[type='search']:hover::placeholder,
input[type='url']:hover::placeholder,
input[type='tel']:hover::placeholder,
input[type='number']:hover::placeholder,
textarea:hover::placeholder {
    color: #000
}

form {
    color: #fff
}

.form-item>label {
    display: inline-block;
    margin: 0 0 4px;
    cursor: pointer
}

.cabecera-syfy .l-header {
    margin: 0 auto;
    max-width: 1400px;
    position: relative
}

.cabecera-syfy .l-header:before,
.cabecera-syfy .l-header:after {
    content: "\20";
    display: table
}

.cabecera-syfy .l-header:after {
    clear: both
}
.sub-menu {
    border-radius: 0 0 2px 2px;
    list-style: none;
    margin: -1px 0 0;
    padding: 0;
    width: 200px;
    display: flex;
    flex-direction: column;
}
.sub-menu li {
    background: #575651;
}
ul.menu.nav-menu ul.sub-menu li a {
    font-family: "SYFYSidekick Reg",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875em;
    line-height: 1.71429;
    padding: 8px 16px;
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

@-webkit-keyframes color {
    100%,
    0% {
        stroke: #e1ff00
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #e1ff00
    }
}

.panel--search {
    background: #000;
    height: 58px;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%;
    z-index: 549
}

.panel--search:after {
    background: #575651;
    bottom: 0;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%
}

@media (min-width:1024px) {
    .panel--search {
        height: 56px;
        top: 33px
    }
}

[type=text]::-webkit-input-placeholder {
    color: ""
}

.searchbox form {
    margin: 0
}

.searchbox form>div {
    padding-right: 56px;
    display: table;
    width: 100%
}

.searchbox .form-text,
.searchbox .form-text:focus{
    float: left;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: table-cell;
    outline: 0;
    color: #fff
}

@media (min-width:1024px) {
    .searchbox {
        width: 83.33333%;
        float: left;
        margin-right: -100%;
        /*margin-left: 8.33333%;*/
        clear: none;
        padding-right: 16px
    }
}

.searchbox .form-text {
    padding: 24px 0 16px
}

.searchbox__bn {
    color: #e1ff00;
    padding: 17px 16px 9px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%
}

.searchbox__bn [class^="icon-"] {
    font-size: 18px
}

.searchbox__close {
    right: 0;
    color: #e1ff00;
    padding: 17px 16px 9px;
    cursor: pointer;
    position: absolute;
    top: 0
}

.searchbox__close [class^="icon-"] {
    font-size: 15px
}

@media (min-width:1024px) {
    .searchbox__close {
        right: 0
    }
}
.form-submit.form-submit-syfy{
    display: none;
}
button.menu-mobile-syfy {
    display: block;
    border: none;
    color: rgba(0, 0, 0, 0.8);
    background: transparent;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;;
}
@media (min-width:1024px) {
    button.menu-mobile-syfy,
    .cabecera-syfy .site-mob__item  {
        display: none;
    }
}
.cabecera-syfy .navicon {
    display: inline-block;
    width: 18px;
    height: 14px;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    cursor: pointer;
}


.cabecera-syfy .navicon__line {
    left: 0;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
}
.cabecera-syfy .navicon__line.navicon__1 {
    top: 0;
}
.cabecera-syfy .navicon__line.navicon__2,
.cabecera-syfy .navicon__line.navicon__3 {
    top: 6px;
}
.cabecera-syfy .navicon__line.navicon__4 {
    bottom: 0;
}
.cabecera-syfy .sr-only, .element-invisible {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.header-all-container .cabecera-syfy {
    width: 100%;
}
.cabecera-syfy .elements-menu-container {
    max-width: 1400px;
    margin: 0 auto;
}
.ocultado {
    display: none;
}
.mostrado {
     display: block !important;
}
.back-bck-layer {
    display: none;
    width: 0;
    height: 0;
}
#menu_b .menu_noticias_class {
    position: absolute;
    top: 95px;
    width: 100%;
}
#menu-mobile {
    width: 100%;
    flex-direction: row;
    list-style: none;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.cabecera-syfy .main-navigation.toggled ul#menu-mobile {
    display: flex;
}
@media (max-width:1023px) {
    .cabecera-syfy .elements-menu-container {
        display: flex;
        justify-content: space-between;
        padding: 17px 4px 15px 4px;
        align-items: center;
    }
    .cabecera-syfy .site-bar {
        border-bottom: none;
        
    }
    ul.menu.nav-menu {
        border-bottom: 1px solid rgba(87,86,81,0.5);
    }
    .cabecera-syfy .site-mob__item {
        order: 1;
        flex:1 ;
    }
    .cabecera-syfy .main-navigation {
        width: auto;
        order: 0;
    }
    .cabecera-syfy .site-bar__util {
        order: 2;
    }
    .menu-menu-header-container {
        position: absolute;
        background-color: #000;
        width:100%;
        transform: translate(-4px, 45px);
    }
    .en-emision-container {
        display: none;
        position: absolute;
        z-index: 2;
        width: 100%;
        transform: translate(-4px, 13px);
    }
    .en-emision-container.mostrado {
        position: relative;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .cabecera-syfy .site-mob__item.absolute {
        position: absolute;
        left:-7px;
        right:0;
        top:18px;
    }
    .cabecera-syfy .elements-menu-container.mostrado {
        flex-direction: column;
    }
    .cabecera-syfy .site-bar__util.absolute {
        position: absolute;
        right: 4px;
        top: 22px;
    }
    .search-icon-syfy-container {
        font-size: 18px;
        padding: 0 8px 0 16px;
        color: #fff;
    }
    .site-bar__link {
        display: none;
    }
    .site-bar__link--mobile {
        display: block;
        color: #fff;
        font-size: 16px;
    }
    .searchbox {
        width: 100%;
        transform: translateY(-23px);
    }
    .ocultado-solo-mobile {
        display:none;
    }
    .es-activo.black-bck-layer {
        display: block;
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index:9;
        background-color: #000000;
    }
    body.no-scroll-vertical {
        overflow-y: hidden;
    }
    .es-activo > .navicon .navicon__line.navicon__1, .navicon.es-activo .navicon__line.navicon__1 {
        top: 6px;
        width: 0%;
        left: 50%;
    }
    .es-activo > .navicon .navicon__line.navicon__2, .navicon.es-activo .navicon__line.navicon__2 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .es-activo > .navicon .navicon__line.navicon__3, .navicon.es-activo .navicon__line.navicon__3 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .es-activo > .navicon .navicon__line.navicon__4, .navicon.es-activo .navicon__line.navicon__4 {
        top: 6px;
        width: 0%;
        left: 50%;
    }
    #menu-item-8615 {
        display: flex;
    }
    .cabecera-syfy .main-navigation.toggled ul.sub-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 80vw;

    }
    .cabecera-syfy .main-navigation ul ul.sub-menu {
        position: relative;
    }
    .sub-menu li {
        background: #000000;
    }
    ul.menu.nav-menu ul.sub-menu li a {
        font-family: "Cinetype Reg", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #e1ff00;
        font-size: 1em;
        line-height: 1.5;
        padding: 10px 16px;
    }
    .cabecera-syfy .main-navigation ul ul.sub-menu a {
        width: auto;
    }
    
    .height-100vh {
        height: 100vh;
    }
}
@media (max-width:479px) {
    .cabecera-syfy .tunin {
        flex-direction: column;
        align-items: flex-start;
    }
    .cabecera-syfy a.tunin__title {
        display: none;
    }
    .cabecera-syfy .tunin__whatson p {
        padding: 7px 0 6px;
    }
    .menu-menu-header-container {
        transform: translate(-4px, 84px);
    }
    #menu-mobile {
        align-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
}
