/* ESTILO MAQCUE FINAL */

/* Generales */
a { color: #f7941d; text-decoration: none; transition: 0.3s; }
a:hover { color: #d67d16; }
.btn-primary { background: #f7941d !important; border-color: #f7941d !important; color: #FFF; font-weight: 700; text-transform: uppercase; }
.btn-primary:hover { background: #d67d16 !important; border-color: #d67d16 !important; }

/* Productos (Ajuste de Altura Uniforme) */
.car-item { background: #fff; border: 1px solid #eee; margin-bottom: 30px; text-align: center; }
.car-item .image { background: #fff; }
.car-item .content { 
    padding: 15px; 
    min-height: 130px; /* Fuerza que todos los cuadros tengan la misma altura */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.car-item .content h5 { font-weight: 700; font-size: 15px; margin: 0 0 5px; color: #333; line-height: 1.4; text-transform: uppercase; }
.car-item .content h6 { font-size: 11px; color: #888; font-weight: 600; margin: 0; text-transform: uppercase; }
.car-item .bottom { background: #f4f4f4; color: #f7941d; font-weight: 800; padding: 12px; font-size: 12px; border-top: 2px solid #f7941d; letter-spacing: 1px; }

/* Footer */
.main-footer { background: #111; color: #999; padding: 60px 0; border-top: 5px solid #f7941d; }
.footer-title { color: #f7941d; border-left: 3px solid #f7941d; padding-left: 10px; font-weight: 700; margin-bottom: 20px; font-size: 16px; text-transform: uppercase; }

/* Espaciados */
.mb-30 { margin-bottom: 30px; }