* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    //-webkit-text-stroke-width: .05px;
	//-webkit-text-stroke-color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	margin: 0px;
	padding: 0px;
	list-style: none;
    outline: none;
    text-decoration: none;	
}   
body {
  padding: 0;
  margin: 0;
  color: #fff;
    background-color: inherit;
    background-color:#140000;
}
a {
    cursor: pointer;
    color: inherit;
}
#hero {
  height: 1200px;
  overflow: hidden;
  position: relative;
  padding-top: 60px;
}
#content {
  background-color: #140000;
}
header {
    width: 100%;
    height: 60px;
    position: fixed;
  /*  background-color: #140000;*/
    box-shadow: 0px 0px 10px #000;
    z-index: 100;
    background-image: linear-gradient(-180deg, rgba(20, 0, 0, 1), rgba(20, 0, 0, 0.1) 150%);
        }
header .content {
	position: relative;
}
header .content .suscribirme {
    position: absolute;
    right: 80px;
    top: 2px;
    background-color: #F9AC42;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 8px;
    color: #140000;
    display: block;
    height: 40px;
    width: 100px;
    text-align: center;
    margin-bottom: 12px;
    line-height: 37px;
    font-weight: 700;
    float: right;
    margin: 7px 12px 8px 0;
}
header .content .suscribirme:hover {
    text-decoration: none;
    }
header .logo a {
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
    cursor: pointer;
}
header .content .share {
	position: absolute;
	right: 10px;
	top: 15px;
    display: inline-flex;
}
header .content .share li a {
    width: 30px;
    height: 30px;
    display: block;
    margin-left: 10px;
    background-size: auto;
    background-repeat: no-repeat;
    }
header .content .share li { 
        display: inline-block;
    }
header .content .share li a.facebook {
	background-image: url(../images/ui/share_facebook.svg);
    display: block;
}
header .content .share li a.twitter {
	background-image: url(../images/ui/share_twitter.svg);
}
header .content .share .face {
    display:block;
}
header .content .share .phone {
    display:none;
}
header .content .share li a.whatsapp {
	background-image: url(../images/ui/share_whatsapp.svg);
}

.layer {
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 1200px;
  position: fixed;
  z-index: -1;
}

#hero-mobile {
  display: none;
  background: url(../images/mobile_illustration.png) no-repeat center bottom/cover;
  height: 600px;
}
#hero-mobile h1 {
    position: absolute;
    right: 20%;
    left: 20%;
    max-height: 500px;
    font-size: 35px;
    font-weight: 900;
    line-height: 36px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #3d1315;
    margin: 95px auto;
    letter-spacing: -2px;
    }
#hero-mobile h2 {
    position: absolute;
    top: 300px;
    right: 15%;
    left: 15%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin:0px 0px 35px 0px;
    letter-spacing: 0px;
    text-shadow: 1px 1px 3px #000;
}
#hero-mobile .creditos {
    position: absolute;
    top: 480px;
    left: 20%;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin:0px 0px 35px 0px;
}

.first-section {
  padding: 50px 0 20px 0;
}

.text-header {
  font-size: 50px;
  text-align: center;
}
#content h2 {
    position: absolute;
    font-size: 30px;
  line-height: 20px;
    text-align: left;
  margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin:0px 0px 35px 0px;
}
#content p {
  font-size: 18px;
    font-family: 'Merriweather', serif;
    line-height: 24px;
}
#content .cap {
    font-family: 'Merriweather', serif;
    float: left;
    font-size: 180px;
    height: 50px;
    font-weight: 900;
    padding: 23px 30px 100px 0px;
    position: relative;
    top: 50px;
    color: #f9ac42;
}
#content p strong {
  font-size: 24px;
    font-family: 'Merriweather', serif;
    line-height: 35px;
    text-align: left;
}
#content .content-section {
    padding-top: 0px;;
}
.powa {
margin-top: 30px;
}
p {
  color: #ede0d5;
  font-size: 18px;
  line-height: 150%;
}
#content .story {
    margin: 15px auto 35px auto;
}
#content .story p {
    position: relative;
    position: static;
    font-size: 22px;
    
    font-weight: 100;
    font-family: 'Merriweather', serif;
    font-style: italic;
    text-shadow: 2px 2px 3px #000;
    padding-bottom: 90px;
    text-align: center;
    max-width: 600px;
    margin: auto;
    margin-top: -200px;
    color: #fff;  
}
.MainMap {
    display: block;
}
.MainMap_mobile {
    display: none;
}
#hero, .layer {
  min-height: 800px;
}
#hero h1 {
    position: absolute;
    right: 20%;
    left: 20%;
    max-height: 1000px;
    font-size: 85px;
    font-weight: 900;
    line-height: 90px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #3d1315;
    margin: 35px auto;
    letter-spacing: -2px;
    }
