/* _content/Monetic-Sito-Istituzionale/Components/Layout/ContactButton.razor.rz.scp.css */
/*.contact-button {
    position: fixed;
    bottom: 85px;
    right: 10px;
    background-color: var(--color-primary);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
    transition: width 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    color: white;
    text-decoration: none;
    color: white;
    font-size: 22px;

    z-index: 1000;
}

.contact-button i {
    font-size: 24px;
}

.contact-text {
    display:none;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
    transform: translateX(10px);
    transition: all 0.2s ease;
}


.contact-button:hover {
    width: 150px;
    justify-content: flex-start;
    padding-left: 15px;
}

.contact-button:hover .contact-text {
    display: block;
    transform: translateX(0);
}*/


.floating-convenzionato[b-z5ga9ky8zz] {
    position: fixed;
    bottom: 85px;
    right: 10px;
    z-index: 9999;
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background: var(--color-text);
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px) scale(.6);
    transition: all .45s cubic-bezier(.22,1,.36,1);
}

.floating-convenzionato.show[b-z5ga9ky8zz] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    width: 250px;
    height: auto;
    border-radius: 24px;
    gap: 15px;
    border: 1px solid #fff;
}

.floating-convenzionato img[b-z5ga9ky8zz] {
    width: 65px;
}

.floating-text[b-z5ga9ky8zz] {
    display:flex;
    flex-direction:column;
    line-height:1.1;
}

.floating-text span[b-z5ga9ky8zz] {
    font-weight:700;
}

.floating-text small[b-z5ga9ky8zz] {
    font-size:16px;
}

@keyframes pulseOffer-b-z5ga9ky8zz {

    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,.35);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(255,255,255,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}

.floating-convenzionato.show[b-z5ga9ky8zz] {
    animation: pulseOffer-b-z5ga9ky8zz 2s infinite;
}

