h1{
    color: whitesmoke;
    font-style: italic;
    text-align: center;
    font-size: 90px;
}

a{
    color: white;
}

/* body {
    background-color: #08070b !important;
} */

.menu{

    background-color: black;
}
.animacionban{

    width: 30px;
    height: 30px;
}

.lat{
    width: 65%;
}

#Tam {
    height: 50%;
}

#bottom{
    height: 50%;
}

#Dis1, #Dis2, #Dis3, #Dis4 {
    font-size: 90px;
    text-align: center;
    color: pink;
}





body {
    background: linear-gradient(-90deg, #16F0A4, 1%, #08070b 80% );
  }

  #barra {
    position: sticky;
    top: 0;
    overflow: hidden;
    background-color:black;
  }
  
  /* Navbar links */
  #barra a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px;
    text-decoration: none;
  }
  
  /* Page content */
  .content {
    padding: 16px;
    color: white;
  }

p {
    text-align: justify;
    font-size: 20px;
}

footer{
    background-color: #010201;
}
  

model-viewer {

    height: 600px !important;
    width: auto;
}


#luces img:hover{
    cursor: crosshair;
    width: 300px;
    opacity: 1;
    filter: contrast(120%);
}