body {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    min-height: 100vh;
    color: var(--color-alternative);
}

/*************************************************************************
*
*   Componente: Video Intro
*
**************************************************************************/

.video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f5f5f5;
    z-index: 100;
}
.video__player {
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
