@import url(https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;600&family=Lato:wght@300;400;700&family=Prata&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;600&family=Lato:wght@300;400;700&family=Playfair+Display:wght@400;500;600;700&family=Vollkorn&display=swap);
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}

* {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
}

.d-mobile {
  display: none;
}

.titoloJosefin {
  font-family: "Josefin Sans", sans-serif;
}

.titoloFrank {
  font-family: "Playfair Display", serif;
}

.titolo {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  word-break: break-word;
}

.titolo-sub {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
}

.text-gold {
  color: #cfb67a;
}

h2, .h2 {
  font-size: 60px;
  line-height: 1.2em;
  letter-spacing: 8.4px;
}

h3, .h3 {
  font-size: 50px;
  line-height: 1.5em;
  letter-spacing: 3px;
}

h4, .h4 {
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 5.6px;
}

h5, .h5 {
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 3.5px;
}

h6, .h6 {
  font-size: 21px;
}

.paragrafo {
  font-size: 21px;
  line-height: 1.8em;
  letter-spacing: 1.68px;
  word-break: break-word;
  font-weight: 400;
}

.big {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: 0.4px;
}

.fascia-top {
  display: block;
  position: relative;
  width: 100%;
  padding: 50px 20px;
  background: #cde6ed;
  margin-bottom: 80px;
}
.fascia-top.casadelcommiato {
  padding-top: 140px;
  background-image: url("../img/bg-top-casadelcommiato.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fascia-top.contatti {
  padding-top: 140px;
  background-image: url("../img/bg-top-contatti.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fascia-top.necrologi {
  padding-top: 140px;
  background-image: url("../img/bg-top-necrologi.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fascia-top.necrologio {
  padding-top: 140px;
  background-image: url("../img/bg-top-necrologio.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
.fascia-top.chisiamo {
  padding-top: 140px;
  background-image: url("../img/bg-top-chisiamo.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fascia-top.servizi {
  padding-top: 140px;
  background-image: url("../img/bg-top-servizi.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fascia-top:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
}

.pt-90 {
  padding-top: 90px;
}

.mh-100vh {
  min-height: 100vh;
}

.mh-90vh {
  min-height: 90vh;
}

.py-100 {
  padding: 100px 0;
}

.section-cstm {
  display: block;
  position: relative;
}
.section-cstm.bg-lgold {
  background: #F8F4ED;
}
.section-cstm.bg-lgrey {
  background: #efefef;
}
.section-cstm.necrologio2 {
  background: #1C1C1C;
}
.box-incasodilutto {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/bg-section-incasodilutto.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
  padding: 80px 0;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.box-incasodilutto .btn-cstm {
  border-color: #fff;
  color: #222222;
  background: #fff;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 3.5px;
}
.box-incasodilutto .btn-cstm i {
  color: inherit;
  font-size: inherit;
}
.box-incasodilutto .btn-cstm:hover {
  color: #fff;
  border-color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

.navbar-cstm {
  height: 90px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6923144258) 46%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.navbar-cstm .navbar-brand {
  width: 180px;
  height: 72px;
  background-image: url("../img/foglia-w.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 50px;
  margin-left: 10px;
  transition: 0.3s;
}
.navbar-cstm .btn-cstm-call {
  border: none;
  color: #fff;
  padding: 5px;
}
.navbar-cstm .btn-cstm-call span {
  letter-spacing: 0px;
  font-family: "Josefin Sans", sans-serif;
}
.navbar-cstm .btn-cstm-call span, .navbar-cstm .btn-cstm-call i {
  color: inherit !important;
}
.navbar-cstm .btn-cstm-call:hover {
  background: transparent;
  box-shadow: none;
}
.navbar-cstm .navbar-toggler {
  position: relative;
  left: 0px;
  top: 0px;
  width: 30px !important;
  margin-right: 10px;
}
.navbar-cstm .navbar-toggler #menu_checkbox {
  display: none;
}
.navbar-cstm .navbar-toggler label {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: -15px auto 0 auto;
  cursor: pointer;
}
.navbar-cstm .navbar-toggler label div {
  position: relative;
  top: 0;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
  border-radius: 2px;
}
.navbar-cstm .navbar-toggler label div:first-child {
  transform-origin: 0;
}
.navbar-cstm .navbar-toggler label div:last-child {
  margin-bottom: 0;
  transform-origin: 34px;
}
.navbar-cstm .navbar-toggler label div:nth-child(2) {
  right: 0;
  width: 30px;
}
.navbar-cstm .navbar-toggler #menu_checkbox:checked + label:before {
  background-color: #4caf50;
}
.navbar-cstm .navbar-toggler #menu_checkbox:checked + label div:first-child {
  top: -6px;
  transform: rotateZ(45deg);
  background-color: rgb(255, 255, 255);
}
.navbar-cstm .navbar-toggler #menu_checkbox:checked + label div:last-child {
  top: 6px;
  transform: rotateZ(45deg);
  background-color: rgb(255, 255, 255);
}
.navbar-cstm .navbar-toggler #menu_checkbox:checked + label div:nth-child(2) {
  width: 44px;
  top: 0;
  right: 10px;
  transform: rotateZ(-45deg);
  background-color: rgb(255, 255, 255);
}
.navbar-cstm .navbar-collapse .navbar-nav .nav-item {
  margin: 0 20px;
}
.navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 20px 0;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  transition: 0.3s;
}
.navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 3px;
  width: 0%;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.4s;
}
.navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link .icon-call {
  font-size: 18px;
  color: inherit;
}
.navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link.callphone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 1px;
  padding: 10px 5px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.4s;
}
.navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link.callphone .num {
  color: inherit;
  letter-spacing: 1px;
  font: inherit;
}
.navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link.callphone:hover {
  background: #fff;
  color: #82ABCF;
}
.navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link.callphone:hover i {
  color: inherit;
}
.navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #82ABCF !important;
}
.navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link:hover:before {
  width: 100%;
}
.navbar-cstm.fixed {
  background: rgb(219, 219, 219);
  background: linear-gradient(180deg, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 100%);
  height: 60px;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
}
.navbar-cstm.fixed .navbar-toggler label div {
  background-color: rgba(0, 0, 0, 0.6);
}
.navbar-cstm.fixed .navbar-toggler #menu_checkbox:checked + label:before {
  background-color: #4caf50;
}
.navbar-cstm.fixed .navbar-toggler #menu_checkbox:checked + label div:first-child {
  background-color: rgb(0, 0, 0);
}
.navbar-cstm.fixed .navbar-toggler #menu_checkbox:checked + label div:last-child {
  background-color: rgb(0, 0, 0);
}
.navbar-cstm.fixed .navbar-toggler #menu_checkbox:checked + label div:nth-child(2) {
  background-color: rgb(0, 0, 0);
}
.navbar-cstm.fixed .navbar-brand {
  height: 50px;
  background-image: url("../img/foglia.png");
}
.navbar-cstm.fixed .btn-cstm-call {
  border-color: transparent;
  color: #222222;
}
.navbar-cstm.fixed .btn-cstm-call:hover {
  color: #82ABCF;
}
.navbar-cstm.fixed .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #222222;
}
.navbar-cstm.fixed .navbar-collapse .navbar-nav .nav-item .nav-link.callphone {
  background: #82ABCF;
  border-color: #82ABCF;
  color: #fff;
}
.navbar-cstm.fixed .navbar-collapse .navbar-nav .nav-item .nav-link.callphone i {
  color: inherit;
}
.navbar-cstm.fixed .navbar-collapse .navbar-nav .nav-item .nav-link:before {
  bottom: 3px;
  background: #82ABCF;
}

