@media (max-width: 767px) {
    #navigation-menu>ul {
        text-align: left;
        color: #ffff;
    }

    .animation-index .card-body {
        font-family: cursive;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .animation-index .card-body {
        font-family: cursive;
    }
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.animation-index {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    color: #000000;
    padding: 0.5% 3%;
}

#index_video{
    position: relative;
    top: 0;
    left: 0;
    height: inherit;
    width: inherit;

}

/*.animation-index .card {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    /*height: inherit;
    width: inherit;
    padding: 0.5% 0.5%;
    margin: 30% 0% 0% 0%;
    /*arriba, derecha, abajo, izquierda
}*/

.card-title {
    color:#0000;
}
