::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    font-family: ui-sans-serif, system-ui, sans-serif !important;
}

.collapse {
    visibility: visible !important;
}

footer .bg-secondary {
    background-color: #ebf4fc !important;
}

button svg {
    transition: all 0.2s ease-in;
}

button:hover > svg {
    transform: rotate(180deg) !important;
}

@media (width <= 480px) {
    .llamada-hidden {
        display: none !important;
    }

    .llamada-responsive {
        right: 50% !important;
        transform: translateX(50%);
    }
}

@media(min-width: 367px) and (max-width: 767px) {
    .breakp {
        justify-content: start !important;
    }
}

.overlay:hover ~ .overlay-child {
    display: block;
}

.action-preview {
    position: fixed;
    top:0; left:0;
    min-height: 100vh;
    width: 100%;
    background: rgba(0,0,0,.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.action-preview .preview{
    display: none;
    text-align: center;
    width: 90%;
}

.action-preview .preview.active{
    display: inline-block;
}

.action-preview .preview img{
    min-width: 90%;
}

.action-preview .preview .fa-xmark{
    position: absolute;
    top:0.3rem; right:1.5rem;
    cursor: pointer;
    color:#fff;
    font-size: 2rem;
}

.action-preview .preview .fa-xmark:hover{
    transform: scale(1.1);
}

.hover-active-zoom .hover-active {
    opacity: 0;
    transition: opacity 400ms ease-in-out;
}

.hover-active-zoom:hover .hover-active {
    opacity: 60%;
}

.icon-tabler-arrow-narrow-right {
    transition: margin-left 0.3s ease-in-out;
}

a:hover .icon-tabler-arrow-narrow-right {
    margin-left: 0.3rem;
}
