@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);

.bg-primary{
    background-color: #007bff;
}

.bg-secondary{
    background-color: #6c757d;
}

.bg-success{
    background-color: #28a745;
}

.bg-danger{
    background-color: #dc3545;
}

.bg-warning{
    background-color: #ffc107;
}

.bg-info{
    background-color: #17a2b8;
}

.bg-light{
    background-color: #f8f9fa;
}

.bg-dark{
    background-color: #343a40;
}

.bg-white{
    background-color: #ffffff;
}

.bg-lightgrey{
  background-color: lightgrey;
}

.bg-ultralightgrey{
  background-color: rgb(241, 239, 239);
}

.text-primary{
    color: #0d6efd;
}

.text-secondary{
    color: #6c757d;
}

.text-success{
    color: #28a745;
}

.text-danger{
    color: #dc3545;
}

.text-warning{
    color: #ffc107;
}

.text-info{
    color: #0dcaf0;
}

.text-light{
    color: #f8f9fa;
}

.text-dark{
    color: #212529;
}

.text-white{
    color: #ffffff;
}

.text-lightgrey{
    color: lightgrey;
}


.text-transparent{
  color: transparent;
}






  .left {
    text-align: left;
  }
  
  .right {
    text-align: right;
  }
  
  .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  
  /* ==== GRID SYSTEM ==== */
  



  
  .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .row {
    position: relative;
    width: 100%;
  }
  
  .row [class^="col"] {
    float: left;
    margin: 0.5rem 2%;
    min-height: 0.125rem;
  }

  .forgrid{
    width: 100%;
    margin: 0 4%;
  }

  .forgrid [class^="col"] {
    float: left;
    margin: 0rem 0%;
    min-height: 0.125rem;
  }

  .nomargin{
    margin: 0 2%;
  }
  
  @media only screen and (max-width: 959px) {
    
    .forgrid{
      width: 100%;
      margin: 0 0%;
    }

    .forgrid [class^="col"] {
      float: left;
      margin: 0.5rem 2%;
      min-height: 0.125rem;
    }

  }


  .no-left-margin {
    margin-left: 0px; 
}

  .col-60,
  .col-40,
  .col-icon,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 96%;
    display: flex;
    align-items: center; 
  }
  
  .col-60-sm {
    width: 50%;
  }

  .col-40-sm {
    width: 42%;
  }

  .col-icon-sm{ /*divide in 5 elementi*/
    width: 17.6;
  }

  .col-1-sm {
    width: 4.33%;
  }
  
  .col-2-sm {
    width: 12.66%;
  }
  
  .col-3-sm {
    width: 21%;
  }
  
  .col-4-sm {
    width: 29.33%;
  }
  
  .col-5-sm {
    width: 37.66%;
  }
  
  .col-6-sm {
    width: 46%;
  }
  
  .col-7-sm {
    width: 54.33%;
  }
  
  .col-8-sm {
    width: 62.66%;
  }
  
  .col-9-sm {
    width: 71%;
  }
  
  .col-10-sm {
    width: 79.33%;
  }
  
  .col-11-sm {
    width: 87.66%;
  }
  
  .col-12-sm {
    width: 96%;
  }
  
  .row::after {
      content: "";
      display: table;
      clear: both;
  }
  
  .hidden-sm {
    display: none;
  }
  

  .title-img-puro-border{
    position:absolute; 
    top: -150%; 
    width:100%
  }
  .title-img-puro-border > img{
      padding-left: 30px;
      padding-right: 30px;
      height: 60px;
      width: auto;
  }

  .title-img-sbs-border{
    position:absolute; 
    top: -110%; 
    width:100%
  }
  .title-img-sbs-border > img{
      padding-left: 30px;
      padding-right: 30px;
      height: 50px;
      width: auto;
  }

  

  
  @media only screen and (min-width: 959px) {  /* 720px */

    .row{
        display: flex;
    }

    .col-60 {
      width: 50%;
    }
  
    .col-40 {
      width: 42%;
    }

    .col-icon{ /*divide in 5 elementi*/
      width: 17.6;
    }

    .col-1 {
      width: 4.33%;
    }
  
    .col-2 {
      width: 12.66%;
    }
  
    .col-3 {
      width: 21%;
    }
  
    .col-4 {
      width: 29.33%;
    }
  
    .col-5 {
      width: 37.66%;
    }
  
    .col-6 {
      width: 46%;
    }
  
    .col-7 {
      width: 54.33%;
    }
  
    .col-8 {
      width: 62.66%;
    }
  
    .col-9 {
      width: 71%;
    }
  
    .col-10 {
      width: 79.33%;
    }
  
    .col-11 {
      width: 87.66%;
    }
  
    .col-12 {
      width: 96%;
    }
  
    .hidden-sm {
      display: block;
    }

    .title-border-20{
        position:absolute; 
        top:-20px; 
        width:100%
    }
    .title-border-20 > span{
        padding-left: 40px;
        padding-right: 40px;
    }

    
    .title-img-puro-border{
      position:absolute; 
      top: -55%; 
      width:100%
    }
    .title-img-puro-border > img{
        padding-left: 40px;
        padding-right: 40px;
        height: 80px; 
        width: auto;
    }

    .title-img-sbs-border{
      position:absolute; 
      top: -45%; 
      width:100%
    }
    .title-img-sbs-border > img{
        padding-left: 40px;
        padding-right: 40px;
        height: 70px; 
        width: auto;
    }
    
  }




