.menu-clima {
    background-color: #fff !important;
    padding-bottom: 20px !important;
}
.h1-style{
    font-size: 64px;
    line-height: 70px;
}
.h3-style{
    font-size: 48px;
    line-height: 54px;
}
.h4-style{
    font-size:40px; 
    line-height:46px
}
.h5-style{
    font-size:32px; 
    line-height:40px
}
.h6-style{
    font-size:28px; 
    line-height:30px
}
@media (max-width: 767px) {
    .h1-style{
        font-size: 35px;
        line-height: 42px;
    }
    .h3-style{
        font-size: 28px;
        line-height: 34px;
     }
    .h4-style{
        font-size: 24px;
        line-height: 30px;
    }
    .h5-style{
        font-size:20px; 
        line-height:28px
    }
    .h6-style{
        font-size:18px; 
        line-height:24px
    }
}
.dropdown-menu-clima-link {
    padding-left: 20px;
    padding-right: 20px;
    color: #000 !important;
}

.dropdown-menu-clima-link:hover {
    color: var(--base-color) !important;
}
.line-clamp-5{
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.border-radius-0{
    border-radius: 0 !important;
}
.referenze-list li{
    line-height: 20px !important;
}

.mobile-only {
    display: none;
}
@media (max-width: 1024px) {
    .mobile-only {
        visibility: visible;
        display: block;
    }
}
.desktop-only{
    display: block;
    visibility: visible;
}
@media (max-width: 1024px) {
    .desktop-only {
        display: none;
    }
}
.desktop-only-flex{
    display: flex;
}
@media (max-width: 1024px) {
    .desktop-only-flex {
        display: none;
    }
}
#whatsapp-icon{
    bottom: 10px;
    right: 5px;
}
#call-to{
    right: 5px;
    bottom: 70px;
}
/* .negative-margin{
    margin-top: -100px;
    z-index: 999;
} */
.h-93{
    height:93vh!important
}
@media (max-width: 767px) {
    .h-93{
        height: 100svh !important;
    }
}
.info-banner-box-2 {
    height: 70px;
}

.main-slider{
    padding-top:70px;
}

