* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f8f8f8;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

header {
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0px;
    z-index: 100;
    background-color: #000;
    border-bottom: 1px solid #2B2B2B;
}

a {
    text-decoration: none;
    color: #5f5f5f;
    font-weight: 700;
}

hr {
    height: 120px;
    border: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #929292;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #cbcbcb;
}

::-webkit-scrollbar-thumb:active {
    background: #929292;
}

::-webkit-scrollbar-track {
    background: #515151;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
    background: #929292;
}

::-webkit-scrollbar-track:active {
    background: #515151;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

#logo {
    position: absolute;
    left: 15px;
    top: 15px;
}

#logo a {
    float: left;
}

#logo.ln a {
    width: 150px;
    height: 30px;
    left: 2px;
    margin: 6px 0 0 15px;
    background: url(../svg/logo_ln.svg) no-repeat center center;
    background-size: contain;
}

#logo span {
    margin-left: 10px;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 570px) {
    #logo span {
        display: none;
    }
}

#share {
    position: absolute;
    right: 15px;
    top: 8px;
}

#share li {
    float: left;
    list-style-type: none;
}

#share li a {
    width: 23px;
    height: 23px;
    display: block;
    margin-left: 10px;
    opacity: 0.5;
    transition: opacity 0.5s ease 0s;
}

#share li a:hover {
    opacity: 1;
}

#share li.facebook a {
    background: url(../svg/share_facebook.svg) no-repeat center center;
    background-size: contain;
}

#share li.twitter a {
    background: url(../svg/share_twitter.svg) no-repeat center center;
    background-size: contain;
}

#share li.google a {
    background: url(../svg/share_google.svg) no-repeat center center;
    background-size: contain;
}

#share li.ficha a {
    width: 96px;
    font-size: 12px;
    margin-top: 4px;
    padding-right: 10px;
    color: #fff;
    font-weight: 700;
}

header #about {
    width: 300px;
    background-color: #000;
    position: absolute;
    top: 41px;
    right: 41px;
    display: none;
    padding: 20px 0;
}

header #about:hover {
    cursor: pointer;
}

header #about h4 {
    text-align: left;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
}

header #about p {
    text-align: left;
    width: 80%;
    color: #9B9B9B;
    font-size: 12px;
    line-height: 16px;
    margin: 10px 10%;
}

header #about p strong {
    font-weight: 800;
    text-transform: uppercase;
}

header #about p a {
    text-decoration: none;
    transition: color 1s ease;
    color: #9B9B9B;
    font-weight: 800;
}

header #about p a:hover {
    color: #fff;
}

#share li.glosary a {
    width: 90px;
    font-size: 13px;
    margin-top: 4px;
    padding-right: 0px;
    color: #fff;
    font-weight: 700;
}

header #keywords {
    width: 50%;
    background-color: #000;
    position: absolute;
    top: 41px;
    right: 0px;
    display: none;
    padding: 20px 0;
}

header #keywords:hover {
    cursor: pointer;
}

header #keywords h4 {
    text-align: left;
    font-weight: 700;
    width: 90%;
    margin: 0 auto;
    font-size: 11px;
}

header #keywords p {
    text-align: left;
    color: #9B9B9B;
    font-size: 11px;
    line-height: 14px;
    margin: 5%;
}

header #keywords p strong {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}

header #keywords ul {
    text-align: left;
    color: #9B9B9B;
    font-size: 10px;
    line-height: 16px;
    margin: 5% 10% 5% 8%;
}

.menu {
    background: #000;
    color: #fff;
    height: 60px;
    line-height: 40px;
    letter-spacing: 1px;
    width: 100%;
}

.row {
    padding: 0;
    clear: both;
}

.column {
    float: left;
}

.column h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 100px;
    border-bottom: solid 1px #5d5d5d;
    display: inline;
    padding-bottom: 5px;
}

.left {
    width: 65%;
    box-sizing: border-box;
    background: #222222;
    padding: 4% 1% 2%;
    height: 100vh;
    margin-left: 4%;
}

.right {
    /*width: 400px;*/
    box-sizing: border-box;
    background: #222222;
    padding: 4% 1% 2%;
    height: 100vh;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
    background: transparent url('../img/gradient.png') repeat-x fixed bottom;
    float: right;
}

.fader {
    position: absolute;
    content: '';
    bottom: 0px !important;
    left: 0;
    right: 0;
    height: 100px;
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0), #222222);
}

#numbers {
    width: 100%;
    margin-top: 2%;
    display: none;
}