.footer {
  display: block;
  width: 100%;
  margin: 0px 0 0 0;
  padding: 50px 0 0 0;
  background: #35393d;
}
.footer .logo {
  display: block;
  max-width: 100%;
}
.footer h6.titolo {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2.24px;
  color: #ccc;
}
.footer .list-contatti {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer .list-contatti li {
  display: block;
  margin: 10px 0;
  color: #ccc;
}
.footer .list-contatti li i {
  color: inherit;
  font-size: 18px;
}
.footer .list-contatti li a {
  color: inherit;
  text-decoration: none;
}
.footer .list-contatti-label {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer .list-contatti-label li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 10px 0;
  color: #ccc;
  transition: 0.4s;
}
.footer .list-contatti-label li .lbl {
  display: block;
  color: #ccc;
  font-style: italic;
  font-weight: 300;
}
.footer .list-contatti-label li .icon-svg {
  height: 24px;
  text-align: start;
  color: #dbdbdb;
  margin: 24px 8px 0 0;
}
.footer .list-contatti-label li i {
  color: inherit;
  font-size: 18px;
  margin-top: 5px;
}
.footer .list-contatti-label li a {
  color: inherit;
  text-decoration: none;
}
.footer .list-contatti-label li:hover {
  color: #cfb67a;
}
.footer .fascia-bottom {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  margin-top: 40px;
}
.footer .fascia-bottom .link {
  color: #999999;
  font-weight: 400;
  text-decoration: none;
  font-style: italic;
}
.footer .fascia-bottom .link:hover {
  color: #82ABCF;
}

.modal-cstm .modal-header, .modal-cstm .modal-footer {
  border: none;
}
.modal-cstm .modal-content {
  border: 1px solid #222222;
  border-radius: 1px;
}

.btn-round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #666;
  transition: 0.6s;
}
.btn-round i {
  color: inherit;
  font-size: 18px;
  transition: 0.6s;
}
.btn-round:hover {
  transform: translateY(6px);
  background-color: #666;
}
.btn-round:hover i {
  color: #fff;
}

