* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    outline: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.div_wrap {
    max-width: 990px;
    margin: 0 auto;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: 'BankinterText-Regular';
    overflow-y: hidden;
}


@media screen and (max-width: 1023px) {
    html, body {
        height: auto;
        overflow-y: auto;
    }
}

.barra_negra {
    width: 90px;
    float: left;
    height: 100%;
    background-color: black;
    box-sizing: border-box;
    padding: 30px 0;
    position: relative;
    z-index: 9999;
    margin-left: -90px;
    opacity: 1;
}

.barra_negra:after {
    content: "© Bankinter";
    position: absolute;
    bottom: 40px;
    left: 0px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: white;
    height: 90px;
    line-height: 90px;
    white-space: nowrap;

}

html.pagina .barra_negra:before {
    content: "";
    background-color: #FF7300;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: 10;
}

html.loaded .barra_negra {
    margin-left: 0;
    opacity: 1;
}

.barra_negra > a,
.barra_negra .other_tools > a {
    display: block;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    position: relative;
    z-index: 100;
}

.barra_negra > a {
    margin-left: -150px;
}

html.loaded .barra_negra > a {
    margin-left: 0px;
}

.barra_negra > a i {
    display: block;
    line-height: 50px;
    font-size: 25px;
}

.estructura {
    width: calc(100% - 90px);
    float: right;
    height: 100%;
    background-color: white;
    position: relative;
    z-index: 10;
}


/* SEARCH */
.barra_negra > a.search {
    position: relative;
}

.barra_negra > a.search .div_search {
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    overflow: hidden;
    height: 100%;
    background-color: white;
}

.barra_negra > a.search:hover .div_search {
    width: 240px;
}

.barra_negra > a.search .div_search input {
    width: 180px;
    line-height: 25px;
    font-size: 18px;
    background-color: transparent;
    border-bottom: 1px solid #FF7300;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 12px 30px;
    height: 26px;
    display: block;
    float: right;
}

@media screen and (max-width: 1499px) {
    .barra_negra {
        width: 70px;
    }

    .estructura {
        width: calc(100% - 70px);
    }

    .other_tools {
        width: 70px !important;
    }

    .barra_negra .other_tools > a {
        width: 70px !important;
    }

    .barra_negra:after {
        bottom: 40px;
        left: -12px;
        height: 70px;
        line-height: 70px;
    }
}

@media screen and (max-width: 1023px) {
    .barra_negra {
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        z-index: 99999;
    }

    .barra_negra > a.search,
    .barra_negra > a.tools,
    .barra_negra > .other_tools {
        display: none;
    }

    .barra_negra > a.menu {
        position: fixed;
        z-index: 99999;
        top: 0;
        right: 0;
        color: black;
        width: 50px;
        text-align: center;

    }

    .barra_negra > a.lang {
        position: fixed;
        z-index: 99999;
        top: 0;
        right: 50px;
        color: black;
        width: 50px;
        text-align: center;

    }

    .barra_negra > a.lang span {
        border: 1px solid black !important;
    }

    .estructura {
        width: 100%;
        float: none;
        height: auto;
        background-color: white;
        position: relative;
        z-index: 10;
        box-sizing: border-box;
        padding-top: 50px;
    }

}

/* LANG */
.barra_negra > a.lang {
    display: block;
    padding: 11px 0;
}

.barra_negra > a.lang span {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 1px solid white;
    font-size: 12px;
    font-family: 'BankinterSans-Light';
    line-height: 26px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

/* other_tools */
.other_tools {
    height: 300px;
    overflow: hidden;
    width: 90px;
    position: relative;
    margin-top: 15px;
}

/* other_tools */

.barra_negra > a.tools i.la-angle-down {
    font-size: 15px;
    line-height: 15px;
    margin-top: -10px;
}

html.open_tools .barra_negra > a.tools i.la-angle-down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.barra_negra .other_tools > a {
    position: absolute;
    top: -160px;
    left: 0;
    width: 90px;
}

html.open_tools .other_tools > a.fav {
    top: 0px;
}

html.open_tools .other_tools > a.download {
    top: 50px;
}

html.open_tools .other_tools > a.colores {
    top: 100px;
}

/* MENU */
body > .menu {
    position: fixed;
    z-index: 999;
    top: 200px;
    left: -300px;
    box-sizing: border-box;
    background-color: white;
    padding: 30px;
    padding-right: 0;
    width: 250px;
}

html.open_menu body > .menu {
    left: 90px;
}

body > .menu .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FF7300;
    font-size: 16px;
}

