/*vecchie personalizzazioni*/

/* width */
::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #292929;
    border-radius:7px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #e30613;
  }

  
/*Scrool top*/

html .scroll-to-top {
  left:10px;
  bottom:10px;
  right: 100%;
  
}
/*HOME*/

.horizontal-scroller-item .overlay:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #292929 100%) !important;
}
.horizontal-scroller-image {
  max-height: 100vh;
  padding-top: 0px;
}
.img-slider-horiz {
  background-size:cover;
  height:100vh;
  background-repeat: no-repeat;
  background-position: center;

}
.testi-slider-horiz {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: fit-content;
}

/*BANNER COOKIES*/
.cookie-consent {
  position: fixed;
  width: 100%;
  background: #292929;
  color: #fff;
  z-index: 11111;
  border-top: 3px solid;
  padding-top: 20px;
}
.cookie-consent > div > div > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}
.cookie-consent__message {
  margin-bottom:0px;
  color: #fff !important;
}

/*DICONO DI NOI RECENSIONI PRO-2*/
.owl-carousel .owl-stage-outer {
  overflow: visible;
}
button.js-cookie-consent-agree {
  font-weight: 600;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;


}
button.js-cookie-consent-agree:hover {
  background: #fff;
  color: #292929;
  transition: all ease 0.3s;
}

/*DATE RANGE*/
.daterangepicker td.active, 
.daterangepicker td.active:hover,
.daterangepicker td.end-date
 {
    background-color: #212121 !important;

}
.daterangepicker td.in-range {
    background-color:#f1f3f4 !important;
}
.applyBtn {
    background-color: #212121 !important;
    border-color: #212121 !important;
}
.daterangepicker td.end-date {
    background-color: #212121 !important;
}
.daterangepicker td.off, 
.daterangepicker td.off.in-range, 
.daterangepicker td.off.start-date, 
.daterangepicker td.off.end-date {
    background-color: #fff !important;
}

/*WHATS APP*/
#whats-app {
  width:60px;
  height: 60px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #03bb00;
  background-image: linear-gradient(45deg, #20af38, #5dd268);
  border-radius: 51%;
  cursor:pointer;
  z-index:10;
}
#whats-app:hover {
  transition: all ease-in-out 0.3s;
  bottom:25px;
}
#whats-app a {
  color:#fff;
  font-size: 35px;
  line-height: 60px;
  text-align: center;
  display: block;
}


.grecaptcha-badge {
  bottom: 80px !important;
}
/*HEADER*/

.header-logo img {
  max-width: 200px;
  max-height: 50px;
}



/*AbOUT US*/

@media screen and (max-width: 1200px) {
  .about-us-featured-block:before {
      text-align: left;
  } 
}

/*IMMAGINI CIRCOLARI*/
.approach-img, .approach-img .custom-circle-2 {
  background-image: url('/img/pagine/blocco-da-dove-veniamo.jpg') !important;
  background-size: cover;
  background-position: -26px center;
}

/*Campagne pubblicitarie*/
.gallery-campagne {
  margin-left: -5px;
}

/*POSTAZIONi */
#tab-postazioni {
  overflow-y: scroll;
  box-shadow: -20px 0 60px -30px rgb(0 0 0 / 45%);
  width: 440px;
  right:0px;
  transition-duration: 300ms;
}
#open-closed-tab-postazioni {
  width: 50px;
  height: 50px;
  top:43px;
  right:440px;
  background-color: #292929;
  color: #fff;
  z-index: 4;
  line-height: 50px;
  transition-duration: 300ms;
  box-shadow: -20px 0 60px -30px rgb(0 0 0 / 45%);

}
.img-tab-postazioni {
  width: 60px;
  height: 50px;
  margin: 0 auto;
}
#tab-postazioni.closed {
  right: -440px;
  transition-duration: 300ms;
}
#open-closed-tab-postazioni.closed {
  right: 0px;
  transition-duration: 300ms;
}
#tbody-tab-postazioni td {
  font-size: 13px;
}

/*MAPPA POSTAZIONI*/

#content-infoWindow {
  width: 300px;
  max-height: 320px;
  font-family: "Poppins";
  overflow-y: scroll;
  font-size: 12px;
}

#content-infoWindow img {
  width: 100%;
}