.btn-cstm {
  padding: 20px 40px;
  background: transparent;
  color: #222222;
  border: 1px solid #222222;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1px;
  transition: 0.4s;
}
.btn-cstm i {
  color: inherit;
}
.btn-cstm:hover {
  background: #82ABCF;
  border-color: #82ABCF;
  color: #fff;
  transform: translateY(-5px);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}
.btn-cstm.sm {
  padding: 10px 20px;
}
.btn-cstm.btn-cstm-txtlg {
  font-size: 18px;
}

.btn-cstm-uc {
  border-radius: 1px;
  background: #82ABCF;
  color: #fff;
  transition: 0.4s;
}
.btn-cstm-uc i {
  color: inherit;
}
.btn-cstm-uc:hover {
  background: #fff;
  color: #82ABCF;
}

#slide-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 800;
  bottom: -100px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #efefef;
  transition: 0.4s;
}
#slide-top i {
  color: #333;
  font-size: 18px;
}
#slide-top:hover {
  cursor: pointer;
  background: #82ABCF;
  transform: translateY(-5px);
}
#slide-top:hover i {
  color: #fff;
}
#slide-top.show {
  bottom: 30px !important;
  transition: 1s;
}

.form-control {
  padding: 20px 20px;
  background: #fff;
  color: #222222;
  border: 1px solid #666666;
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 1.82px;
  text-decoration: none;
  border-radius: 1px;
}
.form-control.sm {
  padding: 10px 15px;
  letter-spacing: 1px;
  font-size: 15px;
}
.form-control::-moz-placeholder {
  font-weight: 300;
  font-style: italic;
  color: #666;
}
.form-control::placeholder {
  font-weight: 300;
  font-style: italic;
  color: #666;
}

.form-select {
  padding: 20px 20px;
  color: #222222;
  border: 1px solid #666666;
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 1.82px;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 1px;
}
.form-select::-moz-placeholder {
  font-weight: 300;
  font-style: italic;
  color: #666;
}
.form-select::placeholder {
  font-weight: 300;
  font-style: italic;
  color: #666;
}

