body {
    background-color: #121212;
    color: #ffffff;
}
.navbar {
    background-color: #1e1e1e;
    border-bottom: 1px solid #333333;
}
.footer {
    background-color: #1e1e1e;
    color: #ffffff;
    padding: 1.5rem 0;
    text-align: center;
    margin-top: 2rem;
}
.card {
    background-color: #1e1e1e;
    border: 1px solid #333333;
    color: #ffffff;
}

.card .badge {
    background-color: #1e1e1e;
    border: 1px solid #333333;
    color: #ffffff;
}

.card .badgetags {
    background-color: #000c8f;
    border: 1px solid #333333;
    color: #ffffff;
}

.card-title {
    color: #ff5722;
}
.pagination a {
    color: #ffffff;
    background-color: #333333;
    border-color: #444444;
}
.pagination a:hover {
    color: #ffffff;
    background-color: #ff5722;
    border-color: #ff5722;
}
.sidebar {
    background-color: #1e1e1e;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #333333;
}
.sidebar h4 {
    color: #ff5722;
}
.sidebar a {
    color: #ffffff;
    text-decoration: none;
}
.sidebar a:hover {
    color: #ff5722;
}

.fixed-img {
    width: 100% !important; /* Ajusta el ancho al contenedor */
    height: 150px !important; /* Define la altura fija */
    object-fit: cover !important; /* Ajusta la imagen para cubrir el área especificada sin distorsionarla */
    border-radius: 0.5rem;
}

.car-text-fixed {
    height: 80px !important;
    overflow: hidden;
}

.article {
    width: 100%;
    background-color: #1e1e1e;
    border: 1px solid #333333;
    border-radius: 0.5rem;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
}

.card.home .card-title {
    height: 50px !important;
    overflow: hidden;
}

.col-md-6.mb-4.article .card-body img{
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 0.5rem !important;
    object-fit: contain !important;
}

.card.home {
    height: 100% !important;
}

.errorlist {
    color: red;
}

.loader-container {
    display: none; /* Inicialmente oculto */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Fondo semi-transparente */
    display: flex;
    justify-content: center;
    align-items: center;
}

.ad {
    width: 100%;
    height: 430px;
    overflow: hidden;
    }
