.borbgparteneri {
    border: solid 10px rgba(255, 255, 255, 0.6);
    border-radius: 40px;
}
.bgparteneri {
    background: url(../image/bgparteneri.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 60px;
    border-radius: 30px;
}
.textnamebanner {
    font-size: 42px;
    font-weight: 900;
    color: #111826;
    width: 66%;
    margin: 0 auto;
}
.serviciioff{
    background: #e7622a;
    line-height: 50px;
    height: 50px;
    color: #fff;
    padding-left: 30px;
    border-radius: 8px 8px 0 0
}
.boxserviciioff{
    background: #fff;
    border: solid 1px #e7622a;
    border-radius: 8px;
}
.partenerheader input{
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    background: transparent;
    border: none;
}
.rowinsidepagprod{
    display: grid;
    grid-template-columns: repeat(2, 12fr);
    gap: 50px;
    padding: 0 100px
}
.titluconceptproduct {
    background: #f6b600;
    font-size: 28px;
    font-weight: 900;
    color: #111826;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    border-radius: 100px;
    display: inline-block;
}
.avantapagprod{
    background: #e7622a;
    color: #fff;
    border-radius: 30px;
    padding: 50px;
    margin-top: 50px;
}
.attrabonament{
    color: #fff !important;
    padding: 0;
    margin: 0;
    display: list-item;
}
.attrabonament:after{
    display: none;
}
.avab{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.pretabonamentpagprod {
    font-size: 36px;
    font-weight: 900;
    color: #e7622a;
    height: 60px;
    line-height: 60px;
    position: relative;
    width: 50%;
    margin-top: 20px;
}
.pretabonamentpagprodimg {
    position: absolute;
    top: 10px;
    right: 60px;
}
.cartpagprod {
    background: #5485f5;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border: solid 5px #e2e2e2;
    border-radius: 100px;
    z-index: 20;
    position: relative;
    width: 50%;
    justify-content: center;
    margin-top: 20px;
}
.cartpagprod:hover{
    color: #fff;
}

.advantages-wrap {
    position: relative;
    display: block;
    background: #f6f6f6;
    border-radius: 15px;
    padding: 10px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.advantages-title {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #5485F4;
} 
.advantage-box {
    position: relative;
    display: block;
}
.advantage-box span + span {
    margin-left: 10px;
}
.advantage-box span.qty {
    font-weight: 700;
    color: #E7602A;
}

.advantage-box span.unlimited {
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 4px;
    background: #da2149;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 600;
}
.advantage-box span.anual {
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 4px;
    background: #457878;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}
.advantage-box span.monthly {
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 4px;
    background: #9D7BB9;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}