
body{
    font-family: 'Gotham' !important;
}
p, h1, h2, h3, h4, h5, h6, u, span, display-1, label, a, .btn, .form-control{
    font-family: 'Gotham' !important;
    font-weight: normal;

}

.title{
    font-size: 25px;
}
.title-apprecio{
    font-family: 'Born' !important;
    font-size: 80px !important;
}

.logo-white-tamanio{
    width: 50% !important;
}
.logo-menu-responsive {
    width: 100px !important;
    height: 44px !important;
}
.navbar-vertical .navbar-brand>img,
.navbar-vertical .navbar-brand-img {
    max-height: 3rem !important;
    text-align: center;
}

.form-check-input:checked[type=checkbox] {
    background-image: linear-gradient(310deg, #a37e30 0%, #97752D 100%);
}

.navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    content: none !important;
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
    color: white !important;
}

.descripcion-catalogo-productos {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    height: 42px;
}

.form-control:focus {
    border-color: #ffedcb;
    box-shadow: 0 0 0 1px #f8e2ba;
}

.zoom-effect {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.outline-badge-active {
    outline: 2px solid #9E711B;
    color: #9E711B;
    background-color: transparent;
}

.swal2-styled.swal2-confirm {
    background-image: linear-gradient(310deg, #45E317, #35b70d) !important;
}


.option-custom {
    text-align: left;
    width: auto;
}

.choices__list--dropdown .choices__item--selectable {
    font-size: 13px !important;
}

.height-280 {
    height: 280px;
    overflow-y: auto;

}
.modal-footer {
    display: block;
}
/* QUERIES */
@media (max-width: 768px) {
    .height-350 {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .timeline-one-side .timeline-content {
        max-width: 100%;
    }

    .height-350 {
        height: 370px;
        overflow-y: auto;
    }

    .height-280 {
        height: auto !important;

    }
    .logo-white-tamanio{
        width: 80% !important;
    }
}