/* general.css */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&family=Tilt+Neon&display=swap");

:root {
    /* Defino la variable con el degradado completo */
    --gradiente-blue: linear-gradient(to bottom,#0288d1 0%,#29b6f6 50%,#4fc3f7 100%);
    --gradiente-green: linear-gradient(to bottom, #76a73f 0%,#338f76 100%);
    --gradiente-orange: linear-gradient(to bottom, #ffb74d 0%, #ff9800 50%, #f57c00 100%);
    --gradiente-gray: linear-gradient(to bottom,#f5f5f5 0%, #cccccc 50%, #999999 100%);
    --gradiente-rojo: linear-gradient(90deg, #e52d27 0%, #b31217 100%);
    --gradiente-multicolor: linear-gradient(90deg,#76a73f 0%,#338f76 40%,#378da7 50%,#7598f2 70%,#9076ec 100%);
    /* Variable para color rojo sólido */
    --color-rojo: #e52d27;
}

.content {
    flex: 1;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    row-gap: 0.15rem;
    align-items: start;
    justify-items: center;
    padding: 1rem;
    text-align: center;
}

.boton-verde {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--gradiente-green);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-position 0.3s ease, transform 0.3s ease;
    margin-top: 0rem;
    font-size: 1rem;
    position: relative;
    border: none;
    outline: none;
    box-sizing: border-box;
    line-height: 1;
    height: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.boton-verde:hover {
    transform: scale(1.05);
}

.boton-gris {
    display: inline-block;
    color: #fff;
    background: var(--gradiente-gray);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-position 0.3s ease, transform 0.3s ease;
    margin-top: 0.5rem;
    font-size: 1rem;
}

.boton-gris:hover {
    transform: scale(1.05);
}

.boton-rojo {
    display: inline-block;
    color: #fff;
    background: var(--gradiente-rojo);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-position 0.3s ease, transform 0.3s ease;
    margin-top: 0.5rem;
    font-size: 1rem;
}

.boton-rojo:hover {
    transform: scale(1.05);
}

.boton-anaranjado {
    display: inline-flex;
    color: #fff;
    background: var(--gradiente-orange);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-position 0.3s ease, transform 0.3s ease;
    margin-top: 0.5rem;
    font-size: 1rem;
    position: relative;
    align-items: center;
}

.boton-anaranjado:hover {
    transform: scale(1.05);
}

.boton-celeste {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #29b6f6;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-position 0.3s ease, transform 0.3s ease;
    margin-top: 0rem;
    font-size: 1rem;
    position: relative;
    border: none;
    outline: none;
    box-sizing: border-box;
    line-height: 1;
    height: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.boton-celeste:hover {
    transform: scale(1.05);
}

.boton-naranja {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #ff9800;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-position 0.3s ease, transform 0.3s ease;
    margin-top: 0rem;
    font-size: 1rem;
    position: relative;
    border: none;
    outline: none;
    box-sizing: border-box;
    line-height: 1;
    height: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.boton-naranja:hover {
    transform: scale(1.05);
}

.boton-azul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--gradiente-blue);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-position 0.3s ease, transform 0.3s ease;
    margin-top: 0rem;
    font-size: 1rem;
    position: relative;
    border: none;
    outline: none;
    box-sizing: border-box;
    line-height: 1;
    height: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.boton-azul:hover {
    transform: scale(1.05);
}

.boton-no-disponible {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8F8F96;
    background: #5F5F76;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-position 0.3s ease, transform 0.3s ease;
    margin-top: 0rem;
    font-size: 1rem;
    position: relative;
    border: none;
    outline: none;
    box-sizing: border-box;
    line-height: 1;
    height: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: not-allowed;
    opacity: 0.7;
}

.boton-blanco {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #29b6f6;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-position 0.3s ease, transform 0.3s ease;
    margin-top: 0rem;
    font-size: 1rem;
    position: relative;
    border: 2px solid #29b6f6;
    outline: none;
    box-sizing: border-box;
    line-height: 1;
    height: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.boton-blanco:hover {
    transform: scale(1.05);
}