.h-100{
    height:100%;
}
#header .header-nav-main nav > ul > li {
    height: auto !important;
    
}
/*dettaglio servizi*/
.container-img-100 {
    width: 100px;
    height: 100px;
    /*background-color: #0a0a23;*/
    display: flex;
    align-items: center;
    margin:auto;
}

.custom-heading-bar:before {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    width: 50px;
    border-top: 5px solid var(--primary);
    transform: translate3d(0, -50%, 0);
}
.custom-heading-bar {
    position: relative;
}
.custom-link-effect-1 > i {
    transition: ease all 300ms;
}

.custom-arrow-icon {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
}
.custom-arrow-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid var(--grey-500);
    border-color: inherit;
    transform: translate3d(0, -50%, 0);
}
.custom-arrow-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    height: 50%;
    border-top: 1px solid var(--grey-500);
    border-right: 1px solid var(--grey-500);
    border-color: inherit;
    transform: translate3d(0, -50%, 0) rotate(45deg);
}

.custom-text-size-1 p {
    font-size: 1.2em !important;
    line-height: 1.4 !important;
}

.custom-box-shadow-1 {
    box-shadow: 0px 0px 37px -4px rgba(0, 0, 0, 0.1) !important;
}

/* Width */
.w-35pct {
    width: 35% !important;
}
.hide-desk {
    display: none;
}
@media (min-width: 576px) {
    .w-sm-35pct {
        width: 35% !important;
    }
    .hide-desk {
        display: none;
    }
}


    .w--15pct {
        width: 15% !important;
    }

@media (min-width: 768px) {
    .w-md-35pct {
        width: 35% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-35pct {
        width: 35% !important;
    }
}

@media (min-width: 1200px) {  
    .w-xl-35pct {
        width: 35% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-75pct {
        width: 75% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-75pct {
        width: 75% !important;
    }
}

.dis-none{
    display:none !important;
}
section.section-dark {
    background-color: var(--dark-rgba-80) !important;
    border-color: var(--dark-rgba-70) !important;
}

/*#counter-hp .counters.counters-text-light .counter [class*="fa-"] {
color: var(--primary) !important;
}*/
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption .date {
    position: relative;
    top: -12px;
    /*right: 12px;*/
    padding: 8px 13px 5px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1.5px;
}

@media (max-width: 991px) {
    .text-titolo-mobile {
        font-size: 2em !important;
    }
    .text-abstract-mobile {
        font-size: 1.0em !important;
        line-height: 15px;
        text-align:justify;
    }
    .w-50-mobile {
        width: 50% !important;
    }
    .hide-mobile {
        display: none !important;
    }
}

.image-container-h220 {
    height: 220px;
    overflow: hidden;
}

.image-container-h220 span {
    width: 100%; 
    height: 100%;
}

.image-container-h220 span img {
    object-fit: cover;
}

.thumb-info .thumb-info-wrapper:after,
.thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
    z-index: -1 !important;
}

div.line-height-5 p {
    line-height: 1.5 !important;
}

/*video*/
.video .thumb-info .thumb-info-title {
    background: none !important;
}
.video .thumb-info .thumb-info-type {
    background: none !important;
}
.video .thumb-info .thumb-info-wrapper:after {
    z-index: 1 !important;
}


/*CONTATTI*/
.custom-box-shadow-1 {
    box-shadow: 0px 0px 37px -4px rgba(0, 0, 0, 0.1) !important;
}




@media (max-width: 1250px) {
   /* #header .header-btn-collapse-nav {
        outline: 0 !important;
        display: block !important;
        position: relative !important;
        z-index: 1 !important;
    }*/
    
    #header .header-nav-main nav > ul > li > a {
        font-size: 11px !important;
    }
    #header .header-logo img {
        height: 28px !important;
    }
}

