

.btn-primary {
    color: #fff;
    background-color: #184c99;
    border-color: #184c99;
}




.swiper-mwb,
.swiper {
    /*background-color: #eeeeee;*/
}


.swiper-container {
    overflow: hidden;
}





.swiper-mwb .card {
    background-color: transparent;
    border: transparent;
}


.swiper-mwb a {
    text-decoration: none;
    color: #212529;
}

.swiper-mwb .card-title {
    font-size: 1.3rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 400 !important;

    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}


.swiper-mwb .text-muted {
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.swiper-mwb .card {
    width: 100%;

}

.swiper-mwb .card-body {
    padding: 0px;

}




.swiper-mwb .immagine {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #212529;
    height: 200px;
}





.swiper-mwb .immagine_evidenza {
    border-style: solid;
    border-style: solid;
    border-width: 3px;
    border-color: #212529;
    animation: lampeggio 2s linear infinite;
}

@keyframes lampeggio {
    0% {
        border-color: #dc3545;
    }

    50% {
        border-color: #eeeeee;
    }

    100% {
        border-color: #dc3545;
    }
}





.swiper-mwb .data {
    color: #ffffff;
    padding-left: 6px;
    margin-bottom: 0px;
    background-color: black;
}





.swiper-mwb .data-hover {
    color: #000000;
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
    padding: .30em .85em;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #ffffff !important;
    text-transform: uppercase;

}







.swiper-mwb .card {
    border-top: 1 solid #212529 !important;
    background-color: #e0e0e0;
}


.swiper-mwb .card-footer {
    border-top: 0 solid white !important;
}