body > .menu ul {
    display: block;
    width: auto;
}

body > .menu li {
    display: block;
    margin-left: -50px;
}

html:not(.open_menu) body > .menu li {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

html.open_menu body > .menu li {
    margin-left: 0;
}

body > .menu > ul > li {
    position: relative;
    padding-right: 30px;
}

body > .menu li a {
    display: block;
    line-height: 35px;
    font-size: 14px;
    color: black;
    border-bottom: 1px solid #FF7300;
    cursor: pointer;
    white-space: nowrap;
    font-family: "BankinterSans-Regular";
}

body > .menu li.w_submenu a:after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f105";
    color: #FF7300;
    float: right;
}

body > .menu li:hover a,
body > .menu li.selected a {
    font-family: "BankinterSans-Bold";
}

body > .menu li ul {
    position: absolute;
    top: -15px;
    left: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    background-color: #FF7300;
}

body > .menu li:hover ul {
    max-height: 999px;
    opacity: 1;
    padding: 15px;
}

body > .menu li ul a {
    color: white;
    border-bottom: 1px solid white;
    font-family: "BankinterSans-Regular" !important;
}

body > .menu li ul a:after {
    display: none;
}

body > .menu li[data-id="4"] ul {
    top: -130px;
    width: 430px;
}

body > .menu li[data-id="4"] ul li {
    width: 200px;
    float: left;
    height: 36px;
}

body > .menu li[data-id="4"] ul li:nth-child(2n) {
    margin-left: 30px;
}

@media screen and (max-width: 1699px) {
    body > .menu {
        top: 56px;
    }

    html.open_menu body > .menu {
        left: 70px;
    }
}

@media screen and (max-width: 1023px) {
    .barra_negra:after {
        display: none !important;
    }

    html.pagina .barra_negra:before {
        display: none !important;
    }

    body > .menu .close {
        display: none !important;
    }

    body > .menu {
        top: 50px !important;
        left: auto !important;
        right: -400px !important;
        width: 300px !important;
        box-sizing: border-box !important;
        height: calc(100% - 50px) !important;
        overflow-y: auto !important;
        z-index: 99999;
    }

    html.open_menu body > .menu {
        right: 0px !important;
    }

    body > .menu > ul > li {
        margin-left: 0 !important;
    }

    body > .menu li a {
        white-space: normal;
        line-height: 17px;
        padding: 9px 0;
    }

    body > .menu li.w_submenu a:after {
        content: "\f107";
    }

    body > .menu li ul {
        position: static;
        width: 100%;
        box-sizing: border-box;
    }
}

