<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* {
  box-sizing: content-box;
}*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,700,800,900');
@import url('https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js');
@import url('https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js');
@import url('https://kit.fontawesome.com/9d755570b5.js');


body {
  font-family: 'Montserrat', sans-serif;
  margin: 0!important;
  font-size: 16px;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin: 5px;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 5px;
}

.container-fluid {
  width:100%;
  margin-left:15px;
  margin-right:15px;
}

.container-fluid::before, .container-fluid::after {
  content: " ";
  display: table;
}

.container-fluid::after {
  clear: both;
}

.p-big {
  font-size:25px;
  line-height:30px;
}

/* Slideshow container -----------------------------------------------------------------------*/

.container-1 {
  width: auto;
  height: 800px;
  position: relative;
  overflow: hidden;
}

.slideshow-container {
  height: 100%;
  position: relative;
  align-items: center;
  background-color: black;
}

.mySlides {
  display: none;
  height: 100%;
}

/* Next &amp; previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px 25px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 30px;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.8);
}

/* Position the "next button" to the right */
.next {
  right: 50px;
}

.prev {
  left: 50px;
}

/* Fading animation */
.fade-slider {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade-slider {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Container */

.position {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}

.sopra-slider {
  position:absolute;
  background-color: rgba(0, 0, 0, 0.80);
  color: rgb(255, 255, 255);
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 200px;
}

.oltre-scritta-home {
  display: block;
  width: auto;
  max-height: 50%; 
  margin:auto; 
  margin-top: 30px;
  padding: 20px;
}

/* Paddings e Margins -----------------------------------------------------------------------*/

.padding-top1 {
  padding-top:10px;
}

.padding-top2 {
  padding-top:20px;
}

.padding-top3 {
  padding-top:30px;
}

.padding-top4 {
  padding-top:40px;
}

.padding-top5 {
  padding-top:50px;
}

.padding-top6 {
  padding-top:60px;
}

.padding-top7 {
  padding-top:70px;
}

.padding-top8 {
  padding-top:80px;
}

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

.padding-top10 {
  padding-top:100px;
}

.padding-top15 {
  padding-top:150px;
}

.padding-bottom1 {
  padding-bottom:10px;
}

.padding-bottom2 {
  padding-bottom:20px;
}

.padding-bottom3 {
  padding-bottom:30px;
}

.padding-bottom4 {
  padding-bottom:40px;
}

.padding-bottom5 {
  padding-bottom:50px;
}

.padding-bottom6 {
  padding-bottom:60px;
}

.padding-bottom7 {
  padding-bottom:70px;
}

.padding-bottom8 {
  padding-bottom:80px;
}

.padding-bottom9 {
  padding-bottom:90px;
}

.padding-bottom10 {
  padding-bottom:100px;
}

.padding-bottom15 {
  padding-bottom:150px;
}

.margin-top1 {
  margin-top:10px;
}

.margin-top2 {
  margin-top:20px;
}

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

.margin-top4 {
  margin-top:40px;
}

.margin-top5 {
  margin-top:50px;
}

.margin-top6 {
  margin-top:60px;
}

.margin-top7 {
  margin-top:70px;
}

.margin-top8 {
  margin-top:80px;
}

.margin-top9 {
  margin-top:90px;
}

.margin-top10 {
  margin-top:100px;
}

.margin-top15 {
  margin-top:150px;
}

.margin-bottom1 {
  margin-bottom:10px;
}

.margin-bottom2 {
  margin-bottom:20px;
}

.margin-bottom3 {
  margin-bottom:30px;
}

.margin-bottom4 {
  margin-bottom:40px;
}

.margin-bottom5 {
  margin-bottom:50px;
}

.margin-bottom6 {
  margin-bottom:60px;
}

.margin-bottom8 {
  margin-bottom:80px;
}

.margin-bottom9 {
  margin-bottom:90px;
}

.margin-bottom10 {
  margin-bottom:100px;
}

.margin-bottom15 {
  margin-bottom:150px;
}

/* CAROUSEL PER VISTA */


.content-carousel {
  display: flex;
  align-items: center;
}

* {
  margin: 0;
   /*padding: 0;*/
   box-sizing: border-box;;
}

.carousel {
  position: relative;
  width: 100%;
}

.carousel__container {
  cursor: grab;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}

.carousel__container.dragging {
  scroll-behavior: auto;
  cursor: grabbing;
}

.carousel__container::-webkit-scrollbar {
  display: none;
}

.carousel__item {
  padding: 16px 8px;
  flex: 0 0 auto;
  width: calc(100% / 4);
  display: table-cell;
}

.carousel__container[data-step="4"] .carousel__item {
  width: calc(100% / 4);
}

.carousel__container[data-step="3"] .carousel__item {
  width: calc(100% / 3);
}

.carousel__container[data-step="2"] .carousel__item {
  width: calc(100% / 2);
}

.carousel__container[data-step="1"] .carousel__item {
  width: calc(100% / 1);
}

@media screen and (max-width: 1200px) {
  .carousel__item,
  .carousel__container[data-step="4"] .carousel__item {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 950px) {
  .carousel__item,
  .carousel__container[data-step="4"] .carousel__item,
  .carousel__container[data-step="3"] .carousel__item {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 600px) {
  .carousel__item,
  .carousel__container[data-step="4"] .carousel__item,
  .carousel__container[data-step="3"] .carousel__item,
  .carousel__container[data-step="2"] .carousel__item {
    width: calc(100% / 1);
  }
}

.carousel__control {
  font-size: 16px;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #000;
  background: transparent;
  cursor: pointer;
  transition: all .3s;
}

.carousel__control.prev {
  left: -45px;
}

.carousel__control.next {
  right: -40px;
}

.carousel__control:hover {
  opacity: 1;
}

.carousel__item img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-select: none;
  width: 280px!important;
  max-width: 280px!important;
}

.titolo-carousel {
  background-color: #d85427;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 10px;
  color: #ffffff;
}

.respoimg {
  width:100%;
  height:auto;
}

/* riga dei contatti -----------------------------------------------------------------------*/

.riga-contatti {
  height: 150px;
  width: 100%;
  position: relative;
  color: #ffffff;
  background-color: black;
  padding-top: 30px;
}

.r-flex-contatti {  
  display: flex;
  flex-direction: row;
}

.testo-contatti {
  font-size: 30px;
}

.pulsante-contatti {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
  background-color: #D85427;
  border: none;
  padding: 15px 25px;
  border-radius: 30px;
}

ion-icon {
  font-size: 20px;
  text-align: left;
  padding-right: 5px;
}

.distanza {
  margin-top: 100px;
}

.contatti-flex {
  width: 50%;
  height: auto;
}

/* la nostra mission -----------------------------------------------------------------------*/

.blocco-mission {
  /*height: 500px;*/
  width: 100%;
  position: relative;
}

.immagine-mission {
  width: 100%;
  margin-top: 15%;
}

/* obbiettivi del progetto -----------------------------------------------------------------------*/

.blocco-progetto {
  /*height: 1000px;*/
  width: 100%;
  position: relative;
}

.immagine-progetto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.immagine-progetto-res {
  aspect-ratio: 1/1;
  overflow: hidden;
}



/* ESG -----------------------------------------------------------------------*/

.item &gt; h3 {
  font-size: 30px;
  text-align: center;
  background-color: black;
  padding: 10px;
}

.item h4 {
  padding: 0 50px;
}

.item &gt; p, .item &gt; li {
  padding: 0 50px;
}

.e {
  color:#527E4B ;
}

.s {
  color: #ECA045;
}

.g {
  color: #2E6A9A;
}

/* metodo -----------------------------------------------------------------------*/

.metodo-blocco {
  width: auto;
}

.center-text {
  text-align: center;
}

.metodo {
  padding: 20px;
}

.metodo h3 {
  font-size: 100px;
  text-align: center;
  color: #D85427;
  margin: 10px 0;
  font-weight: 800;
}

.div-colum-l {
  border-left: 1px solid black;
}

.div-colum-r {
  border-right: 1px solid black;
}

/* i nostri valori -----------------------------------------------------------------------*/


.bg-black {
  background-color:#000000;
}

.white {
  color:#ffffff;
}

.div-title {
  min-height:450px;
}

.text-center {
  text-align:center;
}

.mini-title {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.min-h {
  min-height: 300px;
}

.mini-title::after {
  content: '';
  width: 25px;
  height: 25px;
  background-color: #D85427;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* grid -----------------------------------------------------------------------*/

.grid-container-v {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: 50% 50%;
  z-index: 1;
}

.grid-cell-v {
  text-align: center;
  background-color: #000000;
  transition: 0.5s;
  /*width: 100%;*/
  /*padding-top: 100%;*/
  aspect-ratio: 2/1;
  position: relative;
}

.grid-cell-v:hover {
  background-color: #D85427;
}

.pri-1-v {
  grid-row-start: 1;
  grid-row-end: 5;
}

/* flex -----------------------------------------------------------------------*/

.margin-100 {
  margin-left: 50px;
  margin-right: 50px;
}

.padding-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.r-flex {  
  display: flex;
  flex-direction: row;
}

.c-flex {  display: flex;
  flex-direction: column;
}

.container-flex {
  width: 100%;
  /*height: 500px;*/
  align-items: flex-start;
  position: relative;
}

.item {
  width: 30%;
  height: 100%;
}

.container-flex {
  display: flex;
  flex-direction: row;
}

.text-block {
  width: 50%;
  height: auto;
}

.image-block {
  width: 50%;
  height: auto;

}

.text-block-3 {
  width: 30%;
  height: auto;

}

.image-block-3 {
  width: 30%;
  height: auto;

}

.text-block-4 {
  width: 25%;
  height: auto;

}

.image-block-4 {
  width: 25%;
  height: auto;

}

.item-1 {
  flex-grow: 1;
}

.item-2 {
  flex-grow: 1;
}

.item-3 {
  flex-grow: 1;
}

/* responsive -----------------------------------------------------------------------*/


/* 1200 PX */
@media (max-width: 1200px) {
  .grid-cell-v {
    aspect-ratio: 1/1;
  }

  .grid-cell-v h3, .grid-cell-v:hover h3 {
    top: 10px;
  }

  .grid-cell-v h3 {
    font-size: 25px;
  }

  .grid-cell-v:hover h3 {
    font-size: 20px;
  }

  .grid-cell-v:hover p {
    top: 60px;
  }

  .valori-blocco h2 {
    font-size: 60px;
    margin: 10% 0;
    text-align: center;
  }

  .margin-100 {
    margin-left: 50px;
    margin-right: 50px;
      
  }
}

/* 900 PX */

@media (max-width: 900px) {
  .grid-cell-v {
    /*padding-top: 50%;*/
    aspect-ratio: 2/1;
  }  

  .grid-container-v {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto ;
  }

  .pri-1-v {
    grid-column-end: 3;
    grid-column-start: 1;
    grid-row-start: 0;
    grid-row-end: 0;
  }
}

/* 800 PX */

@media (max-width: 800px) {
  .div-colum-l, .div-colum-r {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid black;
  }  

  .metodo {
    padding: 0 0 30px 0;
  }  

  .metodo p {
    text-align: center;
  } 

  .metodo h3 {
    margin: 10px;
  }  

  .pulsante-contatti {
    font-size: 20px;
    right: 0;
    margin: auto;
    display: block;
  }

  .container-flex {
    flex-direction: column;
  }

  .item {
    width: 100%;
    padding: 0;
  }

  .testo-contatti {
    font-size: 20px;
    display: none;
  }

  .text-block-4 {
    width: 100%;
      
  }

  .esg {
    margin-top: 50px;
  }

  .distanza {
    margin-top: 50px;
  }

  .r-flex {
    flex-direction: column;
  }

  .image-block {
    width: 70%;
    margin: auto;
    display: block;
  }

  .text-block {
    width: auto;
  }

  h2 {
    font-size: 40px;
  }

  .item h3 {
    font-size: 20px;
  }
}


/* 700 PX */

@media (max-width: 700px) {

  .p-big {
    font-size:16px;
    line-height:20px;
  }

  .pri-1-v {
    grid-column-end: 1;
    grid-column-start: 0;
    grid-row-start: 0;
    grid-row-end: 0;
  }

  .grid-container-v {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }

  .cerchio-a {
    top: 30px;
  }

  .valori-blocco h2 {
    font-size: 40px;
    margin: 10% 0;
    text-align: center;
  }

  .r-flex-contatti {
    flex-direction: column;
  }

  .riga-contatti {
    padding: 0;
    height: 100px;
  }

  .oltre-scritta-home {
    padding: 0;
  }

  .sopra-slider {
    height: 100px;
  }

  .prev, .next{
    display: none;
  }

  .container-1 {
    height: auto;
  }
}

/* 500 PX */
@media (max-width: 500px) {
  .testo-contatti {
    display: none;
  }
}

.tabellaservizi p{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.42857143;
  margin-left: 15;
  color: #333;
  background-color: #fff;
}

.colonnainriga {
  display: inline-block;
}</pre></body></html>