/* .cuerpo-principal-home{
    border: solid 1px;
} */
/* Videos en home */
.titulo-categoria-home{
    color: var(--colorTitulos);
    font-weight: 300;
    i{
        color: var(--naranja);
        margin-right: 1vh;
    }

    a{
        color: var(--verdePrincipal);
        font-weight: 300;
        &:hover{
            color: var(--verdeSecundario);
        }
    }
}

.naranja{
    color: var(--verdePrincipal);
    font-weight: 300;
    a{
        color: var(--verdePrincipal);
    }
}

.contenedor-categoria-video{
    /* padding: 1vh; */
    display: flex;
    flex-direction: column;
    gap: 2vh;
    margin-bottom: 6vh;
    width: 100%;
    margin-right: 1vh;

}

.miniatura-ley{
    width: 100%;
    height: 10vw;
    margin-bottom: .5vh;
    border-radius: 1cap;
    -webkit-border-radius:1cap ;
    box-shadow: 1px 1px 10px #aaaaaa;
}

.contenedor-videos{

    display: flex;
    /* justify-content: center; */
    align-items: center;
    justify-content: center;
    gap: 1vw;
    width: 100%;
}


.link-ley{
    &:hover{
        .miniatura-ley{
            filter: brightness(0.5);
        }

        .numero-ley{
            color: var(--naranja);
        }
    }
}

.div-ley{
    width: 24%;
    display: flex;
    flex-direction: column;
    gap: .5vh;
}

.numero-ley{
    color:var(--verdePrincipal);
    font-weight: 400;
}

.date{
    color: #696969;
    display: flex;
    align-items: center;
    gap: 1vh;
}


/* Youtube en home */
.div-ley-youtube{
    width: 33%;

    iframe{
        border-radius: 1cap;
        box-shadow: 1px 1px 10px #aaaaaa;
    }
}

.titulo-video-youtube{
    color: var(--colorTitulos);
    font-weight: 500;
    font-size: 1.8vh;
}