/*FONT*/
.fontInter{
    font-family: 'Inter', sans-serif;
}

.fontInco{
    font-family: 'Inconsolata', monospace;
}

.fontFamil{
    font-family: 'Familjen Grotesk', sans-serif;
}

.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}

.fs-07rem{
    font-size: 0.7rem;
}

.fs-08rem{
    font-size: 0.8rem;
}

.fs-09rem{
    font-size: 0.9rem;
}

/*COLOR*/
.bgCarbonGrey{
    background-color: #1d1d1d;
}

.bgBlackOpacity{
    background-color: rgba(0,0,0,0.6);
}

.bgOrangeDark{
    background-color: #e2780e;
}

.bgOrange{
    background-color: #f7931d;
}

.bgLightBlue{
    background-color: #1D8391;
}

.bgLightGrey{
    background-color: #faf7f3 !important;
}

.textCarbonGrey{
    color: #1d1d1d;
}

.textGreyBlue{
    color: #6d717a;
}

.textOrange{
    color: #f7931d;
}

/*HORIZONTAL RULE*/
.hruleBlack{
    opacity: 1 !important;
    border-color: black !important;
    width: 90%;
}

.hruleBlackPages{
    opacity: 1 !important;
    border-color: black !important;
    width: 100%;
}

.hruleOrange{
    opacity: 1 !important;
    border: 4px solid  #f7931d !important;
}

/*BUTTON*/
.btnSection{
    padding: 0.6rem 1rem;
    background-color: #1d1d1d;
    color: #f7931d;
    font-size: 0.9rem;
    font-family: 'Familjen Grotesk', sans-serif;
    text-decoration: none;
    font-weight: 600;
}

/*INPUT*/
input:focus,
textarea:focus{
    outline: none; /* Rimuovi l'outline al focus */
    /*border-color: transparent !important;*/ 
    /*border: none !important;*/
    box-shadow: none;
}

::placeholder{
    color: black; 
    font-size: 0.8rem;
    font-family: 'Inconsolata', monospace;
}

/*ACCORDION*/
.accordion-item{
    border: none !important;
}
.accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent !important; 
    box-shadow: none !important; 
    border: none !important; 
    color: black;
}

.accordion-item .accordion-collapse:not(.show) {
    border-color: transparent !important;
}
    
.accordion-item .accordion-button:focus {
    outline: none; 
    border-color: transparent !important; 
    border: none !important;
    box-shadow: none;
}

/*CAROUSEL*/
/* Indicatori non selezionati */
.carousel-indicators [data-bs-target]{
    background-color: #1d1d1d!important;
    border: none;
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px;
    border-radius: 50%;
}

.carousel-indicators-progetti [data-bs-target]{
    background-color: #1d1d1d!important;
    border: none;
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px;
    border-radius: 50%;
    box-sizing: content-box;
    flex: 0 1 auto;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: opacity .6s ease;
}

/* Indicatori selezionati */
.carousel-indicators button.active {
    background-color: #f7931d !important;
}

.carousel-indicators-progetti button.active {
    opacity: 1 !important;
    background-color: #faf7f3 !important;
}

.carousel-caption {
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

/*PAGINAZIONE*/
.active>.page-link{
    color: white !important;
    background-color: #f7931d !important;
    border-color: #f7931d !important;
}
.page-link{
    color: #6d717a !important;
    background-color: white !important;
    border-color: white !important;
/*    background-color: #faf7f3 !important;
    border-color: #faf7f3 !important;*/
}

/*GOOGLE MAPS*/
#map {
  height: 400px;
}

/*HEADER*/
/*dropdown*/
.dropdown-toggle::after {
    content: none !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/DownChevron.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.dropdown-menu {
   --bs-dropdown-min-width: 100% !important;
}

/*offcanvas*/
.offcanvas.offcanvas-start{
    width: 100% !important;
}

.btn-close{
    --bs-btn-close-bg: none !important;
    width: 3rem !important;
    height: 3rem !important;
}

.boxContatti{
    border-left: 5px solid #f7931d;
}

/*JUMBOTRON*/
#jumboContainer{
    padding-bottom: 10rem;
}

