.pointer {
    cursor: pointer;
}

.cardFormShort {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    background-color: white;
    border-radius: 0.5rem;
    padding: 0.5rem;
    height: 70%;
}

.cardFormShort:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.containerFormShort {
    padding: 2px 16px;
}

.cardFormShort input {
    border-radius: 0.5rem!important;
    padding: 10px!important;
    background-color: transparent!important;
    color: black!important;
}

.cardFormShort textarea {
    border-radius: 0.5rem!important;
    padding: 10px!important;
    background-color: transparent!important;
    color: black!important;
}

.cardFormShort #boton:hover {
    color: black!important;
}

#centerShortForm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardFormShort #centerShortForm input {
    padding-left: 20px!important;
    padding-right: 20px!important;
    background-color: #34373c!important;
    color: white!important;
    border-color: #34373c!important;
}

.cardFormShort #centerShortForm input:hover {
    background-color: #555a62!important;
}

/* Ocultar los botones en todos los navegadores */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


