#dove-siamo {
    padding-top: 4%;
}

.ds-title {
    font-weight: 800;
    color: #009FE3;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 0.2px;
}

.ds-title-green {
    font-weight: 800;
    color: #006;
    font-size: 36px;
    letter-spacing: 0.2px;
}

.img-ds {
    height: 140px;
    width: auto;
}

.subtitle-ds {
    font-size: 18px;
    color: #777;
    font-weight: 600;
}

.subtitle-ds strong {
    font-weight: 800!important;
}

.separator-ds {
    height: 1px;
    background-color: #888;
    margin-left: 15px;
    margin-right: 15px;
}

.bckp-light-green {
    background-color: #F6FAF9;
}

.subtitle-ds-parco {
    font-size: 18px;
    color: #777;
    font-weight: 600;
}
.subtitle-ds-parco strong {
    font-weight: 600!important;;
}

@media (max-width: 768px) { 
    .img-ds {
        height: 80px;
        width: auto;
    }

    .ds-title {
        font-size: 22px;
        line-height: 40px;
    }
    .ds-title-green {
        font-size: 18px;
        line-height: 16px;
    }
    
    .subtitle-ds {
        font-size: 16px;
    }
}

#div-orari-ds {
    /*background-color: #F6FBFA;
    background-image: url("../images/image/background-verde-dove-siamo-convergenze.png");
    background-size: cover;
    background-position: bottom;*/

    background:linear-gradient(180deg, #03C 0%, #050259 50%);
}

.div-orari-ds-title {
    color: white;
    font-size: 36px;
    font-weight: 800;
}

.div-orari-ds-text {
    color: white;
    font-weight: 600;
    font-size: 24px;
}

.list-orari li {
    color: white;
    font-weight: 600;
    font-size: 24px;
}

.img-orari {
    height: 130px;
}

.img-logo-parco {
    height: 130px;
}
.img-logo-parco-home {
    height: 130px;
}

@media (max-width: 768px) { 
    .div-orari-ds-title {
        font-size: 24px;
       
    }

    .div-orari-ds-text {
        font-size: 20px;
    }

    .list-orari li {
        font-size: 20px;
    }

    .img-orari {
        height: 110px;
    }

    #div-orari-ds {
        /*background-image: url("../images/image/background-verde-dove-mobile-siamo-convergenze.png");
        background-size: cover;
        background-position: bottom;*/

        background:linear-gradient(180deg, #03C 0%, #050259 50%);        
    }
    .img-logo-parco {
        height: 130px;
    }
    .img-logo-parco-home {
        height: 80px;
    }
}

@media (max-width: 380px) { 
    .list-orari li {
        font-size: 14px;
    }
    .img-orari {
        height: 100px;
    }
    .img-logo-parco {
        height: 130px;
    }
    .img-logo-parco-home {
        height: 80px;
    }
}



.div-cilento-ds {
    background-color: #F6FAF9;
}

.text-cilento-ds {
    font-size: 20px;
    color: #777;
    font-weight: 800;
    line-height: 22px;
}

.text-cilento-ds strong {
    font-weight: 800!important;
    color: #01A8F8;
}

.div-cilento-green-text {
    background-color: #006;
    color: white;
    font-size: 18px;
    font-weight: 800;
    padding: 5px 20px;
}

.div-cilento-blue-text {
    background-color: #009FE3;
    color: white;
    font-size: 18px;
    font-weight: 800;
    padding: 5px 20px;
}



#div-image-cilento {
    background-image: url("../images/image/background-trentinara-desktop-academy-convergenze.jpg");
    height: 1050px;
    background-size: cover;
    margin-bottom: 0px;
}

#div-image-convergenze-innovation {
    background-image: url("../images/image/background-trentinara-desktop-academy-convergenze.jpg");
    height: 1050px;
    background-size: cover;
    margin-bottom: 0px;
    background-position: center;
}

.padding-academy{
    padding-top: 3rem !important;
    padding-bottom: 1.5rem !important;
  
}

.padding-portecilento{
    padding-top: 1.5rem !important;
}


@media (max-width: 768px) { 
   

    .text-cilento-ds {
        font-size: 18px;
    }
    .div-cilento-green-text {
        font-size: 18px;
        line-height: 20px;
    }
    .div-cilento-blue-text {
        font-size: 18px;
        line-height: 20px;
    }

    #div-image-cilento {
        background-image: url("../images/image/background-trentinara-mobile-academy-convergenze.jpg");
        height: 256px;
    }

    .padding-academy{
        padding-top: 2rem !important;
        padding-bottom: 1.5rem !important;
      
    }

    .padding-portecilento{
        padding-top: 0.5rem !important;
    }

    #div-image-convergenze-innovation {
        background-image: url("../images/image/background-trentinara-desktop-academy-convergenze.jpg");       
        background-size: cover;
        margin-bottom: 0px;
        height: 256px;
        background-position: center;
    }
}