#jumboHome {
/*    background-image: url('../img/JumboHomeDesktop.png');*/
    height: 525px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

#jumboPage {
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
#jumboPage img {
    width: 100%;
    object-fit: contain;
}

#jumboImg{
    width: 100%;
    aspect-ratio: 5/2;
}

#contentJumbo{
    top: 45%;
    width: 650px;
    right: 50%;
    transform: translate(50%, 50%);
}

/*FORM*/

/*FOOTER*/
footer>#topFooter>div>form>div>input::placeholder{
    font-size: 0.75rem
}

/*GESTIONE COOKIE - START*/

.cookie-bar{position:fixed;bottom:0;width:100%;border-top:2px solid #333;background:#fff;z-index:1031;}
.cookie-bar p{position:relative;padding:10px 20px 10px 20px;color:#333;text-align:center;margin-bottom:0;box-sizing: border-box}
.cookie-bar>a{position:absolute;top:5px;left:5px;z-index:99999;}
.cookie-bar>a:hover{color:#ff5555}

.cookie-bar{
    position:fixed;
    bottom:0;
    left: 0;
    width:100%;
    border-top:2px solid #f7931d;
    background:#fff;
    z-index:1031;
    padding: 15px 20px;
    display: none;
    text-align: center;
}

.cookie-bar.active{

    display: block;

}

.cookie-bar p{

    position:relative;

    margin:0;

    box-sizing: border-box;

    padding: 0 15px;

    color:#4d443f;

}

.cookie-bar p a{

    font-style: italic;

    color: #4d443f;

    text-decoration: underline;

}

.cookie-bar>a{

    display: inline-block;

    padding: 5px 15px;

    color: #fff;

    margin-top: 10px;

}

.popup-cookie .inner-popup .buttons-container>a,

.cookie-bar .buttons-container>a{

    font-size:12px;

    padding: 10px 20px 7px;

}

.cookie-bar .buttons-container>a.settings-cookie-opener{

    background-color: transparent;

    color:#4d443f;

    text-decoration: underline;

    font-weight: 600;

    border:none;

}

.cookie-bar .buttons-container>a.accept-all{

    background-color: #f7931d;

    color: #fff;

}

.cookie-bar .buttons-container>a.reject-all{

    background-color: #fff;

    color: var(--default_color);

    position: absolute;

    left: 5px;

    top: 0;

    text-decoration: none !important;

    font-size: 16px;

    padding: 5px 5px 10px 2px;

}



.popup-cookie{

    display: none;

    position: fixed;

    width: 100%;

    height: 100%;

    z-index: 1032;

    top: 0;

    left: 0;

}



.popup-cookie.active{

    display: flex;

    flex-wrap: wrap;

    align-content: center;

    justify-content: center;

} 



/*popup*/

.popup-cookie .overlay-popup{

    position: fixed;

    top: 0px;

    left: 0px;

    width: 100vw;

    height: 100vh;

    background: rgba(0,0,0,0.6);

   

}



.popup-cookie .inner-popup>a{

    position: absolute;

    right: 25px;

    top:10px;

    color: #4d443f;

    z-index: 2;

    display: block;

    width: 30px;

    height: 30px;

    line-height: 30px;

    text-align: center;

    font-size: 20px;

    border: 1px solid #4d443f;

    background-color: #fff;

    border-radius: 0%;

    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);

}

.popup-cookie .inner-popup{

    position: relative;

    width: 850px;

    max-width: 80%;

    z-index: 1201;

}

.popup-cookie .content{

    max-height: 80vh;

    overflow-y: auto;

    position: relative;

    background: #fff;

    width: 100%;

    padding: 20px 15px 10px;         

    box-sizing: border-box;

    border-top-left-radius: 6px;

    border-top-right-radius: 6px;

}

.popup-cookie .content .description{

    padding: 0;

    margin: 0

}

.popup-cookie .content p{

    color:#4d443f;

    font-weight: 400;

    line-height: 1rem

}

.popup-cookie .content>.description>p{

    font-size: 12px;

    line-height: 14px;

    font-weight: 300;

}

.popup-cookie .content h3{

    color:#4d443f;

    margin: 0 0 10px

}

.popup-cookie .content .list-cookies{

    margin-top: 15px;

    list-style: none;

    padding-left: 0;

}

.popup-cookie .content .list-cookies>li{

    padding: 10px 15px;

    background-color: var(--background_light_grey);

    margin-bottom: 3px;

    cursor: pointer;

    font-size:12px;

    font-weight: 401;

}

.popup-cookie .content .list-cookies>li>a{

    color:#4d443f;

    font-weight: 401;

    line-height: 1rem;

}

.popup-cookie .content .list-cookies>li>a>i{

    display: inline-block;

    margin-right: 5px;

}

.popup-cookie .content .list-cookies>li>.status-cookie-item{

    float: right;    

    width: auto;

    display: flex;

    flex-wrap: wrap;

    justify-content: right;

}

.popup-cookie .content .list-cookies>li>.status-cookie-item p{

    margin: 0;

    display: inline-block;

    padding-right: 5px;

    line-height: 22px;

}

.popup-cookie .content .list-cookies>li>.status-cookie-item .switch-option{

    width: 40px;

    border: 1px solid #f2f2f2;

    border-radius: 20px;

    height: 21px;

    position: relative;    

    background-color: #e3e1e9;

    transition: background-color 400ms;

    /*overflow: hidden;*/

}

.popup-cookie .content .list-cookies>li>.status-cookie-item .switch-option.on{

    background-color: #1bbc9b;

}

.popup-cookie .content .list-cookies>li>.status-cookie-item .switch-option>input{

    visibility: hidden;

    opacity: 0;

    position: absolute;

    top: 0;

    left: 0;

}

.popup-cookie .content .list-cookies>li>.status-cookie-item .switch-option .switcher{

    background-color: #fff;

    content: "";

    left: -1px;

    top: -2px;

    position: absolute;

    transition: 400ms;

    width: 22px;

    height: 22px;    

    border-radius: 50%;

    display: block;

    border: 1px solid #f2f2f2;

}

.popup-cookie .content .list-cookies>li>.status-cookie-item .switch-option.on .switcher{

    left: 18px;

}

.popup-cookie .content .list-cookies>li>ul{

    margin-top: 10px;

    display: none;

    list-style: none;

    padding-left: 0;

}

.popup-cookie .content .list-cookies > li > ul >li p{

    font-weight: 401;

}

.popup-cookie .content .list-cookies>li>ul.visible{

    display: block;

}

.popup-cookie .content .list-cookies>li>.status-cookie-item>ul>li p{

    font-size: 12px;

}

.popup-cookie .content .table-list-cookie{

    margin-top: 20px;    

    box-sizing: border-box;

}

.popup-cookie .content .table-list-cookie>.inner-table{

    border:1px solid #f7931d;  

}

.popup-cookie .content .table-list-cookie>.inner-table>.row-list{

    display: flex;

    flex-wrap: wrap;

    border-bottom: 1px solid var(--input_border);

}

.popup-cookie .content .table-list-cookie>.inner-table>.row-list>div{

    padding: 5px 15px;

    box-sizing: border-box;

}

.popup-cookie .content .table-list-cookie>.inner-table>.row-list.header>div{

    background-color: #f7931d;

}

.popup-cookie .content .table-list-cookie>.inner-table>.row-list.header p{

    font-weight: 600;

    color: #fff;

    margin: 0;

    font-size: 12px;

}

.popup-cookie .content .table-list-cookie>.inner-table>.row-list.header{

    background-color: #f7931d;

}

.popup-cookie .content .table-list-cookie>.inner-table>.row-list.body{

    background-color: #fff;

}

.popup-cookie .content .table-list-cookie>.inner-table>.row-list.body h5{

    font-size: 16px;

    font-weight: 600;

    color:#f7931d;

    margin: 0;

}

.popup-cookie .content .table-list-cookie>.inner-table>.row-list.body p{

    font-weight: 300;

    color: #4d443f;    

    margin: 0;

    font-size: 12px;

    line-height: 14px;

}

.popup-cookie .inner-popup .buttons-container{

    background-color: #fff;

    padding: 10px 30px 20px;

    border-bottom-left-radius: 6px;

    border-bottom-right-radius: 6px;

    box-sizing: border-box;

    

}

.popup-cookie .inner-popup .buttons-container>a{

    margin-top: 0;

    font-weight: 600;

    background-color: #f7931d;

    color:#fff;

}

.cookie-bar .buttons-container{

    margin-top:20px;

}

@media(max-width: 575px){

    .cookie-bar .buttons-container > a:not(.reject-all){

        width: 55%;

        display: inline-block;

        margin-bottom: 10px;

    }

    .cookie-bar .buttons-container > a.reject-all{

        margin-right: 0;        

    }

    .cookie-bar p{

        font-size: 13px;

    }

    .popup-cookie .inner-popup{

        max-width: 100%;

        width: 100%;

        bottom: 0;

        border-radius: 0;

    }

    .popup-cookie .content h3{

        font-size: 1.2rem;

    }

}

/*GESTIONE COOKIE - END*/


/*MEDIA QUERY*/
/* Extra piccolo (xs) */
@media (max-width: 575.98px) {
    #contentJumbo{
        top: 45%;
        width: 650px;
        right: 50%;
        transform: translate(50%, 50%);
    }
}

/* Piccolo (sm) */
@media (min-width: 576px) and (max-width: 767.98px) {
    #contentJumbo{
        top: 45%;
        width: 650px;
        right: 50%;
        transform: translate(50%, 50%);
    }
}

