/* */
.widget.docenti .info {
    font-size: 16px;
    color: #1c6c33;
}

.widget.docenti .row2 .content {
    background-color: #7ab5a1;
}

.widget.docenti .row2 .content .block {
    float: left;
}

.widget.docenti .row2 .content .block1 {
    width: 30%;
}

.widget.docenti .row2 .content .block2 {
    width: 70%;
}

.widget.docenti .row2 .content .fascia {
    background-color: #ff7401;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 20px;

}

.widget.docenti .row2 .content .fascia {
    font-size: 18px;
}

@media screen and (min-width: 992px) {
    .widget.docenti .row2 .content .fascia {
        margin-left: -30px;
    }
}

@media screen and (max-width: 991px) {
    .widget.docenti .row2 .content .mat {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* */
.widget.docenti .fascia-testo {
    font-size: 18px;
}

.widget.docenti .block p {
    font-size: 18px;
}

/* */
.widget.docenti .fascia2 {
    margin-top: 50px;
    background-image: url('/assets/skuolapp/img/docenti/ragazzo-vittima-cyberbullismo.jpg');
    background-position: top center;
    background-size: cover;
    height: 500px;
}

.widget.docenti .fascia2 .block {
    background: #ff7401;
    padding: 20px;
    margin-top: 50px;
    color: #fff;
}

.widget.docenti .fascia2 .block h2 {
    margin: 0;
    font-size: 32px;
}

/* */
.widget.docenti .fascia3 {
    margin-top: 80px;
}

.widget.docenti .fascia3 p {
    color: #1c6c33;
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .widget.docenti .fascia3 .logo-verde {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* */
.widget.docenti .fascia4 {
    margin-top: 100px;
    background-image: url('/assets/skuolapp/img/docenti/studenti-in-biblioteca-tablet.jpg');
    background-position: top center;
    background-size: cover;
    height: 500px;
}

.widget.docenti .fascia4 .block {
    background: #ff7401;
    padding: 20px;
    color: #fff;
    margin-top: -50px;
}

.widget.docenti .fascia4 .block h2 {
    margin: 0;
    font-size: 32px;
}

/* */
.widget.docenti .fascia5 p {
    font-size: 16px;
}

.widget.docenti .fascia5 .block {
    background: #85c298;
    color: #ffffff;
    padding: 20px;
}