:root {
     --p2: 185, 8, 8;
     --p2-hex: #B90808;
     --p7: 185, 8, 8;
     --p7-hex: #B90808;
     --p6: 185, 8, 8;
     --p6-hex: #B90808;
}

.fw-100{font-weight: 100 !important;}
.fw-200{font-weight: 200 !important;}
.fw-300{font-weight: 300 !important;}
.fw-400{font-weight: 400 !important;}
.fw-500{font-weight: 500 !important;}
.fw-600{font-weight: 600 !important;}
.fw-700{font-weight: 700 !important;}
.fw-800{font-weight: 800 !important;}
.fw-900{font-weight: 900 !important;}

h1, h2, h3, h4, h5, h6, .display-one, .display-two, .display-three, .display-four, .display-five, .display-six, .heading {
    font-family: var(--body-font);
    color: rgba(var(--n2), 1);
    font-weight: 800;
    padding: 0;
    margin: 0;
    line-height: 120%;
    display: block;
    transition: var(--transition);
}
.n1-color {
    color: rgba(var(--n1), 1);
}
.event-section .single-box:hover img {
    filter: brightness(100%);
}
.max-un-1 {
  max-width: 150px;
}


.banner-section.inner-banner-chisiamo {
    background-image: url(/master/assets/img/slide-chisiamo.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner-section.inner-banner-servizi {
    background-image: url(/master/assets/img/slide-servizi.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner-section.inner-banner-event {
    background-image: url(/master/assets/img/slide-event.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.py-09 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.input-area input, .input-area textarea {
    border-radius: 4px;
    padding: 3px;
    border: 1px solid #e1e1e1;
    outline: none;
    background: rgb(247 247 247);
}

form.row>*{
    margin-top: 1rem;
}

/** Head slide **/
.img-head-slide{
    object-fit: contain;
    object-position: bottom;
}
/** Fine head slide **/

/** Header **/
.header-section .main-navbar .custom-nav {
    max-height: 70vh;
    overflow-y: hidden;
}
.active .slide-vertical.slide-tenth .char::after {
    color: rgba(var(--p2), 1);
}
/** Fine Header **/

/** Generali **/
.mobile-x-scroll{
    flex-wrap: nowrap;
    overflow-x: auto;
}
.ratio_41-44{
    aspect-ratio: 41/44;
    object-fit: cover;
}
.pagination .page-item .page-link{
    display: flex;
}
/** Fine generali **/

/** Editor **/
.edit-content ul, .edit-content ol{
    list-style-type: disc;
    padding-left: 2rem;
}
/** Fine editor **/

/** Footer **/
.scrollToTop.active{
    bottom: 100px;
}
.cta-container-mobile{
    background: lightgray;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    display: block;
}

.cta-container-mobile ul{
    display: flex;
    justify-content: space-evenly;
    gap: .5rem;
    padding: 0.5rem;
}
.cta-container-mobile li{
    min-width: 150px;
}
.box-second.bg-black span{
    color: #fff;
}
.box-second.bg-black:hover span{
    color: #010101;
}
/** Fine footer **/


@media (max-width: 1199px) {
    .section-sidebar .sidebar-toggler .sidebar-head {
        position: unset;
        overflow: auto;
        height: 100%;
    }

    .section-sidebar .sidebar-toggler .sidebar-head .side-wrapper {
        transform: unset;
        opacity: 1;
        visibility: visible;
    }

    .section-sidebar .sidebar-toggler .sidebar-head .sidebar-wrapper {
        min-width: 100%;
    }
}


@media (min-width: 992px) {
    .gap-lg-4 {
        gap: 2.5rem !important;
    }
}

@media (min-width: 768px) {
    .py-md-10 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .mobile-x-scroll{
        flex-wrap: wrap;
        overflow-x: hidden;
    }

    .cta-container-mobile{
        display: none;
    }
}

@media (min-width: 1200px) {
    .pt-xl-09 {
        padding-top: 9rem !important;
        padding-bottom: 9rem;
    }
}