:root {
  --font: "Poppins", sans-serif;
  --font-size: 14px;
  --text: #4a4a4a;
  --bg: #ffffff;
  --container: 1200px;
  --elementor: 1140px;
  --azul: #5a75b2;
  --azul-slide: rgba(53, 124, 189, 0.87);
  --page-header: #e0e0e0;
  --footer-bg: #e0e0e0;
  --border-card: #5f5b5b;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--font-size);
  color: var(--text);
  background: var(--bg);
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: min(92%, var(--container));
  margin-inline: auto;
}
