html, body, .container {
  width: 100%;
  height: 100%;
  margin: 0px;
  overflow: hidden;
}
.imagenlogoR{
  display: none;
}
.imagenlogo{
  margin: -30px;
   width: 135px;
   height: 135px;

  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
   z-index: 100;

}
.logo{
  margin: 8px 12px;
  right: 40px;
  width: 180px;
  height: 180px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.container {
  /*padding:150px;*/
  background: #ffff;
}

#navMenu {
  top: 250px;
  left: 580px;
  width: 200px;
  height: 200px;
  z-index: 100;
  background: linear-gradient(90deg, #08103b, #0a384a, #609691);
  -webkit-background: linear-gradient(90deg, #08103b, #0a384a, #609691);
  background-size: 400% 400%;
  -webkit-background-size: 400% 400%;
  animation: gradient 5s infinite;
  -webkit-animation: gradient 5s infinite;
}

#navMenu:hover, .nav:hover {
  background: #FF6000;
}

@keyframes gradient {
  50% {
    background-position: 100% 0;
  }
}
@-webkit-keyframes gradient {
  50% {
    background-position: 100% 0;
  }
}

.diamond {
  position: absolute;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #082b3b;
  margin: 0px;
  cursor: pointer;
  box-shadow: 1px 4px 10px #101010;
  line-height: 50px;
}

.diamond:active {
  background: #f4a51d;
  box-shadow: 0px 1px 2.5px #101010;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  color: #c2d2c4;
}

/*.popUp{
  text-align:center;
  border-radius:10px 0px;
  position:absolute;
  top:100px;
  left:330px;
  overflow:hidden;
  background:red;
  width:0px;
  max-width:100px;
}

.#nav1:hover + .popUp{
  width:100px;
}*/

.nav {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.nav1 {
  top: 80px;
  left: 630px;


}

.nav2 {
  top: 0px;
  left: 0px;
}

.nav3 {
  top: 300px;
  left: 850px;
}

.nav4 {
  top: 519px;
  left: 630px;
}

.nav5 {
  top: 300px;
  left: 410px;
}

.small {
  top: 300px;
  left: 630px;
  z-index: 10;
  background: #08103a;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  
}

.rotCorrect {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 20px;
  text-align: center;
}

#mainRotCorrect {
  margin-left: 26px;
  margin-top: 28px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  max-width: 90px;
}

i {
  color: #EEEEEE;
}

@media screen and (max-width: 1024px) {

body{
  background: #c2d2c4;
}
  .container{
    display: none;
  }


.logor{
  width: 150px;
    margin: 30px;
}
} /*[final de 800px]*/