@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap");

body {
  background-color: #f5f5f5;
  font-family: Roboto, sans-serif;
  text-rendering: optimizeLegibility;
}

a,
a:hover {
  text-decoration: none !important;
}

.main {
  background-color: #fff;
  min-height: 100vh;
  /* padding: 10px; */
  /* margin-top: 10px; */
  /* border-radius: 10px; */
}

.header {
  border-top: 3px solid #fe0109;
  border-bottom: 1px solid #dedede;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 5;
}

.nav-menu {
  background-color: #fff;
}

.nav-menu .nav-link {
  font-size: 18px;
  font-weight: 400;
}

.navbar-nav li {
  padding: 0;
  margin-right: 5px;
  transform: scale(1) translateZ(0);
}

.navbar-nav > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-bottom: 3px solid;
  border-bottom-color: currentcolor;
  transform: scale(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
  -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
  -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
  -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
  transition: transform 0.45s ease, opacity 0.55s ease;
}

.navbar-nav li:hover > a::before,
.navbar-nav li.active > a::before {
  border-color: #fe0109;
  opacity: 1;
  transform: scale(1) translateZ(0);
}

.buscador-nav {
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
}

.nav-menu .nav-item:hover {
  padding: 0;
  position: relative;
}

.nav-menu .nav-item .nav-link:hover {
  color: #fe0109 !important;
}

.nav-menu .nav-link,
.nav-menu .navbar-brand {
  color: #212529 !important;
}

.nav-menu .navbar-toggler {
  color: #fff !important;
  border-color: #fff !important;
}

.img-publicidad {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  min-width: 100%;
  min-height: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.publicidad a {
  text-decoration: none;
  color: white;
}

.logo {
  width: 80%;
  height: 100px;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
}

.btnMenuIzq {
  font-size: 0.938rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5rem;
  text-decoration: inherit;
  text-transform: inherit;
  background-color: transparent;
  width: 100%;
  padding: 0.75em 0;
  border: none;
  user-select: none;
  text-align: center;
  border-top: 2px solid #fe0109;
  border-bottom: 2px solid #fe0109;
}

.list-group-item.active {
  z-index: 2;
  background: #fe0109;
  border: none;
}

.list-group-item.active a {
  color: #fff;
}

.list-group.dpt li {
  padding: 0 !important;
}

.list-group.dpt li a {
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 400;
  /* letter-spacing: 0.08em; */
  text-transform: uppercase;
  padding: 0.75rem 1.25rem;
}

.list-group.dpt .list-group-item:hover {
  background-color: #fe0109 !important;
}

.list-group.dpt .list-group-item:hover a {
  color: #fff !important;
}

/*List*/
/* ul {
  list-style: none;
} */

.list_radio {
  list-style: none;
}

.mdc-grid-list__tiles li {
  padding: 10px;
}

.mdc-grid-list .mdc-grid-list__tiles {
  margin: 2px auto;
}

.mdc-grid-list__tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
}

.list_radio li {
  padding: 0 5px !important;
}

.list_radio .content_radio {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top-width: 1px;
}

.list_radio .content_radio .content_title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 12px 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  transition: all 0.2s ease;
  cursor: default;
}

.list_radio .content_radio .content_title:hover {
  /* transform: translateY(-5px); */
  font-weight: 400;
}

