﻿/*#||###############################################*/
/*# STILI MULTISCHERMO #############################*/
/*#||###############################################*/
/*#||###############################################*/
/*#||###############################################*/
.prdct_card {
    border-radius: 1rem;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 0.6rem rgba(0,0,0,0.25);
}

.prdct_card {
    box-shadow: 0 0.5rem 0.6rem rgba(0,0,0,0.2);
}
/*#||###############################################*/
/*#|Immagine e testo|###############################*/
.prdct_card {
    aspect-ratio: 4/3;
}
    /**/
    .prdct_card .moduli {
        position: absolute;
        top: 0;
        left: 0;
        padding: 1rem;
        z-index: 6;
        width: 100%;
        background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    }

        .prdct_card .moduli .item {
            font-size: 1.5rem;
            padding: 0.5rem;
            border-radius: 0.5rem;
            margin-right: 0.5rem;
            background-color: #fff;
            box-shadow: 0 0 0.6rem rgba(0,0,0,0.25);
        }

        .prdct_card .moduli .cta {
            cursor: pointer;
        }
    /**/
    .prdct_card img {
        z-index: 1;
    }
    /**/
    .prdct_card .copy {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
        width: 100%;
        padding-top: 8rem;
    }

        .prdct_card .copy .title {
            text-transform: uppercase;
            text-shadow: 0 0 1rem rgba(255,255,255,0.75);
            padding: 1rem;
            font-size: 2.5rem;
            font-family: FiraSans-Bold, sans-serif;
        }

        .prdct_card .copy .info {
            font-size: 1.5rem;
            padding: 0.5rem 1rem 1rem 1rem;
        }
    /**/
    /*#||###############################################*/
    /*#|Ctas|###########################################*/
    .prdct_card .ctas {
        border-radius: 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: stretch;
        background: linear-gradient(45deg, rgba(112,0,0,1) 0%,rgba(240,0,1,1) 100%);
        box-shadow: 0 0 0.6rem rgba(0,0,0,0.25);
        position: relative;
        z-index: 6;
        color: #fff;
    }
    .prdct_card .ctas:hover {
            filter: contrast(1.8);
    }

        .prdct_card .ctas .item {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            padding: 1rem;
            font-size: 1.8rem;
            cursor: pointer;
            text-transform: uppercase;
        }

            .prdct_card .ctas .item:hover b {
                transform: translateY(-0.2rem);
               
            }

            .prdct_card .ctas .item i {
                position: relative;
                transform: unset;
                color: #fff;
            }

    .prdct_card.var_01 .ctas .item {
        flex: 0 1 50%;
    }

        .prdct_card.var_01 .ctas .item:first-child {
            border-right: solid 1px #ccc;
        }

    .prdct_card.var_02 .ctas .item {
        flex: 1 1 100%;
    }

        .prdct_card.var_02 .ctas .item:first-child {
            border-bottom: solid 1px #ccc;
        }

    .prdct_card .ctas .item .fa-solid.fa-question {
        visibility: hidden;
    }
    /*#||###############################################*/
    /*#|Alert|##########################################*/
    .prdct_card.alerted:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: solid 2px #F00001;
        z-index: 8;
        border-radius: 1rem;
    }

    .prdct_card .alert {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        height: 3.5rem;
        aspect-ratio: 1/1;
        background: #F00001;
        z-index: 7;
        border-radius: 0 1rem 0 1rem;
    }

        .prdct_card .alert i {
            color: #fff;
        }

    .prdct_card.alerted .alert {
        display: block;
    }
    /*#||###############################################*/
    /*#|Lingue|#########################################*/
    .prdct_card .langs {
        position: absolute;
        top: 1rem;
        left: 1rem;
        right: 1rem;
        z-index: 3;
    }

        .prdct_card .langs .media {
            height: 2.5rem;
            aspect-ratio: 2/1.15;
            position: relative;
            overflow: hidden;
            border-radius: 0.5rem;
            background-color: #fff;
            box-shadow: 0 0 0.6rem rgba(0,0,0,0.5);
            border: solid 0.2rem #fff;
            margin: auto 0.2rem;
        }

            .prdct_card .langs .media img {
                border-radius: inherit;
            }
/*#||###############################################*/
/*#|POP UP elenco moduli|###########################*/
.popup_elenco_moduli {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateY(110%);
    z-index: 14;
}

#popup_elenco_moduli:checked ~ .popup_elenco_moduli {
    transform: translateY(0);
}

.popup_elenco_moduli .background_closing_label {
    backdrop-filter: blur(10px) brightness(0.25);
}

.popup_elenco_moduli .contained {
    max-height: 75vh;
    overflow-y: auto;
}

    .popup_elenco_moduli .contained .bkg_clr_bw_fff {
    }

        .popup_elenco_moduli .contained .bkg_clr_bw_fff label {
        }

        .popup_elenco_moduli .contained .bkg_clr_bw_fff h4 {
            padding: 1.2rem;
        }

        .popup_elenco_moduli .contained .bkg_clr_bw_fff .d_flx {
        }

            .popup_elenco_moduli .contained .bkg_clr_bw_fff .d_flx .flx_itm {
            }

                .popup_elenco_moduli .contained .bkg_clr_bw_fff .d_flx .flx_itm .brdr_rad_std {
                    padding: 1.2rem;
                }

                    .popup_elenco_moduli .contained .bkg_clr_bw_fff .d_flx .flx_itm .brdr_rad_std span {
                    }
/*#||###############################################*/
/*--------------------------------------------------*/
/*#||###############################################*/
/*- STILI Comuni: tutti gli schermi DESKTOP --------*/
@media (min-width: 769px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI Comuni: tutti gli schermi PORTABLE -------*/
@media (max-width: 768px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*--------------------------------------------------*/
/*#||###############################################*/
/*- STILI ESCLUSIVI GRANDI SCHERMI -----------------*/
@media (min-width: 1281px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI SCHERMI MEDI --------------------------*/
@media (min-width: 1025px) and (max-width: 1280px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI PICCOLI SCHERMI --------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI TABLET -----------------------------------*/
@media (min-width: 481px) and (max-width: 768px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI MOBILE -----------------------------------*/
@media (max-width: 480px) {
    /*#||###############################################*/
}
/*--------------------------------------------------*/