/* Medio (md) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #contentJumbo{
        top: 25%;
        width: 650px;
        right: 50%;
        transform: translate(50%, 50%);
    }
    .hide-md-card .col-lg-3:nth-child(4) {
        display: none;
    }
}

/* Grande (lg) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #contentJumbo{
        top: 30%;
        width: 650px;
        right: 50%;
        transform: translate(50%, 50%);
    }
}

/* Extra grande (xl) */
@media (min-width: 1200px) {
    #contentJumbo{
        top:35%;
        width: 650px;
        right: 50%;
        transform: translate(50%, 50%);
    }
}

.n-row-1{
    -webkit-line-clamp: 1;
}
.n-row-2{
    -webkit-line-clamp: 2!important;
}
.n-row-3{
    -webkit-line-clamp: 3;
}
.n-row-4{
    -webkit-line-clamp: 4;
}
.n-row-5{
    -webkit-line-clamp: 5;
}
.n-row-6{
    -webkit-line-clamp: 6;
}
.t-truncate{
    display: -webkit-box;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.image{
    position: relative;
}
.image > a{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.list-style-none,
.list-style-none li{
    list-style: none;
}
.text-justify{
    text-align: justify;
}
.b-r-0{
    border-radius: 0!important;
}
.loghi-footer>img{
    max-width: 80px;    
}

.social-header{
    text-decoration: none;
    color: #f7931d;
    font-size: 1.6rem;
    position: relative;
    top: -2px;
    line-height: 2.2rem;
}
.footer-social{
    list-style: none;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.8rem;
    align-items: center;
    margin: 0 2rem 0 0;
    height: 100%;
}
.footer-social li{
    margin-left: 10px;
}

img{
    max-width: 100%;
}