.underconstructionv2 {
  width: 100%;
  padding: 30px 150px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-image: url("../img/bg-coming-soon.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.underconstructionv2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3981967787) 0%, rgba(255, 234, 140, 0.25) 60%);
  width: 100%;
}
.underconstructionv2 .flexdesktop {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.underconstructionv2 .box-contatto {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.underconstructionv2 .box-contatto .icona {
  height: 38px;
  color: #fff;
  margin-right: 15px;
}
.underconstructionv2 .box-contatto .info .titolo {
  margin: 5px 0 0 0;
  font-size: 26px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.underconstructionv2 .box-contatto .info .btn-cstm {
  text-align: start;
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(108, 139, 174, 0.6);
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  transition: 0.6s;
}
.underconstructionv2 .box-contatto .info .btn-cstm:hover {
  background: #fff;
  color: #294d75;
  text-shadow: none;
  transform: translateY(-3px);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

.underconstruction {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/bg-coming-soon.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.underconstruction:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
}
.underconstruction .content {
  position: relative;
  z-index: 2;
}
.underconstruction .box-contact {
  min-height: 270px;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
}
.underconstruction .box-contact .icona {
  height: 50px;
  color: #fff;
}

.home-intro {
  background-color: #efefef;
  background-image: url("../img/bg-home-intro.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 90vh;
  /*.btn-chiamaci{

      padding: 27px 60px;
      background: transparent;
      color: #fff;
      border: 1px solid #fff;
      font-family: $font-josefin;
      font-weight: 400;
      font-size: 16px;
      line-height: .9;
      letter-spacing: 2.24px;
      text-transform: uppercase;
      text-decoration: none;
  }*/
}
.home-intro:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.249737395) 46%, rgba(0, 0, 0, 0.5298494398) 100%);
}
.home-intro .text-shadow {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.home-intro .frase {
  color: #f8f7f0;
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  font-family: "Josefin Sans", sans-serif;
}
.home-intro .logo-home {
  display: block;
  height: 150px;
  margin: 0px auto 10px auto;
}
.home-intro .titolo-big {
  background-image: -webkit-linear-gradient(#ccc, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  /* position:relative;
          !* Fallback: Set a background color. *!
          background-color: #fff;

          !* Create the gradient. *!
          background-image: linear-gradient(0deg, #ccc, #fff);

          !* Set the background size and repeat properties. *!
          background-size: 100%;
          background-repeat: repeat;

          !* Use the text as a mask for the background. *!
          !* This will show the gradient as a text color rather than element bg. *!
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -moz-background-clip: text;
          -moz-text-fill-color: transparent;
  */
}
.home-intro .titolo-big:after {
  background: none;
  content: attr(data-text);
  left: 0;
  position: absolute;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  top: 0;
  z-index: -1;
}
.home-intro .btn-cstm-white {
  color: #fff;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  font-size: 18px;
}
.home-intro .btn-cstm-white:hover {
  background: #fff;
  color: #222222;
}

.home-3boxes {
  display: block;
  background: #fff;
  padding: 30px;
}
.home-3boxes .btn-sezioni {
  position: relative;
  display: block;
  width: 100%;
  height: 365px;
  text-decoration: none;
  overflow: hidden;
  margin: 10px 0;
}
.home-3boxes .btn-sezioni .bg-img {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 365px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 1s;
}
.home-3boxes .btn-sezioni .bg-img-mask {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8491771709) 0%, rgba(0, 0, 0, 0) 100%);
  transition: 0.4s;
}
.home-3boxes .btn-sezioni .label-btn {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
}
.home-3boxes .btn-sezioni .label-btn .subtit {
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-style: italic;
  line-height: 39px;
  font-size: 25px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.home-3boxes .btn-sezioni .label-btn .tit {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 4.9px;
  font-family: "Josefin Sans", sans-serif;
}
.home-3boxes .btn-sezioni:hover .bg-img {
  transform: scale(1.2);
}
.home-3boxes .btn-sezioni:hover .bg-img-mask {
  opacity: 0.3;
}

.home-chiamaci {
  display: block;
  background: #fff;
  padding: 30px;
}
.home-chiamaci .contenitore {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg-cloud.png");
}
.home-chiamaci .contenitore .titoloSub {
  text-align: left;
  color: #CFB67A;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 1px;
}
.home-chiamaci .contenitore .titoloBig {
  text-align: left;
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 7px;
}
.home-chiamaci .contenitore .carousel-home-servizi {
  background: rgba(255, 255, 255, 0);
}
.home-chiamaci .contenitore .carousel-home-servizi .box-item-servizi-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 40px;
  background: rgb(255, 255, 255);
  background: linear-gradient(195deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.1965161064) 40%, rgba(255, 255, 255, 0.2021183473) 60%, rgb(255, 255, 255) 100%);
}
.home-chiamaci .contenitore .carousel-home-servizi .box-item-servizi-home .icona {
  height: 50px;
  margin-bottom: 20px;
}
.home-chiamaci .contenitore .carousel-home-servizi .carousel-control-icon {
  color: #4f7da5;
  font-size: 20px;
}

.btn-lavora-home {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  z-index: 100;
  box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  word-break: break-word;
  font-size: 20px;
  text-transform: uppercase;
  color: #333333;
}

.home-personale {
  display: block;
  background: #fff;
  padding: 30px;
}
.home-personale .contenitore {
  display: block;
  background: #f5f5f5;
  border: 2px solid #ccc;
  padding: 50px;
}

.home-chisiamo {
  position: relative;
}
.home-chisiamo .scrittaBigBG {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 40px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  font-size: 380px;
  font-style: italic;
  letter-spacing: 22.8px;
  color: transparent;
  opacity: 0.21;
  font-family: "Vollkorn", serif;
  -webkit-text-stroke-color: #cfb67a;
  -webkit-text-stroke-width: 2px;
}

.box-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #efefef;
  padding: 27px 30px;
}
.box-search .search-fields {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-search .search-fields .mx {
  margin-left: 10px;
  margin-right: 10px;
}
.box-search .search-fields .form-control {
  padding: 20px 20px;
  background: #fff;
  color: #222222;
  border: 1px solid #666666;
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 1.82px;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 1px;
}

.box-saluto {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border-radius: 1px;
  padding: 30px;
  margin: 20px 0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  background-image: url("../img/img-pen.png");
  background-size: 150px 150px;
  background-repeat: no-repeat;
  background-position: right center;
}
.box-saluto .salutoil {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0;
  color: #222222;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  text-align: center;
}
.box-saluto .salutoil .icona {
  height: 16px;
  color: #666;
}
.box-saluto .salutoda {
  display: block;
  color: #cfb67a;
  font-style: italic;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-align: center;
}
.box-saluto .saluto {
  display: block;
  position: relative;
  text-align: center;
  font-style: italic;
  font-size: 16px;
  padding: 0 10px;
  margin-bottom: 10px;
  /*&::-webkit-scrollbar {
      width: 4px;
  }

  &::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
      border-radius: 2px;
  }

  &::-webkit-scrollbar-thumb {
      border-radius:2px;
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  }*/
}

.necrologio-manifesto img {
  display: block;
  max-width: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.necrologio-esequie {
  display: block;
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
  border-top: 1px solid #666;
}

.necrologio-foto {
  position: relative;
  /*img{
      position: relative;
      z-index: 10;
      margin: -20px auto 20px auto;
      height: auto;
      max-width: 100%;
      vertical-align: top;
      border-radius: 50%;
      object-fit: cover;
      object-position: center;
      border:15px solid #1C1C1C;
  }*/
}
.necrologio-foto .imgcontainer {
  position: relative;
  border-radius: 50%;
  z-index: 10;
  margin: -20px auto 20px auto;
  height: 344px;
  width: 278px;
  border-radius: 50%;
  border: 15px solid #1C1C1C;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-necrologio-v2 {
  display: block;
  height: 395px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  margin: 10px 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.box-necrologio-v2 .container-foto {
  display: block;
  position: relative;
  height: 355px;
  width: 100%;
  overflow: hidden;
}
.box-necrologio-v2 .container-foto .img-thu {
  display: block;
  position: absolute;
  z-index: 1;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 355px;
  transition: 0.4s;
}
.box-necrologio-v2 .container-foto .label-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 30px;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7971091967) 0%, rgba(0, 0, 0, 0.1538507697) 40%);
  transition: 0.4s;
}
.box-necrologio-v2 .container-foto .label-info .h5, .box-necrologio-v2 .container-foto .label-info .h6 {
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: 2px;
  word-wrap: normal;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  transition: 0.4s;
}
.box-necrologio-v2 .container-foto .label-info .h6 {
  font-size: 18px;
}
.box-necrologio-v2 .container-foto .label-info .date {
  font-size: 15px;
  line-height: 1.1em;
  letter-spacing: 0.68px;
  color: #fff;
}
.box-necrologio-v2 .btn-lasciasaluto-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background: #cfb67a;
  border: 2px solid #cfb67a;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 10px;
  border-top: 2px solid #fff;
  text-decoration: none;
  transition: 0.3s;
}
.box-necrologio-v2 .btn-lasciasaluto-bottom:hover {
  color: #333333;
}
.box-necrologio-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}
.box-necrologio-v2:hover .img-thu {
  transform: scale(1.1);
}
.box-necrologio-v2:hover .label-info {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.401041781) 0%, rgba(0, 0, 0, 0.401041781) 100%);
}
.box-necrologio-v2:hover .label-info .h5, .box-necrologio-v2:hover .label-info .h6 {
  color: #cfb67a;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.box-necrologio {
  display: block;
  height: 365px;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.box-necrologio .img-thu {
  display: block;
  position: absolute;
  z-index: 1;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 365px;
  transition: 0.4s;
}
.box-necrologio .btn-lasciasaluto {
  display: block;
  position: absolute;
  bottom: 20px;
  z-index: 3;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 10px;
  transition: 0.3s;
}
.box-necrologio .btn-lasciasaluto:hover {
  background: #fff;
  color: #222222;
}
.box-necrologio .label-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}
.box-necrologio .label-info .h5, .box-necrologio .label-info .h6 {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 3.5px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  transition: 0.4s;
}
.box-necrologio .label-info .h6 {
  font-size: 18px;
}
.box-necrologio .label-info .date {
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.68px;
  color: #fff;
}
.box-necrologio:hover {
  transform: translateY(-5px);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}
