html {
    height: 100%;
    /*overflow: hidden;*/
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
    height: 100%;
    /*overflow: hidden;*/
    margin: 0;
    display: block;
    background: white;
    background-image: radial-gradient(#dadde6 1px, transparent 0);
    background-size: 30px 30px;
    background-position: -19px -19px;
}
#root {
    display: flex;
    height: 100%;
    flex: 1;
}
.TextoLogo{
    color: rgb(86, 12, 206);
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    direction: ltr;
    text-align: left;
    padding-bottom: 12px;
    padding-top: 12px;
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid black;
    box-sizing: border-box;
    display: inline;
    list-style: none;
    position: relative;
    text-decoration: none;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.BotonAzul{
    background-color: rgb(86, 12, 206);
    border-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    min-width: 64px;
    width: 100%;
    pointer-events: auto !important;
    padding-bottom: 14px;
    padding-top: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-style: solid;
    align-items: stretch;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    list-style: none;
    min-height: 0px;
    position: relative;
    text-decoration: none;
    color: white;
    transition: background-color 150ms;
    touch-action: manipulation;
    cursor: pointer;
    overflow: hidden;
    font-weight: bold;
}
.BotonBlanco{
    background-color: white;
    box-sizing: border-box;
    border-width: 0;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    min-width: 64px;
    width: 100%;
    pointer-events: auto !important;
    padding-bottom: 14px;
    padding-top: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-style: solid;
    align-items: stretch;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    list-style: none;
    min-height: 0px;
    position: relative;
    text-decoration: none;
    color: rgb(86, 12, 206);
    transition: background-color 150ms;
    touch-action: manipulation;
    cursor: pointer;
    overflow: hidden;
    font-weight: bold;
    border: 1px solid black;
}
.text-azul-apark{
    color: rgb(86, 12, 206);
}