* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  height: 100vh;
}

.container {
  /*width: 100%;*/
  max-width: none;
  display: grid;
  /*min-width: 100vw;*/
  /*min-width: 100vh;*/
  grid-template-columns: 2fr 2fr 1fr;
  grid-template-areas: "grid-container grid-center main-menu";
  flex: 1 0 auto;
  gap: 5px;
  font-family: "Comfortaa", cursive;
  grid-auto-rows: minmax(100px, auto);
  padding: 1% 0 1% 0;
}
.container-moviment {
  width: 100%;
  max-width: none;
  display: grid;
  min-width: 100vw;
  min-width: 100vh;
  grid-template-columns: 2fr 2fr 1fr;
  grid-template-areas: "grid-container grid-center main-menu";
  flex: 1 0 auto;
  gap: 5px;
  font-family: "Comfortaa", cursive;
  grid-auto-rows: minmax(100px, auto);
  padding: 1% 0 1% 0;
}
.button {
  border-width: 2px;
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.5;
  user-select: none;
  transition: 0.5ms all;
  cursor: pointer;
}
.button:active {
  transform: scale(0.98);
  /*box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.35);*/
}
.button-primary {
  border: 2px solid #0d6efd;
  background-color: #0d6efd;
  color: #f0f0f0;
  transition: 0.5ms;
  cursor: pointer;
}
.button-danger {
  border: 1px solid #f0f0f1;
  background-color: #a70a12;
  color: #f0f0f0;
  font-size: 18px;
  transition: 0.5ms;
  cursor: pointer;
}
.button-return {
  border: 1px solid #f0f0f1;
  background-color: #222f94;
  color: #f0f0f1;
  font-size: 18px;
}

.grid-left {
  height: 76vh;
  display: grid;
  grid-direction: row;
  grid-template-rows: unset;
  border-radius: 10px;
  text-align: center;
  grid-area: grid-container;
  background-color: #b8daff;
  border: 1px solid transparent;
  justify-content: center;
  gap: 10px;
  padding-bottom: 0.2rem;
  padding-top: 0.1rem;

  width: 100%;
  color: #002752;
}
.title-left {
  text-align: center;
}
.grid-mu {
  display: grid;
  grid-direction: row;
  grid-template-rows: unset;
  border-radius: 10px;
  text-align: center;
  grid-area: grid-container;
  background-color: #b8daff;
  border: 1px solid transparent;
  justify-content: center;
  gap: 10px;
  padding: 0.75rem;
  width: 100%;
  color: #002752;
  text-align: justify;
}
.buttons-options {
  /*list-style-type: disc;*/
  /*margin: 5%;*/
}
.title-left {
  color: #002752;
  text-align: center;
}
.list-left {
  color: #002752;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  transition: 0.5ms;
  cursor: pointer;
}
.list-left a {
  text-decoration: none;
  color: #002752;
}
.list-left:hover {
  color: #002752;
  border-color: #b8daff;
  background-color: #0f62cf;
}
.list-left a:hover {
  /*color: #FFFFF0;*/
}

#link_mumuv {
  text-decoration: none;
  color: #0165f0;

}
.input-data {
  border: 2px solid #0f62cf;
  border-radius: 12px;
  font-size: 20px;
  width: 25%;
  text-align: center;
}
.nav-operator {
  text-align: center;
}

.grid-center {
  background-color: #b8daff;
  border: 1px solid transparent;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  grid-area: grid-center;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  width: 100%;
  text-align: center;
}
.grid-center2{
  background-color: #b8daff;
  color: #002752;
  border: 1px solid transparent;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 10px;
  grid-area: grid-center;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  width: 100%;
  text-align: justify;
  font-family: "Sono", sans-serif;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  min-width: 200px;

}

.list-mumuv {
  color: #002752;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 1%;
  text-align: center;
  transition: 0.5ms;
  cursor: pointer;
  text-decoration: none;
}
.list-mumuv:hover {
  color: #002752;
  border-color: #FFffdd;
  background-color: #0dcaf0;
  transition: 0.5ms;
}
.list-mumuv a:hover {
  color: #002752;
}
.list-mumuv a{
  color: #002752;
  text-decoration: none;

}

.grid-output {
  display: grid;
  grid-direction: row;
  grid-template-rows: auto;
  /*border: 3px solid #008ffb;*/
  border-radius: 10px;
  padding: 2%;
}
.main-menu {
  background-color: #0f62cf;
  border: 1px solid transparent;
  border-radius: 10px;
  font-family: "Sono", sans-serif;
  color: white;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 300px;
  grid-area: main-menu;
}
.list-menu {
  color: #fffff0;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 2px;
  text-align: center;
  transition: 0.5ms;
  cursor: pointer;
}
.list-menu a {
  text-decoration: none;
  color: #fffff0;
}
.list-menu:hover {
  color: #fffff0;
  border-color: #b8daff;
  background-color: #002752;
}
.list-menu a:hover {
  color: #fffff0;
}

.nav-mumuv {
  /*grid-area: nav-return;*/
  text-align: center;
  /*background-color: #313131;*/
  /*padding: 3px;*/
}
.nav-return {
  grid-area: nav-return;
  text-align: center;
  background-color: #313131;
  padding: 3px;
}
/*RESPONSAVITY*/
@media(max-width: 720px){

}

@media(max-width: 640px){

}

@media(max-width: 560px){

}

@media(max-width: 488px){
  
}
