/*
.color-red
.color-blue
.color-whiteblue
.font-montserrat
.font-unbounded

*/

/**** STYLE GLOBAL ****/
.arrow-link{
  text-decoration:underline;
  font-weight:500;
  padding-left:50px;
}

.arrow-link:hover {
  text-decoration:underline;
  font-weight:500;
  color: #d74400;
}

.arrow-link svg {
  height: 10px;
    width: 10px;
    margin-left: 3px;
    transform: rotate(6deg);
    margin-top: 2px;
  transition: all 0.5s;
}
.arrow-link:hover svg {
  transform: rotate(44deg);
}

.arrow-link:hover svg path {
    stroke: #d74400 !important;
}

.bg-lear-gradient-top-blue {
  background-image: linear-gradient(171deg,
    rgb(3, 0, 51) 0px,
    rgb(43, 40, 83) 20%,
    rgb(84, 78, 115) 25%,
    rgb(123, 118, 147) 30%,
    rgb(167, 163, 184) 35%,
    rgb(211, 209, 220) 40%,
    rgb(255, 255, 255) 45%,
    rgb(255, 241, 235) 50%,
    rgb(254, 227, 215) 60%,
    rgb(253, 211, 191) 70%,
    rgb(250, 198, 173) 80%,
    rgb(247, 185, 156) 86%,
    rgb(243, 169, 134) 100%);
}
.text-center {
  text-align: center;
}
 .ov-hidden {
   overflow: hidden;
 }
 .color-C0BED7{
   color: #C0BED7;
   font-size:16px;
   padding-right:150px;
 }
 .color-fff {
  color: #fff;
 }

 .color-030035 {
   color: #030035;
 }
 .color-ed4b00 {
   color: #ed4b00;
 }
 .color-ed4b00:hover svg path {
   stroke: #030035;
 }

 .p-relative {
   position: relative;
 }
 .col-xs-20,
 .col-sm-20,
 .col-md-20,
 .col-lg-20 {
   position: relative;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
 }

 .col-xs-20 {
   width: 20%;
   float: left;
 }

 @media (min-width: 576px) {
   .col-sm-20 {
     width: 20%;
     float: left;
   }
 }
 
  @media (max-width: 767px) {
  .br-title-form{
    display:none;
}
.form-dx{
    width:100% !important;
}

#main-nav.navbar-light .navbar-toggler .bar {
    background-color: #060335;
}

#main-nav.navbar-dark .navbar-toggler .bar {
    background-color: #fff;
}
#main-nav.navbar-light .navbar-toggler.active .bar {
    background-color: #fff;
}


#main-nav.scroll-more .navbar-toggler .bar {
    background-color: #fff;
}
.pe-3 {
    padding-right:0 !important;
}

.container, .container-md, .container-sm {
        max-width: 90%;
    }
 }
 
 @media (min-width: 768px) {
   .col-sm-20 {
     width: 20%;
     float: left;
   }
   .container, .container-md, .container-sm {
        max-width: 90%;
    }
 }
 

 @media (min-width: 992px) {
.br-title-form{
    display:none;
}

.btn-red.menu-mobile {
    font-size: 24px;
    font-weight: 400;
    width: 50%;
    margin: 0 auto;
    margin-top:0;
    margin-bottom:0;
}
.place-job p {
  font-family: Unbounded, sans-serif;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: 200;
  text-align:right;
}
.wpcf7 {
    max-width: 600px;
    margin: 0 auto !important;
}
   
   .col-md-20 {
     width: 20%;
     float: left;
   }
   .attivita-descrizione{
    font-size: 42px;
    line-height: 50px;
    padding-left:15%;
    padding-right:15%;
}
   .subtitle-section {
     font-size: 20px;
     line-height: 1.5;
     margin-top: 25px;
    font-weight: 400;
    padding-right: 0;
    color: #c0bed7;
   }
 }

.job-sx{
        width: 30%;
        padding-left: 100px;
        
    }
    .job-dx{
        width: 65%;
    }

.title-job {
  width: 90%;
  padding-right: 10px;
}
.place-job {
  width: 20%;
  padding-right: 20px;
}
.cta-job {
  width:20%;
  text-align: left;
  padding-right: 0px;
}
.case-study {
    width:100%;
    padding:0 15%;
}
.col-lg-20 {
     width: 20%;
     float: left;
   }
   .valori {
     width: 60% !important;
     font-size:24px;
   }
   .candidati {
     font-size: 20px;
     line-height: 1.5;
     margin-top: 25px;
    font-weight: 400;
    padding-right: 0;
    color: #c0bed7;
   }

