font-face {
    font-family: Nimrod_font;
    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(https://fonts.googleapis.com/css?family=Open+Sans:800);


body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-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-weight: 700;
    letter-spacing: 1px;
}

h1 {
    font-size: 60px;
    color: #000;
    font-family: 'Open Sans', helvetica, sans-serif;
      font-weight: 800;
  letter-spacing: -3px;
    line-height: 71px;
    padding-bottom: 20px;
    text-align: left;
    margin-top: -140px;
}
h1 span {
    font-size: 80px;
    color: #4c6f13;
    font-family: 'Open Sans', helvetica, sans-serif;
      font-weight: 800;
  letter-spacing: -3px;
    padding-bottom: 20px;
    text-align: left;
}

h3 {
    font-size: 22px;
    font-weight: 100;
    font-family: 'Open Sans', helvetica, sans-serif;
    font-style: italic;
    max-width: 600px;
    margin: auto;
    padding-bottom: 20px;
}



p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', helvetica, sans-serif;
    letter-spacing: 0px;
}



@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 16px;
        line-height: 20px;

    }
}

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

header #logo p {
        left: 6px;
        color: #fff;
        font-family: Helvetica;
        position: relative;
        font-size: 12px;
        margin-bottom: 0 auto;
        margin-left: 141px;
        top: 13px;
}

header #logo p span{
    position: relative;
    font-size: 14px;
    margin-bottom: 0 auto;
    margin-left: -1px;
    top: -40px;
    font-weight: 700;
}

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

.row {
    padding-bottom: 50px;
    margin-top: 110px;
}
.row-image{
    background-image: url(../img/ict_uno.png) ;
    width: 100%;
    height: 350px;
    margin-top: -100px;
}


.light {
    font-weight: 400;
}

#logo {
	position: absolute;
}
#logo a {
	float: left;
    opacity: .75;
}
#logo.ln a {
	width: 122px;
	height: 26px;
	left: 15px;
	margin: 16px 0 0 15px;
	background: url(../svg/logo_ln.svg) no-repeat center center;
	background-size: contain;
}

#share {
	position: absolute;
	right: 15px;
	top: 15px;
}
#share li {
	float: left;
}
#share li a {
	width: 23px;
	height: 23px;
	display: block;
	margin-left: 15px;
	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;
}

.quote {
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    border-left: 10px solid rgba(0,0,0,0.7);
    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: 12px;
}

.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: 16px;
    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;
    list-style-type: none;
}

.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: -10px;
}

.navbar-custom .nav li a:hover {
    outline: 0;
}

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

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

.navbar-custom .nav li.active a {
    background-color: #fff;
    color: #000;
    font-weight: 900;
    text-align: center;
}

.navbar-custom .nav li.active a:hover {
    color: #33a7b9;
    font-weight: 900;
    text-align: center;
}
header {
	width: 100vw;
	height: 60px;
    position: fixed;
	top: 0px;
	z-index: 9000;
	background: black;
}

nav {
    position: fixed;
    z-index: 1;
    font-size: 18px;
    line-height: 48px;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background-color: #ccc;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'Roboto', sans-serif; 
}

.menu {
    list-style-type:none; 
    top:300px;
    left:90%;
    position:fixed;
}

.cd-dot span {
    position: fixed;
    text-align: right;
    top:200px;

}


@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: 12px;
    }
}

.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: 'Open Sans', helvetica, sans-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: 'Open Sans', helvetica, sans-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: 400px;
        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: 'Open Sans', helvetica, sans-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: 400px;
        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;
    
    }

}

.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: 'Open Sans', helvetica, sans-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;
    }
}



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

.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;}
.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: 'Open Sans', helvetica, sans-serif;
    font-style: italic;
    padding-bottom: 100px;
    text-align: center;
    max-width: 600px;
    margin: auto;
    margin-top: -200px;
    text-shadow: 1px 1  px #000;
    color: #fff;
    
}

.carousel-control .icon-next, .carousel-control .icon-prev {font-size: 100px;}


#share {
    position: absolute;
    right: 10px;
    top: -10px;
    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;
}

footer {
    padding: 50px 0;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
        border-top: 1px #f4f4f4 solid;
}

footer p {
    margin: 0;
    font-size: 10px;
    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; font-family: "Roboto Condensed";}
    h3 {font-size: 14px;}
    .story p {font-size: 16px;
    line-height: 18px;
    margin-bottom: 50px;
    max-width: 320px;
    margin: auto;
    margin-top: -130px;}
    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;}
    .btn {margin: 40px;}
    .cap {    padding: 23px 30px 100px 0px;top: -75px;font-size: 150px;}
    .nav>li {
        float: left;}
    .pull-right {margin-left: 1em;}
}

