.pacchetti-offerte{
    background:transparent;
}

.pacchetti-offerte .command{
    display:inline-block;
    width:40px;
    background-repeat: none;
    z-index: 33;
    background-repeat: no-repeat;
    background-position:center;
    font-size: 130px;
    line-height:130px;
    top:0%;
    margin-top: 0px;
    position: absolute;
    color:#fff;
    left: -80px;
    top: 140px;
    color: black;
}


.pacchetti-offerte .command-right{

}

.pacchetti-offerte .p-item h4{
    font-size:25px;
    font-weight:500;
    color:#fff;
    margin: 15px 0 25px;
    text-shadow: -1px 2px 3px black;
}

.pacchetti-offerte .p-item > div {
    height: 55vh;
    padding-left: 25px;
    padding-right: 25px;
    align-items: flex-end;
    padding-bottom: 30px;
    background-position: center;
    background-size: cover;
}

.pacchetti-offerte .p-item > div > div {
    width: 100%;
}

.pacchetti-offerte .owl-stage > div:nth-child(2n){
    margin-top: 50px;
}

.pacchetti-offerte .p-item > div > div{
    position: relative;
    z-index: 2;
}

.pacchetti-offerte .p-item > div:after{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to top, black, transparent);
    content: '';
}
.pacchetti-offerte .mp-date{
    font-weight:600;
    font-size:18px;
    line-height:1.5;
    color:white;
    text-shadow: -1px 2px 3px black;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.pacchetti-offerte .p-item p{
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color:white;
    margin-bottom:35px;
}

.pacchetti-offerte-testointroduttivo{
  display: none;
}

.pacchetti-veditutti{
    color: white;
    padding-top: 35px;
    display: inline-block;
    font-size: 18px;
    display: none;
}
.pacchetti-veditutti:hover,
.pacchetti-veditutti:focus{
    color:white!important;
    text-decoration:underline;
}

.pacchetti-offerte img{
    margin:0!important;
}

