body{
	background-color:#fff !important;
}

.page-template-landing .cover.full {
  margin: -16px calc(50% - 50vw); 
  padding: 0;
  width: calc(100vw);
  max-width: none;
  position: relative;
	margin-bottom:40px;
}
.page-template-landing .cover.inter {
  margin: -16px -48px;
  width: calc(100% + (48px * 2));
  max-width: none;
  position: relative;
	margin-bottom:40px;
}

.cover.full img {
  margin: 0;
  width: 100%;
  max-width: none;
  max-height: 700px;
  overflow: hidden;
  object-fit: cover;
}

.page-template-landing .cover .slogan h1 
{
  line-height: 1.1;
  text-shadow: 0 1px 0 #000, 0 -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000;
}

.page-template-landing .cover .slogan h1 em{
  font-style: normal;
  font-size: 70%;
  color: #fff;
}
@media screen  and (min-width:768px){
  
.page-template-landing .cover .slogan{
  position: absolute; 
  bottom: 50px;
  left: 0;
  padding:50px;
  width:1320px; 
 right:0;
  color: #fff;
  width:1140px; 
 padding-right:30%;
	margin: 0 auto;
}

.page-template-landing .cover .slogan h1
{
  font-size: 48px;
}
.page-template-landing .cover .slogan p{
  font-size: 20px;
}
  
}

@media screen and (min-width:1400px){
	
.page-template-landing .cover .slogan{
  width:1320px; 
	}
}
.btn{
  background-color: #106b56;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin: 20px 0;
}

.btn:hover {
  background-color: rgb(11, 57, 46);
	color:#fff !important;
}
.row.box > div {
  background-color: #efefef;
  width:calc(50% - 30px);
  padding: 30px;
  position: relative;
}

.row.box {
  margin:40px 0;
  gap: 45px;
}

.row.box > div:before{
  content:"";
  position: absolute;
  left:calc(50% - 30px);
  
  z-index: 2;
  top: 0; 
  background-color: yellow;
  border-left: 30px solid #efefef;
  border-right: 30px solid #efefef;
  border-top: 20px solid #fff;
}
.CTA{
  position: relative;
  margin: 50px 0;
  padding-top:60px;
  padding-bottom:60px;
}
.CTA:before{
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: #ffffc6;
}
.CTA > *
{
  position: relative;
}
.CTA {
display:flex;
  gap: 50px;
	align-items:center;
}

.CTA .inner{
  width: 70%;
}
.CTA p{
  margin: 0;
}

.CTA .icone 
{   
}
.CTA .icone  > .itm{
  min-width:calc(50% - 25px);
	margin-bottom:20px;
}
.CTA .icone .itm{
  line-height: 1.4;
  font-size: 20px; 
}
.CTA .icone .num{
  font-size: 30px;  
  font-weight: bold;
}
.CTA .icone .itm p{
  margin: 0; 
}
.topHeader .container {
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.topHeader
{
  background-color: #000;
  padding: 10px 0;
}
.topHeader {
}
.topHeader  p{
  margin: 0;
}
.topHeader .tel i,
.topHeader .tel a{
  color:#f9f900;
  
}
.topHeader .tel
{
  font-size: 18px;
}

.topHeader .tel > strong{
  font-size: 14px;
}
#sticky{
  display: none !important;
}
.tabella{
  margin: 0px 0px 50px;
	width:100%;
}
.tabella tbody tr td {
  padding: 4px;   
}
.tabella tbody tr:nth-child(2n) td {
  background-color: #efefef;
}
.tabella thead th{
  padding: 4px;
  border-bottom:2px solid #444;
  font-size: 18px;
}
.tabella tbody tr:hover td
{
  background-color: #ccc;
}
.tabella tbody tr td:last-child{
  font-weight: bold;
}

.faq .item {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  
}
.faq .item .question{
  font-size: 20px;
  font-weight: bold; 
  display: flex;
  align-items: center;
}

.faq .item .question::marker{
  display: none;
  font-size: 0;
}
.faq .item .question:before{
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  width: 20px;
  height: 30px;
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out; 
} 
.faq .item[open] .question:before
{
   transform: rotate(90deg);
}

input[type="text"], input[type="email"], 
input[type="url"], input[type="password"], 
input[type="search"], input[type="tel"], 
input[type="number"], input[type="date"], 
textarea, select {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  color: #535353;
  font-size: 13.5px;
  border-radius: 4px;
  font-family: var(--body-font);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grecaptcha-badge {
  display: none !important;
}

textarea {
  height: 100px;
  line-height: 1.6;
  padding: 10px;
}
#contatto 
{
	position:relative;
	margin:60px 0 0;
	padding:90px 0;
}
#contatto:before{
	content:""; 
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: #efefef;
}
#contatto > *
{
	position:relative;
}
.call{
	display:none;
}

.offerte {
  display: flex;
  flex-wrap:wrap;
  gap:30px;
}
.offerte .item{
  background-color: #efefef;
  padding: 10px 20px;
  border-radius: 4px;
  display: block;
  width:calc(33% - 20px)
}

