.contenedor-principal{
    width: 100%;
}

.categorias{
    width: 25%;
    background-color: #56B4B7;
    padding-right: 2rem;
}

.categorias h2{
    text-align: center;
    margin: 1em 0;
    color: #ffffff;
}

.contenedor-titulo{
    margin-bottom: 2rem;
    width: 75%;
}

.contenedor-titulo .titulo-video, .contenedor-titulo p{
    color: #000000;
    text-align: center;
    margin: 1rem;
}

.contenedor-titulo p{
    font-size: 1.2rem;
}

.video-academia-lista p{
    color: #013440;
}

#lista-menu button{
    margin: 0.5em;
    width: 90%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    margin-left: 1.2rem!important;
    background-color: #013440!important;
    color: #ffffff!important;
}

#lista-menu button:hover{
    margin: 0.5em 1.5em;
    transition: 400ms;
    background-color: #013440!important;
    color: #ffffff!important;
}

#lista-menu button{
    background-color: #A0D3D4;
    color: #013440;
    
}


/*#lista-menu button:nth-child(even){
    background-color: #013440!important;
    color: #ffffff!important;
}*/

.contenedor-principal-videos{
    width: 75%;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.contenedor-video{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}


.tab-content>.active{
    display: flex!important;
}
.align-items-start{
    align-items: stretch!important;
}