.lb24 {
    font-size: 13px !important;
    color: #9B9B9B;
    line-height: 18px;
    text-align: left;
    font-family: roboto;
    border-left: 0.1px solid #5d5d5d;
    padding: 0 20px;
    max-width: 355px;
}

.lb24 {
    /*min-width: 351px;*/
}

#section_01 {
    background-color: #222222;
    width: 100%;
    height: 100vh;
}


/* MENU */

.background nav {
    display: none;
    color: #fff;
}

.background {
    height: 300px;
    display: none;
}

.background nav {
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    height: 250px;
    background-color: rgba(47, 47, 47, 0.9);
    margin-top: 40px !Important;
    /*you'll have to remove the height of the button so you can center the content inside the menu*/
    width: 100%;
    text-align: center;
}

#cerrar-background {
    border: 1px solid #9B9B9B;
    padding: 1px;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    font-size: 10px;
    cursor: pointer;
}

#cerrarkeywords {
    border: 1px solid #9B9B9B;
    padding: 1px;
    width: 100px;
    text-align: center !important;
    margin: 0 auto;
    font-size: 10px;
    cursor: pointer;
}

#cerrarabout {
    padding-top: 20px;
    border: 1px solid #9B9B9B;
    padding: 1px;
    width: 100px !important;
    text-align: center !important;
    margin: 0 auto;
    font-size: 10px;
    cursor: pointer;
}

.menuButton {
    /* insert the size you want for the button*/
    width: 30px;
    height: 15px;
    /* this makes the div look like a button */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
    /*this positions the button*/
    margin: 0 auto;
    position: fixed;
    top: 12px;
    left: 50%;
}

.menuButton .line {
    width: 100%;
    height: 20%;
    background-color: #fff;
}

nav .col {
    color: #fff;
    width: 250px;
    display: inline-block;
    font-family: 'Prata', serif;
    font-weight: 700;
    font-weight: 600;
    text-align: left;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    margin-left: 40px;
    vertical-align: middle;
}

nav .col a {
    color: #fff;
    text-decoration: none;
}

nav .col h1 {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: roboto;
    font-weight: 200;
    letter-spacing: 0.2em;
}

nav .col p {
    font-family: Roboto, sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}


/*  GENERAL STYLES FOR TXT */

#section_02 {
    margin: 100px auto;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    max-width: 1020px;
}

#section_02 h2 {
    font-size: 14px;
    color: #5C5C5C;
    font-weight: 100;
    margin: 20px auto;
    height: 20px;
}

#section_02 h1 {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Prata', serif;
    font-size: 50px;
    color: #2D2D2D;
    font-weight: 100;
    letter-spacing: -0.06em;
}

#section_02 p {
    color: #646464;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 40px;
}


/*  BLOCK */

#section_02 .chartBlock {
    margin-top: 50px;
    display: block;
}


/*  BLOCK titles */

#section_02 .chartBlock h1 {
    font-family: 'Prata', serif;
    color: #C4AA70;
    font-size: 30px;
    /*background-image: url(../img/lines.svg);*/
    background-repeat: no-repeat;
    background-position: center;
}


/* BLOCK - CHARTS HOLDERS*/

#section_02 .chartHolder {
    display: inline-block;
    width: 325px;
    margin: 20px auto;
    background-color: #fff;
    vertical-align: top;
}

#section_02 .chartHolder .charttxt {
    text-align: left;
    width: 325px;
    box-sizing: border-box;
    display: inline-block;
}

#section_02 .chartHolder .charttxt h2 {
    font-size: 12px;
    text-transform: uppercase;
    height: inherit;
    font-weight: 400;
    color: #C4AA70;
}

#section_02 .chartHolder .charttxt h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #5C5C5C;
    font-weight: 700;
    height: inherit;
}

#section_02 .chartHolder .charttxt h1:before,
#section_02 .chartHolder .charttxt h1:after {
    content: none;
}

#section_02 .chartHolder.opener {
    width: 980px;
}

#section_02 .chartHolder.opener .charttxt {
    background-color: #EEEEEE;
    padding: 35px;
    float: left;
}

#section_02 .chartHolder .charttxt {
    background-color: white;
    padding: 20px;
}

#section_02 .chartHolder .chart.huge {
    width: 650px;
}

#section_02 .chartHolder .chart.inverted {
    width: 290px;
    mix-blend-mode: difference;
    -moz-mix-blend-mode: difference;
    -webkit-mix-blend-mode: difference;
    -ms-mix-blend-mode: difference;
}


/*  BLOCK filters  */

