.kt-widget4 .kt-widget4__item:first-child{
    padding-top: 1rem !important;
}

.kt-widget4 .kt-widget4__item{
    margin:0;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.logo-footer{
    height: 100px;
}

@media (max-width: 500px) {
    .logo-footer{
        height: 80px;
    }

    .div-image-footer{
        text-align: center;
        margin-bottom: 1rem;
    }
}
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;

}
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;

}
