﻿
.button-29 {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    align-items: center;
    background-image: radial-gradient(100% 100% at 100% 0, #FF6F6B 0, #E83C3C 100%);
    border-radius: 18px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    /* color: #fff;*/
    cursor: pointer;
    height: 2em;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-bottom: 0.2em;
    position: relative;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-weight: normal;
    font-size: medium;
    text-shadow: 1px 3px 6px #DB6E6C, 0 0 0 #000, 1px 3px 6px #FFA0A2;
    color: darkred;
    top: 0px;
    left: 4px;
}

    .button-29:focus {
        box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    }


    .button-29:active {
        box-shadow: #E83C3C 0 3px 7px inset;
        transform: translateY(2px);
    }

    .button-29:disabled {
        background-image: none;
        background-color: lightgrey;
        box-shadow: #E83C3C 0 3px 7px inset;
        color: darkgray;
    }


/*===================================================================*/



.button-30 {
    align-items: center;
    background-image: radial-gradient(100% 100% at 100% 0, #FFEC8B 0, #FFD700 100%);
    border: 0;
    border-radius: 18px;
    box-shadow: rgba(255, 255, 255, .4) 0 2px 4px, rgba(255, 255, 255, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    cursor: pointer;
    height: 2em;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-bottom: 0.2em;
    position: relative;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-weight: normal;
    font-size: 1.2em;
    text-shadow: 1px 3px 6px #DB6E6C, 0 0 0 #000, 1px 3px 6px #FFA0A2;
    color: blue;
    border-color: transparent; /* Cambiado a transparente */
}

    .button-30:focus {
        box-shadow: #FFD700 0 0 0 1.5px inset, rgba(255, 255, 255, .4) 0 2px 4px, rgba(255, 255, 255, .3) 0 7px 13px -3px, #FFD700 0 -3px 0 inset; /* Cambiado a amarillo */
    }

    .button-30:active {
        box-shadow: #FFD700 0 3px 7px inset; /* Cambiado a amarillo */
        transform: translateY(2px);
    }

    .button-30:disabled {
        background-image: none;
        background-color: lightgrey;
        box-shadow: #FFD700 0 3px 7px inset; /* Cambiado a amarillo */
        color: darkgray;
    }









.button-31 {
    align-items: center;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 18px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    /* color: #fff;*/
    cursor: pointer;
    display: inline-flex;
    height: 2em;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-bottom: 0.2em;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-weight: bold;
    font-size: large;
    text-shadow: 1px 3px 6px #a3d0b0, 0 0 0 #000, 1px 3px 6px #a3d0b0;
    color:#04006a;
}

    .button-31:focus {
        box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    }


    .button-31:active {
        box-shadow: #3c4fe0 0 3px 7px inset;
        transform: translateY(2px);
    }

    .button-31:disabled {
        background-image: none;
        background-color: lightgrey;
        box-shadow: #3c4fe0 0 3px 7px inset;
        color: darkgray;
    }









.button-32 {
    align-items: center;
    background-image: radial-gradient(100% 100% at 100% 0, #a4db8e 0, #3a7748 100%);
    border: 0;
    border-radius: 18px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    height: 2em;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-bottom: 0.2em;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-weight: bold;
    font-size: large;
    text-shadow: 1px 3px 6px #8cbfa7, 0 0 0 #000, 1px 3px 6px #8cbfa7;
    color: #083700;
}

    .button-32:focus {
        box-shadow: #5a8d5a 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #5a8d5a 0 -3px 0 inset;
    }

    .button-32:active {
        box-shadow: #5a8d5a 0 3px 7px inset;
        transform: translateY(2px);
    }

    .button-32:disabled {
        background-image: none;
        background-color: lightgrey;
        box-shadow: #5a8d5a 0 3px 7px inset;
        color: darkgray;
    }
