
.contenedor-icono i {
    font-size: 10px;
    color: blue;
}

.noborder td, .noborder th {
    border: none !important;
}

.table th, .table td, .table {
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
    
}


.fixed-table-container {
    border: 0px;
    border-bottom: none !important;
}

.navbar-inverse {
    background-color: red !important;
    border-color: red !important;
    
}

/*.table th,
.table td {
    color: #fff !important;   cada celda de la tabla
}*/

.navbar-inverse,
.navbar-inverse a,
.navbar-inverse span,
.navbar-inverse li,
.navbar-inverse td,
.navbar-inverse th {
    color: #ffffff !important; /* blanco puro */
}

#lista-chaquetas .col-12 {
    margin-bottom: 1.5rem;
}

#lista-chaquetas img {
    width: 100% !important;      /* Fuerza ancho máximo */
    height: auto !important;     /* Mantiene proporción */
    max-width: 100% !important;  /* Evita sobrepasar el contenedor */
    object-fit: contain;         /* Asegura que no se recorte */
    display: block;
    margin: 0 auto;
}

@media (max-width: 576px) {
    #lista-chaquetas img {
        max-height: 250px !important;  /* ajusta según tu gusto */
    }
}