.box-necrologio:hover .img-thu {
  transform: scale(1.1);
}
.box-necrologio:hover .label-info {
  background: rgba(0, 0, 0, 0.5);
}
.box-necrologio:hover .label-info .h5, .box-necrologio:hover .label-info .h6 {
  color: #cfb67a;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.tab-cstm .nav-tabs .nav-item .nav-link {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.78px;
  border-radius: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: #ccc;
}
.tab-cstm .nav-tabs .nav-item .nav-link.active {
  background: #efefef;
  border-bottom-color: #efefef;
}
.tab-cstm .tab-content {
  background: #efefef;
  padding: 48px 62px;
  border: 1px solid #ccc;
  border-top: none;
  min-height: 500px;
}

.contatti-box-form {
  display: block;
  border: 2px solid #eaeaea;
  padding: 25px 50px 40px;
  background: #fff;
}
.contatti-box-form .form-control {
  border: none;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 20px;
  padding: 15px 10px;
  line-height: 1.2em;
  letter-spacing: 1px;
}

.btn-contatto {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #efefef;
  border-radius: 1px;
  padding: 22px 20px;
  text-decoration: none;
  color: #222222;
  margin: 10px 0;
}
.btn-contatto .icon-svg {
  height: 34px;
  color: #222222;
  margin-bottom: 10px;
}
.btn-contatto .lbl {
  display: block;
  color: #666;
  font-style: italic;
  font-weight: 300;
}
.btn-contatto .val {
  font-weight: 600;
  font-size: 22px;
  font-family: "Josefin Sans", sans-serif;
}