.container-small {
        max-width: 50%;
    }

 @media (min-width: 992px) and (max-width: 1199px) {
.title-job {
    width: 90%;
  }
  .place-job {
    width: 20%;
    padding-right: 20px;
  }
  .cta-job {
    width: 25%;
  }

.contattaci-sedi-desktop {
        display:flex;
        flex-direction: column;
    }
    .case-study {
    width: 100%;
    padding:0 5%;
} 
} 

 @media (max-width: 1199px) {
   .job-sx{
        width: 100%;
        padding: 0;
    }
    .job-dx{
        width: 100%;
        padding: 0;
    }
   
   .container-small {
        max-width: 75%;
    }
        
 }
 
  @media (max-width: 1200px) {
      
   .candidati-spacer {
     display:none;
   }
 }

 .mt-200 {
   margin-top: 200px;
 }
 .mt-150 {
   margin-top: 150px;
 }
 .mt-100 {
   margin-top: 100px;
 }
 .mt-50 {
   margin-top: 50px;
 }
 .mt-30 {
   margin-top: 30px;
 }
 .mt-25 {
   margin-top: 25px;
 }
 .mt-20 {
   margin-top: 20px;
 }
 .mt-10 {
   margin-top: 10px;
 }
 .mt-0 {
   margin-top: 0px;
 }

 .mb-200 {
   margin-bottom: 200px;
 }
 .mb-150 {
   margin-bottom: 150px;
 }
 .mb-100 {
   margin-bottom: 100px;
 }
 .mb-50 {
   margin-bottom: 50px;
   font-weight: 300;
 }
 .mb-40 {
   margin-bottom: 40px;
 }
 .mb-30 {
   margin-bottom: 30px;
   font-weight: 300;
 }
 .mb-25 {
   margin-bottom: 25px;
   font-weight: 500;
   padding-left:50px;
   padding-right:50px;
 }
 
 .mb-20 {
   margin-bottom: 20px;
   font-weight: 500;
 }
 .mb-10 {
   margin-bottom: 10px;
 }
 .mb-5px {
   margin-bottom: 5px;
 }
 .mb-0 {
   margin-bottom: 0px;
   font-weight: 400;
 }

 .pt-200 {
   padding-top: 200px;
 }
 .pt-150 {
   padding-top: 150px;
 }
 .pt-100 {
   padding-top: 100px;
 }
 .pt-50 {
   padding-top: 50px;
 }
 .pt-30 {
   padding-top: 30px;
 }
 .pt-25 {
   padding-top: 25px;
 }
 .pt-20 {
   padding-top: 20px;
 }
 .pt-10 {
   padding-top: 10px;
 }
 .pt-0 {
   padding-top: 0px;
 }
.pb-300 {
   padding-bottom: 300px;
 }
 .pb-200 {
   padding-bottom: 200px;
 }
 .pb-150 {
   padding-bottom: 150px;
 }
 .pb-100 {
   padding-bottom: 100px;
 }
 .pb-400{
  padding-bottom: 400px;
 }
 .pb-600{
  padding-bottom: 500px;
 }
 .pb-50 {
   padding-bottom: 50px;
 }
 .pb-30 {
   padding-bottom: 30px;
 }
 .pb-25 {
   padding-bottom: 25px;
 }
 .pb-20 {
   padding-bottom: 20px;
 }
 .pb-10 {
   padding-bottom: 10px;
 }
 .pb-0 {
   padding-bottom: 0px;
 }
 .show-md {
    display: none;
 }
 .color-fff {
   color: #fff;
 }
 .font-16 {
   font-size: 16px;
   line-height: 20px;
 }
 .font-18 {
   font-size: 18px;
   line-height: 24px;
 }
 .font-24 {
   font-size: 24px;
   line-height: 32px;
   font-weight: 300;
 }
 .font-30 {
   font-size: 30px;
   line-height: 38px;
 }
 .font-32 {
    font-size: 32px;
    line-height: 38px;
 }
 .font-40 {
    font-size: 40px;
    line-height: 54px;
 }
 .font-42 {
    font-size: 42px;
    line-height: 54px;
    padding-left:50px;
   padding-right:50px;
 }
 .font-52 {
    font-size: 52px;
    line-height: 64px;
 }
 .font-65 {
   font-size: 65px;
   line-height: 77px;
   font-weight: 300;
 }
 .weight-100 {
   font-weight: 100;
 }
