body {
  background:
    /* top, transparent black, faked with gradient */ linear-gradient(
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.7)
  );
}
html {
	scroll-behavior: smooth;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "MateSC";
  src: url("MateSC-Regular.eot"); /* IE9 Compat Modes */
  src: url("MateSC-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("MateSC-Regular.woff") format("woff"),
    /* Modern Browsers */ url("MateSC-Regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("MateSC-Regular.svg#svgFontName")
      format("svg"); /* Legacy iOS */
}
h1 {
  font-family: "MateSC";
}
.font-custom {
  font-family: "MateSC";
  font-size: 1.3rem;
}

#homeContainer {
  width: 100%;
  min-height: 100vh;
  background: url(../img/progetto1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#homeContainerWorks {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background: url(../img/worksbg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.9;
  filter: brightness(0.3) blur(2px);
}
#homeContainerCoops {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background: url(../img/worksbg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.9;
  filter: brightness(0.3) blur(2px);
}
#backgroundHome {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  color: aliceblue;
  background-color: rgb(0, 0, 0, 0.3);
}
.site-header {
  background-color: #212529;
}
/*
.row-who {
  display: flex;
}
*/
.who-text {
  background: url(../img/blueprint1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0;
}
.who-photo {
  border-right: solid 0.6rem #4c4c4c;
}
p {
  margin-top: 0;
  margin-bottom: 0rem;
}
.div-text-who {
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: unset;
  background-color: rgb(255, 255, 255, 0.85);
  font-size: 1.2rem;
}
/*
.who-container {
  display: flex;
  min-height: 10rem;
}
.who-photo {
  border-right: solid .6rem #4c4c4c;
}

*/
#contatti {
  border: solid 1px;
  border-radius: 1rem;
  padding: 1rem;
}

#footer-caron {
  background-color: black;
}

#main-privacy {
  margin-top: 5rem;
}

.servizi {
  width: 80%;

  border-radius: 21px 21px 0 0;
  font-size: 1.2rem;
}
.div-descrizione {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
#progress {
  display: none;
  text-align: center;
}
a {
  color: white;
}
a:hover {
  color: #c1c1c1;
}
#linkPrivacyPolicyModal {
  color: grey
}
#linkPrivacyPolicyModal:hover {
  color: lightgrey
}
.btn-width-custom-modale {
  width: 6rem;
}
#navbarSupportedContent {
  width: 90rem;
}
#mappadiv {
  width: 500px;
  height: 326px;
  border-radius: 1rem;
}
.problem {
  border: solid 1px red;
}
.trustpilot-widget {
  position: relative;
  padding: 0.1rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-radius: 0.5rem;
}
.bordo-smussato {
  border-radius: 1rem;
  overflow: hidden;
}
.hMaxImgWork {
  max-height: 280px;
}
.card-img-top {
  border-bottom: solid 3px #6c757d;
}
.mt-5rem {
  margin-top: 5rem;
}
.container-form-signin {
  width: 25%;
}
.contenitore {
  display: grid;
  grid-template-rows: repeat(1fr);
  gap: 1rem;
}

.elementoWork {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.imagesCustom {
  height: 7rem;
}

.immagine {
  text-align: center;
}

.box {
  cursor: move;
}

.box.over {
  border: 3px dotted #666;
}
.textTruncated {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#containerImagesModal {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-items: center;
}

.titolo-coop {
  font-size: 1.5rem;
}
.testo-coop {
  font-size: 1rem;
}
.testo-email {
  font-size: 0.8rem;
}
.card-bordata {
  border: solid 3px #6c757d;
}
.card-custom {
  width: 22rem;
  min-height: 156px;
}
.border-url {
  border-top: solid 3px #6c757d;
  margin: 0;
  padding: 0;
  line-height: 1rem;
  height: 2rem;
}
.img-custom-conts {
  width: 10rem;
}
@media only screen and (max-width: 992px) {
  .elementoWork {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .container-form-signin {
    width: 50%;
  }
  #mappa {
    display: contents;
  }
  #mappadiv {
    width: 100%;
    height: 450px;
  }
  .who-photo {
    border-right: unset;
  }
  .who-text {
    padding: 2rem;
    padding-bottom: 0;
  }
  .div-text-who {
    border-bottom-left-radius: unset;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    max-width: 40rem;
  }
}
@media only screen and (max-width: 630px) {
  .container-form-signin {
    width: 75%;
  }

}

.marginTopXMain {
  margin-top: 5rem;
  padding: 2rem;
  background-color: aliceblue;
}
.ql-toolbar {
  background-color: azure;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #6c757d;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:focus {
  z-index: 3;
  border-color: #aeb0b3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(11 12 14 / 25%);
}
#text {
  min-height: 12rem;
}
.contenutoContainer {
  padding-top: 4rem;
  top: 0;
}

.containerTitlePage {
  background-color: rgb(11 12 14 / 40%);;
}