body{
    background-image: url(/img/sfondo-header-formazione.jpg);
    background-size: cover;
    background-attachment: fixed;
}
#aboutFormazione, #corsi, #agevolazioni, #aboutFormazioneDue, footer{
    background-color: #131313;
}
#citDue, #citTre{
    background-color: transparent;
}
header{
    overflow: hidden;
}
header::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}
header .wrapper{
    position: absolute;
    bottom: 0px;
    right: 5%;
    z-index: 2;
    background-color: rgba(19,19,19,.5);
    border-radius: 10pt;
    padding: 10px;
}
header .wrapper.active{
    position: fixed;
}
h1{
    text-align: left;
}
h2{
    color: #131313;
}
h2 span, #aboutFormazioneDue h2{
    color: #379975;
}
h3{
    color: #379975;
}
h5{
    margin: 0;
    color: #379975;
    font-weight: 700;
    text-transform: uppercase;
}

nav li.col-10{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
nav .boxImg{
    max-width: initial;
}
nav .logo img{
    object-fit: contain;
    max-width: 300px;
    height: 150px;
    max-height: 300px;
    transition: all .5s ease-in;
}
#uniLogo[data-aos="fondo"]{
    stroke: #FFFFFF;
}
.aos-animate[data-aos="fondo"] .boxImg img{
max-width: 3vw;
max-height: 5vh;
}
#aboutFormazione h4{
    text-transform: uppercase;
}
#aboutFormazione h4 a{
    color: #131313;
}
#aboutFormazione span{
    color: #379975;
    font-size: 2em;
}
.wrapperTitoli .spanFormazione{
    color: #379975;
}
.wrapper .boxImg{
    width: 30px;
    height: 30px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 30px;
    animation: drill 3s 2s linear infinite;
}
.wrapper .boxImg:nth-of-type(2){
    margin: 0;
    animation: movinUp 3s 2s linear infinite;
}
.wrapper .boxImg img{
    width: 100%;
    transition: all 1s ease;
}
@keyframes movinUp{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(0);
    }
}
@keyframes drill{
    0%{
        transform: rotate(0);
    }
    50%{
        transform: rotate(-10deg);
    }
    100%{
        transform: rotate(0);
    }
}
.btn{
    --c: #379975;
    text-transform: uppercase;
}

.btn{
    border-color: #379975;
}
#aboutFormazione{
    text-align: center;
    padding: 0;
}
#aboutFormazione .row{
    align-items: center;
}
.row-principale{
    height: 80vh;
}
#aboutFormazione p, #aboutFormazione h4, #aboutFormazione h5, .spanFormazione{
    color: #131313;
}
.col-3{
    height: 100%;
    background-color: #ffffff;
}
.grande{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grande, .grande h5, .col-4:nth-of-type(3) h5{
    text-align: left;
}
svg, h5, #agevolazioni .svgContainer{
    display: inline;
}
.col-9{
    height: auto;
}
.col-9 .row{
    align-items: center;
}

#aboutFormazione h4{
    margin-bottom: 25px;
}

.boxText{
    padding: 0px 15px;
}
#aboutFormazione .col-4{
    background-color: #ffffff;
    width: 31%;
    margin: 0px 1%;
    padding: 50px 15px;
}
#aboutFormazione .col-4 .btn{
    margin: 10px auto;
}
#aboutFormazione .col-4 .btn a{
    color: #131313;
}
.boxText .row{
    align-items: center;
    margin: 5px 0px;
}
.boxText a h5, #agevolazioni a h5{
    padding-left: 20px;
    background-image: url(/img/svg/arrow-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .5s ease;
    line-height: 80%;
}
.boxText a:hover h5, #agevolazioni a:hover h5{
    background-position: 100% center;
    padding: 0px 20px 0px 0px;
}/*  */
#citDue h2{
    color: #FFFFFF;
    text-shadow: 2px 2px rgba(55,153,117,.6);
}
/**/
#citUno/* , #citDue, #citTre */{
    background-color: #ffffff;
}
#citUno .row{
    align-items: center;
}
#citUno .col-8{
    padding: 0;
}
#citUno h2{
    text-align: right;
    font-size: 1.9em;
}
#citUno p{
    color: #131313;
}
#citUno .btn{
    margin: 0 auto;
    margin-bottom: 25px;
}
#citUno .btn:nth-of-type(2) a{
    color: #FFFFFF;
}
#citUno .btn a{
    color: #379975;
}
/*  */
#corsi .btn{
    width: auto;
    margin: 5px;
}
#corsi .row{
    flex-wrap: wrap;
    margin-bottom: 25px;
    overflow: visible;
}
#corsi .wrapper{
    width: 18%;
    margin: 0 1%;
    border: 1px solid #FFFFFF;
    border-radius: 10pt;
    padding: 20px 10px;
    min-height: 200px;
    position: relative;
    margin-bottom: 25px;
    display: none;
    transition: all .5s ease;
    background-image: url(/img/svg/wrapper-corsi-bg-nero.svg);
    background-position: 100% 0%;
    background-size: 102%;
    background-repeat: no-repeat;
}
#corsi .wrapper:hover{
    background-image:url(/img/svg/wrapper-corsi-bg-colori.svg) ;
    transform: scale(1.1);
    transform-origin: 50% 50%;
    border: 1px solid #379975;
}
.wrapper h4{
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    font-size: .8em;
}
.wrapper h5{
    color: #FFFFFF;
    text-transform: none;
    font-size: 1em;
}
.wrapper span{
    font-size: 2.2em;
    color: #379975;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
#corsi button:active, corsi button:checked, corsi button:visited {
    background-color: #379975;
}

