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);

body {
    width: 100%;
    height: 100%;
    font-family: "Goergia",serif;
    color: rgba(0,0,0,0.7);
    background-color: #fff;
    -webkit-text-stroke-color:#FFF;-webkit-font-smoothing:antialiased;
    font-size: 22px;
    line-height: 1.5;
    text-align: justify;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    font-family: serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h1 {
font-size: 30px;
letter-spacing: -0.5px;
    line-height: 4rem;
}

h2 {
font-size: 65px;
    color: #000;
    line-height: 60px;
    padding-bottom: 30px;
    text-align: left;
}

h3 {
    font-size: 22px;
    font-weight: 100;
    font-family: Nimrod, serif;
    max-width: 650px;
    margin: auto;
    padding-bottom: 20px;
}

p {
    margin: 0 0 25px;
    font-size: 22px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 22px;
        line-height: 1.6;
    }
    #share li.ficha a {display: none;}
}

a {
    color: #33a7b9;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    opacity: 0.8;
}

.row {padding-bottom: 50px;}

.light {
    font-weight: 400;
}

.quote {
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    border-left: 10px solid #e5e5e5;
    padding-left: 20px;
    margin: 8%;
    font-style: italic;
    font-size: 22px;
    letter-spacing: -0.08rem;
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    background-color: #fff;
    font-family: sans-serif;
    font-size: 11px;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 11px;
    color: #c6c6c6;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #939393;
    text-align: center;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    margin-left: -20px;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    background-color: transparent;
    opacity: 0.5;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;

}

.navbar-custom .nav li.active a {
    color: #4d4c4d;
    font-weight: 900;
    text-align: center;
    font-size: 11px;
}

.navbar-custom .nav li.active a:hover {
    color: #33a7b9;
    font-weight: 900;
    text-align: center;
    background-color: transparent;
}

.nav>li>a {
position: relative;
    display: block;
    padding: 15px 14px;
}

@media(min-width:768px) {
    .navbar-custom {
        background-color: #fff;
        height: 52px;
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 2px solid rgba(209, 209, 209, 0.3);
        background: #fff;
        font-size: 11px;
    }
    #about {display: none;}
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: left;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
    font-family: Nimrod, serif;
    letter-spacing: -0.8px;
    max-width: 500px;
    margin-top: 100px;
}

.intro .intro-body .intro-text {
    font-size: 22px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 65px;
        line-height: 65px;
        max-width: 400px;
        margin-top: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 22px;
        max-width: 400px;
        line-height: 25px;
    }
}

@media(max-width:768px) {
.intro .intro-body .intro-text {
        font-size: 22px;
        max-width: 320px;
    
    }

}