.text-proximanova{
    font-family: 'proxima-nova', sans-serif;
}

.fs-12{
  font-size: 12px;
  line-height: 18px;
}

.fs-13{
  font-size: 13px;
  line-height: 17px;
}

.fs-14{
  font-size: 14px;
  line-height: 18px;
}

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

.fs-18{
    font-size: 18px;  /*Change*/
    line-height: 22px;
}

.fs-19{
  font-size: 19px;
  line-height: 23px;
}

.fs-20{
  font-size: 20px;
  line-height: 24px;
}

.fs-21{
  font-size: 21px;
  line-height: 25px;
}

.fs-22{
  font-size: 22px;
  line-height: 26px;
}

.fs-24{
    font-size: 24px;  /*Change*/
    line-height: 29px;
}

.fs-30{
    font-size: 30px;
    line-height: 34px;
}


.pt-row{
  padding-top: 70px; /*padding-top: 100px;*/
}


.mt-row{
  margin-top: 70px;  /*margin-top: 140px;*/
}

.img-1row-pt{
    padding-top: 0px;
}

.grid-text-pt{
  padding-top: 50px;
}

.grid-title-pt{
  padding-top: 0px;
}

.grid-line-mt{
  margin-top: 10px; /*margin-top: 20px;*/
}

.pt-imgrow-20{
  padding-top: 0px;
}

@media only screen and (max-width: 959px) {

  .pt-imgrow-20{
    padding-top: 20px;
  }

  .container {
    width: 98%;
  }

  .pt-row{
      padding-top: 30px;
  }

  .mt-row{
      margin-top: 70px;
  }

  .img-1row-pt{
      padding-top: 40px;
  }

  .grid-text-pt{
    padding-top: 25px;
  }

  .grid-title-pt{
    padding-top: 20px;
  }
}

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

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

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

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

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

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

.pt-0{
    padding-top: 0px;
}



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

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

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

.pl-10{
    padding-left: 10px;
}

.pl-20{
    padding-left: 20px;
}

.pl-30{
    padding-left: 30px;
}

.pr-10{
    padding-right: 10px;
}

.pr-20{
    padding-right: 20px;
}

.pr-30{
    padding-right: 30px;
}


.bordertop{
  border-top: 3px solid rgb(236, 236, 236);
}

.bordertop-middle{
    width: 30%;
}

.text-bold{
    font-weight: bold;
}


.container-80{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-70{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}




.footer-icon-logo {
  max-width: 30%;     /* MOD da 50 a30 */
  height: auto;
  margin-bottom: 10px; 
}

.footer-icon-text {
  margin-top: 10px; 
  white-space: nowrap; /* Impedisce il testo di andare a capo */
  gap: 5px; /* Spaziatura tra il testo e l'immagine (opzionale) */
}



@media only screen and (max-width: 959px) {  /* 540px */

  .footer-icon-logo {
    max-width: 20%;   /* mod da 30 a 20*/
    height: auto;
    margin-bottom: 10px; 
  }
  
  .footer-icon-text {
    margin-top: 0px; 
  }

}


/*Triangolo immagine*/
.image-container {
  position: relative; 
  display: inline-block;
  overflow: hidden; 
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}


.forgrid-mobile{
  display: none;
}

.forgrid-desktop{
  display: flex;
}

@media only screen and (max-width: 959px) {

  .forgrid-mobile{
    display: block;
  }

  .forgrid-desktop{
    display: none;
  }

}



@media only screen and (min-width: 959px) { /* 540px */
  .triangle-bottom::after {
    content: "";
    position: absolute;
    bottom: 0; 
    left: 50%;
    transform: translateX(-50%); 
    border-left: 40px solid transparent; 
    border-right: 40px solid transparent;
    border-bottom: 20px solid white; 
  }


  .triangle-right::after {
    content: "";
    position: absolute;
    top: 50%; 
    right: 0;
    transform: translateY(-50%); 
    border-top: 40px solid transparent; 
    border-bottom: 40px solid transparent;     
    border-right: 20px solid white; 
  }

  .triangle-left::after {
    content: "";
    position: absolute;
    top: 50%; 
    left: 0;
    transform: translateY(-50%); 
    border-top: 40px solid transparent; 
    border-bottom: 40px solid transparent;     
    border-left: 20px solid white; 
  }
}

.triangle-bottom-mobile::after {
  content: "";
  position: absolute;
  bottom: 0; 
  left: 50%;
  transform: translateX(-50%); 
  border-left: 40px solid transparent; 
  border-right: 40px solid transparent;
  border-bottom: 20px solid white; 
}
/***************************************************/
