.portada{
    width: 100%;
    height: 100vh;
    background-color: black;
    overflow: hidden;
    display: flex;
    z-index: 1000;
}
.portada__video{
    width: 100%;
    height: 100vh;
    filter: blur(5px) grayscale(65%) opacity(50%) brightness(50%);
    position: absolute;
}

.portada__caption{
    text-align: center;
    width: 90%;
    height: fit-content;
    margin: auto auto;
}

.portada__caption_button{
    margin-top: 3em;
}

