@font-face {
    font-family: Nimrod;
    src: url(http://www.nacion.com/static/LNCNacion/fonts/nimrod/nimrod_regular.woff);
}
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,900,300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700,300);
html {-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background-color: #32333D;
    color: #ffffff;
}
#container{
    width: 100%;
    height: 1676px;
    overflow: hidden;
    position: relative;
    background-color: #32333D;
}
#map{
    width: 90%;
    height: 720px;
    overflow: hidden;
    margin: 0 auto;
}
header {
    width: 100%;
    height: 50px;
    position: fixed;
    background-color: #32333D;
    top: 0;
    z-index: 100;
}
header #about{
    width: 300px;
    padding: 20px 0;
    background-color: #CDD2D4;
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
}
header #about:hover{
    cursor: pointer;
}
header #about h4{
    text-align: left;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
}
header #about p{
    text-align: left;
    width: 80%;
    margin: 10px 10%;
    color: #848484;
    font-size: 13px;
    line-height: 18px;
}
header #about p strong{
    text-transform: uppercase;
    font-weight: 100;
    color: #3C3C3C;
}
header #about p a{
    text-decoration: none;
    transition: color 1s ease;
    color: #33A7B9;
    font-weight: 800;
}
header #about p a:hover {
    color: #0f6c7b;
}
section a:hover {
    opacity: 0.5;
}
section a {
    font-size: 9px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 15px;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    text-decoration: none;
    transition: opacity 1s ease;
    opacity: 1;
}
ul {
    list-style: none;
    margin: 0;
}
#logo {
    position: absolute;
}
#logo a {
    float: left;
    opacity: 1;
}
#logo.ln a {
    width: 162px;
    height: 66px;
    left: 15px;
    background: url(../svg/ln.svg) no-repeat center center;
    background-size: contain;
    margin: -8px 0 0 15px;
}
#logo span {
    margin-left: 10px;
    line-height: 51px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #777;
}
#share li.ficha a{
    width: 96px;
    font-size: 13px;
    margin-top: 4px;
    border-right: 1px solid #848484;
    padding-right: 10px;
}
.facebook a {
    background: url(../svg/facebook.svg) no-repeat center center;
    background-size: contain;
    display: inline;
}
.twitter a {
    background: url(../svg/twitter.svg) no-repeat center center;
    background-size: contain;
    display: inline;
}
.google a {
    background: url(../svg/google.svg) no-repeat center center;
    background-size: contain;
    display: inline;
}
.share {
    text-align: center;
    margin: 0 auto;
}
.creditos {
    position: absolute;
    right: 0;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: .7rem;
    text-shadow: 0 0 10px rgba(1, 1, 1, 0.64);
    margin: 15px 15px 0 0;
}
.creditos-i {
    position: relative;
    color: #242424;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: .8rem;
    text-align: center;
    padding-bottom: 40px;
    margin: -20px auto;
}
.comentarios {
    text-align: center;
}
#share {
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: -1;
}
#share li a {
    width: 23px;
    height: 23px;
    display: block;
    margin-left: 8px;
    opacity: 0.5;
    transition: opacity 1s ease;
}
#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;
}
.quote {
    font-style: italic;
    font-size: 24px;
    font-family: serif;
}
.float-left,
#share li {
    float: left;
}
#apertura{
    width: 100%;
    height:  calc(100vh - 60px);
    margin: 0;
    padding-top: 60px;
    background-image: url(../img/apertura.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
#continuar .sides{
    background-color: #CDD2D4;
    width:  calc(50% - 65px);
    height: 50px;
    position: absolute;
    bottom: 0;
}
#continuar #sideLef{
    left: 0;
}
#continuar #continue{
    width: 130px;
    height: 30px;
    font-size: 9px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #5f5f5f;
    position: absolute;
    left: calc(50% - 65px);
    bottom: 0;
    background-image: url(../img/bgContinue.png);
    background-position: center;
}
#continuar #sideRig{
    right: 0;
}
.note{
    text-align: center;
    min-height: 300px;
    display: inline-block;
    width: 100%;
}
.note h6{
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    margin: 2% auto 0 auto;
}
.note h1{
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -.04em;
    margin-bottom: 8px;
    margin-top: 0;
    color: #FFFFFF;
}
.note h2{
    font-size: 2em;
    font-weight: 500;
    letter-spacing: -.04em;
    margin: 30px auto 8px auto;
    color: #33A7B9;
}
.note p{
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    font-style: normal;
    letter-spacing: -.05rem;
    line-height: 1.5;
    max-width: 880px;
    margin: 0 auto;
}
.note .infografia{
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}
.note .infografia.citaInfo{
    width: 116px;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
    color: black;
}
.note .infografia.citaInfo span{
    color: #717171;
    font-weight: 100;
}
.note .infografia.citaInfo strong{
    font-weight: 900;
}
#container .contexto{
    padding: 20px 0;
    text-align: center;
}
#container .contexto .infografia{
    display: inline-block;
    margin: 20px auto 0 auto;
    vertical-align: top;
}
#container .contexto .infografia.doble{
    width: 300px;
    margin-right: 45px;
}
#trends_cont{
    height: 990px;
    margin: 20px 0;
}
iframe {
    width: 100%;
}
.video{
    width: 100%;
    background-color: #181B1B;
    height: 700px;
    /*background-image: url(../img/thumbnail.jpg);
    background-repeat: no-repeat;
    background-position: center center;*/
    background-size: 797px;
    position: relative;
}
.video .embedVideo{
    position: absolute;
    top: 126px;
    left: calc(50% - 398px);
}

