input[type = number]::-webkit-inner-spin-button,
input[type = number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.RECTANGULO{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.TRIANGULO{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}