/*ESTILOS DE LA RECURSO 2*/


#completar1 {
    overflow: unset;
    padding: 30px;
}

@media (max-width: 767px) {
    #completar1 {
        padding: 20px;
    }
}

#completar1 h3 {
    display: inline-block;
    margin: 0;
}

#completar1 p {
    line-height: 36px;
}

#completar1 .titulo {
    color: #006839;
}

.lista {
    margin-bottom: 50px;
}

.lista>div {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 55px;
}

.num {
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #ffc000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 15px;
}

#completar1 div.cs-skin-slide:not(.cs-active):before {
    background-color: #ffedab;
    border-radius: 5px;
}

#completar1 .cs-skin-slide>span::after,
#completar1 .cs-skin-slide.cs-active>span::after {
    color: #006839;
    font-size: 22px;
}

#completar1 .cs-skin-slide .cs-options li {
    background: rgba(0, 107, 179, 0.1);
}

#completar1 .cs-skin-slide .cs-options li:hover {
    background: #ffedab;
}

#completar1 .list-active {
    background-color: #fff;
    border-radius: 20px;
}

#completar1 .list-active {
    border: 1px dashed #249A30;
}