/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

.numero{
    font-size: 14px;
}
.riga_soluzioni{
    padding: 30px 0px;
    border-top: 1px solid #CDCDCD;
}
.border-bottom{
    border-bottom: 1px solid #CDCDCD;
}
.due_colonne .wpb_wrapper{
  column-count: 2;
  column-gap: 2rem; /* Spazio tra le colonne */
}

@media (max-width: 768px) {
  .due_colonne .wpb_wrapper {
    column-count: 1;
  }
}
.fs-32, .fs-32 *{font-size: 32px;line-height: normal;}
.fs-24, .fs-24 *{font-size: 24px;line-height: normal;}

    .us_custom_0b4351d9 {
        z-index: 10;
    }

.planimetria_tasto img{width: 0!important;height: 0!important;}
.planimetria_tasto a{position:relative;}
.planimetria_tasto a::after {
    display: block;
    position: absolute;
    content:"";
    background:url("/img/click_occhio.svg") no-repeat center center;
    background-size:100%;
    top:0;
    left:0;
    width:35px;
    height:35px;
pointer-events: auto; /* Riabilita click solo su ::after */

}
.tasto_con_freccia.text_none{padding: 0;}
.tasto_con_freccia.text_none:before{height: 20px;padding: 0;}
.tasto_con_freccia.text_none>.fal{float: right;}

.tasto_con_freccia.text_none::after{
display: none;
}

.tasto_con_freccia{position: relative;}
.tasto_con_freccia::after {content:"";
    position:absolute;
    background:#000000;
    bottom:0px;
    left:0;
    width:100%;
    height:1px;
}
.tasto_con_freccia.w-btn.icon_atright .w-btn-label{
    transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}
.tasto_con_freccia.w-btn.icon_atright:hover .w-btn-label{
    padding-right: 10px!important;
}

.tasto_bianco .w-btn-label, .tasto_bianco.w-btn.icon_atright i{
    color: #ffffff;
}

.tasto_bianco.tasto_con_freccia::after{
  background: #ffffff;
}

.fs-24{font-size: 24px;}
@media (max-width: 768px) {
  .fs-24{font-size: 22px;}
}

.testo_flex_button{
    display: flex;
    flex-direction: column-reverse;
}
.testo_flex_button a{display: flex;
    flex-direction: column-reverse;
    height: 100%;}


/* Primo active visibile più largo */
#slide_realizzazioni .owl-carousel .owl-stage > .owl-item.active:first-child,
#slide_realizzazioni .owl-carousel .owl-stage > .owl-item:not(.active) + .owl-item.active {
    width: 580px !important;
    min-width: 580px !important;
    flex: 0 0 580px !important;

}

/* Mantieni le altezze */
#slide_realizzazioni .owl-carousel .owl-item .w-grid-item {
    width: 100% !important;
    height: 480px !important;
    object-fit: cover;

}
#slide_realizzazioni .owl-carousel .owl-stage-outer{overflow: visible;}
#slide_realizzazioni .owl-carousel .owl-item .w-grid-item-h {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
}

/* NUOVO: Nascondi tutti gli h3 > a di default */
#slide_realizzazioni .owl-carousel .owl-item h3 > a {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Mostra solo l'h3 > a del primo elemento active */
#slide_realizzazioni .owl-carousel .owl-stage > .owl-item.active:first-child h3 > a,
#slide_realizzazioni .owl-carousel .owl-stage > .owl-item:not(.active) + .owl-item.active h3 > a {
    opacity: 1;
}

/* Transizione fluida per la larghezza */
#slide_realizzazioni .owl-carousel .owl-item {
        transition: all 0.5s ease-in-out !important;
}

.owl-carousel .owl-nav button {
    top: auto;
    bottom: -106px;
        left: 0px;
}
.owl-carousel.navpos_outside .owl-next {
    left: 40px;
}

.owl-prev:after{
    content: '';
    width: 24px;
    height: 24px;
    background:url("/img/freccia-slide-destra.svg") no-repeat;
    transform: rotate(180deg);
}
.owl-next:after{
    content: '';
    width: 24px;
    height: 24px;
    background:url("/img/freccia-slide-destra.svg") no-repeat;
}


