/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2025 | 22:22:52 */
/*---------------------- Lecciones ------------------------- */
.course-item-title.lesson-title{
	display:none
}
.lp_course-template-default img.avatar{
    object-fit:contain;
    background:#fff
}
.question-title span:nth-child(2),
.question-title .question-index{
    display:none
}

button.button-complete-lesson{
    background:#00A7B5 !important;
    color:#fff !important;
    font-weight:600 !important;
    border-radius:30px !important;
    padding:8px 45px !important;
    font-size:20px;
    transition:.3s all ease;
	text-transform:initial !important
}

button.button-complete-lesson:hover{
    background:#FFD000 !important
}
/* ------------------------- Formulario de registro y login*/
.form-curso h3{
    font-size:1.8em;
    text-align:center;
    font-weight:700
}

.form-curso label{
    font-weight:300 !important;
    opacity:.8
}

.form-curso input{
    background:#fff;
    border-style:none none solid none !important;
    border-bottom:2px solid #cccccc75 !important
}

.form-curso button{
    background: #00A7B5 !important;
    font-weight:600;
    font-size:18px;
    border-radius:30px !important
}

.form-curso button:hover{
    background:#FFD000
}

.form-curso form a{
    color:#00A7B5;
    font-weight:700;
}

.form-curso form a:hover{
    color:#FFD000
}