.offerte .item .prima:before{
  content:"Offerta Iniziale";
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.offerte .item .prima
{
  font-size: 16px;
  margin-bottom:10px;
}
.offerte .item .dopo:before{
   content:"Offerta Ottenuta";
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight:normal;
}
.offerte .item .dopo 
{
  font-size: 18px;
  font-weight: bold;
}
.offerte .item .risultato{
  display: none;
}
.tabella{
	display:none;
}
.offerte .item .dopo span{
  font-size: 60%;
}
#reviews .review-container {
    display: flex;
    
     gap: 25px;
  overflow: auto;
  padding-bottom: 30px;
  }
  #reviews .review {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px 25px;
    max-width: 33%;
    min-width: calc(33% - 15px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  }
  #reviews .review p {
    margin: 0 0 12px;
    font-size: 1rem;
    line-height: 1.4;
  }
  #reviews .review footer {
    font-style: italic;
    font-size: 0.9rem;
    color: #555;
    text-align: right;
  }
#reviews
{
position:relative;
  margin: 70px 0;
}

/* Pulsanti */
  #btn-left,
  #btn-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.15);
    border: none;
    font-size: 2rem;
    width: 40px;
    height: 60px;
    cursor: pointer;
    border-radius: 5px;
    color: #333;
    transition: background 0.3s ease;
    user-select: none;
    z-index: 10;
  }
  #btn-left:hover,
  #btn-right:hover {
    background: rgba(0,0,0,0.3);
    color: #000;
  }
  #btn-left {
    left: 5px;
  }
  #btn-right {
    right: 5px;
  }

@media screen and (min-width:768px)
{
	.blocco
	{
		display:flex;
		gap:50px;
	}
	.blocco > div
	{
		width:calc(50% - 25px)
	}
}
@media screen and (max-width:768px)
{
	.call {
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 7890;
  left: 0;
  right: 0;
	box-shadow:0px 0px 12px #aaa;
  padding: 5px;
  box-sizing: border-box;
  display: block;
}
	
 .call .widget {
  display: flex;
  justify-content: right;
  align-items: center;
}
  
.call a {
  color: #fff;
  text-align: center;
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  margin: 3px 18px 3px 0;
  line-height: 65px;
	    justify-content: center;
    align-items: center;
}

.call span {
  margin-left: 10px;
  margin-right: auto;
  font-size: 14px;
  text-align: left;
  color: #1d1d1d;
  text-transform: uppercase;
  line-height: 16px;
}
	
.call a{
  font-size:0;
}

.call svg {
  height: 23px;
  margin-right: 0;
}
  
  .call a:nth-child(2){
	 background-color:#175721;
  }
  .call a:nth-child(3){
    background-color:#307d18;
  }
  .call a:nth-child(4){
    background-color:#c1272d; 
  }
  .topHeader > .container{
    display: block;
  }
  .topHeader > .container .infoTel
  {
    font-size: 12px;
    text-align: center;
   
  }
  .topHeader > .container .tel{
    display: none;
  }
  .cover .slogan{
    padding: 20px;
  }
  .cover .slogan h1,
  .cover .slogan h1 em{
    color: #000 !important;
    text-shadow: none;
  }
  body{
    padding-bottom: 55px;
  }
  body > .container{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .row.box
  {
    overflow: auto;
    flex-wrap: nowrap;
    gap: 20px;
    padding-bottom: 20px;
  }
  .row.box > div
  {
    min-width: 75vw;
  }
  .CTA 
  {
    flex-wrap: wrap;
    gap:20px;
  }
  .CTA > div
  {
    width: 100% !important;
  }
  #contact .form .col-sm-12{
    width: 100%;
  }
  #contact{
    padding:60px 20px;
  }
  #moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position)
	{
		bottom:70px !important;
		left:10px !important;
	}
  
.tabella tr th:nth-child(1):before {
  content: "Prima";
  font-size: 16px;
}
.tabella tr th:nth-child(2):before {
  content: "Dopo";
  font-size: 16px;
}
.tabella tr th:nth-child(3)
{
  display: none;
}

.tabella thead th {
  font-size: 0;
}
.tabella tr
{
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.tabella tr td,
.tabella tr th
{
  width:50%;
}
.tabella tr td:nth-child(2),
.tabella tr th:nth-child(2){
  
  text-align: right;
}

.tabella tr td:nth-child(3){
  width: 100%;
  padding-top: 0;  
  display: none;
}
	
.offerte > .item {
  width: calc(50% - 10px);
}
.offerte { 
  margin-bottom: 30px;
  gap: 20px;
}
.offerte .item
{
  padding: 12px;
}
	
.faq .item .question {
  font-size: 18px;
  display: flex;
  align-items: center;
}
	
.col-sm-12 {
  width: 100%;
}
#contatto {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}
	
#reviews .review {
  width: 100%;
  min-width: 100%;
}
}