@charset "utf-8";
/* CSS Document */
.pi-row-reduced {
	filter: drop-shadow(10px 0 5px rgba(0, 0, 0, 0.3));
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: start;
}
.flex > *:not(.pi-icon-box-icon) {
  flex: 1 1 280px;
}
.justify-content-left {
  justify-content: start !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-top {
  align-items: start !important;
}
.align-items-md-stretch {
  align-items: stretch !important;
}
.texture {
  position: absolute;
  top: 0;
  left: -5px;
  bottom: 0;
  right: -5px;
}
.texture-svg {
  background-image: url("../img/arc.svg");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.texture-svg2 {
  background-image: url("../img/arc3.svg");
  background-position: top;
  background-repeat: no-repeat;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
	background-size: 100%;
}
.texture-svg3 {
  background-image: url("../img/arc3.svg");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
	filter: drop-shadow(10px 0 5px rgba(0, 0, 0, 0.3));
}
.cover {
  background-image: url("../img/slider/cover.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /*margin-top: -26px;*/
}
.cover-padding {
  padding-top: 250px;
  padding-bottom: 280px;
}
.title {
  font-size: 2.7em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2em;
}
.cover .h2 {
  padding: 7px 15px !important;
  display: inline-block;
}
.cover .h1 {
  color: #21252b !important;
}
.cover-subtitle {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #10769c !important;
}
.img-container {
	margin-bottom: 20px;
}
.subtitle, .subtitle-2 {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #10769c !important;
  position: relative;
}
.subtitle {
  padding: 10px auto;
  position: relative;
  display: inline-block;
}
.subtitle::before {
  content: " ";
  display: block;
  height: 1px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: -50px;
  background: #10769c;
}
.subtitle::after {
  content: " ";
  display: block;
  height: 1px;
  width: 40px;
  position: absolute;
  top: 50%;
  right: -50px;
  background: #10769c;
}
.subtitle-2 {
  padding-left: 30px;
}
.subtitle-2::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  transform: translate(-50%, -50%);
  height: 2px;
  opacity: 1;
  width: 50px;
  background: #10769c;
}
.pi-box-base {
  background-color: #93afba !important;
  color: #fff !important;
}
.box-relative {
  position: relative;
  bottom: 100px;
  margin-bottom: -60px;
}
.box-relative-padding {
  padding: 30px 50px 30px 80px;
	position: relative;
}
.box-relative-img {
  background-image: url("../img/consulenza-online.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.icon-absolute i {
  width: 90px !important;
  height: 90px !important;
  line-height: 76px !important;
  font-size: 43px !important;
  border: 6px solid #fff;
}
.icon-absolute {
  position: absolute;
  left: -50px;
  top: 70px;
}
.contact-box {
  background-image: url("../img/contact.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-border::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  top: 6px;
  border-right: 2px dashed #dadada;
}
.icon-border::before {
  content: "";
  position: absolute;
  right: -4px;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #3d517f;
}
.article {
  background-color: #fff !important;
  margin: 0 10px;
  position: relative;
  bottom: 50px;
  z-index: 3;
}
.article.dark {
  background-color: rgba(0,0,0,0.8) !important;
}
.quote::before {
  content: url("../img/quote.png");
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 0;
  max-width: 50px;
}
.quote p {
  position: relative;
  z-index: 1;
}
.section-relative {
  position: relative;
  margin-top: -100px;
}
.pi-icon-box:hover h4 {
  transition: 0.5s ease;
  color: #b9925e !important;
}
.pi-icon-box .pi-icon-box-icon-circle, .pi-icon-box-vertical .pi-icon-box-icon-circle, .pi-icon-box .pi-icon-box-icon-square, .pi-icon-box-vertical .pi-icon-box-icon-square {
  color: #b9925e;
}
.list-sidebar li {
  background-color: #edeae5;
  border-color: #fff;
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  border-left: 3px solid transparent;
  border-bottom: none;
  padding: 15px !important;
  margin-bottom: 2px;
}
.list-sidebar li:hover {
  color: #5f5f5f;
  ;
}
.list-sidebar a:hover {
  color: #379E8F;
}
/*Footer*/
.btn-whatsapp {
  z-index: 999999;
  background: #25d366;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(37, 211, 102, 0.5);
}
.pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
}
.wa-center {
  display: block;
  margin: 10px auto;
}
.wa-center i {
  font-size: 40px;
  color: #fff;
  left: 15px;
  position: relative;
  top: 14px;
}
@media screen and (max-width: 1024px) {
  .cover {
    background-image: url("../img/slider/cover-s.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -26px;
  }
  .pi-row-lg .pi-row-block-logo img {
    max-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .cover {
    background-image: url(../img/slider/cover-xs.jpg);
    background-position: center center;
    color: #FFFFFF !important;
  }
  .pi-row-lg .pi-row-block-logo img {
    max-height: 70px;
  }
  .icon-border::after {
    position: inherit;
  }
  .box-relative-img {
    height: 400px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 15px;
  }
  .icon-absolute {
    left: 40%;
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .pi-row-lg .pi-row-block-logo img {
    max-height: 65px;
  }
}
.handfont {
  padding: 0;
  margin: 0 0 15px;
  font-family: 'Dancing Script', sans-serif;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0;
}