.text-slider {
    display: flex;
    flex-direction: column;
    transition: transform 0.6s ease-in-out;
  }
  
  .text-slider > div {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.button-1 {
    background-color: #B2DD4C;
    color: #fff;
}
.button-2 {
    background-color: #BCE265;
    color: #fff;
}
.button-3 {
    background-color: #C4E576;
    color: #fff;
}
.button-4 {
    background-color: #CBE887;
    color: #000;
}
.button-5 {
    background-color: #D2EB98;
    color: #000;
}
.button-6 {
    background-color: #DAEFA9;
    color: #000;
}
/* .changeText {
    font-weight: bold;
    transition: opacity 0.25s ease; 
}
.changeText.fade-out {
    opacity: 0;
} */
.ccevr-list {
    /* padding-left: 30px !important; */
    list-style: none;
}
.ccevr-list li {
    border-left: 2px solid #b2dd4c;
    padding-left: 10px;
    line-height: 30px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .ccevr-list {
        padding-left: 0 !important;
    }
}
.ccevr-destinatari-label{
    border: 1px solid #9d9d9c;
    background-color: #9d9d9c;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
}
.ccevr-destinatari-label-2{
    font-size: 0.75rem;
    line-height: 20px;
    background-color: #fff;
    color: #222222;
    font-family: 'Montserrat', sans-serif;
    padding-left: 10%;
    padding-right: 10%;
}
@media (max-width: 767px) {
    .ccevr-destinatari-label{
        letter-spacing: -0.5px;
    }
    .ccevr-destinatari-label-2{
        line-height: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .info-banner-box-2:hover .content-box {left: 0}
    .info-banner-box-2:hover .hover-box {left: 100%}

}
.btn-home{
    font-size: 0.8rem !important;  
    padding: 6px 25px 5px;
}
@media (max-width: 767px) {
    .btn-home{
        font-size: 1.2rem !important;  
        padding: 6px 10px 5px !important;
    }
}
.home-block-height{
    height: auto;
}
@media (max-width: 767px) {
    .home-block-height{
        height: 250px;
    }
}
.clima-label{
    border: 1px solid var(--base-color);
    color: var(--base-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.review-text {
    font-size: 20px;
    line-height: 25px;
    display: block;
    /* margin-bottom: 1.5rem; */
}
.pe-lavori{
    padding-right: 20px;
}
.catogoria-lavori{
    font-size: 14px;
    text-transform: uppercase;
}
.catogoria-lavori b{
    font-weight: 400;
}

@media (min-width: 1024px) {
    header nav .navbar-nav > li > a {
        margin: 0 15px!important;
    }
}

@media (max-width: 1280px) and (min-width: 768px) {
    header nav .navbar-nav > li > a {
        margin: 8px!important;
        font-size: 0.9em !important;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .no-tablet{
        display: none;
    }
}

.list-style-ccevr {list-style: none; margin: 0; padding: 0;}
.list-style-ccevr li {position: relative; padding: 0 0 10px 22px; margin: 0 0 10px 10px;}
.list-style-ccevr li a {color: var(--base-color);}
.list-style-ccevr li:before {content:"\f192"; position: absolute; top: 1px; left: 0; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 16px; color: var(--base-color);}
.list-style-ccevr li:last-child {border-bottom: 0;}
.list-style-ccevr.list-style-color li {border-color: rgba(255,255,255,.15);}
.list-style-ccevr.list-style-color li:before {color: var(--base-color);}

.odd-bg li {display: flex; align-items: center; padding: 0px 0 0px 27px !important; margin: 0 0 0 10px;}
.odd-bg li:nth-child(odd) {background-color: #f0f0f0;}
.odd-bg li:nth-child(even) {background-color: transparent;}
.odd-bg li:before {top: 20px !important; left: 5px !important;}
.h-li-50 li {height: 70px !important; max-height: 70px !important; }
.badge-clima{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: var(--base-color);
    padding: 6px 10px;
    text-transform: uppercase;
}
.hide-tablet-landscape img{
    max-height: 50px;
}

#sconto-container{
    width: 10%;
    top: 32%;
    left: 70%;
}
@media (max-width: 767px) {
    #sconto-container{
        width: 25%;
        top: 26%;
        left: 80%;
    }
}

.floating {
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: scale(1); }
    65%  { transform: scale(1.1); }
    to   { transform: scale(1); }
}

.badge-reference{
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    /* background-color:#b6b6b6; */
    background-color:var(--base-color);
    padding: 1px 4px;
    text-transform: uppercase;
}

.gallery-title{
    height: 70px;
}
.gallery-title-news{
    height: 50px;
}
.gallery-title:hover, .gallery-title:focus{
    color: var(--base-color);
}
.button-home-container{
    margin-top: 0px;
    width: 100%;
}
@media (max-width: 767px) {
    .button-home-container{
        margin-top: 25%;
        width: fit-content;
    }
}
@media  (max-width: 991px) and  (min-width: 768px) {
    .tablet-portrait-icons {
        position: fixed;
        width: 100px;
        top: 30px;
        right: 100px;
    }
}
@media (max-width: 991px) {
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 500px;
    }
}

@media only screen and (orientation: landscape) and (max-height: 850px) {
    .hide-tablet-landscape {
        display: none !important;
    }
    .lg-padding-20px-lr {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    .text-tablet-landscape{
        font-size: 14px!important;
    }
}  

.catalogo-img{
    width: 100%;
    height: 365px;
    object-fit: contain;
    border: 1px solid #ecececaf;
}

.img-height{
    height: 600px;
    @media (max-width: 1024px) {
        height: 300px;
    }
}

.sitemap-list{
    padding-left: 0 !important;
}
.sitemap-list li{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.sitemap-list li a{
    color: #000 !important;
}
.sitemap-list li a:hover{
    color: var(--base-color) !important;
}
.slider-reviews-buttons .swiper-button-next, .slider-reviews-buttons .swiper-button-prev{
    position: static;
    height: 20px;
    width: 20px;
    top: 0;

}
.slider-reviews-buttons i {
    font-size: 20px;
}

.btn-conto-temico{
    background-color: #FFCC01;
    color: #000;
}
.btn-conto-temico:hover{
    background-color: #000;
    color: #FFCC01;
}