.list-contatti-label {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list-contatti-label li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 10px 0;
  color: #ccc;
  transition: 0.4s;
}
.list-contatti-label li .lbl {
  display: block;
  color: #ccc;
  font-style: italic;
  font-weight: 300;
}
.list-contatti-label li .icon-svg {
  height: 24px;
  text-align: start;
  color: #dbdbdb;
  margin: 24px 8px 0 0;
}
.list-contatti-label li i {
  color: inherit;
  font-size: 18px;
  margin-top: 5px;
}
.list-contatti-label li a {
  color: inherit;
  text-decoration: none;
}
.list-contatti-label li:hover {
  color: #cfb67a;
}

.box-contatti-sedi {
  display: block;
  background: #fff;
  border-radius: 1px;
  padding: 0px;
  position: relative;
  text-align: center;
  margin: 10px 0;
}
.box-contatti-sedi .sez-titolo {
  padding: 30px;
}
.box-contatti-sedi .sez-titolo .iconainfo {
  height: 20px;
  color: inherit;
}
.box-contatti-sedi .iframemap {
  width: 100%;
  height: 300px;
  margin-bottom: -5px;
  border: 0;
}

.carousel-cstm-cc {
  box-shadow: 0 8px 6px -6px black;
}
.carousel-cstm-cc .carousel-inner .carousel-item .item-img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.box-info-cc {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.box-info-cc .icon-svg {
  height: 32px;
  color: #666;
  margin-right: 10px;
}
.box-info-cc .label-info {
  font-size: 18px;
  line-height: 1em;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  color: #666;
}
.box-info-cc .value-info {
  display: block;
  font-size: 21px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #222222;
}
.box-info-cc .value-info.link {
  text-decoration: underline;
}

.tab-cstm-cc .nav-tabs .nav-item .nav-link {
  border-radius: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: #ccc;
  border: none;
  background-color: #fff;
}
.tab-cstm-cc .nav-tabs .nav-item .nav-link .tabcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-cstm-cc .nav-tabs .nav-item .nav-link .tabcc .text {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600 !important;
  letter-spacing: 0.78px;
  color: #222222;
}
.tab-cstm-cc .nav-tabs .nav-item .nav-link .tabcc .icon-svg {
  height: 30px;
  width: 30px;
  color: #222222;
  margin-right: 5px;
  margin-top: -10px;
}
.tab-cstm-cc .nav-tabs .nav-item .nav-link:hover {
  background: #f5f5f5;
}
.tab-cstm-cc .nav-tabs .nav-item .nav-link:hover .tabcc .text, .tab-cstm-cc .nav-tabs .nav-item .nav-link:hover .tabcc .icon-svg {
  color: #2f99e0;
}
.tab-cstm-cc .nav-tabs .nav-item .nav-link.active {
  background: #efefef;
  border-bottom-color: #efefef;
  border-radius: 2px 2px 0 0;
}
.tab-cstm-cc .nav-tabs .nav-item .nav-link.active .tabcc .text, .tab-cstm-cc .nav-tabs .nav-item .nav-link.active .tabcc .icon-svg {
  color: #2f99e0;
}
.tab-cstm-cc .tab-content {
  background: #efefef;
  padding: 100px 62px;
  border: none;
}

.box-servizio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 400px;
  width: 100%;
  position: relative;
  padding: 20px 50px;
  overflow: hidden;
}
.box-servizio .img-servizio {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 400px;
  width: 100%;
  background: pink;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.box-servizio .img-servizio:hover {
  transform: scale(1.1);
}
.box-servizio .icon {
  display: block;
  height: 80px;
  margin-bottom: 15px;
}

.box-catalogo-cat {
  position: relative;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: #000;
  text-decoration: none;
  overflow: hidden;
}
.box-catalogo-cat .name {
  z-index: 2;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}
.box-catalogo-cat .img-bg {
  opacity: 0.6;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s;
}
.box-catalogo-cat:hover .img-bg {
  transform: scale(1.1);
}

.fancybox-thumbs-active::before {
  border-color: #82ABCF !important;
}

.catalogo-sidebar {
  display: block;
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 60px;
  /*.closeSidebar {
      position: relative;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      background: transparent;
      width: 26px;
      height: 26px;
      margin-bottom: 20px;

      i {
          font-size: 24px;
          color: #ffffff;
      }
  }*/
}
.catalogo-sidebar.open {
  width: 300px;
}
.catalogo-sidebar .catlink {
  padding: 0px 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  margin: 10px 0;
  color: #818181;
  font-size: 20px;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}
.catalogo-sidebar .catlink:hover {
  color: #82ABCF;
}
.catalogo-sidebar .catlink .cnt {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.4);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #000;
}
.catalogo-sidebar .catlink.active {
  color: #fff;
}
.catalogo-sidebar .catlink.active .cnt {
  color: #fff;
}