#team_home .owl-prev:after{
    background:url("/img/freccia-slide-destra-white.svg") no-repeat;
}
#team_home .owl-next:after{
    background:url("/img/freccia-slide-destra-white.svg") no-repeat;
}
#team_home .owl-carousel.navstyle_circle .owl-nav button:hover{
  background:#000000  
}
.blog_home article .w-hwrapper{

    display: grid;
    grid-template-columns: 1.5fr 2.5fr 2fr;
    gap:  1.6rem;
}

.wpcf7-form .row>* {
        width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form .row {
display: flex;
gap: 1.5rem !important;
}
.wpcf7-form .col-12{
flex: 0 0 auto;
    width: 100%;
    margin: 0 0 15px;
}
.wpcf7-form .col-md-6{
        flex: 0 0 auto;
    width: calc(50% - 0.8rem);
    margin: 0 0 15px;
}

.wpcf7-form label{
    display: block;
    width: 100%;
}
.wpcf7-form-control-wrap{width: 100%;}

.wpcf7-submit {
    font-size: 20px;
    line-height: 1.2 !important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    padding: 0.7em 0em;
    background: transparent;
    border-color: transparent;
    color: #000000 !important;
    position: absolute;
    margin-right: 30px;
}
.w-image.align_right{
    float: right;
}

.cf7-submit-wrapper {
  position: relative;
  display: inline-block;
}

.wpcf7-spinner{position: absolute;top: 15px;}
.cf7-submit-wrapper::after {
    content: "";
    position: absolute;
    background: #000000;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
}
.cf7-submit-wrapper::before{
    font-size: 20px;
    position: absolute;
    right: 0;
    top:13px;
        content: "\f061";
    font-family: "fontawesome";
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}
.text-right{
    justify-content: flex-end !important;
    display: flex;
    text-align: right;
}

    .ush_menu_1 .w-nav-icon {
        z-index: 999999;
        transform: scale(2, 1);
    }
.w-nav-icon>div:before {
    top: -5px!important;
}
/* .ush_menu_1 .w-nav-icon>div {
    border-width: 0!important;
} */
 .w-nav-control.active .w-nav-icon.style_hamburger_1>div{
    background: #000000;
 }
.ush_menu_1 .w-nav-icon>div:after ,.ush_menu_1 .w-nav-icon>div:before{
    border-width: 2px!important;z-index: 999999;
}
.ush_menu_1 .w-nav-icon>div:before{display: none;}

@media (max-width: 600px) {
  .ush_menu_1 .w-nav-icon{
            transform: scale(1.5, 1);

  }
  .w-nav-icon>div {
    top: 11px!important;
}
}
.w-nav-icon>div {
    top: 17px;}
.w-nav-control.active .w-nav-icon>div:after,.w-nav-control.active .w-nav-icon>div:before {
border-color: #000000;background: #000000;
}
.w-nav-control.active .w-nav-icon>div:before{top: 0!important;opacity: 1!important;}
.w-nav.type_mobile .w-nav-anchor:not(.w-btn) {
    line-height: 1.6em;
    padding: 5px 0.7rem;}
nav .w-nav-close{display: none!important;}

nav .w-nav-title::before{
    content:"(";
    display: inline-block;
    padding-right: 20px;
}
nav .w-nav-title::after{
    content:")";
    display: inline-block;
    padding-left: 20px;
}

.fs-60 *{
    font-size: 60px!important;
}
@media (max-width: 768px) {
    nav .w-nav-title::before{
    padding-right: 10px;
}
nav .w-nav-title::after{
    padding-left: 10px;
}

  .fs-60 *{
    font-size: 33px!important;
}
}

.w-iconbox{
    padding: 20px
}
.w-iconbox .w-iconbox-title{
        line-height: 14px;
    margin: 0;
    padding:  0;
    font-size: 14px;
}

@media (max-width: 768px) {
  .w-iconbox{
    padding: 15px
}
.w-iconbox .w-iconbox-title{
        line-height: 13px;
    margin: 0;
    padding:  0;
    font-size: 13px;
}
}


#teams .w-hwrapper.align_right {
    justify-content: space-between;
}



.h-500{max-height: 500px!important;min-height: 500px!important;}


.space-between{
    justify-content:space-between !important;display:flex;
}
.space-between a::before{
    content:"(";
    display: inline-block;
    padding-right: 6px;
}
.space-between a::after{
    content:")";
    display: inline-block;
    padding-left: 6px;
}
.display-flex{display: flex;}

.single-post nav.g-breadcrumbs>div:first-child{
    display: none;
}