body {
    font-family: 'Arial', sans-serif;
}

footer img {
    max-height: 50px;
    object-fit: contain;
}

.text-red{
   color: #be1c1c;
}

.border-red{
    border-color: #be1c1c !important;

}

.border-t{
    border-top: solid 2px  ;
}

.border-b{
    border-bottom: solid 2px  ;
}

.btn-danger{
    background-color: #be1c1c !important;
    border-color: #be1c1c !important;
}

.btn-danger:hover{
    background-color: #3e569e !important;
    border-color: #3e569e !important;
}

.bg-blue{
    background-color: #21406a;
}

.bg-red{
    background-color: #be1c1c !important;
}

.calendar-title {
    background-image: url('../imges/bg-blue.jpg'); /* Ruta a tu imagen */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    letter-spacing: 2px;
    font-size: 2rem;
}

.file-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-folder {
    font-size: 3rem;

    background-color: black;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    width: 80px;
    height: 80px;
}

.doc-title a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.doc-title a:hover {
    text-decoration: underline;
}

.card-img-top {
    height: 320px;           /* Ajusta la altura según te convenga */
    object-fit: cover;       /* Recorta proporcionalmente sin deformar */
    width: 100%;
}

.card {
    height: 100%;
}
.card-body {
    display: flex;
    flex-direction: column;
}
.card-text {
    flex-grow: 1;
}


