/* ElSalvadorHosting - Color Override */
/* Archivo creado 2024 - Cambio de colores a púrpura #673DE6 */

:root {
  --primary: #673DE6 !important;
}

a {
  color: #673DE6 !important;
}

a:hover {
  color: #5627D4 !important;
}

.primary__btn,
button.primary__btn {
  background-color: #673DE6 !important;
  border-color: #673DE6 !important;
  color: white !important;
}

.primary__btn:hover,
button.primary__btn:hover {
  background-color: #5627D4 !important;
  border-color: #5627D4 !important;
}

/* Footer Logo Size */
.footer-logo img {
  max-width: 100px;
  height: auto;
  width: 100%;
}
