/* Tipografías y layout legacy (main.css) */

.coam-legacy-propuestas {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 32px;
  padding-bottom: 80px;
  -webkit-font-smoothing: antialiased;
}

.coam-legacy-propuestas-container {
  max-width: 1170px;
}

.coam-legacy-propuestas-back {
  margin-bottom: 24px;
}

.coam-legacy-propuestas-back .atom-link.back-link {
  font-family: var(--font-dosis, 'Dosis', sans-serif);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: var(--color-darkgray, #454545);
}

.coam-legacy-propuestas-back .atom-link.back-link:hover {
  color: #000;
}

.coam-legacy-propuestas-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
  clear: both;
  margin: 0 0 28px;
  color: #000;
}

.coam-legacy-propuestas-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #eb7155;
}

.coam-legacy-propuestas-download.gral {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #eb7155;
  transition: all 0.2s ease-in;
}

.coam-legacy-propuestas-download.gral:hover {
  color: #000 !important;
}

.coam-legacy-propuestas-download.gral .fa-download {
  margin-left: 6px;
}

.coam-legacy-propuestas-spacer {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1;
}

.coam-legacy-propuestas-empty {
  margin: 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 767px) {
  .coam-legacy-propuestas-title {
    font-size: 28px;
  }

  .coam-legacy-propuestas-subtitle {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
