.mw20{
  max-width: 20%;
}
.mw40{
  max-width: 40%;
}
.mw60{
  max-width: 60%;
}
.mw80{
  max-width: 80%;
}
.mw-300{
  max-width: 300px;
}

ion-icon {
padding-right: 5px;
}


.h1inline {
    display: inline-block;
}

.divH1 {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.leftAdd {
    padding-left: 15px;
}

.btnMenuTA {
    background-color: white !important;
    color: #a5ce37 !important;
    padding: 4px !important;
    height: 30px !important;
    width: 40px !important;
    text-align: center !important;
    margin-right: -6px !important;
}

.botonmenu {
    display: flex;
    height: 50px;
    padding: 0;
    background: #ffffff00;
    border: none;
    outline: none;
    overflow: hidden;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
  }
  
  .botonmenu:hover {
    border-bottom: solid 4px goldenrod;
  }
  
  .botonmenu:active {
  color: yellow;
  }
  
  .textoboton,
  .iconoboton {
    display: inline-flex;
    align-items: center;
    padding: 0 24px;
    color: #686868;
    height: 100%;
    text-transform: uppercase;
  }
  
  .iconoboton {
    font-size: 1em;
  }
  



