@charset "utf-8";

:root {
    --gso:rgb(34, 34, 34);
    --go: #414141;
    --g: #6d6d6d;
    --gc: #b1b1b1;
    --gsc: #e6e6e6;
    --s: #000000;
    --pl: #ffcd55;
    --p: #ffb400;
    --pd: #986b00;
    --tr1: rgba(255, 255, 255, 0.1);
    --tr2: rgba(255, 255, 255, 0.2);
    --tr3: rgba(255, 255, 255, 0.3);
    --tr4: rgba(255, 255, 255, 0.4);
    --tr5: rgba(255, 255, 255, 0.5);
    --tr6: rgba(255, 255, 255, 0.6);
    --tr7: rgba(255, 255, 255, 0.7);
    --tr8: rgba(255, 255, 255, 0.8);
} 

* {
    margin: 0;
    padding: 0;
    /* font-family: 'Fira Sans Condensed', sans-serif;
    font-style: italic; */
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
}

.boton {
    width: 120px;
    height: 35px;
    border-radius: 18px;
    background: var(--p);
    font-size: 16px;
    text-align: center;
    border: none;
}