@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
* {
  padding: 0;
  margin: 0;

}


body {
   background-image: url("https://www.ubjonline.mx/wp-content/uploads/2020/09/main.jpg");
   background-size: 100% auto;


 /*background-image: url("https://i.pinimg.com/originals/2c/86/0b/2c860b8d393ff5a99a5f4aa358475d00.jpg"); */

  margin: 0;
  margin-bottom: 30px;

}
header {

  width: 100%;
  position: fixed;
  z-index: 100;
}
main {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-row: 100%;
    height: auto;
    
}


h1{
  font-size: 4em;
  /*font-family: 'Sansita Swashed', cursive;*/
  font-family: 'Roboto', sans-serif;
  margin-top: 17%;
  margin-left: 5%;
  color: #26A480; /*#F2F2F2;*/
}
span {
  animation: agrandar 5s infinite;
  position: relative;
}

@keyframes agrandar {
from {
   font-size: 50px;
   color: cyan;
}
50%{
   font-size: 75px;
   color: magenta;
}
to{
   font-size: 100px;
   color: yellow;
}

}

.lista-menu {
  display: grid;
  padding-top:10px;
}

ol {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-rows: 60px;
  padding: 0;
  list-style: none;
}

li {
  display: grid;
  border:3px solid #F2F2F2;
  justify-content: center;
  align-items: center;
  font-family: 'Karla', sans-serif;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  font-size: 16px;



   background-color: rgba(38, 164, 128,0.75);

}
li:hover {
  border: 5px solid #F6BF25;
  font-style: normal;
  /*font-size: 18px;*/
  transform: scale(1.1);
  text-decoration-color:  #F6BF25;
  background-color: rgba(38, 164, 128,.22:23 5/3/20219);
  text-align: center;

}
a {
  text-decoration:none;
  color: #F2F2F2;
}
.nombre {
  color: #F2F2F2;
}



html {
 min-height: 100%;
  position: relative;

}
footer {
 position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  font-size: 14px;

  text-align:center;
  vertical-align: middle;
    /*font-family: 'Sansita Swashed', cursive;*/
  font-family: 'Roboto', sans-serif;

  /*background-color: #26A480;*/
  background-color: black;
  /*  color: #E84649;*/
  color: #26A480;


}

.construccion {
  background-image: url("https://images7.alphacoders.com/529/529203.jpg");
  background-size: cover;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 595px;

  justify-content: center;
  align-items: center;


}
.textoEnConstruccion{
    border:3px solid #F2F2F2; /* borrar */
      font-family: 'Roboto', sans-serif;
      font-size: 20px;

      text-align: center;

}
.imagenEnConstruccion {
  align-items: center;

    border:3px solid #F2F2F2; /* borrar */
}
.pantallaDerecha {
vertical-align:middle;
height: 600%;
}

