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

.mt-30 {
  margin-top: 30px;
}

.wpcf7-form {
  text-align: left;
}

.wpcf7-form p{
 margin-bottom: 0px;
}

.portfolioNEW{
    padding: 7rem 0 17rem 0;
}

.wp-embed-aspect-16-9 iframe {
  border: 0px;
}

.testo-grande {
  font-size: 1.5em;
  line-height: 1.2;
}

.titolo-grande {
  font-size: 3.25rem;
}
    
.slider-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.left-column {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 5%;
  box-sizing: border-box;
}
.left-column img {
  width: 500px;
  height: auto;
  display: block;
  max-height: 500px;
  margin: 0 auto;
}

.right-column {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 5%;
  box-sizing: border-box;
}

.text-swiper {
  height: 500px;
  overflow: hidden;
}

.text-swiper .swiper-slide {
  opacity: 0.1;
  transition: opacity 0.1s;
}
.text-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.text-swiper .swiper-slide.swiper-slide-next,
.text-swiper .swiper-slide.swiper-slide-prev {
  opacity: 0.3;
}
    
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  /*! bottom: 0; */
  transform: translateY(-50%);
  color: white;
  background: transparent;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  color: #0a6ba3;
  top: calc(50% - 25px);
  border: 2px solid;
}

.swiper-button-prev {
  /*! right: 60px; */
  left:-50px;
}

.swiper-button-next {
  right: -50px;
}
    
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

.swiper-button-next::after{
  margin-left: 3px;
}

.swiper-button-prev::after {
  margin-left: -3px;
}
    
.Mod25 {
  width: 100% !important;
  margin: 0 !important;
}


.contenitore {
  position: relative;
  width: 1200px;
  height: 800px;
  margin: 30px auto;
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  z-index: 10;
}

.logo svg{
 width:220px;
 height:55px;   
}


.contrast-switched .logo {
    background: #000;
}

.contrast-switched .logo svg path{
    fill:#fff !important;
}
.icone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-out;
}

.icona {
  position: absolute;
  background: #f0f0f0;
  border-radius: 8px;
  width: auto;
  padding: 20px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  user-select: none;
  cursor: default;
  transition: transform 0.2s ease-out;
  box-shadow: 5px 5px 15px -10px #000000;
}

.icona p {
  font-size: 15px;
  font-weight: normal;
  margin:0px;
}

.contrast-switched .icona p {
    color:#000;
}
	   
.icona img {
  width:180px;
}

.icona svg {
  width:120px;
}

.LOGOTune {
    z-index: 0;    
}
.LOGOTune-testo{
    z-index: 1;    
}
.LOGOTune figure {
    transform: translateX(5%);
    transition: transform 0.1s linear; 
    width: 450%;
}
    
.LOGOTune figure img {
    width: auto !important;
    height: auto !important;
}
    .about .container-fluid{
        padding: 0px;
    }

.marginecustom {
  margin: 200px 0;
    text-align: center;
  font-size: 2em;
  line-height: 1.2;
}

 .filter {
      width: 250px;
      float: right;
      margin-bottom: 30px;
      border: 1px solid #000;
      border-radius: 10px;
      overflow: hidden;
    }

.contrast-switched  .filter {
      border: 1px solid #fff;
}

    .filter #toggleFilter {
      border:0;
      background:#fff;
      padding:10px 15px;
      display: block;
      width: 100%;
      text-align: left;
      position:relative;
      font-weight: bold;
    }

.contrast-switched .filter #toggleFilter {
      background:#000;
      color:#fff;
    }
    .filter #toggleFilter:hover {
      background:#000;
      color:#ffc600;
    }
    .filter #toggleFilter:focus,
    .filter #toggleFilter:focus-visible {
     outline:0;
     }
     
    .filter #toggleFilter::before{
      content:"";
      width: 20px;
      height: 1px;
      background: #000;
      position: absolute;
      right: 15px;
      top: 50%;
    }

    .filter #toggleFilter::after{
      content:"";
      width: 1px;
      height: 20px;
      background: #000;
      position: absolute;
      right: 25px;
      top: calc(50% - 9px);
    }

.contrast-switched .filter #toggleFilter::before,
.contrast-switched .filter #toggleFilter::after{
      background: #fff;
    }
     
    .filter #toggleFilter:hover::before,
    .filter #toggleFilter:hover::after {
      background: #ffc600;
    }
    .filter .filterCheckbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  height: 1rem;
  width: 1rem;
  border-radius: 2rem;
  border: 1px solid #000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
        margin-right: 10px;
}

