
.single-video{}

.single-video__title{
    margin: 1.5rem 0 0;
    font-weight: 700;
    color: var(--azul-dark);
}

.single-video__title h1{
    font-size: 29px;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.single-video__video{
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: var(--radio);
}

.single-video__datos-paciente{
    margin-bottom: 1.5rem;
    background: var(--bg-light-coral);
    color: var(--azul-dark);
    padding: 1.5rem;
    border-radius: var(--radio);
}

.single-video__info-paciente{
    margin-bottom: 1.5rem;
}

.single-video__content{
    margin-bottom: 1.5rem;
}

.single-video__content h2,
.single-video__info-paciente h2{
    color:var(--purple-dark);
}


/* aside ----------------------------------------------- */
.aside-video{
    height: 100%;
}

.aside-video__banner{
    margin-bottom: 1.5rem;
}

.aside-video__fixed{
    position: sticky;
    top: 125px;
}