#sect_02_filters {
    font-family: 'Roboto', sans-serif;
    position: fixed;
    right: 40px;
    text-align: left;
    top: 40%;
    list-style: none;
    display: none;
    opacity: 0;
    background-color: #fff;
}

#sect_02_filters li {
    margin: 20px 25px;
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

#sect_02_filters li.current {
    color: #C3A86E;
    font-weight: 700;
    border-bottom: 2px solid #C3A86E;
    padding-bottom: 5px;
}

#sect_02_filters li.Noitem {
    margin: 20px 0px 30px 0;
    font-size: 12px;
    color: #818181;
    text-align: center;
}

#section_03 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 100%;
    background-color: #fff;
    height: 1500px;
}

#section_03 h1 {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Prata', serif;
    font-size: 50px;
    color: #2D2D2D;
    font-weight: 100;
    letter-spacing: -0.06em;
}

#section_03 p {
    max-width: 800px;
    color: #2D2D2D;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin: 40px auto;
}

#section_04 {
    margin: 0px auto;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 100%;
    background-color: #222;
    height: 100vh;
    padding: 0;
}

#section_04 h1 {
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Prata', serif;
    font-size: 50px;
    color: #2D2D2D;
    font-weight: 100;
    letter-spacing: -0.06em;
    color: #fff;
    height: auto;
}

#section_04 p {
    max-width: 800px;
    color: #2D2D2D;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    margin: 40px auto;
    color: #fff;
}

#section_05 {
    margin: 100px auto;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 100%;
    height: 1200px;
}

#section_05 h2 {
    font-size: 14px;
    color: #5C5C5C;
    font-weight: 100;
    margin: 20px auto;
    height: 20px;
}

#section_05 h1 {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Prata', serif;
    font-size: 50px;
    color: #2D2D2D;
    font-weight: 100;
    letter-spacing: -0.06em;
}

#section_05 p {
    color: #646464;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    max-width: 1020px;
    margin: 40px auto;
}

#section_06 {
    margin: 100px auto;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 100%;
    height: 1200px;
}

#section_06 h2 {
    font-size: 14px;
    color: #5C5C5C;
    font-weight: 100;
    margin: 20px auto;
    height: 20px;
}

#section_06 h1 {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Prata', serif;
    font-size: 50px;
    color: #2D2D2D;
    font-weight: 100;
    letter-spacing: -0.06em;
}

#section_06 p {
    color: #646464;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    max-width: 1020px;
    margin: 40px auto;
}

.slide {
    height: 800px;
    width: 100% !important;
    background-color: darkblue;
}

#tittle-mobile {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Prata', serif;
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    letter-spacing: -0.06em;
    text-transform: none;
    border: none;
    text-align: center;
    line-height: 28px;
    margin: 20px 10px;
    position: fixed;
    background-color: #222;
    height: 70px;
    width: 94%;
    padding-top: 20px;
    display: none;
}

.pdf {
    background-color: #fff;
    max-width: 800px;
    width: 100%;
}

.footer {
    width: 90%;
    font-size: 10px;
    margin: 50px auto;
    max-width: 800px;
    text-align: center;
    text-transform: uppercase;
}


/* SLIDER */

.owl-demo {
    background-color: #f0f0f0;
}

.owl-demo .item {
    margin: 20px;
    user-select: none;
    user-select: auto;
    user-select: text;
    user-select: contain;
    user-select: all;
    -moz-user-select: none;
    -moz-user-select: text;
    -moz-user-select: all;
    -webkit-user-select: none;
    -webkit-user-select: text;
    -webkit-user-select: all;
    -ms-user-select: none;
    -ms-user-select: text;
    -ms-user-select: all;
    -ms-user-select: element;
}

.owl-demo .item img {
    display: block;
    height: auto;
}

.charted {
    mix-blend-mode: difference !important;
    -moz-mix-blend-mode: difference;
    -webkit-mix-blend-mode: difference;
    -ms-mix-blend-mode: difference;
}

.item {
    min-width: 30% !important;
    margin-right: 1rem;
    background: #fff;
    text-align: left;
    padding: 20px;
}

.item h1 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    color: #5C5C5C !important;
    font-weight: 700 !important;
}

.item h2 {
    font-size: 12px !important;
    text-transform: uppercase !important;
    height: inherit !important;
    font-weight: 400 !important;
    color: #C4AA70 !important;
}

.item p {
    color: #646464 !important;
    font-size: 13px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    margin-top: 40px !important;
}

.label {
    position: absolute;
    top: 1rem;
}

.label.stick {
    position: fixed;
    left: 1rem;
}


