body, html {
  background: #ffffff;
  color: #666666;
  font-family: "Roboto", sans-serif;
  height: 100%;
  width: 100%; }

footer{
	display: block;
	font-size: 14px;
	line-height:25px;
	text-align: center;
}

img {
  max-width: 100%;
  height: auto; }

.p-absoluto {
  position: absolute; }

.p-relativo {
  position: relative;
  float: left; }

#water {
  position: fixed;
  width: 100%;
  height: auto;
  right: 0px;
  bottom: 0px;
  z-index: 0;}

canvas {
  position: absolute;
  bottom: 0; }

.img-huella-1 {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 260px;
  display: block; }

.img-huella-2 {
  display: none; }
  .img-huella-2 img {
    position: relative;
    margin: auto;
    display: block; }

#meter {
  position: absolute;
  background: url(../../app/img/meter.png) repeat-x top;
  width: 100%;
  height: 20px;
  background-position: 0 100%;
  top: 0;
  left: 0; }

#toneladas {
  right: 16px;
  text-align: right;
  top: 25px;
  position: absolute;
  font-size: 1.1em; }
  #toneladas h2 {
    font-size: 2em; }

.alineado {
  height: 100%;
  overflow: auto;
  margin: auto;
  width: auto;
  display: table;
  position: relative; }

.general {
  width: 870px;
  vertical-align: middle;
  position: relative;
  display: table-cell;
  background-color: transparent;
  z-index: 100; }

.contenedor {
  width: 100%;
  height: auto;
  position: relative;
  display: block; }

.contenido {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 15px;
  border: solid 1px #467A7F;
  overflow: auto;
  border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.col1 {
  width: 61%;
  margin-right: 2%; }
  .col1 h2 {
    font-size: 1.4em;
    border-left: 5px solid #00a388;
    padding: 0px 5px;
    color: #00a388;
    float: left; }

.col2 {
  width: 37%; }
  .col2 h2 {
    font-size: 1.4em;
    text-align: center;
    color: #00a388; }
  .col2 p {
    text-align: center; }
  .col2 img {
    display: block;
    margin: auto; }

.cols {
  height: auto; }

.margen {
  margin: 20px 0; }

ol span {
  color: #00a388; }
ol li {
  margin: 20px 0; }

.col1 .enviar {
  outline: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: 0;
  width: 170px;
  border: 2px solid #e3e3e3;
  padding: 10px 0;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .col1 .enviar span {
    position: relative;
    z-index: 1;
    color: #ddd;
    webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.col1 .enviar:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #467A7F;
  width: 30px;
  height: 20px;
  border-radius: 100%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }

.col1 .enviar:hover, .col1 .enviar:active, .col1 .enviar:focus {
  border-color: #467A7F; }

.col1 .enviar:hover span, .col1 .enviar:active span, .col1 .enviar:focus span {
  color: #467A7F; }

.col1 .enviar:active span, .col1 .enviar:focus span {
  color: #ffffff; }

.col1 .enviar:active:before, .col1 .enviar:focus:before {
  opacity: 1;
  -webkit-transform: scale(10);
  transform: scale(10); }

.hexagon {
  position: relative;
  width: 115px;
  height: 66.4px;
  background-color: #00a388;
  margin: 33.2px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.55);
  transform: rotate(30deg); }

.hexagon:hover {
  background-color: #FFF; }

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 81.32px;
  height: 81.32px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 16.8414px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.55); }

.hexagon:before {
  top: -40.6586px; }

.hexagon:after {
  bottom: -40.6586px; }

/*cover up extra shadows */
.hexagon span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 115px;
  height: 66.3953px;
  z-index: 2;
  background: inherit; }

.hexagon img {
  z-index: 100;
  position: relative;
  transform: rotate(-30deg); }

nav {
  width: 100%; }
  nav li {
    float: left;
    cursor: pointer; }
  nav ul {
    max-width: 690px;
    margin: auto; }

.men-top {
  margin-top: 57px; }

#bici, #mn {
  left: 15px;
  top: 8px; }

#ray {
  left: 31px;
  top: -9px; }

#gota {
  left: 35px;
  top: 0px; }

#res {
  left: 25px;
  top: 4px; }

#lib {
  left: 19px;
  top: -3px; }

.contador {
  display: inline-block; }

.items li input {
  font-size: 1.1em;
  text-align: center;
  width: 35px;
  margin: 0 5px;
  color: #00A388; }

.btn_mas {
  color: #c5c5c5;
  cursor: pointer;
  background-color: #ffffff;
  font-size: 1em;
  border-radius: 80px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 2px #c5c5c5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }

#down {
  width: 28px;
  height: 29px; }

#up {
  width: 29px;
  height: 29px; }

.btn_mas:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: solid 2px #00a388;
  color: #00a388; }

.preguntas input[type=radio] {
  visibility: hidden;
  width: 0;
  margin: 0; }

.preguntas label.radio {
  cursor: pointer;
  text-indent: 35px;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 15px; }

.preguntas label.radio:before {
  background: #00a388;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%; }

.preguntas label.radio:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.25em;
  background: transparent;
  top: 7.5px;
  left: 4.5px;
  border: 3px solid #ffffff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.preguntas input[type=radio]:checked + label:after {
  opacity: 1; }

/*cover up extra shadows */

/*# sourceMappingURL=estilos.css.map */