.second {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: left;
    color: #fff;
    background: url(../img/intro-bg02.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.second .second-body {
    display: table-cell;
    vertical-align: middle;
}

.second .second-body .brand-heading {
    font-size: 40px;
    font-family: Nimrod, serif;
    letter-spacing: -0.8px;
    max-width: 500px;
    margin-top: 100px;
}

.second .second-body .second-text {
    font-size: 22px;
}

@media(min-width:768px) {
    .second {
        height: 100%;
        padding: 0;
    }

    .second .second-body .brand-heading {
        font-size: 65px;
        line-height: 65px;
        max-width: 500px;
        margin-top: 100px;
    }

    .second .second-body .second-text {
        font-size: 22px;
        max-width: 400px;
        line-height: 25px;
    }
}

@media(max-width:768px) {
.second .second-body .second-text {
        font-size: 22px;
        max-width: 320px;
    
    }

}

.third {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: left;
    color: #fff;
    background: url(../img/intro-bg03.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.third .third-body {
    display: table-cell;
    vertical-align: middle;
}

.third .third-body .brand-heading {
    font-size: 40px;
    font-family: Nimrod, serif;
    letter-spacing: -0.8px;
    max-width: 500px;
    margin-top: 100px;
}

.third .third-body .third-text {
    font-size: 22px;
}

@media(min-width:768px) {
    .third {
        height: 100%;
        padding: 0;
    }

    .third .third-body .brand-heading {
        font-size: 65px;
        line-height: 65px;
        max-width: 500px;
        margin-top: 100px;
    }

    .third .third-body .third-text {
        font-size: 22px;
        max-width: 400px;
        line-height: 25px;
    }
}

@media(max-width:768px) {
.third .third-body .third-text {
        font-size: 22px;
        max-width: 320px;
    
    }
}

.fourth {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: left;
    color: #fff;
    background: url(../img/intro-bg04.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fourth .fourth-body {
    display: table-cell;
    vertical-align: middle;
}

.fourth .fourth-body .brand-heading {
    font-size: 40px;
    font-family: Nimrod, serif;
    letter-spacing: -0.8px;
    max-width: 500px;
    margin-top: 100px;
}

.fourth .fourth-body .fourth-text {
    font-size: 22px;
}

@media(min-width:768px) {
    .fourth {
        height: 100%;
        padding: 0;
    }

    .fourth .fourth-body .brand-heading {
        font-size: 65px;
        line-height: 65px;
        max-width: 500px;
        margin-top: 100px;
    }

    .fourth .fourth-body .fourth-text {
        font-size: 22px;
        max-width: 400px;
        line-height: 25px;
    }
}

@media(max-width:768px) {
.fourth .fourth-body .fourth-text {
        font-size: 22px;
        max-width: 320px;
    
    }

}

.btn-circle {
    text-align: center;
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 50px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#mapa {
    margin-bottom: 0px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    font-family: Nimrod, serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #33A7B9;
    color: #33A7B9;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #33A7B9;
    outline: 0;
    color: #33A7B9;
    background-color: #33A7B9;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

.pull-left {
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
}

.pull-right {
    float: left;
    margin-left: 3em;
    margin-bottom: 1em;
}

.cap {
    font-family: 'Roboto',sans-serif;
    float: left;
    font-size: 180px;
    height: 50px;
    font-weight: 900;
    padding: 23px 30px 140px 0px;
    position: relative;
    top: -100px;
    color: #c6c6c6;
}

.author {
    font-size: 14px;font-family: roboto,sans-serif;font-weight: 100;
}.part{
    font-size: 18px;font-family: roboto,sans-serif;font-weight: 100;letter-spacing: 0.5px;text-transform: uppercase;opacity: 0.8;
}
.credito {font-size: 10px;text-align: center;font-family: roboto,sans-serif;}
.nav-tabs, .tab-content {font-family: Roboto, sans-serif;font-size: 18px; font-weight: 900; line-height: 1.6em; text-align: left; padding-top: 0px;}
.by {text-transform: uppercase;font-size: 10px;font-family: robot,sans-serif;letter-spacing: 0.5px;}
.social {text-align: center;margin: 0 auto;font-family: roboto,sans-serif;font-size: 14px;padding: 20px;}
.more {    
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    color: rgba(0,0,0,0.7);
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: roboto,sans-serif;
    position: relative;
    top: 10px;
    background-color: #f8f8f8;
    padding: 5px 20px;
    font-weight: 900;
}

.story p {position: relative;font-size: 22px;
    position: static;
    font-size: 22px;
    line-height: 30px;
    font-weight: 100;
    font-family: Nimrod, serif;
    padding-bottom: 100px;
    text-align: center;
    max-width: 600px;
    margin: auto;
    margin-top: -240px;
    text-shadow: 1px 1px #000;
    color: #fff;
    
}

.story span {font-size: 14px;letter-spacing: 1px;text-transform: uppercase; font-family: roboto,sans-serif;}
.number {font-size: 36px;background-color: #c6c6c6;border-radius: 50px;}
.well {padding: 80px; }
.carousel-control .icon-next, .carousel-control .icon-prev {font-size: 100px;}

#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.ficha a {
    width: 96px;
    font-size: 13px;
    margin-top: 4px;
    border-right: 1px solid #848484;
    padding-right: 10px;
}

#about {
    width: 300px;
    padding: 20px 10px;
    color: #4d4c4d;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    text-align: left;
    position: absolute;
    top: 60px;
    right: 50px;
    display: none;
    
}

#about p, h4 {
font-size: 10px;
}

footer {
    background-color: #000;
    padding-bottom: 200px;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
        border-top: 1px #f4f4f4 solid;
}

footer p {
    margin: 0;
    font-size: 10px;
    padding-top: 150px;
    color: #868686;
    letter-spacing: .08rem;
    line-height: 1.2rem;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
.navbar-header {height: 50px;}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
}

.comentarios {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    h2 {font-size: 36px;line-height: 36px;max-width: 600px;margin: 10px;}
    h3 {font-size: 14px;}
    .ficha {display: none !important;}
    #about {display: none;top: 150px;}
    .embedVideo {display: none !important;}
    .story p {font-size: 14px;
    line-height: 18px;
    margin-bottom: 50px;
    max-width: 320px;
    margin: auto;
    margin-top: -160px;}
    .well {padding: 20px; }
    p {margin: 20px 10px 10px 10px; text-align: left;}
    .intro .intro-body .brand-heading {margin: 10px;max-width: 400px;font-size: 40px;line-height: 45px;}
    .story span {font-size: 10px;}
    footer p {text-align: center;}
    .nav-tabs>li>a {
        margin-right: -5px;font-size: 10px;}
    .tab-content {margin: 10px; font-size: 10px;}
    .second .second-body .brand-heading {margin: 10px;max-width: 400px;font-size: 40px;line-height: 45px;}
    .third .third-body .brand-heading {margin: 10px;max-width: 400px;font-size: 40px;line-height: 45px;}
    .fourth .fourth-body .brand-heading {margin: 10px;max-width: 400px;font-size: 40px;line-height: 45px;}
    .btn {margin: 40px;}
    .cap {    padding: 23px 30px 100px 0px;top: -75px;font-size: 150px;}
    .nav>li {
        float: left;padding-left: 5px;}
    .pull-right {margin-left: 1em;}
    #audiencia {text-align: center;left: 50px;}
    table {display: none;}
}