.cover {
  background: #5D3770;
  background: linear-gradient(180deg, #5D3770 0%, #5D3770 100%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0% 0% 0% 5%;
  --e-column-margin-right: 0%;
  --e-column-margin-left: 5%;
  border-radius: 0px 0px 0px 100px;
  max-height: 100vh;
}
.cover-padding{
	padding: 150px 100px 0;
}
.cover > .cover-overlay {
  background-image: url("../img/cover-overlay.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.06;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.cover-service {
  background-image: url("../img/cover-service.jpg"); /* The image used */
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  height: 499px;
}
.pi-header-transparent {
  background-color: transparent;
}
.title {
  font-size: 3.5em !important;
  font-weight: 600;
  line-height: 1.2em;
  color: #21252b;
}
.subtitle {
  font-size: 1.8em !important;
  line-height: 1.2em;
  color: #21252b;
}
.cit{
	border-left: 2px solid #ffc50a;
padding-left: 15px;
}
/*Box*/
.pi-box-base{
  background-color: #5D3770 !important;
	color: rgba(255,255,255,0.80) !important;
}
.pi-round-box {
  border-radius: 10px 80px 10px 10px;
}
.box-shadow {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border: transparent;
}
.box-shadow-hover:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border: transparent;
}
.box-hover:hover {
  transform: translateY(-8px);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.icon-relative {
  position: relative;
  bottom: 70px;
}
/*Section homepage*/
.section-1 {
  background-color: #5D3770;
  border-radius: 0px 20px 100px 0px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0% 5% 0% 0%;
  --e-column-margin-right: 5%;
  --e-column-margin-left: 0%;
  color: rgba(255, 255, 255, 0.9)
}
.section-1 > .cover-overlay {
  background-image: url("../img/cover-overlay.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.06;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.pi-section-base > .cover-overlay {
  background-image: url("../img/cover-overlay.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.06;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.section-video {
  background-color: #5D3770;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin: 0px 50px 0px 50px;
--e-column-margin-right: 50px;
--e-column-margin-left: 50px;
	border-radius: 20px 20px 100px 100px;
}
.section-video > .cover-overlay {
  background-image: url("../img/cover-overlay.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.06;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.section-relative {
  position: relative;
  top: 80px;
}
.section-relative-2 {
  position: relative;
  bottom: 120px;
}
.section-video-relative {
  position: relative;
  bottom: 80px;
}
.section-relative-2 {
  position: relative;
  top: 100px;
}
.feedback-relative {
  position: relative;
  bottom: 150px;
	z-index: 4;
}
.contact-relative{
	position: relative;
	top: 100px;
	z-index: 2;
}
/*Images*/
.pi-img-round-corners-2 img {
  border-radius: 10px 100px 10px 10px;
} /*Button*/
.pi-btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #21252b !important;
}
.pi-btn-white:hover {
  background: transparent;
  border: 1px solid #FFB600;
  color: #FFB600 !important;
}
/*Table*/
.tab {
  padding: 15px;
  border: 1px solid #ee6e31;
}
.tab-box {
  padding: 20px;
}
.tabella td, .tabella th {
  border-bottom: 1px solid #434343;
  padding: 10px 0;
}
.tabella tr td:last-child {
  text-align: right;
}
.tabella {
  border-collapse: collapse;
  width: 100%;
}
.maps {
  margin-bottom: -10px;
}
/*Footer*/
.btn-whatsapp {
  z-index: 999999;
  background: #3BBF5A;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(59, 191, 90, 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;
}
/*Responsive*/
@media screen and (min-width: 767px) and (max-width: 1080px) {
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.cover {
  max-height: 100%;
}
	.cover-img-padding{
		padding-left: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.cover {
  margin: 0;
}
.cover-padding{
	padding: 80px 20px 80px 50px;
}
.title {
  font-size: 2.5em !important;
}
.subtitle {
  font-size: 1.5em !important;
}
.section-1 {
  padding-bottom: 100px;
}
.feedback-relative {
  bottom: 0;
	padding-top: 40px;
}
}