/* COMMENTS */

#comments {
    height: 140px !important;
    overflow: auto;
    margin-top: 20px;
}


/* VIDEO */

iframe {
    background-color: #222222;
}

.h_iframe {
    position: relative;
    background-color: #222222;
    z-index: 5;
}

.h_iframe .ratio {
    display: inline;
    width: 100%;
    height: auto;
}

.h_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.v_iframe {
    background-color: #222222;
    z-index: 5;
    max-width: 800px !important;
    text-align: center;
    margin: 0 auto;
    height: 50%;
}

.v_iframe .ratio {
    display: inline;
    width: 80%;
    height: auto;
}

.v_iframe iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* MEDIA QUERY */

@media screen and (max-width: 1440px) {
    .left {
        width: 66%;
        margin-left: 2%;
        padding: 3% 1% 2%;
    }
    .right {
        width: 31%;
        padding: 3% 1% 2%;
        float: right;
    }
}

@media screen and (max-width: 1024px) {
    .left {
        margin-left: 2%;
        padding: 3% 1% 2%;
    }
    #numbers {
        display: block;
    }
    header #keywords {
        width: 50%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .left {
        width: 55%;
        margin-left: 2%;
        padding: 5% 1% 2%;
    }
    .right {
        width: 40%;
        padding: 3% 1% 2%;
        float: right
    }
    .lb24 {
        min-width: 85%;
    }
    #about {
        display: none;
    }
    #keywords {
        display: none;
    }
    #section_02 .chartHolder .chart.huge {
        width: 100%;
    }
    #sect_02_filters {
        display: none;
    }
    #section_02 .chartHolder.opener {
        width: 100%;
    }
    #section_02 .chartHolder .chart.huge {
        width: 68%;
    }
    #logo span {
        font-size: 10px;
    }
    nav .col {
        width: 160px;
    }
    #section_02 .chartHolder.opener .charttxt {
        float: none;
        width: 85%;
        background-color: #fff;
    }
    #section_02 .chartHolder .charttxt h1 {
        background-image: none;
    }
    #section_04 p {
        max-width: 800px;
    }
    .metodologia {
        max-width: 90% !important;
    }
    .fader {
        bottom: 0 !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .left {
        display: none;
    }
    .right {
        width: 100%;
        padding: 20px;
        float: right;
    }
    #section_02 .chartHolder.opener {
        width: 100%;
    }
    .glosary {
        display: none;
    }
    .ficha {
        display: none;
    }
    #logo.ln a {
        width: 120px !important;
        margin: 6px 0;
    }
    #section_02 h1 {
        font-size: 24px;
        max-width: 300px;
    }
    #section_03 h1 {
        font-size: 24px;
        max-width: 300px;
    }
    #section_04 h1 {
        font-size: 24px;
        max-width: 300px;
    }
    #section_05 h1 {
        font-size: 24px;
        max-width: 300px;
    }
    #section_02 p {
        margin: 40px auto;
        width: 300px;
    }
    #section_03 p {
        margin: 40px auto;
        width: 300px;
    }
    #section_04 p {
        margin: 40px auto;
        width: 300px;
    }
    #section_02 .chartHolder .charttxt h1 {
        width: 300px;
    }
    #section_02 .chartHolder .charttxt h2 {
        width: 300px;
        font-size: 12px;
        font-weight: 400;
    }
    #sect_02_filters {
        display: none !important;
    }
    #section_02 .chartBlock h1 {
        background-image: none;
        font-size: 24px;
        margin-bottom: 10px;
    }
    #section_02 .chartHolder .chart.huge {
        width: 100%;
    }
    #share li a {
        margin-top: 3px;
        width: 22px;
        height: 18px;
        margin-left: 8px;
    }
    .lb24 {
        padding: 0
    }
    .col img {
        display: none;
    }
    .col p {
        display: none;
    }
    .menuButton {
        left: 85%;
    }
    #share {
        right: 60px;
    }
    #section_02 .chartHolder .chart.inverted {
        width: 270px;
        margin-bottom: 50px;
    }
    #section_02 .chartHolder.opener .charttxt {
        float: none;
        width: 100%;
    }
    nav .col {
        text-align: center;
        margin-left: 0px;
        border-bottom: 1px solid #565656;
    }
    #cerrar-background {
        margin: 18px auto;
    }
    #no-mobile {
        display: none;
    }
    #tittle-mobile {
        display: block;
        position: relative;
    }
    iframe {
        width: 100%;
    }
    .fader {
        bottom: 0 !important;
    }
}