/* Ajustes institucionales del eslogan y reproductor de radio. */
.brand .brand-slogan,
.footer-slogan {
  color: #fff;
  font-family: "Segoe Script", "Brush Script MT", "Lucida Handwriting", cursive;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .015em;
  line-height: 1.3;
  text-transform: none;
  text-shadow: 0 1px 10px #65d9ff66;
}

.brand .brand-slogan {
  margin-top: 2px;
  font-size: .84rem;
}

.footer-slogan {
  font-size: 1.1rem;
}

.radio {
  grid-template-columns: 72px 1fr auto;
}

@media (max-width: 680px) {
  .radio {
    grid-template-columns: 48px 1fr auto;
  }
}
