.desktop{display:inline-block;}
.mobile{display:none;}
.show{display:block;}
.card:hover{opacity:0.7;}
.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");}
.text-small{font-size:0.87rem;}
.card-title{
    font-size:1.2em;
    text-align:center;
}
.card-body{padding:1.25rem;}
.lineagnocchi img{width:11.11111%;float:left;}
.card-img-top {
    width: 100%;
    max-height: 340px;
    border-top-left-radius: calc(0.25rem - 1px);<
    border-top-right-radius: calc(0.25rem - 1px);
    object-fit: contain;
}
img.card-img-top.cutto {
    height: 100%;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
    padding-left: 10px;
}

.odr {
    text-align:right;
}

.odl {
    text-align:left;
}

footer { 
    background-color:#252018;
    max-width: 100vw !important;
    width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    position: relative;
    left: 50%;
    right: 50%;
}

.wth {
    color:white!important;
}
footer {
    overflow-x: hidden;
}