@media (max-width: 767px) {
    .floating-convenzionato.show[b-z5ga9ky8zz] {
        width: auto;
        height: 50px;
        border-radius: 999px;
        flex-direction: row;
        gap: 8px;
        padding: 0 18px;
        animation: none;
    }

    .floating-convenzionato img[b-z5ga9ky8zz] {
        display: none;
    }

    .floating-convenzionato h6[b-z5ga9ky8zz] {
        font-size: 16px;
        white-space: nowrap;
    }

    .floating-convenzionato .btn[b-z5ga9ky8zz] {
        padding: 6px 12px;
        margin: 0;
        white-space: nowrap;
    }
}
/* _content/Monetic-Sito-Istituzionale/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-gq67h4zj6h] {
    background: linear-gradient(180deg,rgba(20, 44, 71, 1) 70%, rgba(11, 75, 151, 1) 100%);
}

.footer .footer-logo[b-gq67h4zj6h]{
    width: 280px
}

.footer .bookmark-list[b-gq67h4zj6h]{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    color: #fff;
}

.footer .bookmark-list h4[b-gq67h4zj6h]{
    font-size: 16px;
}

.footer .bookmark-list ul[b-gq67h4zj6h]{
    padding-left: 1.1rem;
}

.footer .bookmark-list ul li[b-gq67h4zj6h]{
    text-align: start;
    line-height: 1.1rem;
}

.footer .bookmark-list ul li a[b-gq67h4zj6h]{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
}

.footer .bookmark-list .bookmark span[b-gq67h4zj6h]{
    font-size: 14px;
    font-weight: 600;
}

.footer .bookmark-list ul li a:hover[b-gq67h4zj6h]{
    color: var(--color-secondary);
}

.footer .bookmark-list .bookmark-list-info[b-gq67h4zj6h] {
    list-style: none;
    padding-left:0;
    line-height: 1.3rem;
}

.footer .download-btn-google[b-gq67h4zj6h]{
    width: 145px
}

.footer .download-btn-apple[b-gq67h4zj6h]{
    width: 120px
}

.footer .soc-info[b-gq67h4zj6h]{
    color: #fff;
    font-size:13px;
    font-weight: 300;
}

.footer .social-section[b-gq67h4zj6h]{
    display: flex;
    justify-content:flex-end;
}

.footer .social-section img[b-gq67h4zj6h]{
    width: 40px
}

.footer .bookmark h4 a[b-gq67h4zj6h]{
    text-decoration: none;
    color: #fff;
}

.footer .bookmark h4 a:hover[b-gq67h4zj6h]{
    color: var(--color-secondary);
}

@media (max-width: 991px){
    .footer .bookmark-list[b-gq67h4zj6h] {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
}

@media (max-width: 576px) {
    .footer .bookmark-list[b-gq67h4zj6h] {
        grid-template-columns: repeat(2, 2fr);
        grid-template-rows: repeat(1, 1fr);
    }
}
/* _content/Monetic-Sito-Istituzionale/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-m6118moewu] {
    position: relative;
}

.sidebar[b-m6118moewu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-m6118moewu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-m6118moewu]  a, .top-row[b-m6118moewu]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-m6118moewu]  a:hover, .top-row[b-m6118moewu]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-m6118moewu]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-m6118moewu] {
        justify-content: space-between;
    }

    .top-row[b-m6118moewu]  a, .top-row[b-m6118moewu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-m6118moewu] {
        flex-direction: row;
    }

    .sidebar[b-m6118moewu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m6118moewu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-m6118moewu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-m6118moewu], article[b-m6118moewu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-m6118moewu] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-m6118moewu] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Monetic-Sito-Istituzionale/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-aakoha5vqm] {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
}

.navbar .nav-logo-container[b-aakoha5vqm] {
    width: 200px;
    height: auto;
}

.navbar-collapse[b-aakoha5vqm] {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
}

.navbar-toggler:focus[b-aakoha5vqm]{
    color: var(--color-secondary);
}
/* _content/Monetic-Sito-Istituzionale/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-x1gvpzsqc7],
.components-reconnect-repeated-attempt-visible[b-x1gvpzsqc7],
.components-reconnect-failed-visible[b-x1gvpzsqc7],
.components-pause-visible[b-x1gvpzsqc7],
.components-resume-failed-visible[b-x1gvpzsqc7],
.components-rejoining-animation[b-x1gvpzsqc7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-x1gvpzsqc7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-x1gvpzsqc7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-x1gvpzsqc7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-x1gvpzsqc7],
#components-reconnect-modal.components-reconnect-retrying[b-x1gvpzsqc7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-x1gvpzsqc7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-x1gvpzsqc7],
#components-reconnect-modal.components-reconnect-failed[b-x1gvpzsqc7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-x1gvpzsqc7] {
    display: block;
}


#components-reconnect-modal[b-x1gvpzsqc7] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-x1gvpzsqc7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-x1gvpzsqc7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-x1gvpzsqc7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-x1gvpzsqc7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-x1gvpzsqc7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-x1gvpzsqc7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-x1gvpzsqc7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-x1gvpzsqc7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-x1gvpzsqc7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-x1gvpzsqc7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-x1gvpzsqc7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-x1gvpzsqc7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-x1gvpzsqc7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-x1gvpzsqc7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-x1gvpzsqc7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-x1gvpzsqc7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-x1gvpzsqc7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-x1gvpzsqc7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* _content/Monetic-Sito-Istituzionale/Components/Shared/Banner.razor.rz.scp.css */
.banner[b-vklsgevlc4] {
    position: relative;
    height: 400px;
    background-size: cover;
    background-repeat:no-repeat;
    background-position: top;
}

.banner h1[b-vklsgevlc4]{
    font-weight:700;
    font-size: 70px;
}

