html {min-height:100vh;}

body {   
	background-color: #97BA65;
	font-family:Lawless,sans-serif;
	background: #fff;
	font-family: sans-serif;
	font-size:18px;line-height:1.5;
	text-align:center;
	margin:0px;
	}


h1 
	{top:0px;
	text-align: center; 
	font-family:  sans-serif; 
	font-weight: bold; font-size: 30px; 
	background: #202020; 
	-webkit-background-clip: text; 
	-moz-background-clip: text; 
	background-clip: text; 
	color: transparent; 
	text-shadow: 0px 3px 3px rgba(255,255,255,0.4),0px -1px 1px rgba(0,0,0,0.3);}
	
.texto, p {
	text-align:justify;
	max-width:650px;
	margin: auto;
	padding: 10px;
}

img {
	width:650px;
	max-width:95vw;
    display:block;
	margin: 20px auto;
	height: auto;
}

#estatua {
	width: 200px;
	height: 200px;
}

.esculturas_conseguidas{
	max-width:650px;
	margin: auto;
	padding: 10px;
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	grid-template-rows: 100%;
}

.esculturas_galeria_retofinal{
	max-width:650px;
	margin: auto;
	padding: 8px;
	display: grid;
	grid-template-columns: 32% 32% 32%;
	grid-template-rows: 33% 33% 33%;
	align-items: center;
	justify-content: center;
}

.escultura{
	margin: 6px;
	/*border: 2px solid #000000;*/
	border-radius: 10px;
	object-fit: cover;
	width: 94%;
	max-height: 100%;
}

.esc_selected{
	outline: 5px solid #36bf5a;;
	}

.btn {
  /* Para <button> */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;

  /* Otros */
  margin: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-1 {
  font-size: large;
  position: relative;
  padding: 6px 16px;
  border-radius: 1rem;
  background-color: #28a745;
  color: #fff;
  transition: background-color 0.15s ease-in-out, top 0.15s ease-in-out,
    left 0.15s ease-in-out;
}

.btn-1:hover,
.btn-1:focus {
  background-color: #218838;
}

.btn-1:active {
  top: 2px;
  left: 2px;
}

#demo_text {
	font-size: x-large;
    color: blue;
    position: fixed;
    background-color: white;
    padding: 5px;
    border-radius: 10px;
    top: 0;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}
  
 #menu {
	position: absolute;
	top: 1rem;
	right: 1rem;
 }
 
 .dropbtn {
	display: inline-block;
	text-decoration: none;
	color: black;
	padding: 3px;
    border: solid 0.5px;
	border-radius: 5px;
}

 a[class="dropbtn"]:hover, .dropdown:hover{
  background-color: #36bf5a;
}

.dropdown-content {
  overflow: hidden;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0px;
  max-height: 0px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: right;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  max-height: 500px;
  transition: all 1s ease-in-out;
}

/* Mensaje Pop UP*/
.cover {
  display: none;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.38);
  width: 100%;
  height: 100%;
  z-index: 9999;
}
 
 .score {
  margin: 13% auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 300px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  position: relative;
}

#scr_head {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  font-family:  sans-serif;
  color: #3d3d3d;
}

#scr_time {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  font-family:  sans-serif;
  color: #3d3d3d;
}

#scr_moves {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  font-family:  sans-serif;
  color: #3d3d3d;
}

.OK {
  padding: 8px 25px;
  float: right;
  cursor: pointer;
}

/* BUTTON */

.button {
  margin: 0px 10px 10px 0px;
  border-radius: 10px;
  font-family: sans-serif;
  font-size: 25px;
  color: #FFF;
  text-decoration: none;
  background-color: #28a745;
  border-bottom: 5px solid #28a745;
  text-shadow: 0px -2px #28a745;
  z-index: 999;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.button:active {
  border-bottom: 1px solid #28a745;
}

.i {
  text-align: center;
  font-family:  sans-serif;
  font-weight: 550;
  color: #3c3c3c;
}

.estaciones {
	max-width: 350px;
	padding: 0;
	margin: auto;
}

.estaciones li{
	max-width: 350px;
	background-color: #eee;
	color: black;
	display: block;
	padding: 12px;
	text-decoration: none;
}

.estaciones li:hover {
  background-color: #ccc;
}

#st-0, #st-13{
  background-color: #04AA6D;
  color: white;
  }
 
 
 .subtitulo {
	 max-height:40vh;
	 text-overflow: ellipsis;
	 overflow: scroll;
 }
 
 #scroll-text {
  height: 100%;
  text-align: center;
  
  /* animation properties */
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  
  -moz-animation: my-animation 59s linear infinite;
  -webkit-animation: my-animation 59s linear infinite;
  animation: my-animation 59s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateY(100%); }
  to { -moz-transform: translateY(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateY(100%); }
  to { -webkit-transform: translateY(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

/*Formulario Reto 3*/ 

form {
	margin:10px;
}
.input-text {
	width: 210px;
	font-size:large;
    padding: 5px;
	border-radius: 1rem;
}

.inicio {	
	display: none;
	text-align: center; 
	border: 5px solid #04AA6D;
	border-radius: 40px;
    width: 75vw;
    margin: 10px auto;
	max-width:650px;
	position: fixed;
	top: 25vh;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 100);
	padding: 10px;
}

.inicio > span {
	font-size: medium;
}

.btn-inicio {
	width: 85%;
	height: auto;
}

.doble{
	max-width:650px;
	margin: auto;
	padding: 8px;
	display: grid;
	grid-template-columns: 66% 34%;
}

.doble > i {
	margin: auto;
}

.doble > img {
	max-width: 130px;
	width: calc(100vw / 5);
	margin: 0px auto 20px auto;
}

.imgpeq{
	width:250px;
}

.img-gps{
	width:auto;
	max-height:400px;
}

.video{
	height:100vh; 
	display:block;
	margin:auto;
}

@media (min-width: 750px) {
  body {
    font-size: 22px;
  }
  .esculturas_galeria_retofinal{
	max-width:650px;
	margin: auto;
	padding: 8px;
	display: grid;
	grid-template-columns: 32% 32% 32%;
	grid-template-rows: 33% 33% 33%;
}

	.escultura{
	width: 88%;
}

	.esc_selected{
	outline: 10px solid #36bf5a;;
	}
  
} 