#logo{
    max-width:250px;
}

body{
    font-family: 'DM Sans', sans-serif;
    /* font-size: 17px; */
}

body#provisoria{
    font-family: 'DM Sans', sans-serif;
    height: 100vh;
    background-color: rgb(30, 30, 30);
}

#primer{

    background: url(./img/1.webp) left / cover;


}

td,th:not(th.th_left){
    text-align: center;
}

#footer{
    background-color: #212121;
    color: whitesmoke;
}

.card-img-top{
    background-color: #2e314cea;
    max-height: 400px;
}


.card-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 8;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.vid{
    max-height:400px;
}

.btn.btn-outline-dark{
    color:#242945 !important;
    border-color:#242945 !important ;
}

.btn.btn-outline-dark:hover{
    color: whitesmoke !important;
    background-color:#242945 !important;
}

.link-footer{
    color:navajowhite;
    text-decoration: none;

}

.link-footer:hover{
    color: white;
    text-decoration: none;
}

h1,h2{
    color:#242945 !important;
}

.link{
    color:#242945 !important;
    font-weight: 500;
}