.banner-overlay[b-vklsgevlc4] {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,var(--color-secondary) 10%, rgba(11, 75, 151, 0.1) 100%);
    display: flex;
    align-items: center;
}
/* _content/Monetic-Sito-Istituzionale/Components/Shared/BannerDesc.razor.rz.scp.css */
.banner-desc-wrapper[b-cmn14usqv9] {
    background-color: var(--color-text);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.banner-desc-wrapper img[b-cmn14usqv9] {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(23deg);
    width: 60%; 
    max-width: 800px;
    height: auto;
    opacity: 0.3;
    pointer-events: none;
}

.banner-desc-wrapper h2[b-cmn14usqv9]{
    text-align:left;
    font-weight: 400;
    margin-bottom: 1rem;
}

.banner-desc-wrapper p[b-cmn14usqv9]{
    font-weight: 200;
    text-align:justify;
}

.banner-desc-wrapper p strong[b-cmn14usqv9]{
    font-weight: 800;
}
/* _content/Monetic-Sito-Istituzionale/Components/Shared/BannerDiventaConvenzionato.razor.rz.scp.css */
/*-------Banner diventa convenzionato*/
.banner-diventa-convenzionato[b-8pt87mhkih] {
    background-color: var(--color-text);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 28px;
}

.banner-diventa-convenzionato img[b-8pt87mhkih] {
    width: 80px;
    height: auto;
}

.banner-diventa-convenzionato h5[b-8pt87mhkih] {
    color: #fff;
}

.banner-diventa-convenzionato div[b-8pt87mhkih] {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.banner-diventa-convenzionato div span[b-8pt87mhkih] {
    font-weight: 300;
}

.banner-diventa-convenzionato a[b-8pt87mhkih] {
    font-size: 18px;
    margin: 0;
}


/*.floating-convenzionato {
    position: fixed;
    bottom: 85px;
    right: 10px;
    z-index: 9999;
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background: var(--color-text);
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px) scale(.6);
    transition: all .45s cubic-bezier(.22,1,.36,1);
}

.floating-convenzionato.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.floating-convenzionato.show {
    width: 320px;
    height: auto;
    border-radius: 24px;
    gap: 15px;
}

.floating-convenzionato img {
    width: 75px;
}

.floating-text {
    display:flex;
    flex-direction:column;
    line-height:1.1;
}

.floating-text span {
    font-weight:700;
}

.floating-text small {
    font-size:14px;
}

@keyframes pulseOffer {

    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,.35);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(255,255,255,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}

.floating-convenzionato.show {
    animation: pulseOffer 2s infinite;
}*/
/* _content/Monetic-Sito-Istituzionale/Components/Shared/BannerInfo.razor.rz.scp.css */
.banner-info-wrapper[b-86tgttss9g] {
    background-color: var(--color-secondary);
    color: #fff;
    overflow: hidden;
}

.banner-info-wrapper h1[b-86tgttss9g]{
    font-size: 55px;
    font-weight: 700;
}

.banner-info-wrapper img[b-86tgttss9g]{
    width: 150px;
    height: auto;
}

@media (max-width: 767px){
    .banner-info-wrapper h1[b-86tgttss9g] {
        font-size: 45px;
        font-weight: 600;
    }

    .banner-info-wrapper img[b-86tgttss9g] {
        width: 100px;
        height: auto;
    }
}
/* _content/Monetic-Sito-Istituzionale/Components/Shared/CardServizi.razor.rz.scp.css */
.service-item[b-ubodtg445n] {
    text-align: center;
    height: 100%;
    padding: 0 20px;
    border-right: 2px solid var(--color-secondary);
}

.col-lg-2:last-child .service-item[b-ubodtg445n],
.col-md-4:last-child .service-item[b-ubodtg445n],
.col-6:last-child .service-item[b-ubodtg445n] {
    border-right: none;
}

.service-item img[b-ubodtg445n] {
    height: 60px;
    margin-bottom: 20px;
}

.service-item h5[b-ubodtg445n] {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-item p[b-ubodtg445n] {
    line-height: 1.2;
    text-align:center;
    font-weight: 300;
    font-size: 16px;
}

@media (max-width: 991px) {
    .service-item[b-ubodtg445n] {
        border-right: none;
        border-bottom: 1px solid var(--color-secondary);
        padding: 25px 15px;
    }

}

@media (max-width: 767px){
    .servizi-card[b-ubodtg445n] {
        padding: 30px 20px;
    }

    .row > *:nth-last-child(-n+2) .service-item[b-ubodtg445n] {
        border-bottom: none;
    }
}
/* _content/Monetic-Sito-Istituzionale/Components/Shared/CardTesto.razor.rz.scp.css */
.card-immagine-testo .split-image-wrapper[b-xqv6wozjrc] {
    overflow: hidden;
    border-radius: 50px;
    height: 450px;
}

.card-immagine-testo .split-image-wrapper img[b-xqv6wozjrc] {
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius: 50px;
}

.card-immagine-testo .split-text[b-xqv6wozjrc]{
    display:flex;
    flex-direction:column;
    align-items:start;
}

.card-immagine-testo .split-text img[b-xqv6wozjrc] {
    width: 80px;
    height: auto;
}

.card-immagine-testo .split-text h3[b-xqv6wozjrc] {
    font-weight: 800;
    margin-bottom: 15px;
}

.card-immagine-testo .split-text h3 a[b-xqv6wozjrc]{
    text-decoration: none;
}

.card-immagine-testo .split-text p[b-xqv6wozjrc] {
    font-size: 20px;
    text-align:start;
}

@media (max-width: 991px) {
    .card-immagine-testo .split-text h3[b-xqv6wozjrc] {
        text-align:center;
        margin: auto;
        padding-top: 10px;
        font-size: 40px
    }

    .card-immagine-testo .split-text p[b-xqv6wozjrc] {
        margin-top: 10px;
        text-align: center;
    }

    .card-immagine-testo[b-xqv6wozjrc] {
        padding-bottom: 0px !important;
    }

    .card-immagine-testo .split-image-wrapper[b-xqv6wozjrc] {
        margin:0px;
        height: 300px;
    }

    .card-immagine-testo .split-text img[b-xqv6wozjrc] {
        display:none;
    }
}
/* _content/Monetic-Sito-Istituzionale/Components/Shared/CardTestoGrande.razor.rz.scp.css */
.card-immagine-testo-grande .split-image-wrapper[b-pxo31u5svj] {
    overflow: hidden;
    border-radius: 50px;
    position: relative;
    height: 100%;
}

.card-immagine-testo-grande .split-image-wrapper img[b-pxo31u5svj] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.card-immagine-testo-grande .split-text[b-pxo31u5svj] {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.card-immagine-testo-grande .split-text h3[b-pxo31u5svj] {
    font-weight: 700;
    margin-bottom: 15px;
}

.card-immagine-testo-grande .split-text p[b-pxo31u5svj] {
    font-size: 20px;
    text-align:start;
    font-weight: 300;
    line-height: 1.25em;
}


@media (max-width: 992px) {
    .card-immagine-testo-grande .split-image-wrapper[b-pxo31u5svj] {
        height: 300px;
    }
    .card-immagine-testo-grande .split-text h3[b-pxo31u5svj] {
        margin: auto;
        margin-bottom: 15px;
    }

    .card-immagine-testo-grande[b-pxo31u5svj]{
        height: fit-content;
    }

    .card-immagine-testo-grande .split-text[b-pxo31u5svj] {
        text-align: center;
    }

    .card-immagine-testo-grande .split-text p[b-pxo31u5svj]{
        text-align: center;
    }

    .card-immagine-testo-grande[b-pxo31u5svj] {
        padding-top: 0px !important;
    }
}
/* _content/Monetic-Sito-Istituzionale/Components/Shared/CardTestoSlider.razor.rz.scp.css */
/*-------- Servizi*/
#swiperServizi[b-3k9p8ct33u] {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

#swiperServizi .swiper-slide[b-3k9p8ct33u] {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}

/*#swiperServizi .swiper-slide img{
    height: 100px;
    width: auto;
}*/

#swiperServizi .swiper-slide p[b-3k9p8ct33u]{
    text-align: center;
    font-size: 14px;
    font-weight:700;
    text-wrap:nowrap;
    color: var(--color-text);
}

#swiperServizi .swiper-slide a[b-3k9p8ct33u]{
    text-decoration:none;
}

#swiperServizi .swiper-button-next[b-3k9p8ct33u], 
#swiperServizi .swiper-button-prev[b-3k9p8ct33u]{
    height: 25px;
    color:var(--color-secondary);
}