.btn-due{
    background-color: #379975;
}
.active{
    display: block!important;
}
/*  */

#citTre .col-8{
    background-color: rgba(19,19,19,.8);
    padding: 20px;
    border-radius: 10pt;
}
#citTre .row{
flex-wrap: wrap;
}
#citTre .wrapper {
    background-image: url(/img/svg/schedule_black_24dp.svg);
    background-position: 3% center;
    background-size: 13%;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    border: 1px solid #379975;
    width: 48%;
    margin: 1% 1%;
    height: 200px;

    padding: 20px 20px 20px 10%;
}
#citTre .wrapper:nth-of-type(2) {
    background-image: url(/img/svg/directions_car_black_24dp.svg);
}
#citTre .wrapper:nth-of-type(2) {
    background-image: url(/img/svg/savings_black_24dp.svg);
}
#citTre .wrapper:nth-of-type(3) {
    background-image: url(/img/svg/date_range_black_24dp.svg);
}
#citTre .wrapper:nth-of-type(4) {
    background-image: url(/img/svg/gavel_black_24dp.svg);
}
/**/
#agevolazioni .row{
    flex-wrap: wrap;
}
#agevolazioni h3{
    min-height: 10vh;
}
#agevolazioni a {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size:18px ;
    padding: 0;
    margin: 0;
    width: 48%;
    margin: 0 1% 15px 1%;
}
#agevolazioni .wrapper-ag{
    border: 1px solid #FFFFFF;
    min-height:20vh ;
    position: relative;
    padding: 30px 15px;
    border-radius: 10pt;
}
#agevolazioni .wrapper-big{
    min-height: 30vh;
}
#agevolazioni .hidden{
    display: none;
}
#agevolazioni ul{
    color: #FFFFFF;
    display: block;
}
#agevolazioni ul li{
    list-style: circle;
}
#agevolazioni h4{
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    color: #379975;
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin-bottom: 0px;
}
#agevolazioni p{
    margin: 10px 0px;
}

#agevolazioni .wrapper-big .hidden{
    display: block;
}
/**/
#aboutFormazioneDue{
    background-image: url(/img/svg/logo-stemma-unimarconi-background.svg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-attachment: fixed;
}
#aboutFormazioneDue .row{
    align-items: center;
}
#aboutFormazioneDue h4{
    color: #FFFFFF;
    border-bottom: 1px solid #379975;
}
#aboutFormazioneDue h4::after{
    background-image: url(/img/svg/arrow-green.svg);
}
#aboutFormazioneDue p{
    color: #FFFFFF;
    text-align: left;
}
.btnTre{
    color: #FFFFFF;
}
.disabledLink{
    pointer-events: none;
}
/**/
footer .row.col-4{
    flex-wrap: wrap;
    padding: 0;
}
.row.col-4 h3{
    margin-bottom: 10px;
    color: #FFFFFF;
}
.row.col-12{
    padding: 0;
    margin-bottom: 25px;
    justify-content: center;
    overflow: visible;
}
#fbIconUni text{
    fill: #FFFFFF;
}
#instaIconUni{
    fill: #379975;
}
#instaIconUni path, #instaIconUni ellipse{
    stroke: #FFFFFF;
}
/*  */
@media (min-width:1921px) and (max-width:2400px) {
    h1{
        font-size: 3.5em;
    }
}
@media (min-width: 768px) and (max-width: 1920px){
    .row-principale{
        height: auto;
    }
    .grande{
        height: auto;
        padding: 50px 15px;
    }
    #citTre .wrapper {
        height: 250px;
    }
}
/*  */
@media (max-width:767px){

    .row-principale{
        height: auto;
    }
    #aboutFormazione .row{
        flex-wrap: wrap;
    }
    #aboutFormazione .col-3, #aboutFormazione .col-9, #aboutFormazione .col-4{
        width: 100%;
        margin: 15px auto;
        padding: 30px 0px;
        height: auto;
        display: block;
    }
    #citUno .row h2{
        width: 100%;
        text-align: center;
    }
    #corsi .btn, #corsi .wrapper{
        width: 48%;
        margin: 5px 1%;
        min-width: auto;
    }
    #corsi .btn a {
        line-height: 120%;
    }
    #citTre ul{
        padding: 0;
    }
    #agevolazioni .wrapper-ag{
        min-height: 50vh;
        padding: 10px 10px 50px 10px;
    }
    #agevolazioni h4{
        font-size: .8em;
    }
    #agevolazioni .wrapper-ag li{
        list-style: none;
        padding-left: 5%;
    }
    #agevolazioni .wrapper-ag ul{
        padding: 0;
    }

}