

/* Start:/local/templates/drone/css/robotics.css?16980020221459*/
.hero-robo {
    background: url('/local/templates/drone/images/roboclass/33.png') 50% no-repeat;
background-size: cover;
    height: 700px;
}

.hero-description {
    font-weight: 500;
}

.list-robo {
    color: #3f3f3f;
    opacity: .9;
}

.list-robo li {
    position: relative;
    margin-bottom: 21px;
    list-style: none;
}

.list-robo li:before {
    top: 8px;
    left: -37px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ededed;
    position: absolute;
    content: '';
}

.bg-grey-robo {
    background: #e7ebf0;
}

.programma-robo {
    padding: 18px 0 15px 40px;
    position: relative;
}

.programma-robo a {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    color: #000;
}

.programma-robo a:hover {
    text-decoration: none;
    ;
}

.programma-robo a:before {
    content: '';
    width: 23px;
    height: 23px;
    background: url('/local/templates/drone/images/roboclass/program-arrow.png');
    display: inline-block;
    position: absolute;
    left: -41px;
    top: 8px;
}

.programma-robo a.collapsed:before {
    transform: rotate(180deg);
}

#program-slide {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
}

.minimal-skills {
    background: #606a77;
    color: #b7babf;
}

.minimal-skills .header {
    border-bottom: 1px solid #b7babf;
    padding-bottom: 9px;
    margin-bottom: 20px;
}
.card {
    border-width: 0;
}
/* End */
/* /local/templates/drone/css/robotics.css?16980020221459 */
