.ontologia {
  position: relative;

  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%; 
  height: 800px;

  padding: 7px;
  
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;

}

.ontologia-fullscreen{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 600;

}

.button {
    border: none;
    font-weight: normal;
    line-height: normal;
    margin-left: 15px;
    text-transform: capitalize;
    padding: 4px 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #131313;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button:hover { 
    color:#fff;
    background:#ff2102;
}

#normalScreen{
	position: fixed;
	bottom: 50px;
	left: 15px;
	z-index: 700;
}

