.single-partner {
    font-family: Roboto;
}
.sp-hero{

}
.sph-container{
    position: relative;
}
.sph-image img{
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}
.sph-content{
    top: 0;
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-shadow: 0px 3px 14px #000;
}
.sph-titolone{
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}
@media (min-width: 992px){
    .sph-titolone{
        padding-top: 30px;
    }
}
.sph-info{
    max-width: 1260px;
    margin: 0 auto 60px auto;
    width: 100%;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 24px;
    font-weight: 600;
}
.sph-nome{
    text-decoration: underline;
    text-decoration-color: var(--mag);
    text-underline-offset: 25px;
    text-decoration-thickness: 4px;
    margin-bottom: 70px;
}
.sph-indirizzo{

}
.sph-address-extra{
    display: flex;
    gap: 5px;
    align-items: center;
    line-height: 100%;
}
.sph-cap{

}
.sph-location{

}
.sph-provincia{

}
.sp-content{
    max-width: 1260px;
    margin: 60px auto 0;
    width: 100%;
}
.spc-container{

}
.spc-title{
    display: flex;
    align-items: center;
    gap: 20px;
}
.spc-title h2{
    font-size: 32px;
    font-weight: 600;
}
.spc-validator{

}
.spc-content{
    font-size: 18px;
    color: #4a4a4d;
    line-height: 130%;
}
.sp-gallery{
    max-width: 1260px;
    margin: 60px auto;
    width: 100%;
    position: relative;
}
.spg-container{

}
.spg-title h5{
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 6px;
}
.spg-gallery{

}
.spg-item{

}
.spg-item img{
    width: 100%;
    height: 500px;
    border-radius: 60px;
    object-fit: none;
}
.sponsor-btn{
    top: 50%;
    position: absolute;
    font-size: 80px;
    transform: translateY(-50%);
    background: #00000060;
    border-radius: 50%;
    width: 120px;
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: center;
}
.sponsor-btn.next{
    right: -75px;
}
.sponsor-btn.prev{
    left: -75px;
}
.sp-video{
    max-width: 1260px;
    margin: 60px auto;
    width: 100%;
}
.spv-container{

}
.spv-title h5{
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 6px;
}
.spv-video{
    position: relative
}
.spv-video svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    pointer-events: none;
}
.spv-video-player{
    display: flex;
    justify-content: center;
}
.spv-video-player video{
    border-radius: 60px;
    height: 500px;
    width: auto;
}
.sp-eventi{
    max-width: 1260px;
    margin: 60px auto;
    width: 100%;
    position: relative;
}
.spe-container{

}
.spe-title h5{
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 6px;
    text-align: left;
    text-transform: capitalize;
}
.spe-eventi{
    padding-top: 50px;
}
.spe-item{
    max-width: fit-content;
    position: relative;
}
.spe-info{
    background-color: #d9d9d940;
    border: 1px solid #d9d9d9;
    padding: 50px 70px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.spe-today{
    font-size: 40px;
    color: #f00000;
    font-weight: 600;
    min-height: 66px;
}
.spe-image{
    position: relative;
}
.spe-image-date{
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--mag);
    color: #fff;
    font-weight: 600;
    padding: 2px 10px;
    width: 107px;
    height: 107px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.spe-image-date__day{
    text-transform: uppercase;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
}
.spe-image-date__number{
    font-weight: 300;
    font-size: 50px;
    margin: -18px auto;
    text-align: center;
}
.spe-image-date__month{
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}
@media (min-width: 992px){
    .spe-image-date{
        width: 130px;
        height: 120px;
        justify-content: center;
    }
    .spe-image-date__day{
        font-size: 24px;
    }
    .spe-image-date__number{
        font-size: 60px;
        margin: -25px auto;
    }
    .spe-image-date__month{
        font-size: 20px;
    }
}
.spe-image img{
    object-fit: contain;
}
.spe-date{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
}
.spe-day{
    color: #fff;
    background-color: var(--mag);
    width: 200px;
    display: flex;
    justify-content: center;
    border-radius: 60px 60px 0 0;
}
.spe-month{
    color: #000;
    background-color: #fff;
    width: 200px;
    display: flex;
    justify-content: center;
    border-radius: 0 0 60px 60px;
}
.spe-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    color: var(--mag);
}
.spe-description{
    text-align: center;
    color: #4a4a4d;
    font-size: 22px;
    line-height: 130%;
}
.spe-cta{
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.spe-cta a{
    font-size: 20px;
    font-weight: 500;
    padding: 0 60px;
    border-radius: 60px;
    cursor: pointer;
}
.spe-counter{
    display: flex;
    align-items: center;
    gap: 10px;
}
.spe-counter-eye{
    max-height: 30px;
}
.spe-counter-digit{
    font-size: 18px;
    font-weight: 400;
}
.sp-map{
    padding-top: 60px;
}
.spm-map-title h2{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.map-item{

}
.sp-info{
    max-width: 1260px;
    margin: 60px auto;
    width: 100%;
}
.spi-container{
    max-width: 800px;
    margin: 50px auto;
    width: 100%;
}
.spi-title{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffeeee;
    border-radius: 50px;
    justify-content: center;
    font-size: 32px;
}
.spi-title__text a{
    color: #000;
    text-decoration: underline;
}
.spi-title__text{
    display: flex;
    align-items: center;
    gap: 6px;
}
.spi-title__icon{

}
.spi-item{
    padding: 60px 0 40px 160px;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: flex-start;
}
@media (min-width: 992px){
    .spi-item__icon{
        width: 80px;
        display: flex;
        justify-content: center;
    }
}

.spi-item__text{
    font-size: 20px;
    line-height: 130%;
}
.spiit-first{

}
.spiit-second{

}
.spiit-third{

}

/* EVENTI */

.se-description-title{
    font-size: 32px;
    font-weight: 600;
    margin-top: 50px;
}

.se-data-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ddd;
}

.se-data-estesa{
    font-size: 60px;
    font-weight: 600;
    color: #4a4a4d;
}

@media (max-width: 992px){
    #content {
        padding-top: 80px;
    }
    .single-partner {
    }
    .sp-hero{
    }
    .sph-container{
    }
    .sph-image img{
    }
    .sph-content{
    }
    .sph-titolone{
        font-size: 30px;
    }
    .sph-info{
        font-size: 20px;
        padding-left: 10px;
        margin: 0 auto 25px;
    }
    .sph-nome{
        text-underline-offset: 10px;
        text-decoration-thickness: 2px;
        margin-bottom: 10px;
    }
    .sph-indirizzo{
    }
    .sph-address-extra{
    }
    .sph-cap{
    }
    .sph-location{
    }
    .sph-provincia{
    }
    .sp-content{
        margin: 25px auto 0;
    }
    .spc-container{
        padding: 0 15px;
    }
    .spc-title{
    }
    .spc-title h2{
        font-size: 24px;
    }
    .spc-validator svg{
        width: 30px;
    }
    .spc-content{
        font-size: 18px;
    }
    .sp-gallery{
        padding: 0 15px;
    }
    .prev, .next{
        display: none;
    }
    .spg-container{
    }
    .spg-title h5{
        font-size: 24px;
    }
    .spg-gallery{
    }
    .spg-item{
    }
    .spg-item img{
        object-fit: cover;
        height: 200px;
        border-radius: 30px;
    }
    .sponsor-btn{
    }
    .sponsor-btn.next{
    }
    .sponsor-btn.prev{
    }
    .sp-video{
        padding: 0 15px;
    }
    .spv-container{
    }
    .spv-title h5{
        font-size: 24px;
    }
    .spv-video{
    }
    .spv-video svg{
        width: 60px;
        display: none !important;
    }
    .spv-item{
    }
    .spv-video-player video{
        border-radius: 12px;
        max-width: 100vw;
        width: 100%;
        height: unset;
    }
    .sp-eventi{
    }
    .spe-container{
    }
    .spe-title h5{
        font-size: 24px;
        padding: 0 15px;
    }
    .spe-eventi{
    }
    .spe-item{
    }
    .spe-info{
        padding: 50px 20px 20px;
    }
    .spe-today{
        font-size: 20px;
        min-height: 40px;
    }
    .spe-image img{
        height: 500px;
        object-fit: cover;
    }
    .spe-date{
        font-size: 24px;
    }
    .spe-day{
        width: 100px;
        border-radius: 30px 30px 0 0;
    }
    .spe-month{
        width: 100px;
        border-radius: 0 0 30px 30px;
    }
    .spe-title{
        font-size: 24px;
        line-height: 100%;
    }
    .spe-description{
        font-size: 18px;
    }
    .spe-cta{
    }
    .spe-cta a{
        font-size: 20px;
    }
    .spe-counter{
    }
    .spe-counter-eye{
    }
    .spe-counter-digit{
        font-size: 14px;
    }
    .sp-map{
    }
    .spm-map-title h2{
        font-size: 24px;
    }
    .map-item{
    }
    .sp-info{
    }
    .spi-container{
    }
    .spi-title{
        font-size: 24px;
    }
    .spi-title__text{
        font-size: 24px;
    }
    .spi-title__icon{
    }
    .spi-item{
        padding: 40px 0 20px 15px;
        gap: 20px;
        align-items: center;
    }
    .spi-item__icon svg{
        width: 30px;
    }
    .spi-item__text{
        font-size: 18px;
    }
    .spiit-first{
    }
    .spiit-second{
    }
    .spiit-third{
    }

    /* EVENTI */

    .se-description-title{
        font-size: 30px;
    }
    .se-data-container{
    }
    .se-data-estesa{
        font-size: 24px;
    }
    .se-data-badge{
        width: 100%;
    }
}