<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page.category {
  margin-top: 16px;
}
.page.category .title {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: "Helvetica-Neue-Condensed-Bold";
  font-weight: normal;
  color: #000000;
  font-size: 28px;
}
.page.category .title div {
  margin-left: 16px;
  width: 100%;
  height: 8px;
  background-color: #60605f;
}
.page.category .ad {
  width: 100%;
  background-color: #ffffff;
  height: 130px;
}

.category-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 16px;
  width: 100%;
}
.category-container .title {
  width: 100%;
  text-align: left;
  background-color: #262627;
  padding: 6px 0;
  height: 38px;
  display: flex;
  align-items: center;
}
.category-container .title span {
  color: #ffffff;
  font-family: "Helvetica-Neue-Condensed-Bold";
  font-size: 22px;
  display: block;
  margin-left: 12px;
  font-weight: normal;
}
.category-container .notes {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  padding: 27px 0;
  flex-wrap: wrap;
  gap: 27px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .category-container .notes {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .category-container .notes .note {
    margin-right: 0 !important;
    margin-bottom: 16px;
    width: 100% !important;
  }
}
.category-container .notes .note {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: calc(33.3333333333% - 18px);
}
.category-container .notes .note a {
  text-decoration: none;
}
.category-container .notes .note:last-child {
  margin: 0;
}
.category-container .notes .note:hover .title-container h1 {
  color: #d30c22;
}
.category-container .notes .note .image {
  width: 100%;
  height: 225px;
  background-color: #E5E5E5;
}
.category-container .notes .note .title-container {
  padding: 20px;
  text-align: left;
}
.category-container .notes .note .title-container h1 {
  color: #000000;
  font-family: "Helvetica-Neue-Condensed-Bold";
  font-size: 28px;
  transition: all 0.4s;
  font-weight: normal;
}

.right-no-space-bottom-ads {
  margin-top: 16px;
}
.right-no-space-bottom-ads .content .right-ads div {
  height: 100% !important;
  margin: 0;
}
.right-no-space-bottom-ads .bottom-ads {
  margin-top: 16px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .right-bottom-ads .content, .right-no-space-bottom-ads .content {
    flex-direction: column !important;
  }
  .right-bottom-ads .content .category-container, .right-no-space-bottom-ads .content .category-container {
    flex-direction: column !important;
  }
  .right-bottom-ads .content .right-ads, .right-no-space-bottom-ads .content .right-ads {
    width: 100% !important;
    margin-bottom: 16px;
  }
  .right-bottom-ads .content .right-ads div, .right-no-space-bottom-ads .content .right-ads div {
    height: 250px !important;
  }
}
.right-bottom-ads .category-container, .right-no-space-bottom-ads .category-container {
  margin-right: 40px;
  margin-top: 0;
}
.right-bottom-ads .content, .right-no-space-bottom-ads .content {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex: 1;
}
.right-bottom-ads .content .notes, .right-no-space-bottom-ads .content .notes {
  padding: 27px 0;
  width: 100%;
}
.right-bottom-ads .content .notes .image, .right-no-space-bottom-ads .content .notes .image {
  height: 275px;
}
.right-bottom-ads .content .right-ads, .right-no-space-bottom-ads .content .right-ads {
  display: flex;
  flex-direction: column;
  width: 33.3%;
}
.right-bottom-ads .content .right-ads div, .right-no-space-bottom-ads .content .right-ads div {
  height: 200px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.right-bottom-ads .content .right-ads div:last-child, .right-no-space-bottom-ads .content .right-ads div:last-child {
  margin: 0;
}
.right-bottom-ads .bottom-ads, .right-no-space-bottom-ads .bottom-ads {
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  text-align: center;
}

.category-container.columns {
  background-color: #000000;
}
.category-container.columns .title {
  background: rgb(14, 14, 14);
  background: linear-gradient(90deg, rgb(14, 14, 14) 0%, rgb(129, 126, 126) 70%, rgb(255, 255, 255) 100%);
}
.category-container.columns .notes {
  padding: 16px;
}
.category-container.columns .notes .note {
  background-color: #ffffff;
  height: 480px;
}
.category-container.columns .notes .note .image {
  height: 180px;
}
.category-container.columns .notes .note .title-container {
  padding: 12px 6px 0 6px;
}
.category-container.columns .notes .note .title-container h1 {
  font-size: 34px;
}
.category-container.columns .notes .note h2 {
  color: #de0029;
  font-size: 14px;
  text-align: left;
  margin: 0 6px 24px 6px;
  font-family: "Helvetica-Neue-Condensed-Bold";
  font-weight: normal;
}
.category-container.columns .notes .note p {
  color: #60605f;
  font-size: 14px;
  margin: 0 6px 60px 6px;
}

.column-ads .bottom-ads {
  margin-top: 16px;
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  text-align: center;
}

.newspapers {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newspapers .newspaper-item {
  display: flex;
  flex-direction: column;
  transition: all 0.4s;
  margin-bottom: 16px;
  width: 24%;
}
@media only screen and (max-width: 1024px) {
  .newspapers .newspaper-item {
    width: 50% !important;
    margin-bottom: 0px !important;
  }
}
.newspapers .newspaper-item:last-child {
  margin-right: 0;
}
.newspapers .newspaper-item div {
  width: 100%;
}
.newspapers .newspaper-item .image {
  width: 100%;
  margin-bottom: 16px;
}
.newspapers .newspaper-item a {
  text-decoration: none;
}
.newspapers .newspaper-item a:hover h1 {
  color: #d30c22;
}
.newspapers .newspaper-item span {
  color: #bab8b5;
  font-size: 14px;
}
.newspapers .newspaper-item h1 {
  color: #000000;
  font-family: "Helvetica-Neue-Condensed-Bold";
  font-weight: normal;
  font-size: 26px;
  transition: all 0.4s;
  text-transform: uppercase;
}

.station-page-primera {
  width: 100%;
  background-color: #f7931e;
}
.station-page-primera .play-section {
  position: absolute;
  z-index: 5;
  top: 10%;
  right: 7%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 640px) {
  .station-page-primera .play-section {
    position: absolute;
    top: 15%;
    left: 50%;
    right: 0;
    z-index: 5;
    transform: translate(-60%, 0%);
    width: calc(100vw - 25%);
  }
  .station-page-primera .play-section .circle-play {
    width: auto !important;
    height: auto !important;
  }
}
.station-page-primera .play-section img {
  width: 180px;
}
.station-page-primera .play-section .circle-play {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.station-page-primera .play-section .circle-play img {
  width: 80px;
  height: 80px;
}
.station-page-primera .play-section .circle-play img.pause {
  display: none;
}
.station-page-primera .mobile-primera {
  display: none;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  .station-page-primera .right .play-section {
    display: none !important;
  }
  .station-page-primera .left .we-are-primera {
    display: none !important;
  }
  .station-page-primera .mobile-primera {
    display: flex;
    flex-direction: column;
    gap: 20px;
    top: 10%;
    align-items: center;
    position: absolute;
    justify-content: center;
    width: 100%;
  }
  .station-page-primera .mobile-primera .play-section {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    right: 0 !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    position: relative !important;
  }
  .station-page-primera .mobile-primera .we-are-primera {
    transition: all 300ms ease-in-out;
    animation: bounceIn 1s ease-in-out infinite;
    width: 170px;
  }
}
.station-page-primera .la-primera {
  max-width: 1368px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .station-page-primera .la-primera {
    width: 100%;
  }
}
.station-page-primera .la-primera .left {
  width: 25%;
  height: 100vh;
  background-color: #f7931e;
  z-index: 5;
  position: relative;
}
.station-page-primera .la-primera .left .station-name {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.station-page-primera .la-primera .left .station-name span {
  font-family: Azonix;
  color: #ffffff;
  font-size: 36px;
}
@media only screen and (max-width: 1024px) {
  .station-page-primera .la-primera .left .station-name {
    padding: 15px 0;
  }
  .station-page-primera .la-primera .left .station-name span {
    font-size: 14px;
  }
}
.station-page-primera .la-primera .left .we-are-primera {
  transition: all 300ms ease-in-out;
  width: 100%;
  position: absolute;
  top: 27%;
  left: 180%;
  animation: bounceIn 1s ease-in-out infinite;
}
@media only screen and (max-width: 640px) {
  .station-page-primera .la-primera .left .we-are-primera {
    display: block;
  }
}
.station-page-primera .la-primera .center {
  position: relative;
}
.station-page-primera .la-primera .center div {
  border-radius: 999px;
  transform: translate(-50%, -50%);
}
.station-page-primera .la-primera .center div:nth-child(1) {
  width: calc(100vh - 100px);
  height: calc(100vh - 100px);
  background-color: #f7931e;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
}
.station-page-primera .la-primera .center div:nth-child(2) {
  width: 100vh;
  height: 100vh;
  background-color: #e0ac00;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.station-page-primera .la-primera .center div:nth-child(3) {
  width: calc(100vh + 100px);
  height: calc(100vh + 100px);
  background-color: #f4cb47;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.station-page-primera .la-primera .right {
  position: relative;
  display: flex;
  flex: 1;
  height: 100vh;
  background: linear-gradient(to bottom, #fbea21, rgba(255, 255, 255, 0)), linear-gradient(to bottom, #ff0017, #ff0017), linear-gradient(to bottom, #ff0017, #ff0017);
}
.station-page-primera .la-primera .right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 5;
  gap: 10px;
}
@media only screen and (max-width: 640px) {
  .station-page-primera .la-primera .right ul {
    right: 0;
    transform: scale(0.85);
    top: 6%;
  }
}
.station-page-primera .la-primera .right ul li a {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: normal;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.station-page-primera .la-primera .right ul li a span {
  font-family: Azonix;
  font-size: 18px;
  color: #252525;
}
.station-page-primera .la-primera .right ul li a i {
  display: block;
  font-size: 18px;
  margin-top: -2px;
  padding: 0;
  color: #252525;
}
.station-page-primera .la-primera .right ul li a:hover {
  opacity: 0.65;
}
@media only screen and (max-width: 960px) {
  .station-page-primera .la-primera .right ul li a span {
    font-size: 14px;
  }
  .station-page-primera .la-primera .right ul li a i {
    font-size: 14px;
  }
}
.station-page-primera .la-primera .right .headphones {
  width: 45%;
  position: absolute;
  top: 50%;
  left: -25%;
  z-index: 5;
  transform: scale(1.25) translate(0, -40%);
}
@media only screen and (max-width: 640px) {
  .station-page-primera .la-primera .right .headphones {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-65%, -37%);
  }
}
.station-page-primera .la-primera .right .truck {
  transition: all 300ms ease-in-out;
  width: 68%;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 15vh;
  animation: moveTruck 1.3s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .station-page-primera .la-primera .right .truck {
    display: none;
  }
}
.station-page-primera .la-primera .right .monclova-copyright {
  position: absolute;
  bottom: 3%;
  right: 10%;
  z-index: 5;
  width: 35%;
}
@media only screen and (max-width: 640px) {
  .station-page-primera .la-primera .right .monclova-copyright {
    width: 100%;
  }
}

@keyframes moveTruck {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes bounceIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.station-page {
  width: 100%;
  background: linear-gradient(to bottom, #00247e, rgba(255, 255, 255, 0)), linear-gradient(to bottom, #00092c, #00092c);
}
.station-page .play-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 640px) {
  .station-page .play-section {
    position: absolute;
    top: 15%;
    left: 50%;
    right: 0;
    z-index: 5;
    transform: translate(-60%, 0%);
    width: calc(100vw - 25%);
  }
  .station-page .play-section .circle-play {
    width: auto !important;
    height: auto !important;
  }
}
.station-page .play-section img {
  width: 180px;
}
.station-page .play-section .circle-play {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.station-page .play-section .circle-play img {
  width: 80px;
  height: 80px;
}
.station-page .play-section .circle-play img.pause {
  display: none;
}
.station-page .mobile-santa {
  display: none;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  .station-page .right .play-wrap {
    display: none !important;
  }
  .station-page .mobile-santa {
    display: flex;
    flex-direction: column;
    gap: 20px;
    top: 12%;
    position: absolute;
    padding: 0 24px;
  }
  .station-page .mobile-santa .play-section {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    right: 0 !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    position: relative !important;
  }
  .station-page .mobile-santa .we-are-santa {
    transition: all 300ms ease-in-out;
    animation: bounceIn 1s ease-in-out infinite;
    width: 100%;
  }
}
.station-page .la-santa {
  max-width: 1368px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .station-page .la-santa {
    width: 100%;
  }
}
.station-page .la-santa .left {
  width: 25%;
  height: 100vh;
  z-index: 5;
  position: relative;
}
.station-page .la-santa .left .station-name {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.station-page .la-santa .left .station-name span {
  font-family: Azonix;
  color: #ffffff;
  font-size: 36px;
}
@media only screen and (max-width: 1024px) {
  .station-page .la-santa .left .station-name {
    padding: 15px 0;
  }
  .station-page .la-santa .left .station-name span {
    font-size: 14px;
  }
}
.station-page .la-santa .center {
  position: relative;
}
.station-page .la-santa .center div {
  transform: translate(-18%, -50%);
}
.station-page .la-santa .center div:nth-child(1) {
  width: 1900px;
  height: 100vh;
  background-image: url("../images/static/la-santa/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
}
@media only screen and (max-width: 640px) {
  .station-page .la-santa .center div:nth-child(1) {
    display: none;
  }
}
.station-page .la-santa .right {
  position: relative;
  display: flex;
  flex: 1;
  height: 100vh;
  background: linear-gradient(to bottom, #00247e, rgba(255, 255, 255, 0)), linear-gradient(to bottom, #00092c, #00092c);
}
.station-page .la-santa .right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 5;
  gap: 10px;
}
@media only screen and (max-width: 640px) {
  .station-page .la-santa .right ul {
    right: 0;
    transform: scale(0.85);
    top: 6%;
  }
}
.station-page .la-santa .right ul li a {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: normal;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.station-page .la-santa .right ul li a span {
  font-family: Azonix;
  font-size: 18px;
  color: #ffffff;
}
.station-page .la-santa .right ul li a i {
  display: block;
  font-size: 18px;
  margin-top: -1px;
  padding: 0;
  color: #ffffff;
}
.station-page .la-santa .right ul li a:hover {
  opacity: 0.65;
}
@media only screen and (max-width: 960px) {
  .station-page .la-santa .right ul li a span {
    font-size: 14px;
  }
  .station-page .la-santa .right ul li a i {
    font-size: 14px;
  }
}
.station-page .la-santa .right .headphones {
  width: 45%;
  position: absolute;
  top: 50%;
  left: -25%;
  z-index: 5;
  transform: scale(1.25) translate(0, -40%);
}
@media only screen and (max-width: 480px) {
  .station-page .la-santa .right .headphones {
    transform: translate(-65%, -20%) !important;
  }
}
@media only screen and (max-width: 640px) {
  .station-page .la-santa .right .headphones {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-65%, -37%);
  }
}
.station-page .la-santa .right .truck {
  transition: all 300ms ease-in-out;
  width: 68%;
  position: absolute;
  z-index: 4;
  right: 2%;
  bottom: 15vh;
  animation: moveTruck 1.3s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .station-page .la-santa .right .truck {
    display: none;
  }
}
.station-page .la-santa .right .play-wrap {
  display: flex;
  position: relative;
  z-index: 5;
  display: flex;
  position: relative;
  z-index: 5;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 15%;
  right: 5%;
}
.station-page .la-santa .right .play-wrap #listen {
  width: 150px;
}
.station-page .la-santa .right .play-wrap .we-are-santa {
  transition: all 300ms ease-in-out;
  animation: bounceIn 1s ease-in-out infinite;
  width: 400px;
}
@media only screen and (max-width: 960px) {
  .station-page .la-santa .right .play-wrap #listen {
    display: none;
  }
  .station-page .la-santa .right .play-wrap .we-are-santa {
    width: 320px;
  }
}
.station-page .la-santa .right .monclova-copyright {
  position: absolute;
  bottom: 3%;
  right: 10%;
  z-index: 5;
  width: 35%;
}
@media only screen and (max-width: 640px) {
  .station-page .la-santa .right .monclova-copyright {
    width: 100%;
  }
}

@keyframes moveTruck {
  0% {
    right: -100%;
  }
  100% {
    right: 2%;
  }
}
@keyframes bounceIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=stylesheet.css.map */</pre></body></html>