@font-face {
    font-family: "NimrodRegular";
    font-style: normal;
    font-weight: normal;
    src: url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_regular.eot?#iefix") format("embedded-opentype"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_regular.woff") format("woff"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_regular.otf") format("opentype"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_regular.ttf") format("truetype"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_regular.svg#NimrodRegular") format("svg")
}

@font-face {
    font-family: "NimrodItalic";
    font-style: normal;
    font-weight: normal;
    src: url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_italic.eot?#iefix") format("embedded-opentype"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_italic.woff") format("woff"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_italic.otf") format("opentype"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_italic.ttf") format("truetype"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_italic.svg#NimrodItalic") format("svg")
}

@font-face {
    font-family: "NimrodBold";
    font-style: normal;
    font-weight: normal;
    src: url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_bold.eot?#iefix") format("embedded-opentype"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_bold.woff") format("woff"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_bold.otf") format("opentype"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_bold.ttf") format("truetype"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_bold.svg#NimrodBold") format("svg")
}

@font-face {
    font-family: "NimrodBoldItalic";
    font-style: normal;
    font-weight: normal;
    src: url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_bold-italic.eot?#iefix") format("embedded-opentype"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_bold-italic.woff") format("woff"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_bold-italic.otf") format("opentype"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_bold-italic.ttf") format("truetype"), url("http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_bold-italic.svg#NimrodBoldItalic") format("svg")
}

header {
    width: 100%;
    height: 50px;
    position: fixed;
    background-color: #fff;
    z-index: 100;
    border-bottom: 1px solid #d8d8d8;
    z-index: 9999999;
}

header .content {
    position: relative;
}

header a {
    transition: background-color 1s ease;
}

header #about {
    width: 300px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    position: absolute;
    top: 50px;
    right: 20px;
    display: none;
}

header #about h4 {
    font-size: .8em;
    text-align: left;
    width: 80%;
    color: #000;
    margin: 10px auto;
    font-weight: 700;
    text-transform: uppercase;
}

header #about p {
    text-align: left;
    font-family: 'Heebo', sans-serif;
    width: 80%;
    color: #9B9B9B;
    font-size: 12px;
    line-height: 16px;
    margin: 10px auto
}

#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;
}

nav#menu {
    position: absolute;
    top: 8px;
    left: 0px;
}

nav#menu .icon {
    width: 40px;
    height: 40px;
    position: relative;
    background-image: url(../svg/icon_menu.svg);
    transition: background-color 1s ease;
    cursor: pointer;
    list-style: none;
}

nav#menu .icon:hover {
    background-color: #dedede;
}

nav#menu #sections {
    width: 200px;
    padding: 10px;
    position: absolute;
    top: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #d3d3d3;
    z-index: 100;
}

nav#menu #sections li a {
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #404040;
    letter-spacing: 0.3px;
    transition: color 1s ease;
    list-style: none !important;
    text-decoration: none;
    font-family: sans-serif;
}

nav#menu #sections li a:hover {
    color: #000;
}

#logo {
    position: absolute;
    left: 10px;
}

#logo a {
    float: left;
}

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

#logo span {
    margin-left: 10px;
    position: fixed;
    margin-top: 25px;
    line-height: 0px;
    letter-spacing: -0.3px;
    font-size: 1.1em !important; 
    font-weight: 400 !important;
}

#social {
    position: absolute;
    right: 10px;
    top: 10px;
}

#social li {
    display: inline-block;
}

#social li a {
    width: 50px;
    height: 30px;
    display: block;
    margin-left: 5px;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
}

#social li a.facebook {
    background-image: url(../svg/icon_facebook.svg);
}

#social li a.twitter {
    background-image: url(../svg/icon_twitter.svg);
}

#social li a.google {
    background-image: url(../svg/icon_google.svg);
}

#social li a.ficha {
    font-size: 11px;
    width: 90px !important;
    padding-top: 7px;
}

span {
    font-size: 22px !important;
    font-weight: 800;
}

#intro {
    padding-top: 12%;
}

#intro h1 {
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    line-height: 39px;
    font-family: NimrodRegular, serif;
}

#intro h2 {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .5px;
    color: #a2a2a2;
}

#intro p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #363636;
}

.center {
    text-align: center;
}

h2 {
    font-size: 21px;
    font-weight: 800;
    color: #363636;
}

h6 {
    font-weight: 800;
    text-transform: uppercase;
}

.month {
    padding-bottom: 30px;
}

hr {
    background-color: #f0f0f0
}

p {
    color: #363636;
    font-size: 14px;
}

blockquote {
    text-align: center;
    font-family: Georgia, sans-serif;
    font-size: 21px;
    line-height: 30px;
    padding: 6%;
    color: #656565;
    margin: 0px;
}

blockquote span {
    font-size: 14px !important;
    font-family: Roboto, sans-serif;
    display: block;
    color: #656565;
    margin-top: 10px;
    font-weight: 800;
    font-style: italic;
}

.small {
    font-size: 10px;
}

.card {
    /*background-color: #f6f6f6;*/
    padding: 20px;
}

footer p {
    font-size: 9px;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    height: 150px;
}

.hr-steps {
    background-color: #fff;
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    text-align: center;
    height: 1.5em;
    opacity: .2;
}

.hr-steps:before {
    content: '';
    background: -webkit-linear-gradient(left, transparent, #363636, transparent);
    background: linear-gradient(to right, transparent, #363636, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-steps:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    line-height: 1.5em;
    background-color: #FFF;
}

.mobile {
    display: none;
}

@media screen and (max-width: 570px) {
    #logo.ln a {
        width: 29px;
        height: 26px;
        background: url(../svg/logo_ln-phone.svg) no-repeat center center;
        background-size: contain;
    }
    #logo span {
        display: none;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    #intro {
        padding-top: 22%;
    }
    #intro h1 {
        font-size: 36px;
    }
    blockquote {
        font-size: 18px;line-height: 24px;
    }
    h2 {
        font-size: 18px;
    }
}

progress {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: 4px;
    z-index: 9999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Get rid of the default border in Firefox/Opera. */
    border: none;
    /* Container for Firefox/IE10+ */
    background-color: transparent;
    /* IE10+ */
    color: #D89E95;
}

progress::-webkit-progress-bar {
    background-color: transparent;
}

progress::-webkit-progress-value {
    background-color: #D89E95;
}

progress::-moz-progress-bar {
    background-color: #D89E95;
}