#hero h2 {
    position: absolute;
    top: 800px;
    right: 30%;
    left: 30%;
    text-align: center;
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin:0px 0px 35px 0px;
    letter-spacing: 0px;
    /*text-shadow: 2px 2px 3px #000;*/
}
#hero .creditos {
    position: absolute;
    top: 1030px;
    right: 30%;
    left: 40%;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin:0px 0px 35px 0px;
}
.Frase {
    width: 65%;
    font-size: 18px !important;
    font-weight: bold;
    border-left: 4px solid #fff;
    padding-left: 16px;
    text-align: left;
    margin: 30px 0 30px 15px;
    color: #f9ac42;
}
.Frase p span {
    color: #fff;
    font-weight: bold;
}
.graphic001 {
    width: 50%;
    margin:15px auto 70px auto;
}
.text-center  {
    color: #F7AB42;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
.table {
    margin-top: 25px;
}
.notes {
    font-size: 12px; 
    color:#fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;

}
.iconosPullOut {clear: both;
    margin: 15px auto 40px auto;
}
.iconosPullOut .iconitos {
    max-width: 800px;
    margin: auto;
}
.iconosPullOut .list {
    width: 100%;
    margin: auto;
    text-align: center;
}
.iconosPullOut .list li {
    width: 170px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.iconosPullOut .list li .image {
    width: 170px;
    height: 170px;
    display: block;
    margin-bottom: 15px;
    font-size; 16px;
    color: #fff;
    font-family: 'Merriweather', serif;
}
/*FOOTER*/
#LND_FC_footer {
    font-size: 12px;
    letter-spacing: 0.8px;
    font-family: 'Heebo', sans-serif;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 45px;
    margin: 0 auto;
    width: 80%; 
}
#LND_FC_listado_id {
    width: 100%;
    min-height: 300px;
}
.LND_FC_listado_itm {
    width: 29.5%;
    float: left;
    margin: 15px 30px 0px 0px;
}
span.footerp {
    color: #fff;
    font-size:18px;
    line-height: 18px;
    font-family: 'Merriweather', serif;
}
.endinglogo {
    width: 30%;
    display: block;
    margin: 0 auto;
}
.layer-bg {
  background-image: url(../images/full_illustration.png);
    width: 100%;
    height: 1200px;
}
.layer-logo {
  background-image: url(../images/PuntarenasData001.svg);
    background-position: center 24%;
}
.layer-1 {
  background-image: url(../images/ilu_05.png);
  background-position: center bottom;
}

.layer-2 {
  background-image: url(../images/ilu_04.png);
}

.layer-3 {
 background-image: url(../images/ilu_03.png);
}

.layer-4 {
 background-image: url(../images/ilu_01.png);
}

.layer-overlay {
  background-image: url(../images/ilu_02.png);
}
.batteryDesktop {
    width: 80%; 
    height: 850px; 
    margin: 0px auto 25px auto;
}
.photographic {
    width: 80%; 
    height: 850px; 
    margin: 0px auto 25px auto;
}
.batteryMobile {display: none;}
@media (max-width: 1600px) {
    #hero h1 {
    font-size: 75px;
    line-height: 75px;
    }
    #hero h2 {
    top: 620px;
    line-height: 26px;
    text-shadow: 2px 2px 3px #000;
    }
    #hero .creditos {
        top:900px
    }
}
@media only screen and (max-width: 768px) {
  #hero {
    display: none;
    }
    .MainMap {
    display: none;
}
.MainMap_mobile {
    display: block;
    margin-bottom: 25px;
}
    #content .story p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 50px;
    max-width: 320px;
    margin: auto;
    margin-top: -130px;
  }
  #hero-mobile {
    display: block;
  }
.photographic {
    height: 200px; 
    margin: 15px auto 25px auto;
}
.batteryDesktop {display: none;}
.batteryMobile {display: block;}
.graphic001 {
    width: 100%;
    margin:15px 0px 50px 0px;
}
#LND_FC_footer {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}
.LND_FC_listado_itm {
    width: 90%;
    float: none;
    margin: 32px auto;
}
.endinglogo {
    width: 70%;
}
}
@media (max-width:501px) {
header .content .share .phone {
        display: block;
    }
header .content .share .face {
    display:none;
}
}
@media (max-width:500px) {
.desktop {
    display: none !important;
}
}
.tutorial-link {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}
.tutorial-link:hover {
  color: #ede0d5;
}