#content-infoWindow b {
  font-weight: 700;
}

#content-infoWindow #indirizzo-insegna {
  margin-top: 5px;
}

.gm-style-iw-c {
  padding: 0px !important;
}
.gm-style-iw-d {
  overflow: auto !important;
}

#content-infoWindow #bodyContent {
  position: relative;
    margin-top: -50px !important;
    border-radius: 10px;
    width: 95%;
    margin: 0 auto;
    padding: 5px 10px;
    background-color: #fff;
    z-index: 1;
    
}
.gm-ui-hover-effect {
  background-color: #292929 !important;
    position: absolute !important;
    right: 20px !important;
    top: 10px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    z-index: 0 !important;
}
.gm-ui-hover-effect:hover {
  background-color: #e30613 !important;
  transition: all ease 0.3s !important;
}
.gm-ui-hover-effect>span {
  background: #fff;
}

/*Singolo progetto*/
@media (max-width: 1199px){
  .banner-project-overlay {
      padding: 100px 0;
  }
}
.banner-project-overlay {
  padding: 185px 0 245px;
  background-color: rgb(41 41 41 / 70%);
}
.banner-project-copertina {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*FOOTER*/
#footer svg {
  fill:#fff;
}

/*CONTATTI*/
#sezione-orari a {
  color: #777;
}
#sezione-orari a:hover {
  color: #e30613;
  transition:all ease 0.3s;
}
#sezione-orari .feature-box-icon:hover {
  background-color: #e30613 !important;
  transition: all ease 0.3s;
}
#sezione-orari .feature-box .feature-box-icon {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 18px;
}
#sezione-orari .feature-box {
  height: 75px;
  float: left;
}

/*ultimi ritocchi*/
/*la storia*/
.py-4-storia {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.my-5-storia {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
}

/*schiarire overlay nella home */
.horizontal-scroller-item .overlay:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #29292990 100%) !important;
}
/* sistemare posizione hotspot*/
.image-hotspot-primary{
    top: 38%!important;
    z-index: 2147483647;
}
/* tratto figcaption */
figcaption::before{

    background-color: #e30613;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    margin-right: 17px;
}

/* bottoni custom */
.bg-color-hover-dark{
  background-color: #ff0000;
  box-shadow: 6px 6px 0 #292929;
  transition: ease-in-out 0.3s;
}
.bg-color-hover-dark:hover{
  background-color: #292929;
  box-shadow: 6px 6px 0 #ff0000;
}

/* overlay categorie e chi siamo */
.overlay-op-9::before{
  opacity:0.7 !important;
}
/* chi siamo categorie */
.text-uppercase{
  font-weight: bold;
}


/*recensioni pro in dicono di noi*/

.testimonial-style-4 div div p{
  font-size: 12px;
}

/*fine ultimi ritocchi*/


/*responsive*/

@media screen and (max-width: 3440px) {
  .container {
    max-width: 90% !important;
  }
}
/* 1600 */
@media screen and (max-width: 1600px) {
  /*recensioni pro
.testimonial-style-4 div:nth-child(2) div:not(.testimonial-author-thumbnail, .readmore-button-wrapper){
    height: 300px!important;
}*/
}

/* fine 1600 */
/* 1480 */
@media screen and (max-width: 1480px) {
  #header #header-desk {
    display: none !important;
  }
  #hamburger-header-mobile {
    display: block !important;
    position: fixed;
  }
}


.dropdown-item.active, .dropdown-item:active {
  background:#fff;
}
#nav-mobile #mainNav a.active,
#nav-mobile #mainNav a.current-page-active {
  color: #e30613 !important;

}
/* fine 1480 */

/* 1280 */

@media screen and (max-width: 1280px) {
  
  #mainNav .dropdown {
    min-height: 50px;
    }
  .header-nav.header-nav-links nav > ul li a{
    font-size: 11px!important;
  }
  #header .header-nav-main nav > ul li a{
    padding: 6px 0px!important;
  }
}
/* fine 1280 */

/* 1024 */

@media screen and (max-width: 1024px) {
  .col-lg-7 h2{
    line-height: 50px!important;
  }
  .page-header{
    background-position-x: center!important;
  }
#hamburger-header-mobile {
  right: 10px;
}


