html{scroll-behavior: smooth;}
#didomi-host{display: none!important}
.panel{border:0px!important}
.entrada{position: relative;
    height: 100%;
    padding-right: 0px!important;
      padding-left:  0px!important;
      margin-right:  0px!important;
      margin-left:  0px!important;
      padding-top:  0px!important;
      margin-top:  0px!important;
    }

#boton-1{margin-top: 25px;
font-weight: 700}

#boton-1 a{text-decoration: none!important}

#boton-2{background-color: #007944;}

#boton-2 a{color:white!important;
font-family: 'Roboto', sans-serif!important;
font-weight: 700!important;
text-decoration: none!important}

.boton-2{margin-bottom: 70px}


.menu ul{list-style: none;
        width: 100vw;
        height: 100vh;
        padding: 0px;
        margin: 0px}
.menu input {
        position: absolute;
        top: -9999px;
        left: -9999px;
        padding: 0px;
        margin: 0px}
.menu label{
        display: block;
        height: 100vh;
        width: 60px;
        background: #999;
        text-align: center;
        font-family:'Roboto', sans-serif;
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 2px;
        font-style: normal;
        text-transform: uppercase;
        color: #FFF;
        float: left;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 1;
        cursor:pointer;
        padding: 0px;
        margin: 0px
    }
input[type="radio"]:checked+label {
        width: 0;}
input[type="radio"]:checked+label ~ .panel__interior {
        width: calc(100% - 240px);
        display: block;}
input[type="radio"]:checked+label ~ .panel__interior:before {
        visibility: visible;
        opacity: 1;}

.menu label span {
      display: inline-block;
      white-space: nowrap;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%) rotate(-90deg);}

.bajar{clear: both;
    display: block;
    width: 25px;
    height: 25px;
    text-align: left;
    text-indent: -9999px;
    overflow: auto;
    background: url(down.svg) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%;);
    z-index:1000;}
.panel{margin-bottom:0px!important}
.panel__interior {
    color: #FFF;
    display: block;
    height: 100vh;
    width: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: right;
    float: left;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;}

.panel_contenido {
    margin: 100px 50px;
    width: 800px;
    float: right;}

.logos{margin-top: 20px}

