/* Add here all your CSS customizations */

@media (min-width: 1550px) AND (max-width: 1599px) {
  /* .tp-mask-wrap {
    margin-top: -10px !important;
  } */
}

@media (min-width: 1600px) AND (max-width: 1650px) {
  /* .tp-mask-wrap {
    margin-top: -20px !important;
  } */
}

@media (min-width: 1651px) AND  (max-width: 1700px){
  /* .tp-mask-wrap {
    margin-top: -40px !important;
  } */
}

@media (min-width: 1701px) AND  (max-width: 1750px){
  /* .tp-mask-wrap {
    margin-top: -60px !important;
  } */
}

@media (min-width: 1751px) AND  (max-width: 1780px){
  /* .tp-mask-wrap {
    margin-top: -80px !important;
  } */
}

@media (min-width: 1851px) {
  /* .tp-mask-wrap {
    margin-top: -40px !important;
  } */
}

@media (max-width: 990px) {




.header-logo .logo-default, .header-logo .logo-small {
  margin-top: 20px !important;
}
}


@media (max-width: 576px) {


    #footer {
      margin-top: 0px !important;
    }
    #footer .container .row > div {
      margin-bottom: 0px !important;
    }
    #footer .row {
      margin-top: 10px !important;
    }
    .diamonds-wrapper {
      min-height: auto;
    }
}


@media (min-width: 992px) {
#header .header-nav.header-nav-stripe nav > ul > li > a {
  color: white !important;
}

}

@media (max-width: 991px) {
  .sticky-header-active .header-body {
    background-color: rgba(0,0,0,1) !important;
  }


  #header.header-semi-transparent-light .header-body:before {
    background-color: transparent !important;
  }
  .header-logo .logo-small {
    margin-top: 0px !important;
  }
}


.tp-mask-wrap {
  text-align: right !important;
}

html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
  border-bottom: none !important;
}

.header-body-madeofficina, .header-body-madeofficina:before {
  background-color: black !important;
}

/* html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a {
  color: white !important;
} */

.asd:hover a {
  background-color: transparent !important;
}

.header-logo .logo-default {
  position: absolute !important;
  margin-top: -27px !important;
}

.header-logo .logo-small {
  margin-top: 20px;
}

.arancione {
  color: #FF4D00 !important;
}

a:hover {
  text-decoration: none;
}

.white {
  color: white !important;
}

.row-arancione {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-arancione {
  background-color: #FF4D00 !important;
  color: white !important;
}

.container-bg-arancione {
  /* padding-right: 15% !important;
  padding-left: 15% !important;
  max-width: 100% !important;
  margin: 0 !important; */
  /* padding-bottom: 10px; */
}

.row-loghi img {
  max-width: 100% !important;
}

.button-white {
  color: white;
  padding: 5px 20px;
  border: 1px solid white;
  width: auto;
  display: inline;
  transition: 0.3s all ease-in-out;
}

.button-white:hover {
  background-color: white;
  color: #FF4D00;

}

.button-arancione {
    color: #FF4D00;
    width: auto;
    display: inline;
    transition: 0.3s all ease-in-out;
}

.section-servizi {
  margin-top: 0px !important;
}

.section-partner {
  margin-bottom: 0px !important;
}

#immagine-chi-siamo {
  width: 100%
}
#footer {
  background-image: none;
  padding: 0px;
  min-height: 0;
}

#footer .fab {
  color: #FF4D00;
  font-size: 15pt;
}

#footer .social-icons li {
  float: right;
}

#info-qr-code {
  background-color: black;
  height: 100%;
  width: 100%;
  padding: 10%;

}

#info-qr-code .row .col-12 p {
  font-size: 1.3em;
  color: white;
  line-height: 1.5em;
}

#qr-footer .fas {
  color: #FF4D00;
  font-size: 30pt;
}

#qr-footer {
  display: flex;
    height: 150px;
    position: absolute;
    width: 100%;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,.15);
}

#qr-footer > div {
  text-align: center;
  padding: 0 6%;
}

#qr-footer .qr-footer-text {
  padding-top: 10px;
}
