    @import url('https://fonts.googleapis.com/css?family=Heebo:300,400,700|Oswald:300,400');
    * {
    box-sizing: border-box;
    }

    .clearfix:before,
    .clearfix:after {
    content: "";
    display: table;
    }

    .clearfix:after {
    clear: both;
    }

    .clearfix {
    zoom: 1;
    }

    html,
    body {
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

    body {
    background: #fff;
    }

    .block {
    position: relative;
    }

    .article {
    max-width: 700px !important;
    margin: 0 auto;
    text-align: left;
    margin: 0 auto 16px auto;
    font-size: 20px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }

    .image-holder {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0;
    background: 50% 50% / cover no-repeat;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
    }

    .img_1 {
    background-image: url("../img/back01.jpg");
    }

    .img_2 {
    background-image: url("../img/back02.jpg");
    }

    .img_3 {
    background-image: url("../img/back03.jpg");
    }

    .img_4 {
    background-image: url("../img/back04.jpg");
    }

    .img_5 {
    background-image: url("../img/back05.jpg");
    }

    .img_6 {
    background-image: url("../img/back06.jpg");
    }

    .img_7 {
    background-image: url("../img/back07.jpg");
    }

    .img_8 {
    background-image: url("../img/back08.jpg");
    }

    .window_load .image-holder {
    opacity: 1;
    }

    .pos_fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    }

    .pos_abs_bot .image-holder {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    }

    .content {
    padding: 110px 50px;
    max-width: 900px;
    }

    .white p {
    margin-top: 28%;
    color: #fff !important;
    font-size: 21px;
    line-height: 28px;
    max-width: 61%;
    float: right;
    border-left: 1px solid #fff;
    padding-right: 10%;
    padding-left: 27px;
    padding-top: 10px;
    }

    .left {
    margin-top: 28% !important;
    color: #fff !important;
    font-size: 21px !important;
    line-height: 28px !important;
    max-width: 61% !important;
    float: left !important;
    border-left: 1px solid #fff !important;
    padding-right: 10% !important;
    padding-left: 27px !important;
    padding-top: 10px !important;
    margin-left: 10% !important;
    }

    .section {
    min-height: 100vh;
    }

    .section {}

    .section:nth-child(even) .content {
    float: left;
    }

    .section .content {
    font-size: 20px;
    line-height: 2;
    }

    .section-text .content {
    width: 100%;
    max-width: none;
    font-size: 26px;
    line-height: 2;
    }

    h1 {
    font-family: Georgia;
    font-size: 60px;
    color: #000000;
    letter-spacing: -1.8px;
    font-weight: 300;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    }

    h2 {
    font-family: Heebo;
    font-size: 16px;
    color: #4d4d4d;
    letter-spacing: 0;
    font-weight: 100;
    text-align: center;
    font-weight: 400;
    }

    h3 {
    color: #4d4d4d;
    font-size: 36px;
    font-family: Georgia;
    font-weight: 100;
    line-height: 40px;
    }

    p {
    font-family: Georgia, serif;
    color: #4d4d4d;
    font-size: 19px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 14px;
    }

    strong {
    color: #4d4d4d;
    }

    .divider .content {
    min-height: 0px;
    padding: 50px 50px;
    }

    .right {
    float: right !important;
    }

    .center {
    text-align: center;
    float: inherit !IMPORTANT;
    margin: 0 auto !important;
    }

    .intro {
    text-align: center !important;
    margin: 0 auto !important;
    }

    .small-image {
    width: 140% !important;
    margin: 0 -20%;
    padding: 50px 0px 50px 0px;
    text-align: center;
    position: relative;
    }

    blockquote {
    text-align: center;
    font-size: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    quotes: "\201C""\201D""\2018""\2019";
    margin: 80px 0px 80px 0px;
    }

    blockquote:after {
    color: #ccc;
    font-family: Source Sans Pro;
    content: open-quote;
    font-size: 80px;
    position: absolute;
    left: 50%;
    bottom: calc(100% - 20px);
    background: #fff;
    height: 55px;
    width: 55px;
    line-height: normal;
    text-align: center;
    transform: translateX(-50%);
    }

    blockquote p {
    padding: 20px;
    font-weight: 300;
    width: 130%;
    margin-left: -15%;
    font-size: 24px;
    font-style: italic;
    }

    .author {
    color: #000;
    position: relative;
    top: 135px;
    float: left;
    right: -4%;
    font-size: 12px;
    color: #5c5c5c;
    border-top: 1px solid #d6d6d6;
    padding-top: 10px;
        font-style: italic;
    }

    .readmore {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    bottom: -20px;
    }

    .caption {
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 50px;
    }

    .mobile-show {
    display: none;
    }

    .intro-background {
    background-image: url(../img/back01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #999;
    position: absolute;
    height: 100vh;
    }
    /** HEADER & OTHERS **/

    header {
    position: fixed;
    width: 100%;
    height: 45px;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #c6c6c6;
    }

    .LND_VOL_ln {
    position: absolute;
    left: 24px;
    z-index: 19;
    }

    .LND_VOL_ln a {
    width: 160px;
    height: 30px;
    left: 15px;
    margin: 8px 0 0 5px;
    background: url(../svg/logo_ln-desktop.svg) no-repeat center center;
    background-size: contain;
    float: left;
    }

    .LND_VOL_ln span {
    margin-left: 15px;
    line-height: 48px;
    letter-spacing: -0.3px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 300;
    }

    .LND_VOL_ln_Mob {
    width: 70px;
    height: 30px;
    left: 45px;
    margin: 8px 0 0 5px;
    background: url(http://www.nacion.com/gnfactory/investigacion/2017/escuelas-unidocentes/svg/logo_ln-phone.svg) no-repeat center right;
    background-size: contain;
    float: left;
    }

    #LND_VOL_menuMobile {
    font-size: 3em;
    color: #000;
    font-weight: 900;
    padding-left: 4px;
    line-height: 34px;
    }

    #LND_VOL_menu {
    position: absolute;
    top: 14px;
    left: 42.5%;
    width: 25%;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 300;
    }

    #LND_VOL_menu li {
    display: inline-block;
    }

    #LND_menuExtra {
    position: absolute;
    right: 100px;
    top: 14px;
    }

    #LND_menuExtra a,
    #LND_menuExtra a:hover,
    #LND_menuExtra a:visited {
    margin-right: 12px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    float: left;
    }

    #LND_VOL_social {
    position: absolute;
    right: 20px;
    top: 10px;
    }

    #LND_VOL_social li a {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 5px;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(../svg/share_facebook.svg);
    }

    #LND_VOL_facebook {
    background-position: 2px 0px;
    }

    #LND_VOL_twitter {
    background-position: -20px 0px;
    }

    #LND_VOL_google {
    background-position: -40px 0px;
    }

    #LND_VOL_social li {
    display: inline-block;
    }

    #LND_VOL_ficha_tecnica,
    #LND_VOL_notas_relacionadas {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 18%;
    right: 10px;
    background-color: #fff;
    top: 45px;
    padding: 2%;
    border: 1px solid;
    }

    #LND_VOL_ficha_tecnica p {
    font-family: 'arial', sans-serif;
    font-size: 11px;
    font-weight: lighter;
    line-height: 14px;
    color: #000;
    padding: 0;
    }

    #LND_VOL_menu_mobile {
    position: absolute;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    top: 45px;
    color: #fff;
    display: none;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    width: 100%;
    height: 100vh;
    }

    10 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10%;
    letter-spacing: 2px;
    width: 100%;
    }

    #LND_VOL_nota_relacionada {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    font-family: 'Oswald', sans-serif;
    margin: 0 auto;
    }

    #LND_VOL_nota_relacionada img {
    width: 100%;
    }

    #LND_VOL_nota_relacionada h2 {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    }

    #LND_VOL_nota_relacionada h1 {
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    text-transform: initial;
    font-family: Georgia, sans-serif;
    letter-spacing: -0.5px;
    color: #fff;
    }

    #LND_VOL_nota_relacionada a,
    #LND_VOL_nota_relacionada a:hover,
    #LND_VOL_nota_relacionada a:visited {
    color: #fff;
    text-decoration: none;
    }

    #LND_TR_menuMobile {
    display: none;
    font-size: 3em;
    color: #000;
    font-weight: 900;
    padding-left: 5px;
    line-height: 34px;
    }

    #LND_VOL_ficha_tecnica p a,
    #LND_VOL_ficha_tecnica p a:hover,
    #LND_VOL_ficha_tecnica p a:visited {
    text-decoration: none;
    color: #484848;
    }

    #LND_VOL_ficha_tecnica,
    #LND_VOL_notas_relacionadas {
    display: none;
    position: absolute;
    color: #000;
    z-index: 9999;
    width: 20%;
    right: 10px;
    background-color: #fff;
    top: 45px;
    padding: 2%;
    border: 1px solid;
    font-family: 'arial', sans-serif;
    font-size: 11px;
    font-weight: lighter;
    line-height: 14px;
    }

    #LND_VOL_creditos_m {
    padding-left: 10%;
    padding-right: 10%;
    }

    #LND_VOL_creditos_m p {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
    }

    #LND_VOL_creditos_m a,
    #LND_VOL_creditos_m a:hover,
    #LND_VOL_creditos_m a:visited {
    text-decoration: none;
    color: #777;
    }

    #LND_VOL_section_5 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10%;
    letter-spacing: 2px;
    width: 100%;
    padding-top: 5%;
    }

    #LND_VOL_section_5 a,
    #LND_VOL_section_5 a:hover,
    #LND_VOL_section_5 a:visited {
    color: #fff;
    text-decoration: none;
    }

    #LND_VOL_section_5 h2 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    }

    #LND_VOL_section_5 h1 {
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    font-family: Georgia;
    letter-spacing: -0.5px;
    }

    #LND_VOL_section_5 img {
    width: 40%;
    margin-right: -2%;
    }

    #LND_VOL_section_6 {
    width: 90%;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    margin: 0 auto;
    }

    #LND_VOL_section_6 img {
    width: 20%
    }

    #LND_VOL_section_6 p,
    #LND_VOL_section_6 p a,
    #LND_VOL_section_6 p a:hover,
    #LND_VOL_section_6 p a:visited {
    color: #2a2a2a;
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 400;
    }
    /** MEDIA QUERIES **/

    @media(max-width: 1100px) {
    .LND_VOL_encabezado {
        height: 45px;
        background-color: #fff;
        border-bottom: 1px solid #c6c6c6;
        opacity: 0.8;
    }
    #LND_VOL_ficha_tecnica {
        width: 45%;
    }
    #LND_VOL_section_5 img {
        width: 80%;
        margin-right: 0%;
    }
    #LND_VOL_section_5 h1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 38px;
    }
    .author {
        color: #000;
        position: relative;
        top: 135px;
        float: none;
        right: 0;
        font-size: 14px;
        color: #5c5c5c;
        border-top: none;
        padding: 0px 50px 100px 50px;
        text-align: center;
        margin: 0 auto;
    }
    .small-image {
        width: 100% !important;
        margin: 0 auto;
    }
    @media screen and (max-width: 800px) {
        h1 {
            font-size: 44px;
            line-height: 50px;
        }
        .section .content {
            font-size: 14px;
            line-height: 1.8;
        }
        p {
            font-size: 18px;
            line-height: 28px;
        }
        blockquote p {
            padding: 20px;
            font-weight: 300;
            width: 100%;
            margin-left: 0;
            font-size: 21px;
            font-style: italic;
        }
    }
    @media(max-width: 1024px) {
        .mobile-hide {
            display: none !important;
        }
        .mobile-show {
            display: block !important;
            padding-bottom: 60px;
        }
    }
    @media(max-width: 769px) {
        #LND_VOL_section_6 img {
            width: 30%
        }
    }
    @media(max-width: 720px) {
        #LND_menuExtra {
            display: none;
        }
        #LND_VOL_social {
            top: 12px;
        }
        #LND_VOL_menu {
            left: 0;
            top: 2px;
        }
        .LND_VOL_icon {
            background-image: url(../svg/icon_menu.svg?ht28022017v8);
        }
        .LND_VOL_ln a {
            position: absolute;
            background: url(../svg/logo-mobile.svg);
            background-repeat: no-repeat;
            background-size: contain;
        }
        .LND_VOL_encabezado #logo span,
        .LND_VOL_icon {
            display: none;
        }
        #LND_TR_menuMobile,
        .LND_VOL_nav_mob,
        .LND_VOL_section_mob {
            display: block;
        }
        #LND_VOL_section_6 img {
            width: 50%;
            max-width: 135px;
        }
        #LND_VOL_section_6 img {
            width: 40%
        }
        #LND_VOL_section_6 {
            padding-left: 5%;
            padding-right: 5%;
        }
        h1 {
            font-size: 41px;
            line-height: 42px;
        }
        h3 {
            color: #4d4d4d;
            font-size: 22px;
            font-family: Georgia;
            font-weight: 100;
            line-height: 28px;
        }
        .white p {
            margin-top: 10%;
            color: #fff !important;
            font-size: 14px;
            line-height: 18px;
            max-width: 91%;
            float: right;
            border-left: 1px solid #fff;
            padding-right: 10%;
            padding-left: 27px;
            padding-top: 10px;
        }
        .content {
            padding: 90px 30px;
        }
        .caption {
            line-height: 16px;
        }
    }
    @media(max-width: 480px) {
        h1 {
            font-size: 31px;
            line-height: 36px;
        }
        h2 {
            font-size: 13px;
            line-height: 18px;
        }
        p {
            font-size: 16px;
            line-height: 27px;
        }
        .content {
            padding: 80px 30px;
        }
        .author {
            font-size: 13px;
        }
        blockquote p {
            padding: 0px;
            font-size: 16px;
        }
        blockquote {
            margin: 50px 0px 50px 0px;
            padding: 0;
        }
        blockquote {
            font-size: 16px;
        }
        .divider .content {
            padding: 20px;
        }
    }