.contrast-switched .filter .filterCheckbox {
  border: 1px solid #fff;
}

    .filter .filterCheckbox:checked {
  background-color: #ffc600;
}
     
    .filter #checkboxContainer {
  padding: 10px 15px;
}
    .filter #checkboxContainer label {
  display: block;
  font-size: 15px;
}
    .filter #checkboxContainer label.titolo {
  font-size: 18px;
}

    .table-container {
      flex: 1;
    }
    table.portfolio {
      width: 100%;
      border-collapse: collapse;
      border: 0px solid;
    }
     table.portfolio td {
      border: 0px solid;
      padding: 25px 20px;
      text-align: left;
      width: 35%;
      vertical-align: middle;
    }
table.portfolio td.categoria{
    width: 20%;
             
}
table.portfolio td.icn{
width: 10%;
text-align: right;
}       
        
    table.portfolio td.cliente,
    table.portfolio td.titolo,
    table.portfolio td.categoria {
        font-size: 1.3em;
        line-height: 1.2;    
        }
        

table.portfolio td.icn svg {
  width: 45px;
  
}
        
    table.portfolio tr{
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      color: #000;
    background: #fff !important;
    }

table.portfolio tr:hover{
    cursor: pointer !important;
}

.contrast-switched table.portfolio tr{
   
      border-top: 1px solid #fff; 
      border-bottom: 1px solid #fff;
      color: #fff;
    background: #000 !important;
}

.contrast-switched table.portfolio td.icn svg {
  fill: #fff;
  
}
  

    table.portfolio tr:hover td {
      background-color: #000;
      color: #ffc600;
    }

.contrast-switched table.portfolio tr:hover td {
      background-color: #ffc600;
      color: #000;
    }
        
table.portfolio tr:hover td.icn svg{
  fill: #ffc600;

}        
.contrast-switched table.portfolio tr:hover td.icn svg{
  fill: #000;

}
        
    .preview {
      position: fixed; 
      display: none;
      width: 300px;
      height: auto;
      border-radius: 8px;
      box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
      background-color: white;
      z-index: 9999; 
    }


.customport-next,
.customport-prev {
  cursor: pointer;
  padding: .25rem;
  background-color: #fff;
  font-size: 2.5rem;
  line-height: 1em;
  z-index: 11;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .35s cubic-bezier(.61,.005,.115,1.005) 0s;
  -o-transition: all .35s cubic-bezier(.61,.005,.115,1.005) 0s;
  transition: all .35s cubic-bezier(.61,.005,.115,1.005) 0s;
  border-radius: 0;
  opacity: .4;
} 
                              
.customport-next:hover,
.customport-prev:hover{
  -webkit-transition: all .35s cubic-bezier(.61,.005,.115,1.005) 0s;
  -o-transition: all .35s cubic-bezier(.61,.005,.115,1.005) 0s;
  transition: all .35s cubic-bezier(.61,.005,.115,1.005) 0s;
     opacity: 1;                             
}
                              
.customport-next::after, .customport-prev::after {
  display: none;
}
                              
.customport-prev {
  left: 0;
}
                              
.customport-next {
  right: 0;
}

.slide{
  padding: 0;
}


.titolocool {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 10px;
  position: relative;
}

.titolocool::before {
  content:"";
  position: absolute;
  background: #003C74;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: .7;
}

.titolocool .sezioni__breadcrumbs .breadcrumbs,
.titolocool .sezioni__breadcrumbs .breadcrumbs a,
.titolocool .page-header.sezioni__header h1{
    color: #fff;
} 

.titolocool .sezioni__breadcrumbs .breadcrumbs a:hover {
  color: #f7f7f7;
}

.titolocool .page-title{
  margin-bottom: 0;
}
    
.sidebar .widget-sez {
  margin: 0 0 15px 0;
  position: relative;
  display: block;
}    
    
.sidebar .title-widget {
  font-size: 18px;
  color: #0a6ba3;
  margin-bottom: 15px;
  margin-top: 30px;
}

.sidebar .title-widget:first-child {
  margin-top: 0px;
}
.sidebar .list-category{
  margin-left: 0;
  padding: 0 15px;
}

.sidebar .list-category li{
  margin-bottom: 10px;
}