.toggleSidebar {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 30px;
  z-index: 3;
  cursor: pointer;
  border: none;
}
.toggleSidebar i {
  font-size: 24px;
  color: #666666;
}
.toggleSidebar.closeSidebar i {
  color: #fff;
}

.catalogo-header {
  width: 100%;
  background: #ffffff;
  padding: 30px 0;
}
.catalogo-header.nav-catalogo {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.catalogo-header.nav-catalogo .closeCat {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
}
.catalogo-header.nav-catalogo .closeCat i {
  font-size: 24px;
  color: #ccc;
}
.catalogo-header .nav-tabs-catalogo .nav-item .nav-link {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}

.link-cat {
  font-size: 16px;
  background: transparent;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #333333;
  color: #333333;
}
.link-cat.active {
  color: #ffffff;
  background: #82ABCF;
  border-color: #82ABCF;
}

.sec-catalog-articolo .articolo-sec {
  display: block;
  padding: 40px;
  border: 1px solid #dbdbdb;
  background: #f5f5f5;
  margin: 20px 0;
  box-shadow: 0 10px 12px -12px rgba(0, 0, 0, 0.2);
}
.sec-catalog-articolo .articolo-sec .titolo {
  font-size: 40px;
}
.sec-catalog-articolo .articolo-sec .prezzo {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px;
  background: #efefef;
  border-radius: 3px;
  color: #999999;
  font-size: 14px;
  line-height: 14px;
  font-family: "Josefin Sans", sans-serif;
}
.sec-catalog-articolo .articolo-sec .documenti-link {
  opacity: 0.6;
  transition: 0.5s;
}
.sec-catalog-articolo .articolo-sec .documenti-link img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 150px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
}
.sec-catalog-articolo .articolo-sec .documenti-link:hover {
  opacity: 1;
}
.sec-catalog-articolo .carousel-art {
  background: transparent;
  width: 100%;
  height: 400px;
  background: #ccc;
}
.sec-catalog-articolo .carousel-art .carousel-control-prev i, .sec-catalog-articolo .carousel-art .carousel-control-next i {
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.sec-catalog-articolo .carousel-art .slide-indicator {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.sec-catalog-articolo .carousel-art .carousel-item .foto-thu {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1400px) {
  .navbar-cstm .navbar-collapse .navbar-nav .nav-item {
    margin: 0 10px;
  }
  .navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1200px) {
  .box-incasodilutto {
    padding: 60px 0;
  }
  .box-incasodilutto .btn-cstm {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .home-chisiamo .scrittaBigBG {
    font-size: 260px !important;
  }
  .home-3boxes {
    padding: 20px;
  }
  .home-3boxes .btn-sezioni .label-btn {
    padding: 30px 30px;
  }
  .home-3boxes .btn-sezioni .label-btn .subtit {
    line-height: 34px;
    font-size: 23px;
    letter-spacing: 1.5px;
  }
  .home-3boxes .btn-sezioni .label-btn .tit {
    font-size: 32px;
    letter-spacing: 3px;
  }
  .navbar-cstm .navbar-brand {
    width: 120px;
    height: 72px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link {
    letter-spacing: 0px;
  }
  .navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link.callphone {
    width: auto;
    padding: 15px;
  }
  .navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link.callphone .num {
    display: none;
  }
  .tab-cstm-cc .nav-tabs .nav-item .nav-link .tabcc .text {
    font-size: 24px;
    letter-spacing: 0px;
  }
  .tab-cstm-cc .nav-tabs .nav-item .nav-link .tabcc .icon-svg {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 992px) {
  .py-100 {
    padding: 50px 0 !important;
  }
  h2, .h2 {
    font-size: 50px;
    line-height: 1.2em;
    letter-spacing: 4px;
  }
  h4, .h4 {
    font-size: 36px;
    line-height: 1.5em;
    letter-spacing: 3px;
  }
  h5, .h5 {
    font-size: 21px;
    line-height: 1.5em;
    letter-spacing: 2px;
  }
  h6, .h6 {
    font-size: 18px;
  }
  .logo-home {
    height: 100px !important;
  }
  .box-incasodilutto {
    padding: 50px 0;
  }
  .box-incasodilutto .btn-cstm {
    padding: 10px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .underconstructionv2 {
    padding: 30px 50px;
    background-position: center bottom;
    background-attachment: fixed;
  }
  .underconstructionv2 .flexdesktop {
    display: block;
  }
  .navbar-cstm .navbar-brand {
    width: 100px;
    height: 72px;
    margin-right: 10px;
    margin-left: 5px;
  }
  .navbar-cstm .navbar-collapse .navbar-nav .nav-item {
    margin: 0 5px;
  }
  .navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .home-chisiamo .scrittaBigBG {
    font-size: 200px !important;
  }
  .home-3boxes .btn-sezioni .label-btn {
    padding: 30px 20px;
  }
  .home-3boxes .btn-sezioni .label-btn .subtit {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .home-3boxes .btn-sezioni .label-btn .tit {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .tab-cstm-cc .nav-tabs .nav-item .nav-link .tabcc .text {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .tab-cstm-cc .nav-tabs .nav-item .nav-link .tabcc .icon-svg {
    height: 24px;
    width: 24px;
  }
  .tab-cstm-cc .tab-content {
    padding: 50px 30px;
  }
  .box-search {
    display: block;
  }
  .box-search .search-fields {
    flex: none;
    display: block;
  }
  .box-search .search-fields .mx {
    margin: 10px 0px;
  }
  .box-search .search-fields .form-control {
    padding: 20px 20px;
    background: #fff;
    color: #222222;
    border: 1px solid #666666;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1.82px;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 1px;
  }
}
@media (max-width: 768.1px) {
  .d-mobile {
    display: block;
  }
  .home-chisiamo .scrittaBigBG {
    font-size: 150px !important;
  }
  .navbar-cstm .navbar-collapse {
    background: #fff;
  }
  .navbar-cstm .navbar-collapse .nav-link {
    color: #222222 !important;
  }
  .navbar-cstm .navbar-collapse .nav-link:before {
    background: #82ABCF !important;
  }
  .navbar-cstm .btn-cstm-call {
    width: auto;
    padding: 10px 15px;
    border-color: #fff;
  }
  .navbar-cstm .btn-cstm-call i {
    color: #fff;
  }
  .box-incasodilutto {
    display: block;
    padding: 40px 20px;
    text-align: center;
  }
  .box-incasodilutto .btn-cstm {
    padding: 10px 30px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 30px;
  }
  .tab-cstm-cc .nav-tabs .nav-item {
    display: block;
    width: 100%;
  }
  .tab-cstm-cc .nav-tabs .nav-item .nav-link .tabcc {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .home-chisiamo .scrittaBigBG {
    font-size: 100px !important;
  }
  .box-necrologio-v2 {
    height: 465px;
  }
  .box-necrologio-v2 .container-foto {
    height: 425px;
  }
  .box-necrologio-v2 .container-foto .img-thu {
    height: 425px;
  }
}
