body{
  font-family:'Roboto', sans-serif;}

.buttonMenu button 
{
  font-family:'Roboto', sans-serif;
  font-weight: 600;
    background-color: #69C8EC;
    border-radius: 10px;
    border-color: transparent;
    text-align: center;
    width:140px;
    font-size: 18px;
    padding: 6px 3px 6px 3px;
    text-decoration: none;
}
.az {
  font-family:'Roboto', sans-serif;
    background-color: #B7E4F9FF;
    border-radius: 10px;
    border-color: transparent;
    text-align: center;
    width:140px;
    font-size: 16px;
    padding: 4px 2px 4px 2px;
  }
  
  .Specie {
    background-color: #A6EEE6;
    border-radius: 10px;
    border-color: transparent;
    text-align: center;
    width:140px;
    font-size: 18px;
    padding: 4px 2px 4px 2px;
  }
  .calculate
  {
    background-color: #A6EEE6;
    border-radius: 10px;
    border-color: transparent;
    text-align: center;
    width:140px;
    font-size: 18px;
    padding: 4px 2px 4px 2px;
  }

  .organizarAZ,.organizarZA
  {
  background-color: #A6EEE6;
    border-radius: 10px;
    border-color: transparent;
    text-align: center;
    width:140px;
    font-size: 18px;
    padding: 4px 2px 4px 2px;
  }
  .buttonSearch 
  {
    background-color: #A6EEE6;
    border-radius: 10px;
    border-color: transparent;
    text-align: center;
    width:140px;
    font-size: 18px;
    padding: 4px 2px 4px 2px
  }
  .buttonMenu {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: calc(100vw - 20vw);
    color: #000;
}
.closePopUp{
  position: absolute;
  top:15px;
  right:15px;
  padding: 5px;
  outline: 1px solid #A6EEE6;
  border: none;
}
.paginacion{
  display: flex;
  justify-content: center;
  background-color: #000;
}
.less,.more{
  top:15px;
  right:15px;
  padding: 5px;
  outline: 1px solid #A6EEE6;
}