/*box_naranja*/
.box_naranja {
    background-color: #FF7300;
    height: 70%;
    width: 100%;
    margin-top: -100px;
    opacity: 0;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

html.loaded .box_naranja {
    margin-top: 0px;
    opacity: 1;
}

/*
.box_naranja > img {
    width: 350px;
    margin-top: -100px;
    opacity: 0;
}*/
.box_naranja > .logo_texto {
    width: 350px;
    margin-top: -100px;
    opacity: 0;
    font-size: 35px;
}

.box_naranja > .logo_texto span {
    color: white;
}

.box_naranja > .logo_texto img {
    width: 240px;
    display: block;
    margin-bottom: 30px;
}

html.loaded .box_naranja > img {
    margin-top: 0px;
    opacity: 1;
}

html.loaded .box_naranja > .logo_texto {
    margin-top: 0px;
    opacity: 1;
}

html.open_next .box_naranja {
    height: 50%;
}

html.open_next .box_naranja > .logo_texto {
    margin-top: -500px;
    opacity: 0;
}

@media screen and (max-width: 1279px) {
    .box_naranja > img {
        width: 250px;
    }

    .box_naranja > .logo_texto {
        width: 250px;
        font-size: 25px;
    }

    .box_naranja > .logo_texto img {
        width: 190px;
    }

}

@media screen and (max-width: 1023px) {
    .box_naranja {
        height: 200px;
    }
}

/* flecha_next */
.flecha_next {
    position: fixed;
    z-index: 10000;
    bottom: 50px;
    font-size: 50px;
    height: 25px;
    text-align: center;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    color: #FF7300;
    margin-top: 0;
    opacity: 0;

    /*start animation*/
    animation-name: pippo;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

html.loaded .flecha_next {
    opacity: 1;
}

@keyframes pippo {
    0% {
        bottom: 45px
    }
    100% {
        bottom: 55px
    }
}

html.loaded.open_next .flecha_next {
    opacity: 0;
}

html.loaded.open_next_loaded .flecha_next {
    display: none;
}

@media screen and (max-width: 1023px) {
    .flecha_next {
        display: none !important;
    }
}

/*legal*/
.legal {
    position: fixed;
    bottom: 15px;
    right: -180px;
    text-align: right;
    z-index: 1000;
    font-family: "BankinterSans-Regular";
    opacity: 0;
}

html.loaded .legal {
    right: 30px;
    opacity: 1;
}

.legal a {
    display: block;
    font-size: 14px;
    cursor: pointer;
    color: black;
}

html.pagina .legal {
    white-space: nowrap;
}

html.pagina .legal ul {
    white-space: nowrap;
}

html.pagina .legal li {
    white-space: nowrap;
    margin-left: 15px;
    display: inline-block;
}

@media screen and (max-width: 1023px) {
    .legal {
        padding: 5px 20px;
        position: static;
        text-align: right;
        padding-bottom: 80px;
    }

    .legal li,
    .legal li a {
        display: inline-block;
    }

    .legal li {
        margin-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .legal {
        padding: 5px 20px !important;
        position: static !important;
        text-align: center !important;
    }

    .legal li,
    .legal li a {
        display: block !important;
        text-align: center !important;
    }

    .legal li {
        margin-left: 0px !important;
        margin-bottom: 10px !important;
    }
}

/* next_content */
.next_content {
    position: fixed;
    top: 0px;
    left: 105px;
    width: calc(100% - 120px);
    height: 100%;
    z-index: 2000;
    display: none;
    opacity: 0;
    overflow-x: auto;
}


.next_content::-webkit-scrollbar {
    width: 10px;
}

.next_content::-webkit-scrollbar-track {
    background: transparent;
}

.next_content::-webkit-scrollbar-thumb {
    background: transparent;
}

.next_content::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.open_next .next_content {
    display: block;
}

.open_next_loaded .next_content {
    opacity: 1;
}

.next_content .top,
.next_content .bottom {
    height: 50%;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.next_content > div.top {
    padding-top: 100px;
    padding-bottom: 20px;
}

.next_content > div.bottom {
    padding-bottom: 100px;
    padding-top: 20px;
}

.next_content > div > div {
    height: 100%;
    float: left;
    /*border-left: 1px solid #FF9640;*/
    text-align: center;
    box-sizing: border-box;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 5px;
    width: 120px !important;
    min-width: 120px;
}

.next_content > div > div > a.imagen_capitulo {
    align-self: flex-end;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    opacity: 0;
}

html.open_next_loaded .next_content > div > div > a.imagen_capitulo {
    margin-bottom: 0px;
    opacity: 1;
}

.next_content > div > div > div > a.imagen_capitulo img {
    display: block;
    width: 100%;
}

.next_content > div > div > div.grupo_chapter {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    opacity: 0;
}

.next_content > div.top > div > div.grupo_chapter {
    align-self: flex-end;
}

.next_content > div.top > div > div.grupo_chapter a.nombre_capitulo {
    color: white;
    font-family: 'BankinterSans-Bold';
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.next_content > div.bottom > div > div.grupo_chapter a.nombre_capitulo {
    color: #000000;
    font-family: 'BankinterSans-Bold';
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 50px;
    display: block;
}

html.open_next_loaded .next_content > div > div > div.grupo_chapter {
    margin-bottom: 0px;
    opacity: 1;
}

.next_content > div > div > div.grupo_chapter img {
    display: block;
    width: 100%;
}

.next_content > div > div > a.nombre_capitulo {
    display: block;
    margin: 0 auto;
    font-family: 'BankinterSans-Bold';
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 14px;
    margin-top: 50px;
    opacity: 0;
    color: black;
}

html.open_next_loaded .next_content > div > div > a.nombre_capitulo {
    margin-top: 0px;
    opacity: 1;
}

/*
.next_content > div > div:last-child {
    border-right: 1px solid #FF9640;
}

.next_content > div.bottom > div {
    border-left: 1px solid #FFE5DF;
}

.next_content > div.bottom > div:last-child {
    border-right: 1px solid #FFE5DF;
}
*/

@media screen and (max-width: 1499px) {
    .next_content > div > div {
        width: 105px !important;
        min-width: 105px;
    }

    .next_content > div.top > div > div.grupo_chapter a.nombre_capitulo {
        font-size: 12px;
    }

    .next_content > div.bottom > div > div.grupo_chapter a.nombre_capitulo {
        font-size: 12px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 1279px) {
    .next_content > div > div {
        width: 78px !important;
        min-width: 78px;
        margin: 0 2px;
    }

    .next_content > div.top > div > div.grupo_chapter a.nombre_capitulo {
        font-size: 10px;
    }

    .next_content > div.bottom > div > div.grupo_chapter a.nombre_capitulo {
        font-size: 10px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1023px) {
    .next_content {
        display: block !important;
    }

    .next_content,
    .next_content .top,
    .next_content .bottom {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        overflow: hidden;
        display: block !important;
        text-align: center;
        padding: 0 !important;
    }

    .next_content .top {
        padding-top: 50px !important;
    }

    .next_content > div > div {
        width: 150px !important;
        min-width: 150px;
        margin: 0 2px;
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .next_content > div > div > div.grupo_chapter {
        opacity: 1;
    }

    .next_content > div.top > div > div.grupo_chapter a.nombre_capitulo {
        color: black;
        font-size: 15px;
    }

    .next_content > div.bottom > div > div.grupo_chapter a.nombre_capitulo {
        color: black;
        margin-top: 15px;
        font-size: 15px;
    }
}


.logo {
    position: fixed;
    top: 100px;
    left: -120px;
    z-index: 50;
}

.open_next .logo {
    left: 120px;
}

.logo a span {
    display: inline-block;
    height: 16px;
    overflow: hidden;
}

.logo a span.parte_1 {
    width: 14px;
}

.logo a span.parte_2 {
    width: 13px;
}

html.open_menu .logo a span.parte_1 {
    width: 42px;
}

html.open_menu .logo a span.parte_2 {
    width: 65px;
}

.logo a span img {
    display: block;
    height: 100%;
}

.logo > span {
    display: block;
    width: 120px;
    font-family: "BankinterSans-Bold";
    color: white;
    font-size: 16px;
    margin-top: 25px;
}

.logo .logo_white {
    display: block;
}

.logo .logo_orange {
    display: none;
}

html.pagina .logo .logo_white {
    display: none;
}

html.pagina .logo .logo_orange {
    display: block;
}

html.pagina .logo {
    left: -120px;
}

html.pagina.loaded .logo {
    left: 120px;
}

html.pagina .logo > span {
    color: #000;
}

@media screen and (max-width: 1699px) {
    .pagina .logo {
        top: 20px;
        width: 500px;
    }

    .pagina .logo > a {
        float: left;
    }

    .pagina .logo > span {
        float: left;
        margin: 0;
        margin-left: 20px;
        width: 200px;
    }
}

@media screen and (max-width: 1499px) {
    html.pagina.loaded .logo {
        left: 90px;
    }
}

@media screen and (max-width: 1023px) {
    .logo {
        position: fixed !important;
        top: 0 !important;
        left: 0px !important;
        z-index: 9999 !important;
        width: 100% !important;
        background-color: white !important;
        padding: 15px !important;
        box-sizing: border-box !important;
        height: 50px !important;
        overflow: hidden;
    }

    .open_next .logo {
        left: 0 !important;
    }

    .logo .logo_white {
        display: none !important;
    }

    .logo .logo_orange {
        display: block !important;
        float: left;
    }

    .logo a span.parte_1 {
        width: 42px;
    }

    .logo a span.parte_2 {
        width: 65px;
    }

    .logo > span {
        display: block;
        float: left;
        color: black;
        margin-top: 0;
        width: 180px;
        margin-left: 30px;
        line-height: 21px;
        font-size: 16px;
    }
}


@media screen and (max-width: 767px) {
    .logo a span.parte_1 {
        width: 14px;
    }

    .logo a span.parte_2 {
        width: 13px;
    }

    .pagina .logo > span {
        margin-left: 10px;
        font-size: 13px;
        width: 150px;
    }
}

@media screen and (max-width: 379px) {
    .logo a span.parte_1 {
        width: 14px !important;
    }

    .logo a span.parte_2 {
        width: 13px !important;
    }
}

.div_favoritos {
    position: fixed;
    top: 0px;
    right: 30px;
    width: calc(100% - 350px);
    height: 100%;
    z-index: 2000;
}

.div_favoritos > div.pagina_100 {
    float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 30px;
}

.div_favoritos > div > .for_scroll {
    max-height: 100%;
    overflow-y: auto;
    padding-right: 60px;
    opacity: 0;
    margin-top: 50px;
}

html.loaded .div_favoritos > div > .for_scroll {
    opacity: 1;
    margin-top: 0px;
}

.div_favoritos > div > .for_scroll::-webkit-scrollbar {
    width: 10px;
}

.div_favoritos > div > .for_scroll::-webkit-scrollbar-track {
    background: #F2F2F2;
}

.div_favoritos > div > .for_scroll::-webkit-scrollbar-thumb {
    background: #E3E3E3;
}

.div_favoritos > div > .for_scroll::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
}

.div_cdd {
    position: fixed;
    top: 0px;
    right: 30px;
    width: calc(100% - 350px);
    height: 100%;
    z-index: 2000;
}

.div_cdd > div.pagina_100 {
    float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 30px;
}

.div_cdd > div > .for_scroll {
    max-height: 100%;
    overflow-y: auto;
    padding-right: 60px;
    opacity: 0;
    margin-top: 50px;
}

html.loaded .div_cdd > div > .for_scroll {
    opacity: 1;
    margin-top: 0px;
}

.div_cdd > div > .for_scroll::-webkit-scrollbar {
    width: 10px;
}

.div_cdd > div > .for_scroll::-webkit-scrollbar-track {
    background: #F2F2F2;
}

.div_cdd > div > .for_scroll::-webkit-scrollbar-thumb {
    background: #E3E3E3;
}

.div_cdd > div > .for_scroll::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
}

/* entrevista */
.entrevista {
    position: fixed;
    top: 0px;
    right: 30px;
    width: calc(100% - 350px);
    height: 100%;
    z-index: 2000;
}

.entrevista > div {
    float: left;
    width: calc(100% - 785px);
    height: 100%;
    box-sizing: border-box;
    padding: 60px 30px;
}

.entrevista > div.contenido {
    width: 785px;
}

html.pagina_small_left .entrevista > div.foto {
    width: calc(100% - 1021px);
}


html.pagina_small_left .entrevista > div.contenido {
    width: 1021px;
}

.entrevista > div > img {
    width: 100%;
    display: block;
    opacity: 0;
    margin-top: 50px;
    height: calc(100% - 100px);
    object-fit: cover;
    object-position: center center;
}

html.loaded .entrevista > div > img {
    opacity: 1;
    margin-top: 0px;
    max-height: calc(100% - 160px);
    object-fit: cover;
    object-position: center center;
}

html.pagina_small_left .entrevista > div.foto img {
    height: auto;
}

.entrevista > div > .for_scroll {
    max-height: 100%;
    overflow-y: auto;
    padding-right: 60px;
    opacity: 0;
    margin-top: 50px;
}

html.loaded .entrevista > div > .for_scroll {
    opacity: 1;
    margin-top: 0px;
}

.entrevista > div > .for_scroll b {
    font-weight: normal;
    font-family: "BankinterText-Bold";
}

.entrevista > div > .for_scroll p {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: justify;
}

.entrevista > div > .for_scroll p img {
    max-width: 100%;
}

.entrevista > div > .for_scroll::-webkit-scrollbar {
    width: 10px;
}

.entrevista > div > .for_scroll::-webkit-scrollbar-track {
    background: #F2F2F2;
}

.entrevista > div > .for_scroll::-webkit-scrollbar-thumb {
    background: #E3E3E3;
}

.entrevista > div > .for_scroll::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
}

.sidebar_contenido {
    display: none;
}

@media screen and (max-height: 630px) {
    html.loaded .entrevista > div > img {
        object-fit: contain;
        object-position: center left;
    }
}

@media screen and (max-width: 1699px) {
    .entrevista {
        width: calc(100% - 90px);
        right: 0;
    }
}

@media screen and (max-width: 1499px) {
    .entrevista {
        width: calc(100% - 70px);
        right: 0;
    }

    .sidebar_contenido {
        display: block;
        margin-bottom: 20px;
    }

    html.pagina .entrevista > div.foto,
    html.pagina_small_left .entrevista > div.foto {
        display: none;
    }

    html.pagina .entrevista > div.contenido,
    html.pagina_small_left .entrevista > div.contenido {
        width: calc(100% - 180px);
        /* margin: 0 auto; */
        float: none;
        margin-left: 180px;

    }

    .entrevista > div > .for_scroll {
        padding-right: calc((100% - 950px) / 2);
        padding-left: calc((100% - 950px) / 2);
    }
}

@media screen and (max-width: 1320px) {
    .entrevista > div > .for_scroll {
        padding-left: 0;
        padding-right: calc((100% - 950px));
    }
}

@media screen and (max-width: 1279px) {
    .entrevista {
        width: calc(100% - 70px);
        right: 0px;
    }

    html.pagina_small_left .entrevista > div.contenido,
    html.pagina .entrevista > div.contenido {
        margin-left: 0px;
        width: 100%;
        padding-left: 20px;
        padding-bottom: 90px;
    }

    .entrevista > div > .for_scroll {
        padding-left: 0;
        padding-right: calc((100% - 950px));
        margin: 0 auto;
    }
}

@media screen and (max-width: 1023px) {
    .entrevista {
        position: static !important;
        width: 100% !important;
        height: auto !important;
    }

    html.pagina_small_left .entrevista > div.contenido,
    html.pagina .entrevista > div.contenido {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        padding: 15px !important;
    }

    .entrevista > div > .for_scroll {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        padding: 0px !important;
    }
}


/* flecha_prev */
.flecha_prev_chapter {
    position: fixed;
    z-index: 3000;
    font-size: 50px;
    height: 25px;
    top: -50px;
    right: 55px;
    color: #FF7300;
    opacity: 0;
}

html.loaded .flecha_prev_chapter {
    top: 0px;
    opacity: 1;
}

.flecha_next_chapter {
    position: fixed;
    z-index: 3000;
    font-size: 50px;
    height: 25px;
    bottom: -15px;
    right: 55px;
    color: #FF7300;
    opacity: 0;
}

html.loaded .flecha_next_chapter {
    bottom: 35px;
    opacity: 1;
}

/* nav */
.nav {
    position: fixed;
    bottom: 50px;
    left: -120px;
    z-index: 49;
    opacity: 0;
    cursor: pointer;
}

html.loaded .nav {
    left: 120px;
    opacity: 1;
}

html.home .nav {
    display: none;
}

.nav a {
    display: block;
    line-height: 30px;
    margin-bottom: 5px;
}

.nav a.go_top {
    opacity: 0;
    cursor: default;
}

.con_scroll .nav a.go_top {
    opacity: 1;
    cursor: pointer;
}

.con_scroll_html .nav a.go_top {
    opacity: 1;
    cursor: pointer;
}

.nav a img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.nav a img.white {
    display: none;
}

.nav a span {
    color: black;
    border-bottom: 1px solid #FF7300;
    line-height: 25px;
    font-size: 12px;
    font-family: BankinterSans-Bold;
    text-transform: uppercase;
    width: 130px;
    display: inline-block;
}


@media screen and (max-height: 740px) {
    html.loaded .nav {
        /*left: 350px;*/
        opacity: 1;
    }
}

@media screen and (max-height: 1699px) {
    .pagina .nav {

        bottom: 20px;
    }
}

@media screen and (max-width: 1499px) {
    html.loaded .nav {
        left: 90px;
        opacity: 1;
    }
}

@media screen and (max-width: 1279px) {
    .pagina .nav {

        bottom: 6px;
    }

    .nav a {
        display: inline-block;
    }

    .nav a span {
        display: none;
    }

    html.loaded .nav {
        left: 90px;
        opacity: 1;
    }
}

@media screen and (max-width: 1279px) {

    .pagina .nav {
        left: 80px;
        bottom: -40px;
        background-color: white;
        padding: 5px 10px;
        box-sizing: border-box;
        width: calc(100% - 100px);
        bottom: 40px;

    }

    html.loaded .nav {
        bottom: 40px;
        left: 80px;
        opacity: 1;
    }

    .nav a {
        margin-bottom: 0;
    }

    .nav a.go_top {
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -10px;
    }

    .nav a.go_next {
        float: right;
        display: block;
    }

    .nav a.go_next img {
        margin-right: 0;
    }

    .nav a.go_prev {
        float: left;
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .pagina .nav {
        left: 0;
        bottom: 0;
        background-color: white;
        padding: 5px 10px;
        width: 100%;
        box-sizing: border-box;

    }

    html.loaded .nav {
        bottom: 0px;
        left: 0px;
        opacity: 1;
    }

    .nav a {
        margin-bottom: 0;
    }

    .nav a.go_top {
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -10px;
    }

    .nav a.go_next {
        float: right;
        display: block;
    }

    .nav a.go_next img {
        margin-right: 0;
    }

    .nav a.go_prev {
        float: left;
        display: block;
    }
}

/* COOKIES */

.smsCookie {
    background-color: rgba(43, 49, 51, 0.6);
    color: #9A9A9A;
    padding: 40px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    font-family: 'BankinterText-Regular';
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    display: none;
}

.smsCookie .div_wrap {

    background-color: #FFF;
    position: absolute;
    padding: 40px 40px;
    max-height: 90%;
    min-height: 240px;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.smsCookie.open {
    display: block;
}

.smsCookie .message__title {
    font-size: 24px;
    font-weight: 400;
    font-family: 'BankinterText-Regular';
    color: rgb(25, 27, 28);
    margin-bottom: 16px;
    line-height: 36px;
}

.smsCookie p {
    color: rgb(25, 27, 28);
    font-size: 14px;
    font-weight: 400;
    font-family: 'BankinterSans-Regular';
    line-height: 21px;
    margin-bottom: 24px;
}

.smsCookie p strong {
    font-family: 'BankinterSans-Bold';
    color: rgb(189, 67, 19);
}

.smsCookie button {
    border-radius: 32px;
    padding: 0 18px;
    font-size: 12px;
    font-family: 'BankinterSans-Regular';
    text-transform: uppercase;
    height: 48px;
    line-height: 48px;
    letter-spacing: 1.5px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    width: auto;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #191B1C;
    background-color: #FF821C;
    border: 1px solid #FF821C;
    margin-right: 24px;
    min-width: 185px;
}

@media screen and (max-width: 1023px) {
    .smsCookie .div_wrap {
        left: 0;
        position: fixed;
        bottom: 0;
        transform: translate(0);
        top: auto;
        max-height: 92%;
        padding: 16px;
    }
}


.tool_favoritos {
    position: fixed;
    top: 55px;
    right: -50px;
    z-index: 99;
    font-size: 30px;
}

html.loaded .tool_favoritos {
    right: 15px;

}

.tool_favoritos i {
    display: block;
}

.tool_favoritos a {
    color: #FF7300;
    cursor: pointer;
}

.tool_favoritos .las {
    display: none;
}

.tool_favoritos.active .lar {
    display: none;
}

.tool_favoritos.active .las {
    display: block;
}

@media screen and (max-width: 1699px) {
    .tool_favoritos {
        top: 10px;
    }
}


/* FAVORITOS */
.div_favoritos .div_listado {
    padding: 20px;
    background-color: #FF7300;
    margin-top: 10px;
}

.div_favoritos .div_listado ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.div_favoritos .div_listado ul li {
    list-style: none;
    padding: 0;
    display: block;
    border-top: 1px solid white;
    margin: 0;
    position: relative;
}

.div_favoritos .div_listado > ul > li:last-child {
    border-bottom: 1px solid white;
}

.div_favoritos .div_listado ul li a {
    display: block;
    line-height: 30px;
    font-size: 15px;
    color: white !important;
    text-decoration: none !important;
    font-family: 'BankinterText-Bold';
}

.div_favoritos .div_listado ul li li a {
    font-family: 'BankinterText-Regular';
}

.div_favoritos .div_listado ul li a i {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    font-size: 20px;
}

.div_favoritos .div_listado ul li a i.las {
    display: none;
}

.div_favoritos .div_listado ul li a.active i.las {
    display: block;
}

.div_favoritos .div_listado ul li a.active i.lar {
    display: none;
}

.div_favoritos .div_listado ul li li {
    padding-left: 25px;
}

@media screen and (max-width: 767px) {
    .pages_styles img {
        max-width: 100%;
    }

    html.pagina.loaded .pages_styles .tabla {
        overflow-x: auto;
    }

    html.pagina.loaded .pages_styles .tabla table {
        min-width: 750px;
    }

    html.pagina.loaded .pages_styles .imagen_destacada_rigth,
    html.pagina.loaded .pages_styles .imagen_destacada_left {
        width: 100%;
        margin: 15px 0;
    }
}


.bloque_acordeon {
    margin-bottom: 30px;
}

.bloque_acordeon .ui-accordion {
    border-bottom: 2px solid #FF7300;
}

.bloque_acordeon .ui-accordion .ui-accordion-header {
    margin: 0;
    border-radius: 0;
    border: 0;
    background-image: none;
    background-color: transparent;
    padding: 20px 0;
    border-top: 2px solid #FF7300;
    position: relative;
    font-size: 25px;
    font-family: 'BankinterText-Bold' !important;
    line-height: 25px;
    color: #FF7300;
    padding-right: 60px;
}

.bloque_acordeon .ui-accordion .ui-accordion-header span {
    position: absolute;
    top: 0px;
    right: 0;
    height: 65px;
    width: 65px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-image: none;
    text-indent: 0;
    text-align: center;
    margin-top: 0;
}
.bloque_acordeon .ui-accordion .ui-accordion-header span:after {
    content: "\f067";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #FF7300;
    height: 65px;
    width: 65px;
    display: block;
    line-height: 65px;
    font-size: 30px;
    text-indent: 0;
    text-align: center;
}

.bloque_acordeon .ui-accordion .ui-accordion-header.ui-state-active span:after {
    content: "\f068";
}

.bloque_acordeon .ui-accordion .ui-accordion-header:after {
    display: none;
}

.bloque_acordeon .ui-accordion .ui-accordion-content {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    background-image: none;
    background-color: transparent;
    padding: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}
/*
.barra_negra > a.lang {
    display: none !important;
}

html.pagina .barra_negra:before {
    height: 200px;
}*/