@charset "utf-8";

/* CSS Document */


/*
* La X - SilverIT
* Daniel Noe Ramirez Moreno - daniel@danielramirez.com.co
* www.danielramirez.com.co
* 24/21/2020
*/


/* Tabla de Contenido
==================================================
    #Estilos Generales
    #Tipografia
    #Estructura principal
    #Responsive
*/

/*
#Estilos Generales*/
*{margin: 0;padding: 0;}

body{
	color: #444444;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background: #000;
}
a{
	color: #fff;
	transition: .5s all;
}
a:hover,
a:focus,
a:active{
  color: #FF0066;
  text-decoration: none !important;
}
a:hover span,
a:focus span,
a:active span{
  color: #FF0066;
  text-decoration: underline;
}
/*
#Tipografía*/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.text_title, .btn, div.tag-button, .btn, .main-content .text_lead {
    font-family: 'Raleway', sans-serif;
}
h1, .h1 {font-size:2.57rem;}
h2, .h2 {font-size:2.28rem;}
h3, .h3 {font-size:2.03rem;}
h4, .h4 {font-size:1.80rem;}
h5, .h5 {font-size:1.60rem;}
h6, .h6 {font-size:1.42rem;}
.text_lead {font-size:1.27rem;}
.text_small { font-size:0.89rem;}
.text_small_xx { font-size: 0.79rem;}
.text_small_xxx { font-size: 0.7rem;}
p.text_title {font-weight: 700;}
.text_black { color:#444444 !important;}
.text_red { color:#FF0066;}
.text-white { color: #fff;}
.text_line_height_compacted {line-height: 130%;}

.bg-blanco{
  background-color: #FFF !important;
}
.program-table .tab-programacion a{
  font-size: 14px;
  padding: 5px 10px;
}
.program-table .tab-programacion a:first-child{
  border-radius: .3rem 0 0 .3rem;
  width: 100%;
}
.program-table .tab-programacion a:last-child{
  border-radius: 0 .3rem .3rem 0;
  width: 100%;
}

/*
#Estrucutra principal*/
header{
	box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.9);
  min-height: 60px;
}
nav button{
	padding: 4px 12px;	
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
button{
	border: 0;
	background: transparent;
}
.navbar button{
  border: 0 !important;
}
main{
    padding-bottom: 120px;
    padding-top: 60px;
}
.p-home{
    padding-bottom: 120px;
    padding-top: 60px;
}
.brand-logo{
	width: 44px;
	height: 44px;
}
.navbar{
  min-height: 60px;
}
.bg-dark{
	background: #000 !important;
}
.navbar-dark .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.5855 9.66667H5.2522V7H26.5855V9.66667Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.5858 17.6667H5.25244V15H26.5858V17.6667Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.5858 25.6667H5.25244V23H26.5858V25.6667Z' fill='white'/%3E%3C/svg%3E");
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.5184 24.8187L7.43347 9.73376L9.31909 7.84814L24.404 22.9331L22.5184 24.8187Z' fill='%23FF0066'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.4046 9.73378L9.3197 24.8187L7.43408 22.9331L22.519 7.84816L24.4046 9.73378Z' fill='%23FF0066'/%3E%3C/svg%3E%0A");
}
header .navbar button.pl-0 svg{
  fill: #FFF;
  transition: .3s all;
}
header .navbar button.pl-0:active svg,
header .navbar button.pl-0:focus svg{
  fill: #FF0066;
}
.menu-content{
	padding: 30px 15px;
	width: 100%;
	height: 1000px;
	background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 39%, rgba(48,48,48,1) 100%);
	background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 39%, rgba(48,48,48,1) 100%);
	background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 39%, rgba(48,48,48,1) 100%);
	position: absolute;
	z-index: 999;
}
.menu-content ul{
	height: 846px;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}
