span.copa-footer-link a:hover {
  text-transform: uppercase;
  text-decoration: none;
}

.footer-information .site-links {
    padding-top: 10px;
}
.footer-information .site-links:after {
  content: '';
  display: block;
  padding-top: 10px;
  border-bottom: 1px solid #00CCB7;
}
.footer-information .footer-logo:before{
  content: '';
  display: block;
  padding-bottom: 10px;
  border-top: 1px solid #00CCB7;
}
.footer-information .site-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.footer-information .site-links ul li {
  display: block;
  padding: 5px 10px;
  line-height: 1;
}
.footer-information .site-links ul li a {
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.footer-information .site-links ul li a:hover,
.footer-information .site-links ul li a:focus,
.footer-information .site-links ul li a:active {
  text-decoration: none;
}
.footer-information .dt-information {
  padding: 20px 0 10px;
  color: #fff;
  text-align: center;
}
.footer-information .dt-information ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-information .dt-information ul li {
  display: inline-block;
  padding: 10px;
}
.footer-information .dt-information a {
  display: inline-block;
  color: #fff;
}
.footer-information .dt-information span {
  display: block;
  padding: 10px 0;
  font-size: 10px;
  text-transform: uppercase;
}
.footer-logo {
  text-align: center;
}
/* .footer-information .dtv-footer {
  width: 50px;
  vertical-align: text-top;
} */

@media (min-width: 768px) {
  .footer-information .site-links {
    padding-top: 30px;
  }
  .footer-information .site-links:after {
    width: 620px;
    padding-top: 30px;
    margin: auto;
  }
  .footer-information .footer-logo:before {
    width: 620px;
    padding-bottom: 30px;
    margin: auto;
  }
  .footer-information .site-links ul li {
    display: inline-block;
    padding: 0 10px;
  }
  .footer-information .site-links ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
}


/* radios */
.radios-live{
  display: flex;
  flex-direction:row;
  border: 2px solid red;
  padding:5px 15px 5px 11px;
  justify-content: space-between;
  width: 172px;
  text-decoration: none !important;
}
/* .radios.header-radio{
  gap:16px;
  display: flex;
  flex-direction: column;
  justify-content: normal;
  width: 100%;
}

.radios.header-radio .radios-live.klik{
  background: #5D50A0;
}

.radios.header-radio .radios-live.choice{
 background: #000000;
}

.radios.header-radios.mobile{
  display:none;
} */
.radios{
  display: flex;
  flex-direction:row;
  gap:16px;
  justify-content: center;
}

.radios.mobile{
  display:none;
}
.radios-live p,
.radios-search p{
  margin:0;
}

.radios-live.klik{
  border-color:#F2E400 ;
}

.radios-live.klik p{
 color:#F2E400;
 font-size: 12px;
  display: flex;
  font-weight: 700;
  align-items: center;
}

.radios-live.choice{
  border-color:#ED0874 ;
}

.radios-live.choice p{
 color:#ED0874;
 font-size: 12px;
  display: flex;
  font-weight: 700;
  align-items: center;
}

.radios-search{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 5px;
}

.radios-search .radios-text{
  font-size: 14px;
  font-weight: 400;
}
.radios-search .radios-line{
  font-size: 30px;
  font-weight: 400;

}
.radios.desktop{
  margin: 0px 0px 30px 0px;

}

@media(max-width:992px){
  .radios-search{
    display:none;
  }

  .radios.mobile{
    display:flex;
  }
}

@media(max-width:768px){
  .radios.desktop{
      margin: 10px 0px;

  }
  .radios.header-radios{
    display: none;
  }
  .radios.header-radios.mobile{
    display:flex;
  margin-top: 0px;
  align-items: center;
  }
}