footer {
  position: relative;
  left: 0;
  bottom: 0;
  background-color: black;
  width: 100%;
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.container .row {
  margin-left: -15px;
  margin-right: -15px;
}

.redes img.img-fluid {
  width: 40px;
  height: 40px;
  /* border-radius: 50%; */
  padding: 0 2px;
  object-fit: fill;
  margin: 0 2px;
}

.table-dias tr td {
  border: none;
  color: #fff;
  padding: 0 !important;
}

.table-dias tr td a {
  background-color: #888;
  display: inline-block;
  text-align: center;
  padding: 0.75rem;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 1px solid #fcfbfb;
}

.table-dias tr td a:hover {
  background-color: #888888c9;
}

.table-programacion {
  overflow-wrap: break-word;
  table-layout: fixed;
}

.table-programacion tr.cabecera {
  border: none;
  background-color: #888;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease;
}

.content-radio {
  width: 300px !important;
}

.content-radio .content-uno button,
.content-radio .content-uno button:focus {
  background: #fff;
  color: #000;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: none;
  font-size: 35px;
  z-index: 1;
  outline: 0;
}

.content-radio .content-uno button:hover {
  background: #fff !important;
  color: #000 !important;
}

.content-radio .content-uno button.is-playing {
  background-color: #ffffff9c;
}

.w-col1-rp {
  width: 25%;
}

.w-col2-rp {
  width: 75%;
}

.nDiaActive {
  background: white !important;
  color: #9f9e9e !important;
  border-top: 1px solid #9f9e9e !important;
  border-left: 1px solid #9f9e9e !important;
  border-right: 1px solid #9f9e9e !important;
}

.content-uno .fondo_imagen {
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  transform: translateY(25px); */
  /* border-radius: 50%; */
}

.overlay_fondo_imagen {
  width: 300px;
  height: 100%;
  position: absolute;
  background: #02020217;
  /* border-radius: 50%; */
}

.descripcion-radio a {
  color: #212529 !important;
}

.dropdown-menu {
  margin-top: 0;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

@media (min-width: 100px) and (max-width: 764.98px) {
  .navbar-nav li:hover > a::before,
  .navbar-nav li.active > a::before {
    border-color: none !important;
    opacity: 0 !important;
    transform: scale(1) translateZ(0);
  }

  .navbar-nav li.active > a.nav-link {
    color: #fe0109 !important;
  }
}

.controls {
  width: 100%;
}

.controls > a {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #fe0109;
  background-color: #fff;
  border: 1px solid #dee2e6;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.controls > a.active,
.controls > a:hover {
  color: #fff;
  background-color: #fe0109;
}

.controls > a.page {
  margin: 0 5px;
}

.content_radio .content_image {
  position: relative;
  overflow: hidden;
}

.content_radio .content_image img {
  transition: transform 0.5s ease;
}

.content_radio .content_image:hover img {
  transform: scale(1.2);
}

.icon_fav {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 10px;
}

.redes a {
  border-radius: 50%;
  text-align: center;
  width: auto;
  display: inline-block;
  font-size: 20px;
  padding: 5px 10px;
  color: #fff !important;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.icon-fb {
  background-color: #3b5998;
}

.icon-yt {
  background-color: #cd201f;
}

.icon-twitter {
  background-color: #1da1f2;
}

.icon-insta {
  /* background: #f09433;  */
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.icon-tiktok {
  background: #000;
}

.icon-wtsp {
  background-color: #25d366;
}

.redes a:hover {
  transform: translateY(-5px);
}

@keyframes filling {
  50% {
    background-position: 3000px 0px;
  }

  100% {
    background-position: 6000px 350px;
  }
}

.descripcion-radio {
  font-size: 1em;
}

.descripcion-radio h5,
.titulo_descripcion_radio {
  font-size: 0.95rem;
  text-transform: uppercase;
}

.content_radio .content_buttons {
  border-top: 1px solid rgba(0, 0, 0, 0.125);

  /* border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
}

.content_radio .content_buttons a {
  font-size: 1.5rem;
  display: inline-block;
  width: 100%;
  transition: all 0.2s ease;
}

.content_radio .content_buttons a :hover {
  color: #fe0109;
  font-weight: bold;
  /* transform: scale(1.1); */

  /* animation: pulse 1s infinite; */
}

.content_radio .content_buttons .div_iz {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
  }

  70% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

#contentenedor_lunaradio {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  display: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#lunaradio {
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn-auth {
  background-color: #fe0109;
  color: #fff;
}

.btn-auth:hover {
  background-color: #ff4046;
  color: #fff;
}

.btn-close,
.btn-close:hover {
  background-color: #fe0109;
  color: #fff;
  width: 30px;
}

.btn-submit,
.btn-submit:hover {
  background-color: #fe0109;
  color: #fff;
}

.page_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: 999999;
}

.middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.bar {
  width: 10px;
  height: 70px;
  background: #fff;
  display: inline-block;
  transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
  animation: loader 1.2s linear infinite;
}
.bar1 {
  animation-delay: 0.1s;
}
.bar2 {
  animation-delay: 0.2s;
}
.bar3 {
  animation-delay: 0.3s;
}
.bar4 {
  animation-delay: 0.4s;
}
.bar5 {
  animation-delay: 0.5s;
}
.bar6 {
  animation-delay: 0.6s;
}
.bar7 {
  animation-delay: 0.7s;
}
.bar8 {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scaleY(0.1);
  }
  50% {
    transform: scaleY(1);
    background: #fe0109;
  }
  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}

.swal2-styled.swal2-confirm{
  background-color: #2c3e50 !important;
}

.lunaradiosmallbuttonplay , 
.lunaradiosmallbuttonpause,
.lunaradioplayicon{
  fill: #fe0109 !important;
}