.weight-200{
   font-weight: 200;
}
.weight-600{
   font-weight: 600;
}
 .underline-blue {
   padding-bottom: 10px;
   border-bottom: 2px solid #004D71;
 }
 .up-sm-ov-hidden {
    overflow: hidden;
 }
 .no-underline {
    text-decoration: none;
}
.bg-004d71 {
  background: #004d71;
}
 @media (max-width: 991px) {
.offcanvas-body {
    margin-top:20px;
}
.offcanvas.fade.show {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.btn-red.menu-mobile {
    font-size: 24px;
    font-weight: 400;
    width: 230px;
    margin: 0 auto;
    margin-top:35px;
    margin-bottom:0;
}

.social-icon.text-center {
    margin-top:35px;
}
.wpcf7 {
    margin:0 !important;
}

   .wpcf7-form p {
    text-align:left !important;
}
   
   .form-sx {
    width:100% !important;
}

.contattaci-sx {
    width:100% !important;
}

.cta-form{
    color:#030035 !important;
    font-size: 16px;
    font-weight:500;
    text-align:left !important;
}

.cta-form-special{
    color:#030035;
    font-size: 16px;
    font-weight:500;
    text-align:left !important;
}

.title-form{
font-size:36px;
line-height:1.2;
    text-align:left;
}
   
   .mb-25 {
    margin-bottom: 25px;
    font-weight: 500;
    padding-left: 0px;
    padding-right: 0px;
}
   
   .font-42 {
    font-size: 42px;
    line-height: 54px;
    padding-left:0px;
   padding-right:0px;
 }
   
   
   .wp-block-cover__inner-container .is-layout-constrained .wp-block-cover-is-layout-constrained {
     width: 100% !important;
     margin:0;
   }
   
   .mission{
    text-align:center;
    padding: 0 10%;
}
   
   
   .titolo-colonne{
    text-align:left !important;
}

   
   .testo-unico{
    display:inline;
    text-align:left;
    line-height:1.5;
    width: 100%;
    padding: 0 12px;
}

.col-custom.sx img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
    
    .valori {
     width: 60% !important;
     font-size:20px;
   }
   .candidati-titolo{
    font-size:6vw;
    line-height:1.1;
    font-weight:300;
    color:#fff;
}
.subtitle-section {
     font-size: 18px;
     line-height: 1.5;
     margin-top: 25px;
    font-weight: 400;
    padding-right: 0;
    color: #c0bed7;
   }
.candidati-section {
     width: 100% !important;
   }
 .pb-300{
      padding-bottom: 110px;
    }
   .hide-md {
     display: none;
   }
   .show-md {
      display: block;
   }
   .font-md-18 {
     font-size: 18px;
     line-height: 24px;
   }
   .md-pt-50 {
     padding-top: 100px;
     padding-left: 0;
     padding-right: 0;
   }
   .md-pb-50 {
     padding-bottom: 50px;
   }
    .md-font-30 {
     font-size: 30px;
      line-height: 30px;
    }
   .md-font-18 {
     font-size: 18px;
     line-height: 24px;
   }
   .md-font-24 {
     font-size: 6vw;
     line-height: 1.1;
   }
   .md-font-40 {
        font-size: 6vw;
        line-height: 1.1;
    }
    .titolone {
        font-size: 5vw;
        line-height: 1.2;
        }
    .titolone-section {
        max-width:100%;
        margin-left:0;
        margin-right:0;
    }
    
   .people-titolo {
     font-size: 6vw;
     line-height: 1.1;
   }
   
   .h2, h2 {
    font-family: Unbounded, sans-serif;
    font-size: 6vw;
    line-height:1.2;
}


   .md-font-22 {
     font-size: 22px;
     line-height: 28px;
   }
   .md-mb-50 {
     margin-bottom: 50px;
   }
   .md-mb-20 {
     margin-bottom: 20px;
   }
   .md-mb-0 {
     margin-bottom: 0;
   }
   .md-text-center {
     text-align: center;
   }
  .text-center {
    text-align: center !important;
}
 }

 @media (max-width: 768px) {
 
 .container-small {
        max-width: 90%;
    }
 .container-ov-visible {
      overflow: visible;
      max-width: 100vw;
      padding-left: 0;
      padding-right: 0;
  }
  .valori {
     width: 80% !important;
     font-size:18px;
   }
  
  .md-font-24 {
        font-size: 7vw;
        line-height: 1.1;
    }
    .md-font-40 {
        font-size: 7vw;
        line-height: 1.1;
    }
    .titolone {
        font-size: 5vw;
        line-height: 1.3;
    }
    .people-titolo {
        font-size: 7vw;
        line-height: 1.1;
    }
    .h2, h2 {
    font-family: Unbounded, sans-serif;
    font-size: 7vw;
    line-height:1.2;
}
  .row-custom {
    margin-left: 15px;
    margin-right: 15px;
  }
  .row-custom-add {
    margin-left: 0;
    margin-right: 0;
  }
}

 @media (min-width:577px) and (max-width: 781px) {
 .titolo-fatto {
    text-align:left;
    font-size: 7vw;
    padding-left: 0;
    padding-right: 0;
}
}

@media (max-width: 781px) {
.servizi-descrizione {
    text-align:left;
    width:95%;
    margin-top:20px;
    margin-bottom:0;
}
.case-study {
    width: 100%;
    padding:0;
} 

.sottotitolo-fatto {
    text-align:left;
    padding-left: 0;
    padding-right: 0;
}

.descrizione-fatto {
    text-align:left;
    padding-left: 0;
    padding-right: 0;
}


.h3, h3 {
    font-family: Unbounded, sans-serif;
    font-size: 5vw;
    line-height:1.1;
    text-align: center;
}
.h3, h3 {
    font-family: Unbounded, sans-serif;
    font-size: 5vw;
    line-height:1.1;
    text-align: center;
}
.wp-block-buttons.is-content-justification-left {
    justify-content: space-around;
}
.has-text-align-left {
    text-align: left;
    padding: 0 5vw;
}
.candidati-titolo {
    alignment: center;
    text-align: center;
    padding:0;
    font-size:7vw;
    line-height:1.1;
    color:#fff;
}
.subtitle-section {
    alignment: center;
    text-align: center;
    padding:0;
}
.principi-descrizione {
    padding: 0 5vw;
}
}


.button-site-arrow,.button-site-arrow-block a {
  padding: 10px 30px;
  color: #030035;
  background: #ED4B00;
  border-radius: 50px;
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  transition: all 0.25s;
  border: 0;
  display: inline-block;
  font-weight: 500;
}
.button-site-arrow span,.button-site-arrow-block a span{
    font-weight: 500;
}
.button-site-arrow:hover,.button-site-arrow-block a:hover {
  background: #fff;
}

.button-site-arrow svg,.button-site-arrow-block a svg {
  max-width: 0;
  transition: max-width 0.25s ease;
  overflow: hidden;
}
.button-site-arrow:hover svg, .button-site-arrow-block a:hover svg {
    max-width: 100px;
    margin-left: 10px;
}





.button-site-arrow-mod,.button-site-arrow-mod-block a {
  padding: 10px 30px;
  color: #030035;
  background: #ED4B00;
  border-radius: 50px;
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  transition: all 0.25s;
  border: 0;
  display: inline-block;
  font-weight: 500;
}
.button-site-arrow-mod span,.button-site-arrow-mod-block a span{
    font-weight: 500;
}
.button-site-arrow-mod:hover,.button-site-arrow-mod-block a:hover {
  background: #030035;
  color: #fff;
}

.button-site-arrow-mod svg,.button-site-arrow-mod-block a svg {
  max-width: 0;
  transition: max-width 0.25s ease;
  overflow: hidden;
}
.button-site-arrow-mod:hover svg, .button-site-arrow-mod-block a:hover svg {
    max-width: 100px;
    margin-left: 10px;
}

.button-site-arrow-mod svg path, .button-site-arrow-mod-block a svg path{
    stroke: #030035;
    display:none;
}

.button-site-arrow-mod:hover svg path, .button-site-arrow-mod-block a:hover svg path{
    stroke: #fff;
    display: inline;
}



.button-site-arrow-blue{
  padding: 10px 25px;
  border: 2px solid #ed4b00;
  color: #030035;
  transition: all 0.25s;
  background: transparent;
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  border-radius: 50px;
  display: inline;
  font-weight: 500;
}
.button-site-arrow-blue:hover{
   color: #fff;
   background-color: #030035;
   border: 2px solid #030035;
   
}
.button-site-arrow-blue svg,.button-site-arrow-blue-block a svg {
  max-width: 0;
  transition: max-width 0.25s ease;
  overflow: hidden;
 
}
 .button-site-arrow-blue:hover svg{
    max-width: 100px;
    margin-left: 10px;
  }
  
  
  
  
.btn-simple {
  padding: 10px 30px;
  border: 2px solid #ed4b00;
  color: #030035;
  transition: all 1.5s;
  background: transparent;
  font-size: 16px;
  border-radius: 50px;
  display: inline;
  font-weight: 400;
}

.btn-simple:hover {
  background: #ed4b00;
  color: #fff;
}

.title-and-cta {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.title-and-cta .button-site-arrow {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .title-and-cta {
    display: block;
    align-items: center;
  }
  .title-and-cta .button-site-arrow {
    margin-left: 0;
  }
  .title-and-cta {
    margin-bottom: 25px;
  }
}
 /**** END GLOBAL ****/


/**** HOME PAGE ****/
.mouse_scroll p {
  cursor: pointer;
}
.wp-block-video.video-home {
  margin-bottom: 0;
}
.space-line .current-line {
  display: block;
  height: 150px;
  width: 1px;
  margin-left: auto;
  margin-right: auto;
  background: #cbc6d1;
}

@media (max-width: 991px) {
  .space-line .current-line {
    height: 100px;
  }
  .svg-text-custom {
    width: 150px;
    height: 35px;
  }
  .description-result {
    margin-bottom:50px;
  }
}
/**** I NOSTRI SERVIZI ****/
.img-card {
  height: auto;
  max-width: 140px;
}
@media (min-width: 991px) {
.sticky-service {
  min-height: 100vh;
}
}
.card-service-sticky {
  border-radius: 20px;
  border: 1px solid #533e5d;
  padding: 30px;
  background: linear-gradient(135deg,rgba(57, 26, 56, 1) 0%, rgba(41, 22, 67, 1) 25%, rgba(19, 14, 94, 1) 100%);
}
.position-sticky-block {
  position: sticky;
  top: 100px;
}
.bar-bottom {
  position: sticky;
  bottom: 0;
  width: 100%;
  background: red;
  height: 100px;
  background: linear-gradient(0deg,rgba(6, 3, 53, 0) 30%, transparent 100%);
}
.index-card {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.6;
}
.subtitle-card-service {
  opacity: 0.6;
}
.slider-mobile-service .slick-dots {
  list-style-type: none;
  margin: 0 0 25px 0;
  height: 10px;
  text-align: center;
  padding: 0;
}
.slider-mobile-service .slick-slide{
  margin: 0 10px;
}
.slider-mobile-service .slick-dots li {
  display: inline-block;
  margin-top: 0;
  height: 5px;
}
.slider-mobile-service .slick-dots li button {
  font-size: 0;
  margin-right: 10px;
  width: 30px;
  background: #fff;
  border: none;
  height: 5px;
  border-radius: 10px;
  opacity: 1;
  transition: all 0.5s;
  cursor: pointer;
}
.slider-mobile-service .slick-dots li.slick-active button {
  background: #ed4b00;
}

@media (max-width: 991px) {
  .position-sticky-block {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
  .bar-bottom {
    display: none;
  }
  .card-service-sticky {
    margin-left: 10px;
    margin-right: 10px;
  }
  .slider-mobile-service .slick-list {
    overflow: visible;
  }
  .wrap-mobile-slider {
    overflow-x: hidden;
  }
}
/** END I NOSTRI SERVIZI **/

/***** case study *****/
.full-img-link {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.full-img-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); /* Inizialmente trasparente */
  transition: background-color 0.3s ease;
}
.full-img-link:hover::after {
  background-color: rgba(0, 0, 0, 0.15); /* Nero al 15% di opacità */
}
.full-img-link img {
  transition: all 0.5s;
  width: 100%;
}
.full-img-link:hover img {
  transform: scale(1.1);
  transform-origin: center;
}
.full-img-link .arrow-full {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  width: 30px;
  z-index:2000;
}
.full-img-link:hover .arrow-full {
  opacity: 1;
}

/*** END case study ***/

/*** company ***/
.wrap-partners {
	display: flex;
	flex-wrap: wrap;
	place-content: center;
	gap: 50px;
}
/*** END company ***/

/*** info with img ***/
.full-info-with-img {
  width: 100%;
}
.full-info-with-img .current-img-full {
  width: 100%;
}
.full-info-with-img .info-full {
  margin-top: -200px;
  max-width: 1024px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .full-info-with-img .info-full {
    margin-top: -50px;
  }
}
/*** END info with img ***/

/**** END HOME PAGE ****/


/***** SINGLE CASE *****/
.img-full{
  display: flex;
  justify-content: center;
}
.img-full img {
    max-width: 594px;
    padding: 6rem 0;
}
/**** VERTICAL SLIDER ****/
.content-vertical-slider {
  display: flex;
  align-items: center;
}

.vertical-slider {
  min-height: 100vh;
}
.single-vertical-slider {
  padding-top: 100px;
  opacity: 0.5;
  transition: all 0.5s;
}
.single-vertical-slider.active {
  opacity: 1;
}
.box-dot {
  position: sticky;
  width: 15px;
  top: 50%;
  height: 100px;
  margin-right: -20px;
  float: right;
  margin-top: 100px;
  margin-bottom: 100px;
}
span.single-dot {
  width: 15px;
  height: 14px;
  margin-top: 10px;
  background: transparent;
  border-radius: 50px;
  display: block;
  border: 1px solid #fff;
  transition: all 0.5s;
  cursor: pointer;
}
span.single-dot:hover {
  background: #ED4B00;
  border: 1px solid #ED4B00;
  opacity: 0.6;
}
span.single-dot.active {
  background: #ED4B00;
  border: 1px solid #ED4B00;
}
.col-custom.dx  {
  padding-right: 15%;
  padding-left: 50px;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.description-card-vertical-slider {
  font-size: 30px;
  font-weight: 400;
}
@media(max-width: 991px) {
    .box-dot {
    display: none;
  }
  .content-vertical-slider {
    display: block;
  }
  .col-custom.sx {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
  }
  .col-custom.dx {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .description-card-vertical-slider{
    font-size: 20px;
    text-align:left;
}
  .single-vertical-slider {
    padding-top: 0;
  }
}
/** END VERTICAL SLIDER **/

/**** RISULTATI ****/
.line-bottom {
  border-bottom: solid 1px #ccc;
}
.num-result strong {
  font-weight: 400;
}
/**** END RISULTATI ****/

/**** IMG FULL PLACEHOLDER ****/
.fullscreen-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.img-full .figure-custom {
  margin-bottom: 0;
}
/**** END IMG FULL PLACEHOLDER ****/
figure.wp-block-video.video-home:after{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}
/**** POPUP VIDEO ****/
.play-video-popup {
  position: absolute;
  opacity: 0.7;
  transition: all 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.play-video-popup:hover {
  opacity: 1;
}
.wrap-poster-video {
  margin-bottom: 0;
}
.poster-video {
  width: 100%;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  position: relative;
  padding: 0;
  border-radius: 0px;
  max-width: 100%;
  max-height: 100%;
  padding: 0px;
}

.popup-content iframe {
  width: 420px;
  height: 747px;
  border: none;
}

.close-btn {
  position: absolute;
  top: -7px;
  right: 1px;
  font-size: 25px;
  font-weight: bold;
  color: #333;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}
.close-btn:hover {
  color: #ed4b00;
}

@media (max-width: 991px) {
  .popup-content iframe {
    width: 85vw;
    height: 70vh;
  }
}
/*** END POPUP VIDEO ***/

/*** END SINGLE CASE ***/


/**** CASE STUDY ****/
.cont-fluid-full {
  padding: 0;
}
.cont-fluid-full .col-lg-6 {
  padding: 0;
  margin-bottom: 0;
}

.cont-fluid-full .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/*** END CASE STUDY ***/

/**** LANDING SERVIZI ****/
.arrow-custom-alt.arrow-sx,.arrow-custom-talent.arrow-sx {
  height: 41px;
  width: 41px;
  position: absolute;
  top: 47%;
  transform: translateY(-50%) rotate(180deg);
  left: 20px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0.5;
}
.arrow-custom-alt.arrow-dx,.arrow-custom-talent.arrow-dx {
  height: 41px;
  width: 41px;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0.5;
}
.arrow-custom-talent.arrow-sx:hover,
.arrow-custom-talent.arrow-dx:hover ,
.arrow-custom-alt.arrow-sx:hover,
.arrow-custom-alt.arrow-dx:hover {
  opacity: 1;
}
.arrow-custom-talent.slick-disabled,
.arrow-custom-alt.slick-disabled {
  cursor: none !important;
  opacity: 0.2 !important;
}
.slider-talent .slick-dots,
.slider-alt .slick-dots {
  list-style-type: none;
  margin: 0 0 25px 0;
  height: 10px;
  text-align: center;
  padding: 0;
}
.slider-talent .slick-dots li,
.slider-alt .slick-dots li {
  display: inline-block;
  margin-top: 0;
  height: 5px;
}
.slider-talent .slick-dots li button,
.slider-alt .slick-dots li button {
  font-size: 0;
  margin-right: 10px;
  width: 10px;
  background: transparent;
  border: 1px solid #000;
  height: 10px;
  border-radius: 10px;
  opacity: 0.3;
  transition: all 0.5s;
  cursor: pointer;
  padding: 0;
}
.slider-talent .slick-dots li.slick-active button,
.slider-alt .slick-dots li.slick-active button {
  opacity: 1;
  background: #ED4B00;
  border: 1px solid #ED4B00;
}


.content-text-slider-alt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 991px) {
  .content-text-slider-alt {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .content-text-slider-alt {
    position: relative;
    top: 0;
    transform: translateY(0);
    left: 0px;
    text-align: left !important;
  }
  .arrow-link {
    text-decoration: underline;
    font-weight: 500;
    padding-left: 0px;
    font-size:18px;
}
}
/**** description full ****/
.description-full {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*** END description full ***/
/**** END LANDING SERVIZI ****/

/**** LANDING JOB ****/

/*** repeate job ***/
.wrap-detail-wop {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.title-job p {
  font-family: Unbounded, sans-serif;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}

.link-job {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #030035;
}
.link-job .bg-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  background: transparent;
  height: 0;
}
.link-job:hover .bg-hover {
  height: 100%;
  background: #ed4b00;
}
.link-job:hover .cta-job .button-site-arrow-blue {
   border: 2px solid #030035;
   color: #fff;
}

@media (max-width: 991px) {
  .wrap-detail-wop {
    display: block;
  }
  
  .link-job:hover .bg-hover {
    display:none;
}
  
  .title-job {
    width: 100%;
    padding-right: 0;
  }
  .place-job {
    width: 100%;
    padding-right: 0;
  }
  .cta-job {
    width: 100%;
    text-align: left;
    padding-right: 0;
    margin-bottom: 10px;
    margin-top:50px;
  }
  
}
/*** END repeate job ***/

/**** END LANDING JOB ****/

/* slick */
.slick-dots li.slick-active button .slick-dot-icon:before
 {
    opacity: 0;
}
.slick-dots li button .slick-dot-icon:before
 {

    opacity: 0;
}








/* Sovrascritture */

#main-nav.navbar-dark {
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

#main-nav.scroll-more {
  background: #060335 !important;
}

.navbar-dark .nav-link:hover {
    color: #d74400;
    text-decoration: none;
}

.navbar-light {
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.navbar-light .nav-link:hover {
    color: #d74400;
    text-decoration: none;
}

#main-nav.scroll-more:hover .nav-link:hover {
    color: #d74400 !important;
    text-decoration: none;
}

.wp-block-heading {
    font-weight: 300;
}

.col-md-4 {
    flex: 0 0 auto;
    width: 40%;
}

.col-md-8 {
    flex: 0 0 auto;
    width: 60%;
}

.bg-gradient-left-right::after {
    height: 300%;
}

.bg-gradient-left-right-footer::after {
    height: 300%;
}

#wrapper-footer-full .h2, #wrapper-footer-full h2 {
    color: #c0bed7;
    font-size: 13px;
    font-weight: 300;
    line-height: 2.3;
}

#wrapper-footer-full ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 300;
}

#wrapper-footer-full p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-top: 15px;
}

.site-footer .site-info {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.policy-menu ul li {
    display: inline-block;
    margin-right: 1rem;
    font-size: 15px;
    font-weight: 300;
}

.weight-200 {
    font-weight: 300;
}

.wrap-mobile-slider::before {
    content: "";
    background-image: url(https://www.simplecomm.it/wp-content/themes/simplecom-understrap-child/img/Ellipse%202.png);
    background-repeat: no-repeat;
    background-size: inherit;
    position: absolute;
    top: 3400px;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 0;
}

.captionFQ {
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    bottom: 100px;
    color: #fff;
    z-index:2;
    left:50%;
    transform: translate(-50%, -50%);"
}

.captionFQ:hover {
    cursor:pointer;
}

@media (max-width: 1100px) {
    .wrap-mobile-slider::before {
        display: none;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
.place-job p {
    margin-bottom: 20px;
    margin-top:0px;
    font-size: 28px;
    text-align:left;
  }
  .contattaci-sedi-desktop {
        display:inline;
    }
    .sede-box {
        width:50%;
    }
    .ufficio-box {
        margin-top:0;
        width:50%;
    }
      }
  
@media (min-width: 601px) and (max-width: 767px) {

.attivita-descrizione{
    font-size: 40px;
    line-height: 50px;
    padding-left:0;
    padding-right:0;
}
}

@media (max-width: 576px) {
.titolo-fatto {
    text-align:left;
    font-size: 7.5vw;
    padding-left: 0;
    padding-right: 0;
}
}

@media (min-width: 601px) {
   .contattaci-icons-desktop {
    display:block;
}

.contattaci-sedi-desktop {
    display:block;
}

.contattaci-icons-mobile {
    display:none !important;
}

.contattaci-sedi-mobile {
    display:none !important;
}
}

@media (max-width: 600px) {
.principi-spacer{
    display:none;
}


.title-form-jobs {
    font-size: 36px;
    line-height:1.2;
    text-align:left !important;
}

.privacy-title {
    text-align:left !important;
}

.cookie-title {
    text-align:left !important;
}

  .contattaci-icons-desktop {
    display:none !important;
}

.contattaci-sedi-desktop {
    display:none !important;
}

.contattaci-icons-mobile {
    display:block;
    margin-top: 50px;
}

.contattaci-sedi-mobile {
    display:block;
    flex-direction: column !important;
}

.ufficio-box {
    display:block;
    margin-top: 50px;
    
}
 .ufficio-box button {
    transform: translate(0%, 0%);
    
}


   .pb-600 {
    padding-bottom: 200px;
}

.attivita-descrizione{
    font-size: 30px;
    line-height: 40px;
    padding-left:2%;
    padding-right:2%;
}
.valori {
     width: 80% !important;
     font-size:18px;
   }
    .mb-30 {
    font-size:32px;
}

.mb-fatto {
   height:380px;
   margin-bottom:0;
}

.full-img-link {
    height:380px;
}

.full-img-link img {
    transition: all 0.5s;
    height:380px;
    width:auto;
    object-fit: cover;
}

.captionFQ {
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    bottom: 30px;
    color: #fff;
    z-index:2;
    left:50%;
    transform: translate(-50%, -50%);"
}

.captionFQ:hover {
    cursor:pointer;
}
    
.title-job p {
  font-family: Unbounded, sans-serif;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 400;
}
.place-job p {
    margin-bottom: 10px;
    margin-top:0px;
    font-size: 22px;
    text-align:left;
  }
  
  .link-job {
    display: block;
    padding-top: 20px;
    padding-bottom: 0px;
    border-top: 2px solid #030035;
}

.md-font-40 {
     font-size: 32px;
     line-height: 38px;
     font-weight: 300;
     text-align:center;
   }
   
 .font-42 {
    font-size: 32px;
     line-height: 38px;
     font-weight: 300;
     padding:0;
 }
  
.content-text-slider-alt{
     text-align: left;
   }
   
.md-pb-50 {
     padding-bottom: 0px;
     padding-left:0;
     padding-right:0;
   }
   
.spacer-hide {
     display:none;
   }
   
.pb-150 {
    padding-bottom: 100px;
}

.unisciti-mb {
    padding-top: 50px;
}

.md-mb-50 {
        margin-bottom: 100px;
    }
    
.md-mt-50 {
        margin-top: 100px;
    }
.text-start h1 {
    text-align: left !important;
    margin-top:0;
}

.mb-25 {
   margin-bottom: 25px;
   font-weight: 500;
   padding-left:0;
   padding-right:0;
 }

.arrow-link {
    text-decoration: underline;
    font-weight: 500;
    left: 50%;
    padding-left:0;
    transform: translate(-50%, -50%);
}

.description-full {
    padding-top:50px;
    padding-bottom:50px;
    margin-top:0px;
    margin-bottom:0px;
}

.sfumatura-servizi2 {
    padding-bottom:50px;   
}

.sfumatura-servizi1::after {
    height: 55%;
}

.sfumatura-servizi2::after {
    height: 75%;
}

.pt-150 {
    padding-top: 100px;
}

.font-16{
    font-style:normal;
    font-weight:500;
    font-size:17px;
}

 .pb-100 {
   padding-bottom: 100px;
 }
} 

@media (min-width: 601px) and (max-width: 767px){
.captionFQ {
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    bottom: 50px;
    color: #fff;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

@media (max-width: 393px) {
    .service-titles {
     text-align:left !important;
   }
   .md-font-24 {
     font-size: 8vw;
     line-height: 1.1;
   }
   .md-font-40 {
     font-size: 8vw;
     line-height: 1.1;
   }
   .titolone {
        font-size: 5vw;
        line-height: 1.3;
    }
   .people-titolo {
     font-size: 7.25vw;
     line-height: 1.1;
   }

   
 .h2, h2 {
    font-family: Unbounded, sans-serif;
    font-size: 7.5vw;
    line-height:1.2;
    text-align: center;
}
 .h3, h3 {
    font-family: Unbounded, sans-serif;
    font-size: 7vw;
    line-height:1.1;
    text-align: center;
}
.has-text-align-left {
    text-align: left;
    padding: 0 5vw;
}
}

@media (min-width: 992px) {
.col-custom.sx {
  width: 50%;
  padding: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left:15%;
}
.titolo-fatto {
    font-size: 44px;
}

.titolo-colonne{
    text-align:center;
}

.testo-unico{
    display:inline;
    text-align:center;
    line-height:1.5;
    width: 100%;
    padding: 0 100px;
}

.h3, h3 {
    font-family: Unbounded, sans-serif;
    font-size: 40px;
    line-height:1.1;
    text-align: center;
}
.has-text-align-left {
    text-align: left;
    padding: 0;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.br-title-form{
    display:inline;
}

.attivita-descrizione{
    font-size: 42px;
    line-height: 54px;
    padding-left:5%;
    padding-right:5%;
}
}

@media (min-width: 782px) and (max-width: 991px) {
 .h3, h3 {
    font-family: Unbounded, sans-serif;
    font-size: 4vw;
    line-height:1.1;
    text-align: center;
}
.titolo-fatto {
    font-size: 40px;
}
.case-study {
    width: 100%;
    padding:0 2%;
}
.has-text-align-left {
    text-align: left;
    padding: 0;
}
}

@media (max-width: 991px) {
.color-C0BED7 {
    font-size:18px;
    padding-right:0;
    tet-align: center !important;
}
body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 100%;
  }
   }

@media (max-width: 768px) {
p {
     font-size: 16px;
     line-height: 1.4;
   }
   .subtitle-section {
     font-size: 18px;
     line-height: 1.5;
     margin-top: 25px;
    font-weight: 400;
    padding-right: 0;
    color: #c0bed7;
   }
   
.color-C0BED7 {
    font-size:16px;
    padding-right:0;
    line-height: 1.4;
}   
   }

@media (max-width: 480px) {
figure.people-big {
     display:none;
}   
figure.people-small {
     display:inline-block;
}   
.valori {
     width: 80% !important;
     font-size:18px;
   }
   }


@media (min-width: 480px) {
figure.people-big {
     display:inline-block;
}
figure.people-small {
     display:none;
}   
   }


.text-start {
    margin-top:30px;
}

.btn-simple-noclick {
  padding: 10px 30px;
  border: 2px solid #ed4b00;
  color: #030035;
  transition: all 1.5s;
  background: transparent;
  font-size: 16px;
  border-radius: 50px;
  display: inline;
  font-weight: 600;
}

.btn-simple-noclick:hover {
  background: #ed4b00;
  color: #fff;
}

.ufficio-box button:hover{
    color: #ed4b00;
}

.link-back{
    font-weight:500;
}

.special-footer h2 {
    color: #ed4b00 !important;
}

.footer h2 {
    color: #ed4b00 !important;
}

.widgettitle {
    text-align:left;
}

.text-slogan {
   display:none;
}

 @media (max-width: 767px) {
.policy-menu ul {
    float: left;
}
.policy-section {
    margin-top: 1rem !important;
}
}

.testo-colonne{
    display:none;
}


 @media (min-width: 992px) {
.cta-form{
    color:#030035 !important;
    font-size: 16px;
    font-weight:500;
    text-align:left !important;
}

.cta-form-special{
    color:#030035;
    font-size: 16px;
    font-weight:500;
    text-align:left !important;
}

.title-form{
    text-align:left;
}
}




/*NAVBAR RESPONSIVE*/
@media (max-width: 767px) {

.offcanvas-body {
    font-size: 24px;
    font-family: Unbounded, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    text-align:left !important;
    padding-left:0;
    padding-right:0;
}
.offcanvas-body a.nav-link {
    font-size: 24px;
    font-family: Unbounded, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    text-align:left !important;
}

#main--menu.pe-3 {
        padding-right: 0 !important;
        margin-top:0;
    }
    
.border-bottom-mobile {
    border-bottom: 1px solid #c0bed7;
    padding-bottom: 10px;
}    
#main-menu li {
    padding: 0;
}
    }

@media (min-width: 1200px) {
.offcanvas-body a.nav-link {
    font-size: 17px;
    font-family: Unbounded, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-align:center !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
.offcanvas-body a.nav-link {
    font-size: 24px;
    font-family: Unbounded, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    text-align:left !important;
    padding-left:0;
    padding-right:0;
    color: #fff;
}
.offcanvas-body {
    font-size: 24px;
    font-family: Unbounded, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    text-align:left !important;
    padding-left:0;
    padding-right:0;
     color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    
#main-menu li {
    padding: 0;
}
.navbar-brand {
    margin-right:0;
}
#main-menu {
    padding-right:0 !important;
}
.border-bottom-mobile {
    border-bottom: 1px solid #c0bed7;
    padding-bottom: 10px;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.offcanvas-body {
    font-size: 16px;
    font-family: Unbounded, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    padding-left:0;
    padding-right:0;
}
.offcanvas-body a.nav-link {
    font-size: 16px;
    font-family: Unbounded, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    padding-left:0;
    padding-right:0;
}
.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
#main-menu li {
    padding: 0 0.55rem;
}
#main-menu {
    padding-right:0 !important;
}
.navbar-brand {
    margin-right:0;
}
}

 @media (max-width: 991px) {
 #main-nav.navbar-light {
 background:#030035 !important;
 }
 #main-nav .custom-logo-link svg path {
 fill:#fff !important;
 stroke: none !important;
 }
 #main-nav .navbar-toggler .bar {
 background-color:#fff !important;
 }
  }
  
  .clienti-titolo {
 color:#fff;
 font-weight:300;
 font-size:20px;
 line-height:1.1;
 text-align:center;
 }