.notas {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    margin: 20px 0 30px 0;
}
.notas .nota{
    width: 200px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    background-position: center top;
    background-size: initial;
    background-repeat: no-repeat;
}
}
.notas .nota p{
    font-weight: 100;
    font-size: 18px;
    color: rgba(0,0,0,0.5);
    font-style: normal;
    letter-spacing: -.05rem;
    line-height: 1.5;
    max-width: 880px;
    margin: 0 auto;
}

.cifras {
    background-color: #CDD2D4;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    margin: 20px 0 30px 0;
}
.cifras .cifra{
    width: 200px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    background-position: center top;
    background-size: initial;
    background-repeat: no-repeat;
}
.cifras .cifra.medium{background-image: url(../img/medium.png);}
.cifras .cifra.small{background-image: url(../img/small.png);}
.cifras .cifra.small{background-image: url(../img/large.png);}
.cifras .cifra h4{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    margin:40px 0 0 0;
    color: #0f6c7b;
    font-size: 3em;
}
.cifras .cifra p{
    font-weight: 100;
    font-size: 18px;
    color: rgba(0,0,0,0.5);
    font-style: normal;
    letter-spacing: -.05rem;
    line-height: 1.5;
    max-width: 880px;
    margin: 0 auto;
}
.quote{
    text-align: center;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
}
.quote p{
    font-family: Nimrod, serif;
    font-size: 26px;
    line-height: 34px;
    color: #A0A0A0;
    width: 400px;
    margin: 10px auto;
}
.quote img{
    margin: 0 auto;
    width: 113px;
}
.quote h4{
    font-weight: 700;
    font-size: 12px;
    margin: 41px auto 0 auto
}
.quote h5{
    font-weight: 100;
    font-size: 13px;
    margin: 0 auto;
}
footer {
    text-align: center;
    text-transform: uppercase;
    color: #f8f8f8;
    font-size: 9px;
    font-weight: 100;
    letter-spacing: .08rem;
    line-height: .9rem;
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
    background-color: #32333D;
}
#inicio{
    margin-top: 50px;
}
#inicio p{
    text-align: left;
    margin: 20px auto;
}
#inicio h4{
    max-width: 880px;
    text-align: left;
    font-size: 30px;
    margin: 40px auto;}
#inicio ol{
    list-style: inherit;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    font-style: normal;
    letter-spacing: -.05rem;
    line-height: 1.5;
    max-width: 710px;
    margin: 42px auto;
}
#inicio li{
    margin: 0 0 20px 0; 
}
#inicio table{
    width: 320px;
    text-align: left;
    padding: 10px 20px;
    margin: 0 auto;
    border-collapse: collapse;
}
#inicio tr{
    border-top: 1px solid #CDD2D4;
    border-bottom: 1px solid #CDD2D4;
}
#inicio th, td {
    padding: 15px;
}
.mid{
    background-color: #e3e3e3;
}
.parallax-window {
    min-height: 600px;
    background: transparent;
    padding-top: 50px;
}
.back a {
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    color: #c6c6c6;
    font-family: 'Roboto',sans-serif;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    top: 0;
    background-color: #32333D;
    padding: 10px 20px;
    top: 20px;
}
.comentarios p {text-align: center;color:#fff;}
#datos {font-size: 10px;text-transform: uppercase;margin-top: 10px;font-weight: 500;letter-spacing: 0.5px;}
#autor {font-size: 14px;font-style: italic; padding: 20px;}
#citas {text-align: center;}
.vmovil {margin: 0 auto; padding-top: 20px;}
@media (max-width: 1024px) {
    #map {
        display: none;
    }
    #selectorB {
        display: none;
    }
    #hide {
        display: none;
    }
    #SJoption_A {
        display: none;
    }
    #ALoption_A {
        display: none;
    }
    #CAoption_A {
        display: none;
    }
    #HDoption_A {
        display: none;
    }
    #PNoption_A {
        display: none;
    }
    #GNoption_A {
        display: none;
    }
    #LMoption_A  {
        display: none;
    }
    #container {
    height: 1050px;
    }
    .embedVideo {display: none;}
    #fichaCantonal {display: none;}
}

@media (min-width: 1124px) { 
    .vmovil{display: none;}
    .fichaCantonal {display: none;}
}