@font-face {
    font-family: tommy;
    src: url("../made_tommy_soft/MADE\ Tommy\ Soft\ Regular\ PERSONAL\ USE.otf");
}

html, body {
    background: #000;
    color: #888;
    /* font-family: tommy, 'Open Sans', sans-serif; */
    font-family: tommy, sans-serif;
    font-size: 65% !important;
}

.container.principal {
    overflow: hidden;
}

header a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

header h1 img {
    max-width: 80vw;
}

header .telefono {
    color: #fff;
    font-size: 3rem;
}

header .domicilio {
    font-size: 2rem;
    color: #fff;
}

section.menu h2.rubro {
    color: #fff;
    line-height: 1;
    border: 1px solid #fff !important;
    font-size: 2.5rem;
}

section.menu .opcion-menu h3 {
    color: #fff;
}

section.menu .opcion-menu h4 {
    color: #888;
}

section.menu .opcion-menu h4 strong {
    color: #ccc;
}

section.menu .opcion-menu h1.importe {
    color: #fff;
    font-weight: normal;
}

.opcion-menu {
    transition: all .5s;
    cursor: pointer;
}

.opcion-menu.opcion-seleccionada {
    background-color: #ffffff44;
    transform: scale(1.5);
}
