body {
    font-size: 13px;
    line-height: 17px;
  }
  
  /* FONT */

.quatro-26{
    font-size: 15px;
    line-height: 19px;
}

.quatro-40{
    font-size: 20px;
    line-height: 24px;
}

.quatro-60{
    font-size: 26px;
    line-height: 32px;
}

.quatro-70{
    font-size: 40px;
    line-height: 48px;
}

.box-text {
    height: 350px;
}

.box-images .box-peyoff .triangolo-testo .text {
    height: 120px;
}

.box-images .box-peyoff .triangle-left {
    border-bottom: 120px solid var(--color-primary);
}

.box-images .box-peyoff .triangle-right {
    border-bottom: 120px solid transparent;
}

.box-images .box-peyoff {
    top: -60px;
}

.box-images img {
    height: 450px;
}






.activity .activity-box:nth-child(1){
    height: 120px;
    padding: 20px 40px;
    width: 100%;
    background: white;
}

.activity .activity-box:nth-child(2){
    height: 120px;
    padding: 20px 40px;
    width: 100%;
    background: linear-gradient(to right,  #f7f7f7 0%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.activity .activity-box:nth-child(3){
    height: 120px;
    padding: 20px 40px;
    width: 100%;
    background: white;
}

.activity .activity-box:nth-child(4){
    height: 120px;
    padding: 20px 40px;
    width: 100%;
    background: linear-gradient(to right,  #f7f7f7 0%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.activity .activity-box:nth-child(5){
    height: 120px;
    padding: 20px 40px;
    width: 100%;
    background: white;
}

.activity .activity-box:nth-child(6){
    height: 120px;
    padding: 20px 40px;
    width: 100%;
    background: linear-gradient(to right,  #f7f7f7 0%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.activity .activity-box:nth-child(7){
    height: 120px;
    padding: 20px 40px;
    width: 100%;
    background: white;
}

.renewable-energy .general-text{
    padding: 40px;
}




.renewable-product .boxproduct-text .icon {
    height: 40px;
    width: auto;
    margin-left: 10px;
}

.renewable-product .boxproduct-text .text {
    width: 280px;
    height: 75px;
}

.renewable-product .triangle-left {
    border-bottom: 75px solid var(--color-secondary);
    border-left: 35px solid transparent;
}

.renewable-product .triangle-left.white {
    border-bottom: 75px solid white;
}

.photovoltaic-specification {
    flex-direction: column;
}

.photovoltaic-specification .title-specification {
    width: 100%;
    height: 60px;
    border-radius: 10px 10px 0 0;
    text-align: left;
    justify-content: flex-start;
    padding-left: 25px;
}

.photovoltaic-specification .text-specification {
    width: 100%;
    border-radius: 0 0 10px 10px;
    align-items: end;
}

.photovoltaic-specification .box-icon {
    width: 90px;
    height: 90px;
    margin-bottom: -60px;
}

.photovoltaic-specification .box-specification {
    align-items: end;
    margin-bottom: 15px;
}

/* INSTALLAZIONE */

.installation-sequence .container-sequence{
    top: -35px;
    flex-wrap: wrap;
}
  
.installation-sequence .container-sequence .box-sequence{
    width: 150px;
    margin-bottom: 15px;
}

.installation-sequence .title-deductions{
    margin-top: 180px;
}


/* CLIENTI */

.padding-separation {
    flex-direction: column;
}

.point-of-sale .container-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.point-of-sale .gallery-sale {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.point-of-sale .img-shop-slider {
    height: 300px;
}

.point-of-sale .conteiner-slider .triangle-white {
    display: none;
}

.client .img-client-slider {
    height: 200px;
    width: 300px;
}


.container-collaborations .box-icon .icon-collaborations{
    height: 40px;
    width: auto;
}

.footer .footerSX {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.footer .footerSX .address {
    padding-left: 0;
    margin-left: 0;
    border: 0;
    margin-top: 20px;
}

.footer .footerDX li {
    text-align: center;
}

ul {
    padding-left: 0;
    margin-top: 30px;
    border-top: 1px solid white;
    padding-top: 30px;
}