
img.categoria:hover {
    transform: scale(1.5);
    transition: 0.5s;
}

button.btn-color {
    background-color: #30e903;
    color: white;
    border: none;
    border-radius: 5px;
}

button.btn-color:hover {
    transform: scale(1.1);
    transition: 0.5s;
    border: 1px solid #30e903;
    color: #30e903;
}

button.btn-line:hover {
    background-color: #30e903;
    color: white;
    transform: scale(1.1);
    transition: 0.5s;
}

button.btn-line {
    border: 1px solid #30e903;
    color: #30e903;
}

.card-footer {
    background-color: transparent !important;
    border: none !important;
}

.float-btn {
    background-color: #30e903 !important;
    display: scroll;
    position: fixed;
    bottom: 320px;
    z-index: 100;
}

.float-btn:hover {
    background-color: #30e903 !important;
    transform: scale(1.1);
    transition: 0.5s;
}

.float-btn i {
    font-size: 30px;
}

.card-header {
    background-color: transparent !important;
}

.select2-container .select2-selection--single {
    height: 38px;
    border: 1px solid #aaaaaa8a;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.breadcrumb>li>a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.breadcrumb {
    font-size: 12px;
}