.container a:hover:after, .container a:focus:after, .container a:active:after, .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width:100%;
}
.cd-img-replace {
    display:inline-block;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    max-width:100%;
}
.nav-hide {
    top: -60px;
}
section {
    display:block;
}
#section1 {
    background:#397cb2 url('') bottom right repeat-x;
    z-index:1;
    height:820px;
}

.cd-nav-trigger {
    display:none;
}
.no-touch #cd-vertical-nav {
    position:fixed;
    right:15px;
    top:50%;
    bottom:auto;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:99;
}
.no-touch #cd-vertical-nav li {
    text-align:right;
}
.no-touch #cd-vertical-nav p {
    text-align:right;
    color: #fff;
}
.no-touch #cd-vertical-nav a {
    display:inline-block;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.no-touch #cd-vertical-nav a:after {
    content:"";
    display:table;
    clear:both;
}
.no-touch #cd-vertical-nav a span {
    float:right;
    display:inline-block;
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
}
.no-touch #cd-vertical-nav a:hover span {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.no-touch #cd-vertical-nav a:hover .cd-label {
    opacity:1;
}
.no-touch #cd-vertical-nav a.is-selected .cd-dot {
    background-color:white;
    font-size:18px;
    text-align:center;
}
.no-touch #cd-vertical-nav .cd-dot {
    position:relative;
    top:8px;
    height:30px;
    width:30px;
    border-radius:50%;
    background-color:#fff;
    text-align:center;
    padding-top:6px;
    font-family: 'Open Sans', helvetica, sans-serif;
    font-weight:800;
    color:#4c97c1;
    -webkit-transition:-webkit-transform 0.2s, background-color 0.5s;
    -moz-transition:-moz-transform 0.2s, background-color 0.5s;
    transition:transform 0.2s, background-color 0.5s;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.no-touch #cd-vertical-nav .cd-label {
    position:relative;
    margin-right:-1px;
    margin-top:2px;
    padding:.4em .5em;
    color:white;
    font-size:14px;
    font-size:1rem;
    -webkit-transition:-webkit-transform 0.2s, opacity 0.2s;
    -moz-transition:-moz-transform 0.2s, opacity 0.2s;
    transition:transform 0.2s, opacity 0.2s;
    opacity:0;
    -webkit-transform-origin:100% 50%;
    -moz-transform-origin:100% 50%;
    -ms-transform-origin:100% 50%;
    -o-transform-origin:100% 50%;
    transform-origin:100% 50%;
}
.touch .cd-nav-trigger {
    display:block;
    z-index:20;
    position:fixed;
    bottom:30px;
    right:5%;
    height:44px;
    width:44px;
    border-radius:0.25em;
    background:rgba(255, 255, 255, 0.9);
}
.touch .cd-nav-trigger span {
    position:absolute;
    height:4px;
    width:4px;
    background-color:#3e3947;
    border-radius:50%;
    left:50%;
    top:50%;
    bottom:auto;
    right:auto;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
    content:'';
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    background-color:inherit;
    border-radius:inherit;
}
.touch .cd-nav-trigger span::before {
    top:-9px;
}
.touch .cd-nav-trigger span::after {
    bottom:-9px;
}
.touch #cd-vertical-nav {
    position:fixed;
    z-index:1;
    right:5%;
    bottom:30px;
    width:90%;
    max-width:400px;
    max-height:90%;
    overflow-y:scroll;
    -webkit-overflow-scrolling:touch;
    -webkit-transform-origin:right bottom;
    -moz-transform-origin:right bottom;
    -ms-transform-origin:right bottom;
    -o-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    transition-property:transform;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
    transition-duration:0.2s;
    border-radius:0.25em;
    background-color:rgba(255, 255, 255, 0.9);
}
.touch #cd-vertical-nav a {
    display:block;
    padding:1em;
    border-bottom:1px solid rgba(62, 57, 71, 0.1);
}
.touch #cd-vertical-nav a span:first-child {
    display:none;
}
.touch #cd-vertical-nav a.is-selected span:last-child {
    color:#d88683;
}
.touch #cd-vertical-nav.open {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    z-index:20;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
    background-color:transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
    background-color:rgba(62, 57, 71, 0);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
    background-color:#3e3947;
    height:3px;
    width:20px;
    border-radius:0;
    left:-8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    top:1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
}
.touch #cd-vertical-nav li:last-child a {
    border-bottom:none;
}

.cd-section {
    min-height:100%;
    min-width:100%;
    color:black;
    z-index:8;
}
.cd-section h1, .cd-section p {
    position:absolute;
    line-height:1.5;
    left:50%;
    top:50%;
    bottom:auto;
    right:auto;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
    width:100%;
    max-width:768px;
    z-index:12;
}