.image-hotspot-primary {
  top: 35%!important;
}

#sezione-orari .mb-3 .mb-0{
  margin-bottom: 20px !important;
}


  /*WHATS APP*/
  #whats-app {
    bottom: 10px;
    right: 80px;
  }
  .grecaptcha-badge{
    bottom: 10px!important;
  }

}

/*fine 1024*/

/* 768 */
@media screen and (max-width: 768px) {
  
  .header-nav.header-nav-links nav > ul li a{
    font-size: 10px!important;
  }
  #sezione-orari h4{
    margin-right: 0px!important;
    padding-right:0px!important; 
  }
  
}
/*fine 768*/


/* 505 */
@media screen and (max-width: 505px) {
  
  .tabs div .nav-tabs li:nth-child(5) {  
    display: none;
  }

}
/*fine 505*/

/* 500 */
@media screen and (max-width: 500px) {
  
  .dedica-box div div div .owl-stage-outer{
padding: 0px !important;
  }
  .dedica-box div div div .owl-stage-outer .owl-stage{
    width: 100%;
      }
      .dedica-box div div div .owl-stage-outer .owl-stage .owl-item{
        width: 90%!important;
        margin-left: -125px!important;
          }

          #tab-postazioni{
            width: 250px;
          }
          #open-closed-tab-postazioni{
            right:250px
          }
          #tbody-tab-postazioni td {
            font-size: 10px;
        }
        #tbody-tab-postazioni tr td:nth-child(1){
          width: 160px!important;
        }
        #tbody-tab-postazioni tr td:nth-child(2){
          width: 90px!important;
        }
        .img-tab-postazioni {
          width: 125px!important;
          height: 105px!important;
        }
        #tab-postazioni tr th:nth-child(3){
          display: none;
        }

        #tab-postazioni tr td:nth-child(3){
          display: none;
        }
        .d-none:not(.counters .d-none) {
          display: inherit!important;
        }
        .d-none .nav-footer{
          margin-top: -40px!important;
        }


        
}
/*fine 500*/

/*480*/

@media screen and (max-width: 480px) {
  
  .about-us-featured-block h2{
    font-size: 40px!important;
    line-height: 55px!important;
  }
  .header-row{    
    padding-top: 20px!important;
    padding-bottom: 20px!important;
  }
}
/*fine 480*/


/* 425 */
@media screen and (max-width: 425px) {
  
  /* sistemare posizione hotspot*/
  .image-hotspot-primary{
    top: 26%!important;
  }

  .about-us-featured-block{
    padding: 35px!important;
  }

  .about-us-featured-block h2{
    font-size: 40px!important;
    line-height: 50px!important;
  }
  .our-work .custom-our-work img {
    min-height: 225px;
}

/*la storia*/
.py-4-storia {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.my-5-storia {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
figure .pt5, figure .mt-5{
  padding-top:1rem!important;
}
.custom-text-10{
  font-size:30px;
  padding-right: 0!important;
}
}
/* 412 */
@media screen and (max-width: 412px) {
  .approach-img {
    min-width: 320px;
    min-height: 320px;
}

  .header-row{    
    padding-top: 15px!important;
    padding-bottom: 14px!important;
  }
}
/*fine 412*/
/* 375 */
@media screen and (max-width: 375px) {
  .approach-img {
    min-width: 300px;
    min-height: 300px;
}


.about-us-featured-block h2{
  font-size: 36px!important;
  line-height: 40px!important;
}
.custom-our-work-text div h4{
  font-size:24px!important;
}

}
/*fine 375*/

/* 320 */
@media screen and (max-width: 320px) {
  .approach-img {
    min-width: 250px!important;
    min-height: 250px!important;
  }


.about-us-featured-block h2{
  font-size: 25px!important;
  line-height: 40px!important;
}

#ourWork .px-5 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important;
}
#ourWork h4{
  font-size: 20px!important;
}

.our-work .custom-our-work img {
  min-height: 185px;
}

.ps-5 {
  padding-left: 1rem!important;
}

#ourWork .text-uppercase{
display: none;
}

.testimonial blockquote .custom-title{
padding: 0!important;
}
.fa-star{
  font-size: 0.7em!important;
}

}
/*fine 320*/


/*fine responsive*/