.menu-content ul li{
	list-style: none;
	padding: 15px 5px;
}
.menu-content ul li a span{
	margin-left: 30px;
}
.menu-content ul li a svg{
	fill: #fff;
	transition: .5s all;
}
.menu-content ul li a:active svg,
.menu-content ul li a:focus svg{
	fill: #FF0066;
}
.image-wrap {
    min-height: 90px;
    overflow: hidden;
    max-width: 100%;       
}
.image-wrap img {
    width: 100%;
    object-fit: cover;
    height: 90px;
    object-position: center;
}
aside .pf-bottom-fix,
aside .player-bottom-fix{
	position: fixed;
   	left: 0;
   	bottom: 0;
   	z-index: 1000;
    box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.9);
}
/****animación al aire****/
.emision-activa .titulo-activo svg{
	width: 26px;
	height: 26px;
    fill: #FFF;
    animation-name: AlAire;
    animation-duration: 15s;
}
@keyframes AlAire {
    0%   {fill: #FFF;}
    6.66%  {fill: #FF0066;}
    13.33%   {fill: #FFF;}
    19.99%  {fill: #FF0066;}
    26.66%  {fill: #FFF;}
    33.33%  {fill: #FF0066;}
    39.99%   {fill: #FFF;}
    46.66%  {fill: #FF0066;}
    53.33%  {fill: #FFF;}
    59.99%  {fill: #FF0066;}
    66.66%   {fill: #FFF;}
    73.33%  {fill: #FF0066;}
    79.99%  {fill: #FFF;}
    86.66%  {fill: #FF0066;}
    93.33%   {fill: #FFF;}
    100%  {fill: #FF0066;}
}
.btn-play .btn-center svg{
	width: 65px;
	height: 65px;
	transition: .5s all;
}
.btn-play .btn-gray{
  margin-right: 12px;
  margin-left: 12px;
}
.btn-play .btn-gray svg{
  width: 24px;
  height: 24px;
}
.btn-play .btn-gray svg{
  fill: #D8D8D8;
  transition: .5s all;
}
.btn-play .btn-gray:active svg,
.btn-play .btn-gray:focus svg{
  fill: #FF0066;
}
.nav-bar-menu-share .navbar-btn-share svg{
  fill: #FFF;
  transition: .5s all;
}
.nav-bar-menu-share .navbar-btn-share:focus svg,
.nav-bar-menu-share .navbar-btn-share:active svg{
  fill: #FF0066;
}
.player_bottom_programs .player_bottom_programs_title a.ic_arrow_right,
.player_bottom_podcast .player_bottom_podcast_title a.ic_arrow_right {
    background-position: 85% center;
    background-repeat: no-repeat;
    padding: 0 3rem 0 1rem;
}
.player_bottom_programs_controls svg {
    fill: #FFF;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;    
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.player_bottom_programs_controls button:focus svg,
.player_bottom_programs_controls button:active svg {
    fill: #000;
    opacity: 1;
}
.player_bottom_programs_thumbnail img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.player_bottom_programs_controls button {
    height: 24px;
    margin: 0 0.4rem 0 0;
}
.player_bottom_programs_description .text_title {
   min-height: 42px;
   text-overflow: ellipsis;
	 overflow: hidden;
	 white-space: initial;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.player_bottom_programs_controls button:hover svg, .player_bottom_programs_controls button:focus svg, .player_bottom_programs_controls button:active svg{
	fill: #FF0066;
}
.line_divider {
  float: left;
  background: #b9b9b9;
  height: 1px;
  width: 100%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  margin-top: -10px;
}
.ic_arrow_right {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.71929 17.8937C7.1544 18.3247 7.85546 18.3247 8.29057 17.8937L15.9185 10.3385L8.29057 2.78336C7.85546 2.3524 7.1544 2.3524 6.71929 2.78336V2.78336C6.27825 3.22019 6.27825 3.93292 6.71929 4.36975L12.7455 10.3385L6.71929 16.3073C6.27825 16.7442 6.27825 17.4569 6.71929 17.8937V17.8937Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
}
.ic_arrow_right.text_black{
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.71929 17.8937C7.1544 18.3247 7.85546 18.3247 8.29057 17.8937L15.9185 10.3385L8.29057 2.78336C7.85546 2.3524 7.1544 2.3524 6.71929 2.78336V2.78336C6.27825 3.22019 6.27825 3.93292 6.71929 4.36975L12.7455 10.3385L6.71929 16.3073C6.27825 16.7442 6.27825 17.4569 6.71929 17.8937V17.8937Z' fill='%23444'/%3E%3C/svg%3E%0A"); 
}
.programa-al-aire .en-emision img{
  max-width: 246px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.p-en-emision,
.p-en-programa{
  padding-top: 0;
  padding-bottom: 0;
}
.p-en-emision .bg-image,
.p-en-programa .bg-image{
  filter: blur(8px);
  -webkit-filter: blur(20px);
  height: 548px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.p-en-emision .bg-image{
  background-image: url(img/img-en-reproduccion.png);
}
.p-en-programa .bg-image{
  background-image: url(img/img_player_ondemand_thumbs_03.png); 
}
.p-en-emision .programa-al-aire,
.p-en-programa .programa-al-aire{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  text-align: center;
}
.login-register-body .form-login input[type="email"]{
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9766 4.96484H4.97656C3.87656 4.96484 2.97656 5.86484 2.97656 6.96484V18.9648C2.97656 20.0648 3.87656 20.9648 4.97656 20.9648H20.9766C22.0766 20.9648 22.9766 20.0648 22.9766 18.9648V6.96484C22.9766 5.86484 22.0766 4.96484 20.9766 4.96484ZM20.5766 9.21484L14.0366 13.3048C13.3866 13.7148 12.5666 13.7148 11.9166 13.3048L5.37656 9.21484C5.27629 9.15855 5.18848 9.08251 5.11845 8.9913C5.04842 8.90009 4.99762 8.79562 4.96914 8.68421C4.94065 8.57281 4.93507 8.45678 4.95272 8.34315C4.97037 8.22952 5.0109 8.12066 5.07184 8.02314C5.13279 7.92563 5.21289 7.8415 5.30729 7.77584C5.40169 7.71018 5.50843 7.66436 5.62106 7.64114C5.73368 7.61793 5.84985 7.61781 5.96252 7.64079C6.07519 7.66377 6.18203 7.70938 6.27656 7.77484L12.9766 11.9648L19.6766 7.77484C19.7711 7.70938 19.8779 7.66377 19.9906 7.64079C20.1033 7.61781 20.2194 7.61793 20.3321 7.64114C20.4447 7.66436 20.5514 7.71018 20.6458 7.77584C20.7402 7.8415 20.8203 7.92563 20.8813 8.02314C20.9422 8.12066 20.9828 8.22952 21.0004 8.34315C21.0181 8.45678 21.0125 8.57281 20.984 8.68421C20.9555 8.79562 20.9047 8.90009 20.8347 8.9913C20.7646 9.08251 20.6768 9.15855 20.5766 9.21484V9.21484Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding-left: 45px;
  background-position: 3% center;
  opacity: 0.7;
}
.login-register-body .form-login input[type="password"]{
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.3305 17.0155C22.9019 16.6029 22.3205 16.3711 21.7143 16.3711V10.8711C21.7143 9.4124 21.1122 8.01346 20.0406 6.98201C18.969 5.95056 17.5155 5.37109 16 5.37109C14.4845 5.37109 13.031 5.95056 11.9594 6.98201C10.8878 8.01346 10.2857 9.4124 10.2857 10.8711V16.3711C9.67951 16.3711 9.09812 16.6029 8.66947 17.0155C8.24082 17.428 8 17.9876 8 18.5711V25.1711C8 25.7546 8.24082 26.3141 8.66947 26.7267C9.09812 27.1393 9.67951 27.3711 10.2857 27.3711H21.7143C22.3205 27.3711 22.9019 27.1393 23.3305 26.7267C23.7592 26.3141 24 25.7546 24 25.1711V18.5711C24 17.9876 23.7592 17.428 23.3305 17.0155ZM19.4286 10.8711V16.3711H12.5714V10.8711C12.5714 9.99588 12.9327 9.15651 13.5756 8.53764C14.2186 7.91877 15.0907 7.57109 16 7.57109C16.9093 7.57109 17.7814 7.91877 18.4244 8.53764C19.0673 9.15651 19.4286 9.99588 19.4286 10.8711ZM17.6188 23.4242C17.9693 23.037 18.1828 22.5235 18.1828 21.96C18.1828 20.7546 17.2055 19.7773 16.0001 19.7773C14.7946 19.7773 13.8174 20.7546 13.8174 21.96C13.8174 22.524 14.0313 23.0381 14.3824 23.4254C14.7818 23.866 15.3586 24.1427 16.0001 24.1427C16.6421 24.1427 17.2194 23.8655 17.6188 23.4242Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding-left: 45px;
  background-position: 3% center;
  opacity: 0.7;
}
.player-bottom-fix{
  width: 100%;
  height: 72px;
}
.player-bottom-fix button.play-player-botom,
.player-bottom-fix button.play-program-botom{
  width: 32px;
  height: 32px;
  margin-top: 12px;
}
.player_onair_avatar img{
  max-width: 90px;
}
.program_onair_avatar img{
  max-width: 53px;
  height: 53px;
  margin-top: 4px;
  margin-left: 15px;
}
.player-bottom-fix .col-12{
  background: radial-gradient(100% 13816.56% at 0% 61.4%, rgba(35, 35, 35, 0) 0%, #232323 50.52%, rgba(35, 35, 35, 0) 100%);
}
.player-bottom-fix a:focus,
.player-bottom-fix a:active{
  color: #FF0066;
  text-decoration: underline;
}
/*****barra de progreso 
firefox*****/
 progress {
  border: 0;
  height:5px;
  border-radius: 5px;
  margin-top: 8px;
  width: 40%;
}
progress::-moz-progress-bar {
  background-color: red;
  background-color: #FF0066;
  border-radius: 5px 0 0 5px;
}
progress:indeterminate::-moz-progress-bar {
  width: 0;
}
/*****chrome/opera/edge-chromium*****/
progress {
  -webkit-appearance: none;
  vertical-align:baseline;
  border: 0;
  height:5px;
  border-radius: 5px;
}
progress::-webkit-progress-bar {
  background-color: #fff;
}
progress::-webkit-progress-value{
  background-color: #FF0066;
}
progress:indeterminate::-moz-progress-bar {
  width: 0;
}
/*****Edge******/
progress::-ms-fill{
  background-color: #FF0066;
  border:0;
}
.btn-primary {
    color: #fff;
    background-color: #FF0066;
    border-color: #FF0066;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    padding: 5px 15px;
}
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #FF0066 !important;
    border-color: #FF0066 !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled{
    background-color: #FF0066;
    border-color: #FF0066;
    opacity: 0.4;    
}
.btn-outline-dark {
    border-color:#444;
    color:#444;
    padding: .375rem 1.5rem;
}
.btn-outline-secondary{
    border-color:#FF0066 !important;
    color:#FF0066;
    padding: 5px 15px;
}
.btn-outline-secondary:focus,
.btn-outline-secondary:active{
    border-color: #FF0066 !important;
    background: #FFF !important;
    color: #FF0066 !important;
    opacity: 0.6;
}
.btn-outline-dark:focus,
.btn-outline-dark:active {
    border-color: #FF0066 !important;
    background: #fff !important;
    color:#FF0066 !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #444;
    border-color: #444;
}
.card-djs .button_control svg {
    fill: #444;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: fill;
    transition-property: fill;
}
.title .button_control:focus svg,
.title .button_control:active svg,
.card-djs .button_control:focus svg,
.card-djs .button_control:active svg {
    fill: #f06;
}
.card-djs{
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.card-djs .heading-img {
    background: linear-gradient(180deg, #000000 2.46%, #212121 38.95%);
    width: 100%;
}
.card-djs .heading-img img {
    display: block;
    height: 100%;
    width:50%;
}
.card-djs .footer-content{
  position: absolute;
  right: 15%;
  top: 30%;
  text-align: right;
}
.banner-dj img{
  height: 160px;
  object-fit: cover;
  object-position: center;  
}
.programs_card .card div.card-img-top,
.programs_card div.card-img-top:after {
    width: 50%;
}
.programs_card div.card-img-top:after {
    height:100%;
}

.programs_card div.card-img-top:after {
  background-image: url("/static/images/ic_btn_play_op.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  bottom:0;
  content:"";
  display: block;
  /* height: 58%; */
  left: 0;
  position: absolute;
  right:0;
  top:0;
  width: 50%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background-image;
  transition-property: background-image;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.programs_card div.card-img-top:hover:after {
  /* background-image: url("data:image/svg+xml,%3Csvg width='118' height='119' viewBox='0 0 118 119' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='1'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M89.9054 59.1398C90.532 59.5315 90.532 60.4441 89.9054 60.8358L44.2343 89.3802C43.5683 89.7965 42.7043 89.3176 42.7043 88.5322V31.4434C42.7043 30.658 43.5683 30.1791 44.2343 30.5954L89.9054 59.1398Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M59 104.234C83.4386 104.234 103.25 84.4229 103.25 59.9843C103.25 35.5457 83.4386 15.7343 59 15.7343C34.5614 15.7343 14.75 35.5457 14.75 59.9843C14.75 84.4229 34.5614 104.234 59 104.234ZM59 109.151C86.154 109.151 108.167 87.1383 108.167 59.9843C108.167 32.8303 86.154 10.8176 59 10.8176C31.846 10.8176 9.83337 32.8303 9.83337 59.9843C9.83337 87.1383 31.846 109.151 59 109.151Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");   */
  background-image: url("/static/images/ic_btn_play.svg");
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.programs_card .card-body .programs_card_description {
    height: unset;
}
.programs_card .card-body .programs_card_description h3 {
    font-size:0.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.programs_card .card-body .programs_card_description div p strong {
    display: none;
}
.programs_card .card-body{
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    padding: 0.6rem;
}
.programs_card .card-body .player_bottom_programs_controls{
  margin-top: -5px;
}
.card{
  border-radius: 0;
}
.programs_card .card-body svg{
  fill: #444;
}

.player_bottom_programs_thumbnail div.card-img-top:after {
  background-image: url("/static/images/ic_btn_play_op.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  bottom:0;
  content:"";
  display: block;
  /* height: 58%; */
  left: 0;
  position: absolute;
  right:0;
  top:0;
  width: 100%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background-image;
  transition-property: background-image;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.player_bottom_programs_thumbnail div.card-img-top:hover:after {
  /* background-image: url("data:image/svg+xml,%3Csvg width='118' height='119' viewBox='0 0 118 119' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='1'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M89.9054 59.1398C90.532 59.5315 90.532 60.4441 89.9054 60.8358L44.2343 89.3802C43.5683 89.7965 42.7043 89.3176 42.7043 88.5322V31.4434C42.7043 30.658 43.5683 30.1791 44.2343 30.5954L89.9054 59.1398Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M59 104.234C83.4386 104.234 103.25 84.4229 103.25 59.9843C103.25 35.5457 83.4386 15.7343 59 15.7343C34.5614 15.7343 14.75 35.5457 14.75 59.9843C14.75 84.4229 34.5614 104.234 59 104.234ZM59 109.151C86.154 109.151 108.167 87.1383 108.167 59.9843C108.167 32.8303 86.154 10.8176 59 10.8176C31.846 10.8176 9.83337 32.8303 9.83337 59.9843C9.83337 87.1383 31.846 109.151 59 109.151Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");   */
  background-image: url("/static/images/ic_btn_play.svg");
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.custom-select{
    border: 0;
    border-bottom: 1px solid #444;
    border-radius: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.39545 6.961C2.8783 7.48313 2.8783 8.3244 3.39545 8.84653L12.4617 18L21.5279 8.84653C22.045 8.3244 22.045 7.48313 21.5279 6.961C21.0037 6.43175 20.1484 6.43175 19.6242 6.961L12.4617 14.1925L5.29913 6.961C4.77492 6.43175 3.91965 6.43175 3.39545 6.961Z' fill='black'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    padding: 5px 28px 5px 0;
}
.login-register-footer p a{
  color: #444;
  text-decoration: underline;
}
.login-register-footer p a:focus,
.login-register-footer p a:active{
  color: #FF0066;
}
.p-podcasts .button_control svg{
  fill: #444;
  transition: .5s all;
}
.p-podcasts .button_control:active svg,
.p-podcasts .button_control:focus svg{
  fill: #FF0066;
}
.embed-responsive blockquote{
  min-width: 99% !important;
}
/*
#Responsivo*/

@media (max-width: 320px){
    .programa-al-aire .en-emision img{
        max-width: 150px;
    }
    .program-table .tab-programacion a{
      font-size: 12px;
    }
    .table td, .table th{
      font-size: 11.2px;
    }
}
