.legacy-material-shell,
.legacy-material-shell * ,
.legacy-material-shell *::before,
.legacy-material-shell *::after {
  box-sizing: border-box;
}

.legacy-material-shell {
  --edicion-hero-max-width: 640px;
}

.legacy-material-shell .container {
  max-width: var(--edicion-hero-max-width);
  padding: 0;
}

.legacy-material-shell .hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.legacy-material-shell .hero img {
  display: block;
  width: 100%;
  height: auto;
}

.legacy-material-shell .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.legacy-material-shell .hero--page {
  width: 100%;
  margin: 0;
  padding: 0;
}

.legacy-material-shell .row.hero-row {
  margin-top: 120px;
  margin-bottom: 40px;
}

.legacy-material-shell .hero--page.edicion-hero img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 2953 / 923;
  object-fit: contain;
}

.legacy-material-shell .card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.legacy-material-shell .hero--full {
  position: relative;
  width: 100%;
}

.legacy-material-shell .hero--full img {
  width: 100%;
  height: auto;
  display: block;
}

.legacy-material-shell .hero--full .hero-content {
  position: static;
  transform: none;
  color: #1f2a2d;
  text-align: center;
  padding: 0;
}

.legacy-material-shell .hero--full .hero-content h1 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-shadow: none;
  box-shadow: none;
}

.legacy-material-shell button,
.legacy-material-shell .btn {
  padding: 10px 20px;
  background-color: teal;
  color: white;
  border: none;
  cursor: pointer;
}

.legacy-material-shell .card-content.center h4 {
  color: #000;
}

.legacy-material-shell .card-content.center p {
  color: #4f545a;
  font-size: 1.1rem;
}

.legacy-material-shell .placeholder-text {
  text-align: center;
  margin: 40px 0;
}

.legacy-material-shell .page-footer {
  background-color: #f8f9fa;
  padding: 20px 0;
  text-align: center;
}

.legacy-material-shell .page-footer p {
  color: #6c757d;
}

.legacy-material-shell .page-footer a {
  color: #3b5998;
  margin: 0 10px;
  font-size: 24px;
}

@media (max-width: 600px) {
  .legacy-material-shell .row.hero-row {
    margin-top: 100px;
  }
}
