/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-cbzg29ztam] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cbzg29ztam] {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100vh;
}

article[b-cbzg29ztam] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 641px) {
    .page[b-cbzg29ztam] {
        flex-direction: row;
    }
}
/* /Pages/ChiSiamo.razor.rz.scp.css */
.badge[b-x63uefb7m7] {
    font-size: 1.25rem;
    padding: 25px 40px;
    border-radius: 30px;
}
/* /Pages/Index.razor.rz.scp.css */
div[b-df5puh8ten] {
    background-image: url('images/homepage.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    text-align: center;
    align-content: space-around;
}
/* /Pages/Processo.razor.rz.scp.css */
.timeline[b-niricgwd46] {
    position: relative;
    margin: 2rem 1rem;
    border-left: 4px solid black;
}

.timeline-event[b-niricgwd46] {
    position: relative;
    margin-bottom: 2rem;
}

.timeline-badge[b-niricgwd46] {
    margin-left: -.8rem;
    margin-right: 2rem;
    background-color: black;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
}
/* /Pages/Soluzioni.razor.rz.scp.css */
.carousel-container[b-uizts0nwfh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    max-width: 100%;
    margin: auto;
}

.carousel-items[b-uizts0nwfh] {
    display: flex;
    gap: 1rem;
    overflow: hidden;
}

    .carousel-items .item[b-uizts0nwfh] {
        display: block;
        justify-content: center;
        align-content: center;
        background-color: var(--marrone-scuro);
        color: white;
        border-radius: 2rem;
        padding: 3rem;
    }

.arrow[b-uizts0nwfh] {
    background-color: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 0 0.5rem;
}

    .arrow:disabled[b-uizts0nwfh] {
        opacity: 0.3;
        cursor: not-allowed;
    }
/* /Shared/Footer.razor.rz.scp.css */
a[b-0y8awqaz9c] {
    color: black;
}
/* /Shared/Navbar.razor.rz.scp.css */
nav[b-6vz414jhv2] {
    border-right: 1pt solid rgb(224, 224, 224)
}

.nav-link[b-6vz414jhv2] {
    padding-bottom: 2rem;
}

.nav-link i[b-6vz414jhv2] {
    padding-right: 1rem;
}
