/* ----- ESTILOS DEL FOOTER PERSONALIZADO ----- */

/* Contenedor general */
/* ===== Footer general ===== */
footer.bg-white {
  background-color: #fff;
  color: #181510;
  width: 100%;
  text-align: center;
}

/* ===== Contenedor principal ===== */
.footer-container {
  background-color: #fff;
  padding: 0;
  margin-top: 0;
  text-align: center;
}

/* ===== Contenedor social ===== */
.footer-social-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
  text-align: center;
}

/* ===== Logo ===== */
.footer-logo img {
  width: 220px;
  max-height: 80px;
}

/* ===== Iconos sociales ===== */
.footer-social-icons a {
  display: inline-block;
  font-size: 22px;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.footer-social-icons a img {
  width: 40px;
  transition: transform 0.3s;
}

.footer-social-icons a:hover,
.footer-social-icons a img:hover {
  transform: scale(1.1);
}

/* ===== Grid general ===== */
footer .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

/* ===== Enlaces ===== */
footer a {
  color: #181510;
  text-decoration: none;
  transition: color 0.3s;
}

footer a:hover {
  color: #97784e;
}

/* ===== Copyright ===== */
.footer-copyright {
  background-color: #CCE6EE;
  text-align: center;
  color: #076678;
  font-size: 14px;
  margin-top: 10px;
  border-top: 1px solid #f1eeea;
  padding-top: 10px;
}

/* ===== Ajuste JS-footer ===== */
.js-footer {
  margin-top: 0;
  padding-top: 0;
}



.header-nav{
background-color:#CCE6EE;
}

.logo img-fluid{
width:100%;
}
#contact-link{
color:#076678;
}
#contact-link a{
color:#076678;
}
.material-icons{
color:#076678;
}
.hidden-sm-down{
color:#076678;
}
#_desktop_cart{
	background-color:#CCE6EE;
}
#wrapper{
background-color:#CCE6EE;
}

/* 🔹 Color global del texto */
body, 
body p, 
body span, 
body div, 
body li, 
body a, 
body h1, 
body h2, 
body h3, 
body h4, 
body h5, 
body h6 {
  color: color:#076678 !important;
}

/* 🔹 Enlaces del menú principal */
#header .header-nav a,
#_desktop_top_menu a {
  color:#076678 !important;
}

/* 🔹 Color al pasar el ratón (hover) en menú y enlaces */
#header .header-nav a:hover,
#_desktop_top_menu a:hover {
  color: #ffcc00 !important; /* cambia este color al que quieras */
}

