.brands .row.g-4 {
  justify-content: center;
}

.brands .row.g-4 .px-3 {
  height: 100px;           
  display: flex;
  align-items: center;      
  justify-content: center; 
  padding-left: .75rem;  
  padding-right: .75rem;
  box-sizing: border-box;
}

.brands .logo-marca {
  height: 120px;             
  width: auto;        
  max-width: 100%;
  object-fit: contain;   
  display: block;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .brands .row.g-4 .px-3 { height: 80px; }
  .brands .logo-marca { height: 48px; }
}

footer {
  background-color: #1A2331
;
  color: #9c9292bd;
}

/* Texto forzado a negro */
footer .text-white {
  color: #ffffff !important;
}

/* Títulos */
footer .widget h5,
footer h5 {
  color: #fcfcfcfd;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  letter-spacing: 0.2px;
}

footer .widget ul,
footer .widget .menu-simple {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .widget ul li,
footer .widget .menu-simple li {
  margin-bottom: 0.45rem;
}

footer ul li,
footer ul li a {
  color: #9c9292bd !important;
}

footer a {
  color: #000;
  text-decoration: none;
  transition: color .15s ease;
}

footer a:hover {
  color: #0d6efd; 
  text-decoration: underline;
}

/* Iconos sociales */
footer .social-icons a,
footer .social-icons a i {
  color: #000;
  transition: all .15s ease;
}

footer .social-icons a:hover {
  color: #0d6efd;
}


.subfooter {
  border-top: 1px solid #e6e6e6;
  background-color: #1A2331;
  color: #9c9292bd;
  padding: 14px 0;
}

.subfooter a {
  color: #000;
}

.subfooter a:hover {
  color: #0d6efd;
}

.subfooter .de-flex {
  align-items: center;
}

.subfooter .menu-simple {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subfooter .menu-simple li {
  display: inline-block;
  margin-left: 18px;
}
footer .widget,
footer .widget * {
    color: #e9e5e5 !important;
}


footer .widget a {
    color: #9c9292bd !important;
    text-decoration: none;
}

footer .widget a:hover {
    color: #0d6efd !important;
    text-decoration: underline;
}


footer .widget i {
    color: #000 !important;
}

/* libro de RECLAMACIONES*/

.libro-reclamaciones {
    width: 160px;
    height: 70px;
    object-fit: contain;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
    border-radius: 6px;
}

.libro-reclamaciones:hover {
    transform: scale(1.08);
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* BOTON DE WHATSAPP */
.whatsapp-float {
  position: fixed;
  bottom: 80px; /* Ajusta según tu botón de scroll */
  right: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #25D366;
  color: white;
  font-size: 32px;
  z-index: 1000;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #20ba5a;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.6); }
  70% { box-shadow: 0 0 0 15px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