.sidebar .list-category ul {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar .list-category li::marker {
  color: #000;
}

.sidebar .list-category li a {
  font-size:  15px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
}

.sidebar .list-category li.active::marker {
  color: #1bafd1;
}

.sidebar .list-category li.active a {
  color: #1bafd1;
text-decoration:underline;
}

.sidebar .list-category li.active a:hover {
  color: #0a6ba3;
text-decoration:none;
}

.sidebar .list-contenuto{
  margin-left: 0px;
  list-style: none;
}
    
.sidebar .list-contenuto li {
  display: flex;
  justify-content: normal;
  margin: .7rem 0;
  border-bottom: 1px solid #0a6ba3;
  padding-bottom: .7rem;
}
    
.sidebar .list-contenuto li:last-child {
  border-bottom: 0px solid #0a6ba3;
}
    
.sidebar .list-contenuto .leftsm {
  width: 50px;
  display: inline-block;
  position: relative;
}
    
.sidebar .list-contenuto .rightsm {
  width: calc(100% - 60px);
  display: inline-block;
  position: relative;
  margin-left: 5px;
  padding: 0 0 0 15px;
}
    
 .sidebar .list-contenuto .imgsm {
  display: block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar .list-contenuto .datesm {
  display: block;
  font-size: 13px;
  font-weight: 800;
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.sidebar .list-contenuto .catsm {
  font-size: 14px;
  display: block;
  line-height: 1.2;
  font-weight: 600;
  padding-left: 20px;
  position:relative;
  margin-bottom: 5px;
}
.sidebar .list-contenuto .datesm i,  
.sidebar .list-contenuto .catsm i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
    
.sidebar .list-contenuto .titsm {
  font-size: 17px;
  display: block;
  font-weight: 700;
  line-height: 1rem;
  margin-bottom: 5px
}
    
.sidebar .list-contenuto .txtsm {
  font-size: 14px;
  display: block;
  font-weight: 400;
  line-height: 1.1;
}


.sidebar .widget-sez ul.cwta-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .widget-sez ul.cwta-category-list li.cwta-term-item {
 margin: .5rem 0;
 border-bottom: 1px solid #0a6ba3;
 padding-bottom: .5rem;
}
.sidebar .widget-sez ul.cwta-category-list li.cwta-term-item.parent,
.sidebar .widget-sez ul.cwta-category-list li.cwta-term-item:last-of-type {
 border-bottom: 0px solid #0a6ba3;
}
.sidebar .widget-sez ul.cwta-category-list li.cwta-term-item a{
font-size: .9rem;
font-weight: 600;
display: inline-block;
width: calc(100% - 38px);
padding-right: 10px;
}

.sidebar .widget-sez ul.cwta-category-list li.cwta-term-item .cwta-cat-count {
  width: 33px;
  font-size: 13px;
  color: #0a6ba3;
  text-align: right;
  margin: 0;
  display: inline-block;
  font-weight: 600;
}
.sidebar .widget-sez ul.cwta-category-list li.cwta-term-item ul.cwta-subcat-list {
  margin-left: 17px;
}

.section--content ul.pagination {
  list-style-type: none;
  margin: 20px 0;
  padding: 10px;
    display: block;
  width: 100%;
  text-align: center;
}

.section--content ul.pagination li.page-item{
  margin: 0 5px;
    display: inline-block;
}

.section--content ul.pagination li.page-item a{
 padding: 0;
  border: 1px solid #0a6ba3;
  color: #0a6ba3;
  width: 40px;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
    border-radius: 10px;
    transition: .4s;
    font-weight: 600;
}

.section--content ul.pagination li.page-item a:hover{
 background: #1bafd1;
  border: 1px solid #1bafd1;
  color: #fff;
    transition: .4s;
}

.section--content ul.pagination li.page-item span.current{
 padding: 0;
  color: #0a6ba3;
  width: 40px;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
    border-radius: 10px;
    transition: .4s;
    font-weight: 600;
    background: #eeeeee;
 border: 0px;
}

.section--content ul.pagination li.page-item .page-link.dots {
  padding: 0;
  border: 1px solid #eee;
  background: #eee;
  color: #0a6ba3;
  width: 40px;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  transition: .4s;
  font-weight: 600;
}

.section--content ul.pagination li.page-item.disabled .page-link {
  color: #0a6ba3;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border: 0px;
}

/* Responsive */
@media screen and (max-width: 1699px) {
    
table.portfolio td.cliente,
table.portfolio td.titolo,
table.portfolio td.categoria {
  font-size: 1.1em;
  line-height: 1.1;
} 
    
.marginecustom {
  margin: 100px 0;
}
    
.Responsive25{
      height: 100px !important;  
}
    
.contenitore {
  width: 100%;
  height: 600px;
}    
    
}

@media screen and (max-width: 1199px) {
    .icona img{
     width:120px;   
    }  
    
    .icona svg{
     width:80px;   
    }  
    
    .swiper-wrapper .right-column .text-swiper {
  height: 400px;
}    
    
}

@media screen and (max-width: 1024px) {
    
.LOGOTune-testo {
  flex: 2 !important;
}   
    
.LOGOTune{
  flex: 1 !important;
}  

.LOGOTune figure {
  width: 650%;
  margin: 0;
}
    
.swiper-wrapper .right-column .swiper-slide p{
   margin-bottom: 10px;     
}    
    

}

@media screen and (max-width: 991px) {
/*    
.table-responsive {
  overflow-x: auto;
  position: relative;
}

table.portfolio {
  width: 100%;
  min-width: 740px;  
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
}

table.portfolio td.titolo{
  padding: 10px;
  width: 310px;
  background: #fff;
  position: relative; 
}
    
table.portfolio td.categoria{
  padding: 10px;
  width: 190px;
  background: #fff;
  position: relative;
}
    
table.portfolio td.icn{
  padding: 10px;
  width: 80px;
  background: #fff;
  position: relative;      
}

    
table.portfolio td.cliente {
  position: sticky;
  left: 0;
  width: 160px; 
  background: #fff;
  z-index: 2; 
  padding: 10px;
 
}

table.portfolio td.icn svg {
  width: 35px;
}
*/
    
table.portfolio td.cliente{
  font-size: 16px;
  width: 70%;
    padding: 15px 10px;
}
    
table.portfolio td.categoria{
  font-size: 16px;
  width: 30%;
    padding: 15px 10px;
}
    
table.portfolio tr:hover td.categoria svg {
  fill: #ffc600;
}
    
table.portfolio td.categoria svg {
  width: 30px;
  margin-bottom: 5px;
}
    
.swiper-wrapper .right-column .text-swiper {
    height: 310px;
}

.swiper-wrapper .right-column .swiper-slide h3 {
  font-size:1.3rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
    
.swiper-wrapper .right-column .swiper-slide p{
   margin-bottom: 15px;     
} 
    
.left-column {
  padding: 0 5% 0 0;
}    
.right-column {
  padding: 0 0 0 5%;
}    
    
.LOGOTune figure {
  width: 950%;
}
    
}
 
@media screen and (max-width: 768px) {
.about .swiper-container > .swiper-wrapper {
    flex-direction: column;
  }
  .left-column,
  .right-column {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 2% 0;
  }
  .left-column img {
    width: 100%;
    max-height: none;
    margin: 0 auto;
  }
  .text-swiper,
  .image-swiper {
    height: auto;
  }
    
 .logo svg {
  width: 150px;
  height: 37.5px ;
}
    
  .swiper-wrapper .right-column .text-swiper {
    height: 90px;
  }
    
.icona,
 .logo{
     padding: 10px;   
}   
    
.icona svg{
    width: 60px;
}    
    
.contenitore {
    height: 450px;
  }  
    
.Responsive25 {
height: 60px !important;
}
    
.wp-block-column.LOGOTune-testo:not(:only-child){   
flex-basis: calc(85% - 1em) !important;   
}

.wp-block-column.LOGOTune:not(:only-child) {   
flex-basis: calc(15% - 1em) !important;   
}
    
  .LOGOTune figure {
    width: 2500%;
  transform: translateX(0%);
transition: transform 0.5s linear; 
}
    
 .swiper-wrapper .right-column .swiper-slide h3 {
    font-size: 2rem;
  }

.swiper-wrapper .right-column .swiper-slide p {
    font-size: 1.5rem;
  }
    
.marginecustom {
    margin: 60px 0 10px 0;
  }
    
}

@media screen and (max-width: 767px) {
table.portfolio td.cliente{
font-size: 15px;
  width: 60%;
}
    
table.portfolio td.categoria{
font-size: 15px;
  width: 40%;
}
    
}

@media screen and (max-width: 575px) {
    
.Responsive25 {
    height: 30px !important;
  }    
    
.wp-block-column.LOGOTune-testo:not(:only-child){   
flex-basis: calc(90% - 1em) !important;   
}

.wp-block-column.LOGOTune:not(:only-child) {   
flex-basis: calc(10% - 1em) !important;   
}
    
.LOGOTune figure {
  transform: translateX(-5%);
    width: 6000%;
  }
    
  .contenitore {
    height: 350px;
      margin-bottom: 0;
  }
    
.icona svg{
    width: 35px;
}
    
.icona img{
    width: 90px;
}
    
.icona p{
font-size: 13px;
}
    
}



.ctaCTN {
  margin-top: 50px;
}
.whatsappimg {
  margin-bottom: 50px;
  display: block;
}
@media (max-width:991px){
  .ctaCTN {
  margin-top: 20px;
}
 .whatsappimg {
  max-width: 50%;
  margin: 0 auto 30px auto;
}
}
.bottone_cta_wa {
  background: #25d366;
  padding:1rem 2.25rem;
}
.bottone_cta_wa:hover {
  background: #000;
  color: #fff;
}

/*HOMEPAGE NEW SECTION*/
.first-home {
  padding: 6rem 0 2rem 0 ;
}

.bottoni {
  margin-top: 1rem;
  /*! text-align: center; */
}
.bottoni a {
  margin-right:10px;
}  

.bottoni a:last-of-type {
  margin-right:0px;
}  
    
.container-section-3 {
  width: 85%;
background: #0A6BA3;
background: -webkit-linear-gradient(90deg,rgba(10, 107, 163, 1) 0%, rgba(27, 175, 209, 1) 85%);
background: -moz-linear-gradient(90deg,rgba(10, 107, 163, 1) 0%, rgba(27, 175, 209, 1) 85%);
background: linear-gradient(90deg,rgba(10, 107, 163, 1) 0%, rgba(27, 175, 209, 1) 85%);
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
 -webkit-clip-path: polygon(0 0, calc(100% - 230px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 230px) 0, 100% 100%, 0 100%);
}
    
.container-section-3.right {
  margin-left: 15%;
  -webkit-clip-path: polygon(230px 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(230px 0, 100% 0, 100% 100%, 0 100%);
}

.box2-section-3 {
  padding: 60px 0;
  margin-left: 100px;
}
    
.right .box2-section-3 {
  margin-left: 33.333%;
  padding-right: 100px;
}
    
.bubbles-container.list-oriz .bubble {
  display: inline-block;
  text-align: center;
  line-height: 60px;
  margin: 0;
  vertical-align: top;
}

.bubbles-container.list-oriz .bubble .number-only {
  line-height: 60px;
}
    
.bubbles-container.list-oriz .box-text {
  margin-left: 20px;
  margin-top: 0;
  display: inline-block;
}
    
.bubbles-container.list-oriz {
  display: block;
}

.title-sectionTwo-denuncia {
  font-size: 48px;
  font-weight: 600;
  margin-top: 0px !important;
}

.subtitle-sectionTwo-denuncia {
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width:991px) {
.subtitle-sectionTwo-denuncia {
  font-size: 1.5rem;
}
}
.box-text {
  margin-top: 0px;
  margin-left: 100px;
}
.bubbles-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 50px;
}
.bubble {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  position: relative;
}

.bubbles-container .riga .bubble::before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: calc(50% - 1px);
  width: 2px;
  height: 70px;
  border-left: 3px dotted #fff;
  display: block; 
  box-sizing: border-box;
  opacity: 0;                  
  transform: scaleY(0);      
  transform-origin: top center;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: 0.4s;    
}

.fade-in-up.visible .bubble::before {
  opacity: 1;
  transform: scaleY(1);
}

.bubbles-container .riga:has(+ .riga) .bubble::before {
  display: block;
}
.bubbles-container .riga:not(:has(+ .riga)) .bubble::before {
  display: none;
}
    
.bubbles-container .riga:not(:has(+ .riga)) .bubble {
  margin-bottom: 0px;
}

.bubble-text {
  font-size: 32px;
  color: #1666b0;
  font-weight: 500;
}

.text-title-bubble {
  font-size: 23px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 10px;
}
.subtitle-title-bubble {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}
    
.subtitle-title-bubble p{
  margin-bottom: 0px;
  line-height: 1.2;
}

.box-text {
  margin-left: 50px;
  width: 70%;
  margin-top: -5px;
}

.box-button {
  display: flex;
  justify-content: start;
  margin-top: 30px;
  margin-left: 100px;
}

.box-button-inizia {
  margin-right: 150px;
}

.linkFaq {
  font-weight: 600;
  padding-top: 10px;
  font-size: 16px;
  color: #fff;
}

.list-image {
  position: absolute;
  bottom: 0%;
  left: 60%;
  width: 35%;
  height: auto;
  z-index: 10;
}

.right-st .list-image {
  left: auto;
  right: 60%;
}
    
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.section-animated {
  will-change: opacity, transform;
}
    
.icona-list {
  margin: 45px 0;
}



.first-home h1 {
  font-size: 3.5rem;
  line-height: 1.1;
}


.first-home h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 300;
}


.box {
  padding: 30px;
  margin: 2rem 0;
  position: relative;
}
               
.box .box_contenuto{            
  padding: 30px;
}

.box .box_contenuto::after {
  content:"";
  background: #f7f7f7;
  border-radius: 20px;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  position: absolute;
  z-index: 0;
}    
               
.box .box_contenuto .contenuto {
  position: relative;
  z-index: 1;
}
.box .box_contenuto .contenuto h3{               
  color:#0a6ba3;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.box .box_contenuto .contenuto p{  

  text-align: justify;
  margin-bottom: 0;
}
           
    
@media screen and (max-width:1775px) {
    
.bubbles-container.list-oriz .bubble {
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
    
.bubbles-container.list-oriz .bubble .number-only{
  line-height: 40px;
}
    
.bubbles-container.list-oriz .box-text {
  margin-left: 10px;
  width: calc(100% - 55px);
}
        
}

@media screen and (max-width:1500px) {
  
.box2-section-3 {
  padding-top: 40px 0;
  margin-left: 50px;
}

.list-image {
  left: auto;
  right: 20px;
bottom: 10%;
width: 34%;
}
    
.right .box2-section-3 {
  margin-left: 25%;
  padding-right: 20px;
}
    
  .bubbles-container.list-oriz .bubble {
    display: block;
    margin-bottom: 10px;
  }
    
  .bubbles-container.list-oriz .box-text {
    margin-left: 0px;
    width: 100%;
    display: block;
  }
    
.right-st .list-image {
  left: 20px;
  right: auto;
bottom: 10%;
width: 34%;
}
    
.bubbles-container {
  margin-top: 10px;
}
    
.title-sectionTwo-denuncia {
  font-size: 40px;
}
    
}
    
@media screen and (max-width:1300px) {
 .container-section-3 {
 -webkit-clip-path: polygon(0 0, calc(100% - 200px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 200px) 0, 100% 100%, 0 100%);
}
    
.container-section-3.right {
  -webkit-clip-path: polygon(200px 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(200px 0, 100% 0, 100% 100%, 0 100%);
}   
        
}
    
@media screen and (max-width:991px) {
    
.list-image {
  display: none;    
}
    
.container-section-3 {
  width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-clip-path: polygon(0 0, calc(100% - 65px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 65px) 0, 100% 100%, 0 100%);
  padding: 20px 40px 10px 20px;
}
    
.container-section-3.right {
  width: 95%;
  margin-left: 5%;
  margin-top: 0;
  margin-bottom: 0;
-webkit-clip-path: polygon(65px 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(65px 0, 100% 0, 100% 100%, 0 100%);
  padding: 20px 40px 10px 20px;
}
    
.right .box2-section-3 {
margin-left: 4.5%;
padding-right: 20px;
}
    

.icona-list {
  margin: 15px 0;

}
    
.box2-section-3 {
    padding: 20px 40px 20px 20px;
    margin-left: 0;
}
    
.box-text {
  margin-left: 50px;
  width: calc(100% - 50px);
  margin-top: 0;
}
    
.bubbles-container .riga .bubble::before {
  bottom: -75px;
  height: 75px;
}
    
.bubble-text {
  font-size: 20px;
}
    
.bubble {
  width: 42px;
  height: 40px;
  margin-bottom: 75px;
}
    
.section-colored {
    padding: 1rem 0;
}    
    
 .title-sectionTwo-denuncia {
    font-size: 30px;
  }    
    
    
}

@media screen and (max-width:767px) {
.container-section-3,
.container-section-3.right {
    width: 100%;
    -webkit-clip-path: polygon(0 0, calc(100% - 65px) 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    margin: 0;
}  
    
.bubble {
margin-bottom: 40px;
}    
    
.container-section-3,
.container-section-3.right{
  padding: 30px 20px;
}
    
 .box2-section-3,
.right .box2-section-3 {
    padding: 0;
    margin: 0;
  }
    
  .box-text {
    margin-left: 25px;
    width: calc(100% - 25px);
  }
    
.subtitle-sectionTwo-denuncia {
  font-size: 22px;
}
    
.bubbles-container.list-oriz .box-text {
    margin-left: 0;
    width: calc(100% - 70px);
    display: inline-block;
}
    
.bubbles-container.list-oriz .bubble {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 25px;
}
    
.subtitle-title-bubble {
  margin-bottom: 15px;
}
    
.bubbles-container .riga .bubble::before {
display: none !important;
  }
    
.icona-list {
    margin: 5px 0;
  }
    
}

/*404*/

.about {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  transition: all 0.2s ease;
}

.wrapper {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow-x: hidden;
  background: #1bafd1;
}
.wrapper .container {
  margin: 0 auto;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wrapper .container .scene {
  position: absolute;
  width: 100vw;
  height: 100vh;
  vertical-align: middle;
}

.wrapper .container .one,
.wrapper .container .two,
.wrapper .container .three,
.wrapper .container .circle,
.wrapper .container .p404,
.wrapper .container .logo404 {
  width: 60%;
  height: 60%;
  top: 20% !important;
  left: 20% !important;
  min-width: 400px;
  min-height: 400px;
}
    
.wrapper .container .logo404 {
  width: 350px;
  height: auto;
  min-height: inherit;
  min-width: inherit;
  padding: 10px;
  top: 30% !important;
  left: calc(50% - 175px) !important;
  z-index: 2;
  animation: anime404 0.6s cubic-bezier(0.3, 0.8, 1, 1.05) both;
  animation-delay: 1.0s;
}
    
.wrapper .container .logo404 svg .colore01,
.wrapper .container .logo404 svg .colore02{
    fill:#ffffff;
}
.wrapper .container .one .content,
.wrapper .container .two .content,
.wrapper .container .three .content,
.wrapper .container .circle .content,
.wrapper .container .p404 .content {
  width: 600px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: content 0.8s cubic-bezier(1, 0.06, 0.25, 1) backwards;
}
@keyframes content {
  0% {
    width: 0;
  }
}
.wrapper .container .one .content .piece,
.wrapper .container .two .content .piece,
.wrapper .container .three .content .piece,
.wrapper .container .circle .content .piece,
.wrapper .container .p404 .content .piece {
  width: 200px;
  height: 80px;
  display: flex;
  position: absolute;
  border-radius: 80px;
  z-index: 1;
  animation: pieceLeft 8s cubic-bezier(1, 0.06, 0.25, 1) infinite both;
}
@keyframes pieceLeft {
  50% {
    left: 80%;
    width: 10%;
  }
}
@keyframes pieceRight {
  50% {
    right: 80%;
    width: 10%;
  }
}
@media screen and (max-width: 799px) {
.wrapper .container .one,
.wrapper .container .two,
.wrapper .container .three,
.wrapper .container .circle,
.wrapper .container .p404{
    width: 90%;
    height: 90%;
    top: 5% !important;
    left: 5% !important;
    min-width: 280px;
    min-height: 280px;
  }
}
@media screen and (max-height: 660px) {
.wrapper .container .one,
.wrapper .container .two,
.wrapper .container .three,
.wrapper .container .circle,
.wrapper .container .p404 ,
.wrapper .container .logo404{
    min-width: 280px;
    min-height: 280px;
    width: 60%;
    height: 60%;
    top: 20% !important;
    left: 20% !important;
  }
}
.wrapper .container .text {
  width: 95%;
  height: 95%;
  /*! min-width: 400px; */
  min-height: 500px;
  position: absolute;
  margin: 40px 0;
  animation: text 0.6s 1.8s ease backwards;
}
@keyframes text {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
}
@media screen and (max-width: 799px) {
  .wrapper .container .text {
    /*! min-height: 400px; */
    height: 95%;
  }
}
.wrapper .container .text article {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(25%);
}
@media screen and (max-width: 799px) {
  .wrapper .container .text article {
    width: 100%;
  }
}
.wrapper .container .text article p {
  color: white;
  font-size: 18px;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  text-shadow: 6px 6px 7px #003068;
}

.wrapper .container .text article h1 {

  text-shadow: 6px 6px 7px #003068;
}

.wrapper .container .text article button {
  height: 40px;
  padding: 0 30px;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 15px 20px rgba(54, 24, 79, 0.5);
  z-index: 3;
  color: #695681;
  background-color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: all 0.3s ease;
}
.wrapper .container .text article button:hover {
  box-shadow: 0px 10px 10px -10px rgba(54, 24, 79, 0.5);
  transform: translateY(5px);
  background: #fb8a8a;
  color: white;
}
.wrapper .container .p404 {
  font-size: 200px;
  font-weight: 900;
  letter-spacing: 4px;
  color: white;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  animation: anime404 0.6s cubic-bezier(0.3, 0.8, 1, 1.05) both;
  animation-delay: 1.2s;
}
@media screen and (max-width: 799px) {
  .wrapper .container .p404 {
    font-size: 100px;
  }
.wrapper .container .logo404 {
  top: 5% !important;
}  
  
}
@keyframes anime404 {
  0% {
    opacity: 0;
    transform: scale(10) skew(20deg, 20deg);
  }
}
.wrapper .container .p404:last-of-type {
  color: #003068;
  z-index: 1;
  animation-delay: 1s;
  filter: blur(10px);
  opacity: 0.8;
}
.wrapper .container .circle {
  position: absolute;
}
.wrapper .container .circle:before {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  background-color: rgba(54, 24, 79, 0.2);
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 5px 20px 40px rgba(54, 24, 79, 0.25), inset 5px 0px 5px rgba(50, 36, 62, 0.3), inset 5px 5px 20px rgba(50, 36, 62, 0.25), 2px 2px 5px rgba(255, 255, 255, 0.2);
  animation: circle 0.8s cubic-bezier(1, 0.06, 0.25, 1) backwards;
}
@keyframes circle {
  0% {
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 799px) {
  .wrapper .container .circle:before {
    width: 400px;
    height: 400px;
  }
}
.wrapper .container .one .content:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: rgba(54, 24, 79, 0.3);
  border-radius: 100%;
  box-shadow: inset 5px 20px 40px rgba(54, 24, 79, 0.25), inset 5px 0px 5px rgba(50, 36, 62, 0.3), inset 5px 5px 20px rgba(50, 36, 62, 0.25), 2px 2px 5px rgba(255, 255, 255, 0.2);
  animation: circle 0.8s 0.4s cubic-bezier(1, 0.06, 0.25, 1) backwards;
}
@media screen and (max-width: 799px) {
  .wrapper .container .one .content:before {
    width: 300px;
    height: 300px;
  }
}
.wrapper .container .one .content .piece {
  background: #0A6BA3;
  background: -webkit-linear-gradient(90deg,rgba(10, 107, 163, 1) 0%, rgba(27, 175, 209, 1) 85%);
  background: -moz-linear-gradient(90deg,rgba(10, 107, 163, 1) 0%, rgba(27, 175, 209, 1) 85%);
  background: linear-gradient(90deg,rgba(10, 107, 163, 1) 0%, rgba(27, 175, 209, 1) 85%);
}
.wrapper .container .one .content .piece:nth-child(1) {
  right: 15%;
  top: 18%;
  height: 30px;
  width: 120px;
  animation-delay: 0.5s;
  animation-name: pieceRight;
}
.wrapper .container .one .content .piece:nth-child(2) {
  left: 15%;
  top: 45%;
  width: 150px;
  height: 50px;
  animation-delay: 1s;
  animation-name: pieceLeft;
}
.wrapper .container .one .content .piece:nth-child(3) {
  left: 10%;
  top: 75%;
  height: 20px;
  width: 70px;
  animation-delay: 1.5s;
  animation-name: pieceLeft;
}
.wrapper .container .two .content .piece {
  background: #0A6BA3;
  background: -webkit-linear-gradient(90deg,rgba(27, 175, 209, 1) 0%, rgba(10, 107, 163, 1) 85%);
  background: -moz-linear-gradient(90deg,rgba(27, 175, 209, 1) 0%, rgba(10, 107, 163, 1) 85%);
  background: linear-gradient(90deg,rgba(27, 175, 209, 1) 0%, rgba(10, 107, 163, 1) 85%);
}
.wrapper .container .two .content .piece:nth-child(1) {
  left: 0%;
  top: 25%;
  height: 40px;
  width: 120px;
  animation-delay: 2s;
  animation-name: pieceLeft;
}
.wrapper .container .two .content .piece:nth-child(2) {
  right: 15%;
  top: 35%;
  width: 180px;
  height: 50px;
  animation-delay: 2.5s;
  animation-name: pieceRight;
}
.wrapper .container .two .content .piece:nth-child(3) {
  right: 10%;
  top: 80%;
  height: 20px;
  width: 160px;
  animation-delay: 3s;
  animation-name: pieceRight;
}
.wrapper .container .three .content .piece {
  background: #1bafd1;
}
.wrapper .container .three .content .piece:nth-child(1) {
  left: 25%;
  top: 35%;
  height: 20px;
  width: 80px;
  animation-name: pieceLeft;
  animation-delay: 3.5s;
}
.wrapper .container .three .content .piece:nth-child(2) {
  right: 10%;
  top: 55%;
  width: 140px;
  height: 40px;
  animation-name: pieceRight;
  animation-delay: 4s;
}
.wrapper .container .three .content .piece:nth-child(3) {
  left: 40%;
  top: 68%;
  height: 20px;
  width: 80px;
  animation-name: pieceLeft;
  animation-delay: 4.5s;
}   


.box {
  padding: 30px;
  margin: 2rem 0;
  position: relative;
}
               
.box .box_contenuto{            
  padding: 30px;
}

.box .box_contenuto::after {
  content:"";
  background: #f7f7f7;
  border-radius: 20px;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  position: absolute;
  z-index: 0;
}    
               
.box .box_contenuto .contenuto {
  position: relative;
  z-index: 1;
}
.box .box_contenuto .contenuto h3{               
  color:#0a6ba3;
}

@media screen and (max-width:991px){
.first-home {
  padding: 2rem 0;
}
    
.first-home h1 {
  font-size: 2.1rem;
  line-height: 2rem;;
}
    
.first-home h2 {
  font-size: 1.5rem;
 line-height: 1.6rem;
}
    
.imgHome {
  max-width: 450px;
    display: block;
    margin: 0 auto 2rem auto;
}
    
.box {
  padding: 0px;
  margin: 15px 0;
}
    
.box .box_contenuto::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
    
.bottoni {
  margin: 1rem 0 2rem 0;
  text-align: center;
}
    
}