/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .mb-5 {
    margin-bottom: calc(var(--spacing)*5) !important;
}

.text-sm {
    font-size: var(--text-sm) !important;
}

.mb-2 {
    margin-bottom: calc(var(--spacing) * 2) !important;
}

.floating-whatsapp {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 100000000;
    background: #25d366;
    border-radius: 100%;
    padding: 10px;
    cursor: pointer;
}

.floating-whatsapp svg {
    width: 100%;
    height: 100%;
    fill: white;
}

.swiper-slide a.azienda {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    min-height: 180px;
    background: #bc9d5cd1;
}

.swiper-slide a.azienda .categorie-azienda {
    color: #fff;
}