.rutas{position: relative;
  filter: drop-shadow(5px 5px 10px #444);
}

.logo-rutas{width: 90px;
margin-top: 15px;
margin-left: 30px}

.mongabay{ position: relative;
filter: drop-shadow(5px 5px 10px #444);}

.logo-mongabay{width: 95px;
margin-top: 15px;
margin-left: 30px}

input[type="radio"]:checked+label ~ .panel__contenido .rutas {
        visibility: visible;
        opacity: 1;
    }
input[type="radio"]:checked+label ~ .panel__contenido .mongabay {
            visibility: visible;
            opacity: 1;}

.panel_contenido h2{font-family: 'Fjalla One', sans-serif!important;
font-size: 50px;
font-weight: 400 bold;}
.panel__interior p {
  padding-top: 30px;
  font-family: 'Merriweather', serif;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 135%;
    clear: both;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);}
.panel__interior:before {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease, visibility 1s ease;}

.panel_inicio label {
    background: #007944;}

.panel_inicio .panel__interior:before {
    background: #007944 url(inicio.jpg) 0 0 no-repeat;
    padding-top:  0px!important;
    margin-top:  0px!important;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;}





.panel_macarena label {
    background: #94aa2a;}
.panel_macarena .panel__interior:before {
    background: #94aa2a url(macarena.jpg) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    padding-top:  0px!important;
    margin-top:  0px!important;}

.panel_tinigua label {
    background: #e47312;}
.panel_tinigua .panel__interior:before {
        background: #94aa2a url(tinigua-entrada.jpg) 0 0 no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: -1;
        padding-top:  0px!important;
        margin-top:  0px!important;}

.panel_picachos label {
    background: #d55252;}
.panel_picachos .panel__interior:before {
    background: #94aa2a url(picachos-entrada.jpg) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    padding-top:  0px!important;
    margin-top:  0px!important;}





#macarena{background-color: #94aa2a}
#tinigua{background-color: #e47312}
#picachos{background-color:#d55252}

.navbar-inverse{  display: none!important; position: fixed!important;
    z-index: 2000!important;
    width: 100%!important;
	background-image: -webkit-linear-gradient(top,#007944! 0,#007944! 100%)!important;
	border-color:#007944!important;
    background-color:#007944!!important}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    font-size: 15px!important;
}
.navbar-inverse .navbar-nav>li>a{
	color:#FFFFFF!important;
	font-size: 19PX!important;
}
.navbar-brand {
	padding-left: 30px!important;
  	padding-top: 20px!important;
	z-index: 2000!important;
	margin-bottom: 0px!important;
}
.navbar-brand a{
	font-size:25px!important;
}
.navbar-right{background-color: #007944;
}
.navbar-toggle {
	background-color: white!important;
	margin-right: 25px!important; position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 4px;}

.navbar-toggle a{font-size: 20px}
.navbar-brand{margin-bottom: 0.3em;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
	background-image: linear-gradient(to bottom,#a06ee1 ,#a06ee1 100%)!important;
}

.navbar-nav{font-size: 20px;
	padding-left: 20px!important;
	padding-right: 20px!important;
	font-family: 'Roboto', sans-serif;
}

.navbar-inverse .navbar-toggle .icon-bar{background-color: black!important;}
/* To Navigation Style */

.codrops-icon:before {
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	text-align: center;
	speak: none;
	margin: 0 0.55em 0 0;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}
.codrops-demos {
	padding: 0.1em 0.1em 0.3em!important;
	position: fixed!important;
	width: 100%!important;
	z-index: 10000!important;
	top:0!important;
	left:0!important;
	background-color:#007944;
	opacity: 1!important;
	text-align: center;
	display: block!important;
  height: 41px;
  -webkit-box-shadow: 6px 10px 11px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 10px 11px -10px rgba(0,0,0,0.75);
box-shadow: 6px 10px 11px -10px rgba(0,0,0,0.75);
}

.codrops-demos a {
	text-decoration: none!important;
	text-transform: uppercase;
	font-size: 100%!important;
  font-family: 'Roboto', sans-serif!important;
  font-weight: 900;
	letter-spacing: 1px!important;
	padding: 0.7em 0.7em;
	display: inline-block;
	margin: 0 0.8em!important;
	white-space: nowrap;
	color:#FFFF!important;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo {
	opacity: 1;
	color: #FFFF!important;
  background-color: #94aa2a;
  height: 40px;
}
.codrops-demos-2 {
	padding: 0.1em 0.1em 0.3em!important;
	position: fixed!important;
	width: 100%!important;
	z-index: 10000!important;
	top:0!important;
	left:0!important;
	background-color:#007944;
	opacity: 1!important;
	text-align: center;
	display: block!important;
  height: 41px;
  -webkit-box-shadow: 6px 10px 11px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 10px 11px -10px rgba(0,0,0,0.75);
box-shadow: 6px 10px 11px -10px rgba(0,0,0,0.75);
}

.codrops-demos-2 a {
	text-decoration: none!important;
	text-transform: uppercase;
	font-size: 100%!important;
  font-family: 'Roboto', sans-serif!important;
  font-weight: 900;
	letter-spacing: 1px!important;
	padding: 0.7em 0.7em;
	display: inline-block;
	margin: 0 0.8em!important;
	white-space: nowrap;
	color:#FFFF!important;
}
.codrops-demos-2 a:hover,
.codrops-demos-2 a.current-demo-2 {
	opacity: 1;
	color: #FFFF!important;
  background-color: #e47312;
  height: 40px;
}

.codrops-demos-3 {
	padding: 0.1em 0.1em 0.3em!important;
	position: fixed!important;
	width: 100%!important;
	z-index: 10000!important;
	top:0!important;
	left:0!important;
	background-color:#007944;
	opacity: 1!important;
	text-align: center;
	display: block!important;
  height: 41px;
  -webkit-box-shadow: 6px 10px 11px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 10px 11px -10px rgba(0,0,0,0.75);
box-shadow: 6px 10px 11px -10px rgba(0,0,0,0.75);
}

.codrops-demos-3 a {
	text-decoration: none!important;
	text-transform: uppercase;
	font-size: 100%!important;
  font-family: 'Roboto', sans-serif!important;
  font-weight: 900;
	letter-spacing: 1px!important;
	padding: 0.7em 0.7em;
	display: inline-block;
	margin: 0 0.8em!important;
	white-space: nowrap;
	color:#FFFF!important;
}
.codrops-demos-3 a:hover,
.codrops-demos-3 a.current-demo-3 {
	opacity: 1;
	color: #FFFF!important;
  background-color: #d55252;
  height: 40px;
}

.linea{padding-left: 10px}
.container-fluid {
    padding-right: 0px!important;
    padding-left:0px!important}

.parallax{
background-image: url(macarena.jpg);
height: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;}

.titulo{position: absolute;top:40%;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);
text-align: center;z-index: 900;width: 100%;}

.fecha{font-family: 'Roboto', sans-serif!important;
font-size: 12px;
color: white}

.primer-titulo{font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
font-size: 95px;
opacity: 0.7}

.primer-titulo-tinigua{font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
font-size: 125px;
opacity: 0.8}

.primer-titulo-tinigua-2{font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
font-size: 100px;
opacity: 0.8;
text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);}

.primer-titulo-picachos{font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
font-size: 75px;
opacity: 0.8}

.primer-titulo-picachos-2{font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
font-size: 75px;
opacity: 0.8;
text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);}

.primer-titulo-entrada{font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
font-size: 75px;
opacity: 0.8;
text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);}

.primer-titulo-macarena{font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
font-size: 80px;
opacity: 0.7}

.segundo-titulo{font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
font-size: 30px;
letter-spacing: 5px;
background-color:#94aa2a;
padding-left: 15px;
padding-right: 15px;
padding-top: 2px;
opacity: 0.9}

.segundo-titulo-tinigua{font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
font-size: 22px;
letter-spacing: 6px;
background-color:#e47312;
padding-left: 15px;
padding-right: 15px;
padding-top: 2px;
opacity: 0.8}

.segundo-titulo-tinigua-2{font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
font-size: 20px;
letter-spacing: 6px;
background-color:#e47312;
text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
padding-left: 15px;
padding-right: 15px;
padding-top: 2px;
opacity: 0.8}

.segundo-titulo-picachos{font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
font-size: 24px;
letter-spacing: 8px;
background-color:#d55252;
padding-left: 15px;
padding-right: 15px;
padding-top: 2px;
opacity: 0.9}

.segundo-titulo-picachos-2{font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
font-size: 20px;
letter-spacing: 8px;
background-color:#d55252;
text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
padding-left: 15px;
padding-right: 15px;
padding-top: 2px;
opacity: 0.9}

.segundo-titulo-entrada{font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
font-size: 25px;
letter-spacing: 6px;
background-color:#007944;;
padding-left: 15px;
padding-right: 15px;
padding-top: 2px;
opacity: 0.9}

.segundo-titulo-macarena{font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
font-size: 20px;
letter-spacing: 5px;
background-color:#94aa2a;
padding-left: 15px;
padding-right: 15px;
padding-top: 2px;
opacity: 0.9}

button.trigger {
    border: none;
    position: relative;
    background: none!important}

.textointro{padding-top: 70px;
    text-align: center;
  padding-bottom: 70px;}

h2{padding-bottom: 40px}

.autor{font-family: 'Roboto', serif;
    font-weight: bold;
    font-size: 18px;
    color:#ececec;
    background-color: #007944;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;}

.textointro p{font-family: 'Roboto', serif;
    font-size: 18px;
    color: black;
    padding-bottom: 20px}

.textointro-tinigua{padding-top: 70px;
    text-align: center;
    padding-bottom: 70px;}
.textointro-tinigua p{font-family: 'Roboto', serif;
    font-size: 18px;
    color: white;
    padding-bottom: 20px}

.dos{background-color: white}
.texto {padding-top: 70px;
padding-bottom: 50px}
.texto p{font-family: 'Merriweather', serif;
    font-size: 18px;
    color:black;
  padding-bottom: 20px;
  line-height: 30px}

  .parallax-dos{
  background-image: url(trocha.jpg);
  height: 100%;
  background-attachment:fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}


  .texto2 {padding-top: 70px;
  padding-bottom: 50px}
  .texto2 p{font-family: 'Merriweather', serif;
      font-size: 18px;
      color:black;
    padding-bottom: 20px;
    line-height: 30px}

    .texto3 {padding-top: 70px;
    padding-bottom: 50px}
    .texto3 p{font-family: 'Merriweather', serif;
        font-size: 18px;
        color:white;
      padding-bottom: 20px;
      line-height: 30px}

      .texto4 {padding-top: 0px;
      padding-bottom: 70px}
      .texto4 p{font-family: 'Merriweather', serif;
        font-size: 18px;
        color:black;
        padding-bottom: 20px;
        line-height: 30px}

h3{font-family: 'Roboto', serif!important;
    font-size: 35px!important;
    font-weight:700!important;
    color:#94aa2a!important;
    padding-bottom: 30px}

h4{font-family: 'Roboto', serif!important;
    font-size: 35px!important;
    font-weight:700!important;
    color:#e47312!important;
    padding-bottom: 30px}

h5{font-family: 'Roboto', serif!important;
    font-size: 35px!important;
    font-weight:700!important;
    color:#d55252!important;
    padding-bottom: 30px}

h6{font-family: 'Roboto', serif!important;
    font-size: 35px!important;
    font-weight:700!important;
    color:white!important;
    padding-bottom: 30px}

  .parallax-tres{
  background-image: url(martin.jpg);
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}

.caption{background-color:#94aa2a;
height: auto;
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
margin-top: 8px;
text-align: center}

.caption p{color: white;
font-size: 15px;
line-height: 25px}

.caption-1{background-color:#d55252;
height: 70px;
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
margin-top: 8px;
text-align: center}

.caption-1 p{color: white;
font-size: 15px;
line-height: 25px}

.parallax-cuatro{
background-image: url(deforestacion.jpg);
height: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;}

.parallax-cinco{
background-image: url(valla.jpg);
height: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;}

.parallax-seis{
background-image: url(tronco.jpg);
height: 100%;
background-attachment:fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;}

.parallax-siete{
background-image: url(macarenias.jpg);
height: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;}

.parallax-ocho{
background-image: url(tinigua.jpg);
height: 100%;
background-attachment:fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;}

.parallax-nueve{
background-image: url(uno.jpg);
height: 100%;
background-attachment:fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;}

.parallax-diez{
background-image: url(dos.jpg);
height: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;}

.parallax-once{
  background-image: url(tres.jpg);
  height: 100%;
  background-attachment:fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}

.parallax-doce{
    background-image: url(cuatro.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax-trece{
    background-image: url(cinco.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax-catorce{
    background-image: url(seis.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax-quince{
    background-image: url(picachos.jpg);
    height: 100%;
    background-attachment:fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax-dseis{
    background-image: url(siete.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax-dsiete{
    background-image: url(ocho.jpg);
    height: 100%;
    background-attachment:fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax-docho{
    background-image: url(nueve.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax-dnueve{
    background-image: url(diez.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax-veinte{
    background-image: url(once.jpg);
    height: 100%;
    background-attachment:fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax-vuno{
    background-image: url(doce.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax-vdos{
    background-image: url(trece.jpg);
    height: 100%;
    background-attachment:fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax-vtres{
    background-image: url(14.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax-vcuatro{
    background-image: url(15.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.pie-pagina{background-color: #007944; width: 100%; height:100%;position:relative;
height: 50px;
display:block;
width: 100%;
z-index:500;
text-align:center!important;
color: #f2f2f2;
padding: 2px 0 0 2px;}

.pie-pagina p{
	font-family: 'Roboto', sans-serif!important;
  font-weight: 700!important;
	font-size: 20px!important;
	color: white;}

#footer{padding-left: 0!important; padding-right: 0!important;width: :100%; height:160px;background-color: #007944;padding-top: 20px; padding-bottom: 20px}
.footer{background-color: #007944;}
.row{margin-left: 0px!important; margin-right: 0px!important}

.logo{width: 130px;
padding-top: 15px}
.logo-3{width: 120px;
padding-top: 15px}

.juxtapose{width:100%;
   height:630}

@media screen and (max-width: 800px) {

  .menu ul{}

  input[type="radio"]:checked+label ~ .panel__interior {
      height: calc(100% - 150px)!important;
    width: calc(100% - 0px)}

  input[type="radio"]:checked+label {
    width: 100%;}

.menu label {
  height: 30px;
  line-height: 30px;
  display: block;
  width: 100%;
  background: #999;
  text-align: center;
  font-family:'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  font-style: normal;
  text-transform: uppercase;
  color: #FFF;
  float: left;
  overflow: visible;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  cursor:pointer;
  padding: 0px;
  margin: 0px}

.menu label:before {
  width: 100vw;
  height: 1px;
  top: 0;
  left: 0;}

.menu label:after {
      width: 100vw;
      height: 1px;
      bottom: 0;
      right: 0;
      top: auto;
      z-index: 1;}

  .menu label span {
    transform: translate(-50%,-50%) rotate(0deg);
    position: absolute;
    top: 50%;
    left: 50%;}

  .panel_contenido {
        width: auto;
        margin: 25px;
        float:none;
      height: 100%}

  .panel_inicio .panel_contenido {
        margin: 60px 25px 0;}
  .panel__interior {
      height: 0;
      width: 100vw;}
  .panel_macarena .panel__interior:before {
      background: #94aa2a url(macarena.jpg) center 0 no-repeat;
      background-size: cover;
      }

  .panel__interior p{font-size: 13px}


    .codrops-demos{display: none!important;}
    .codrops-demos-2{display: none!important;}
    .codrops-demos-3{display: none!important;}
    .navbar-inverse{ display: block!important; position: fixed!important;z-index: 2000!important;
      width: 100%!important;background-image: -webkit-linear-gradient(top,#007944 0,#007944 100%)!important;
    	border-color:#007944!important;}
      .navbar-toggle {
      	background-color: white!important;
      	margin-right: 25px!important; position: relative;
          float: right;
          padding: 9px 10px;
          margin-top: 8px;
          margin-bottom: 8px;
          border: 1px solid transparent;
          border-radius: 4px; }

      .navbar-toggle a{font-size: 20px}
      .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
      	background-image: linear-gradient(to bottom,#007944 ,#007944 100%)!important;
      }
      .navbar-inverse .navbar-toggle .icon-bar{background-color: black!important;}

.parallax {
  background-image: url(macarena.jpg);
  height: 100%;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}

  .primer-titulo{font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: white;
  font-size: 50px;
  opacity: 0.7}

  .primer-titulo-tinigua{font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: white;
  font-size: 75px;
  opacity: 0.8}

  .primer-titulo-picachos{font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: white;
  font-size: 42px;
  opacity: 0.8}

  .segundo-titulo{font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: white;
  font-size: 15px;
  letter-spacing: 5px;
  line-height: 22px;
  background-color:#94aa2a;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  opacity: 0.9}

  .segundo-titulo-tinigua{font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: white;
  font-size: 15px;
  letter-spacing: 6px;
  line-height: 22px;
  background-color:#e47312;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  opacity: 0.8}

  .segundo-titulo-picachos{font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: white;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 8px;
  background-color:#d55252;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  opacity: 0.9}

  .pie-pagina p{
  	font-family: 'Roboto', sans-serif!important;
  	font-size: 15px!important;
    font-weight: 700!important;
  	color: white;}

  #footer{padding-left: 0!important; padding-right: 0!important;width: :100%; height:150px!important;background-color: #007944;padding-top: 20px; padding-bottom: 20px}
  .footer{background-color: #007944;}
  .row{margin-left: 0px!important; margin-right: 0px!important}

  .logo{width: 80px;
  padding-top: 15px}
  .logo-3{width: 70px;
  padding-top: 15px}
  .caption-1 {
    background-color: #d55252;
    height: 110px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 8px;
    text-align: center;}

    .parallax{
    background-image: url(macarena.jpg);
    height: 100%;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

    .parallax-dos{
    background-image: url(trocha-cel.jpg);
    height: 100%;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

    .parallax-tres{
    background-image: url(martin-cel.jpg);
    height: 100%;
    background-attachment:scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

    .parallax-cuatro{
    background-image: url(deforestacion-cel.png);
    height: 100%;
    background-attachment:scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

    .parallax-cinco{
    background-image: url(valla-cel.jpg);
    height: 100%;
    background-attachment:scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

    .parallax-seis{
    background-image: url(tronco-cel.jpg);
    height: 100%;
    background-attachment:scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

    .parallax-siete{
    background-image: url(macarenias-cel.jpg);
    height: 100%;
    background-attachment:scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

    .parallax-ocho{
    background-image: url(tinigua.jpg);
    height: 100%;
    background-attachment:scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

    .parallax-nueve{
    background-image: url(uno.jpg);
    height: 100%;
    background-attachment:scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

    .parallax-diez{
    background-image: url(dos.jpg);
    height: 100%;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

    .parallax-once{
      background-image: url(tres.jpg);
      height: 100%;
      background-attachment:scroll;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;}

    .parallax-doce{
        background-image: url(cuatro.jpg);
        height: 100%;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;}

    .parallax-trece{
        background-image: url(cinco.jpg);
        height: 100%;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;}

    .parallax-catorce{
        background-image: url(seis.jpg);
        height: 100%;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;}

    .parallax-quince{
        background-image: url(picachos.jpg);
        height: 100%;
        background-attachment:scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;}

    .parallax-dseis{
        background-image: url(siete.jpg);
        height: 100%;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;}

    .parallax-dsiete{
        background-image: url(ocho.jpg);
        height: 100%;
        background-attachment:scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;}

    .parallax-docho{
        background-image: url(nueve.jpg);
        height: 100%;
        background-attachment:scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;}

    .parallax-dnueve{
        background-image: url(diez.jpg);
        height: 100%;
        background-attachment:scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;}

    .parallax-veinte{
        background-image: url(once.jpg);
        height: 100%;
        background-attachment:scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;}

    .parallax-vuno{
        background-image: url(doce.jpg);
        height: 100%;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;}

    .parallax-vdos{
        background-image: url(trece.jpg);
        height: 100%;
        background-attachment:scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;}

    .parallax-vtres{
        background-image: url(14.jpg);
        height: 100%;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;}

    .parallax-vcuatro{
        background-image: url(15.jpg);
        height: 100%;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;}

    .primer-titulo-picachos-2{font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: white;
    font-size: 40px;
    opacity: 0.8;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);}

    .primer-titulo-entrada{font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: white;
    font-size: 30px;
    opacity: 0.8;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);}

    .primer-titulo-tinigua-2{font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: white;
    font-size: 50px;
    opacity: 0.8;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);}

    .primer-titulo-macarena{font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: white;
    font-size: 40px;
    opacity: 0.7}

    .segundo-titulo-picachos-2{font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: white;
    font-size: 15px;
    letter-spacing: 8px;
    background-color:#d55252;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    opacity: 0.9}

    .segundo-titulo-entrada{font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: white;
    font-size: 15px;
    letter-spacing: 0px;
    background-color:#007944;;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    opacity: 0.9}

    .segundo-titulo-macarena{font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: white;
    font-size: 15px;
    letter-spacing: 5px;
    background-color:#94aa2a;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    opacity: 0.9}

    .segundo-titulo-tinigua-2{font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: white;
    font-size: 15px;
    letter-spacing: 6px;
    background-color:#e47312;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    opacity: 0.8}

.logo-rutas{width: 70px;}
.logo-mongabay{width: 80px;}

.panel_macarena label {
    background: #94aa2a;}
.panel_tinigua label {
    background: #e47312;}
.panel_picachos label {
    background: #d55252;}
.panel_inicio label {
    background: #007944;}


  #boton-1{
    font-weight: 700;
  background-color: #ffff!important;}

    #boton-1 a{text-decoration: none!important}

    .autor {
      font-family: 'Roboto', serif;
      font-weight: bold;
      font-size: 15px;}

    html{scroll-behavior: smooth;}
    .juxtapose{width:100%;
       height:340}

}
