#start-wrapper {
    min-height: calc(100vh - 104px);
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-image: url('../images/background-start.png');*/
    position: relative;
    text-align: center;
}

#start-wrapper video {
    object-fit: cover;
    width: 100vw;
    height: calc(100vh - 80px); /* -104px */
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#start-wrapper .table {
    height: calc(100vh - 80px); /* -104px */
}

#start-wrapper .make-your-mark {
    margin-bottom: 35px;
    max-width: 368px;
    height: auto;
}

#start-wrapper .buttons-wrapper button:first-child {
    margin-bottom: 15px;
}

#start-wrapper .buttons-wrapper button {
    color: #FFF;
    font-weight: 500;
    font-size: 21px;
    text-align: center;
    display: block;
    outline: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 0 0 10px 0;
    cursor: pointer;
    width: 262px;
    height: 58px;
    line-height: 58px;
}

#start-wrapper .buttons-wrapper button.filled {
    background: rgba(255, 255, 255, 0.3);
}

#start-wrapper .buttons-wrapper button:hover {
    background-color: #FFF;
    color: #002855;
}

/* header */
#language-dropdown {
    left: -50%; /*-100%;*/
}
/* fin header */

/* footer antiguo */
footer {
    height: 80px; /*104px;*/
    background-color: #F4F8FC;
    text-align: center;
}

footer .table {
    height: 80px; /*104px;*/
}

footer .links {
    list-style-type: none;
    margin-bottom: 3px;
    padding-left: 0;
}

footer .links .link {
    display: inline-block;
    margin-right: 20px;
}

footer .links .link:last-child {
    margin-right: 0;
}

footer .links .link a {
    color: #002855;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
}

footer .links .link a:hover {
    text-decoration: none;
}

footer .links .link:not(:last-child) a:after {
    content: '';
    background-color: #002855;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: relative;
    left: 13px;
    bottom: 2px;
}

footer .copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #ABB5BF;
}
/* fin footer antiguo */

/* arreglos footer */
footer img.logo {
    display: none;
}

footer {
    background-image: none;
}

footer .footer-wrapper {
    display: block;
    height: auto;
}
/* fin arreglos footer */

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    #start-wrapper .make-your-mark {
        width: 58%; /*65%;*/
    }
}
