.contenedor-curso {
    border-radius: 15px;
    box-shadow: 0px 2px 5px #00000033;
}

.contenedor-curso >.cabecera {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0px 2px 5px #00000033;
    text-align: center;
    padding: 1rem;
}

.contenedor-curso > .cabecera p {
    color: white;
    font-weight: bold;
}

.contenedor-curso .foto-portada {
    width: 100%;
    height: 10.5rem;
    object-fit: cover;
}

.contenedor-curso > .contenido {
    padding: 1.5rem;
    padding-top: 4.5rem;
    position: relative;
}

.contenedor-curso .contenedorImagenCircular {
    position: absolute;
    width: 7.5rem;
    height: 7.5rem;
    top: -3.75rem;
    left: 1rem;
}

.formInput {
    border: none;
}