section {
    display:block;
      overflow: hidden;
}
#section1 {
    background:#397cb2 url('') bottom right repeat-x;
    z-index:1;
    height:820px;
}
#section2 {
    background:#3f88ba url('../img/wave02.png') bottom right repeat-x;
    z-index:0;
    height:1000px;
}
#section3 {
    background:#4c97c1 url('../img/wave03.png') bottom right repeat-x;
    z-index:0;
    height:1000px;
}

#publicidad{
    position: relative;
    height: 88px;
    margin-top: 60px;
    box-shadow: 0px 1px 2px #a9a9a9;
    z-index: 100;
}

.contenedorUno{
    height: 44px;
    background-color: #e2e2e2;
}
.contenedorUno p{
    font-family: Helvetica;
    color: #7e7e7e;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
.contenedorDos{
    height: 44px;
    background-color: #fff;
}

h5 {
    font-family: 'Open Sans', helvetica, sans-serif;
    font-size: 20px;
    color:#959595;
    letter-spacing: 0px;
}

h4 {
    font-family: 'Open Sans', helvetica, sans-serif;
    font-size: 34px;
    color:#4c6f13;
      letter-spacing: -1px;
}

.cifras{
    width: 740px;
    margin:0 auto;
    height: 500px;

}

#cifras_cajas {
    font-family: 'Open Sans', helvetica, sans-serif;
    list-style-type: none;
    text-align: center;
    display: block;
    font-weight: 700;
    float:left;
    margin-left: -23px;
}

#cifras_cajas li {
    width: 175px;
    height: 136px;
    font-size: 55px;
    color: #8dc63f;
    /*border:1px solid #444;*/
    float:left;
    position: relative;
    padding: 5px;
}

#cifras_cajas li p{
    font-size: 15px;
    color: #000;
    font-weight: 100;
    padding-top: 5px;
    letter-spacing: -1px;
    line-height: 17px;
}

.graficoMovil{
    display: none;
}

.graficoWeb{
    width: 800px;
    margin-left: -9px;
    margin-top: -70px;
}

.contenedorDos{
    height: 44px;
    background-color: #fff;
    box-shadow: 0px 1px 2px #a9a9a9;
}

.contenedorDos p{
    text-align: center;
      margin-top: 0px;
}




@media( max-width:1023px) {

    header #logo p span{
        display: none;
    }

    #share {
        position: relative;
        margin: 0 auto;
        top: -24px;
        left: 24%;
    }

    .row-image {
        background-image: url(../img/ict_uno.png);
        /* width: 100%; */
        height: 203px;
        margin-top: -45px;
        background-repeat: no-repeat;
        background-size: 375px auto;
        width: 375px;
        left: 0;
    }

    h1{
        font-size: 35px;
        line-height: 40px;
        padding-top: 10px;
    }
    h1 span {
        font-size: 50px;
    }
    h5 {
        font-size: 15px;
          max-width: 335px;
        margin-top: -30px;
        margin-left: 2%;
    }
    p {  
        font-size: 15px;
    }

    h4 {
        font-size: 28px;
        font-family: 'Open Sans', helvetica, sans-serif;
          letter-spacing: 0px;
        position: relative;
        margin-left: 2%;
        margin-bottom: 50px;
    }
    #cifras_cajas {
          max-width: 280px;
    }
    #cifras_cajas li{
          width: 270px;
            font-size: 50px;
            padding: 0px;
            text-align: left;
            margin-left: 6%;
            height: 111px;
    }
    #cifras_cajas li p{
        margin-top: 0px;
          text-align: left;
            margin-left: -9px;
    }
    #oceanCarousel {
      width: 300px;
      height: 100%;
    }
    #oceanCarousel img{
      width: 300px;
      height: 327px;
    }


}

@media(max-width:1024px) {

    #share {
        position: relative;
        margin: 0 auto;
        top: -23px;
        left: 180px;
        z-index: 100;
    }

        .cifras {
        width: 880px;
        margin: 0 auto;
        height: 680px;
        }

    #cifras_cajas li {
        width: 105px;
        height: 150px;
    }

    .graficoMovil{
        display: block;
    
    }

    .graficoWeb{
    display: none;
}



    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

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

    header #logo p {
        display: none;
    }
}

.publicidad1 {
    width: 800px;
    height: 100px;
    margin: 0 auto 70px auto;
    text-align: center;
    position: relative;
}

.publicidad1 p{
  font-size: 10px;
  padding: 5px;
  color:#000;
  text-transform: uppercase;

}

.publicidadMovil{
  position: fixed;
  width: 100%;
  bottom: 0px;
  margin:auto;
  z-index: 1000;
    text-align: center;
}

@media (min-width: 300px) and (max-width: 640px) {
    .publicidad1 {
        display: none !important;
        -webkit-display: none !important;
    }
    .publicidad1 p{
    display: none !important;
    }
}
