:root {
    --principal-color: #283F86;
    --secondary-color: #8DA7C2;
    --principal-bg-color: #283F86;
    --secondary-bg-color: #DBE3EC;
    --text-color: #333333;
}

html, body, form, ul, fieldset {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff none repeat scroll 0 0;
    color: var(--text-color);
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    line-height: 150%;
}

h1, h2, h3 {
    color: var(--headers-color);
}
h1 {
    font-size: 26px;
    font-weight: 600;
}
h2 {
    font-size: 18px;
    font-weight: 600;
}
h3 {
    font-size: 16px;
    font-weight: 600;
}

p, pre, blockquote, ol, h1, h2, h3, h4, h5, h6 {
    margin: 1em 0;
    padding: 0;
}

ul, li {
    list-style: outside none none;
}

.alert {
	z-index: 10000;
}
.alert .close {
	opacity: 1;
	font-size: 32px;
	top: -10px;
	right: -25px;
}
.alert .ico {
	height: 20px;
	margin-left: 5px;
}
.alert .icon .fa {
	margin-right: 5px;
}

.neg
rita {
    font-weight: 600;
}

.encentro {
    margin-left: auto;
    margin-right: auto;    
    max-width: 1220px;
    width: 100%;
}

.clearer {
    clear: both;
    float:none;
}

.header {
    padding: 0;
    margin-bottom: 10px;
    background: #fff;
    border-top: solid 2px #283F86;
    border-bottom: solid 4px #283F86;
}

body.home .header {
    background: #283F86;
    width: 100%;
}

.pie {
    background: #FFF;
    width: 100%;
    border-top: solid 4px #DBE3EC;
}


.logocabecera {
	text-align: left;
	padding: 15px 20px;
}
.logocabecera img {
    width: 120px; 
}
body.home .logocabecera {
	text-align: center;
	padding-bottom: 22px;
}
body.home .logocabecera img {
    width: 185px; 
}
.menusuperior {
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;  
    background-color: #fff;
    padding-top: 0;
}

body.home .menusuperior {
    padding-top: 27px;
}

#site-navigation {
	padding-left: 30px;
	padding-right: 0;
    z-index: 30;
}

body.xs #site-navigation {
    position: absolute;
    width: 96%;
    left: 2%;
    z-index: 20000;
}

#site-navigation > ul {
    list-style: outside none none;
    float: none !important;
    margin-right: 0;
}

#site-navigation > ul > li a,
#site-navigation > ul > li a:link, 
#site-navigation > ul > li a:visited {
    color: #8DA7C2;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    background-color: transparent;
    padding: 4px 4px 2px;
}

#site-navigation > ul > li a:hover, 
#site-navigation > ul > li a:focus, 
#site-navigation > ul > li.active a {
    color: #283F86;
}

#site-navigation > ul > li {
    float: left;
    margin: 0 30px;
}


body.xs #site-navigation > ul {
    background-color: var(--principal-color);
    width: 100%;
    margin: 6px 0;
}
body.xs #site-navigation > ul > li {
	display: block;
    float: none;
    background-image: none;
    height: auto;
    width: 100%;
}

body.xs #site-navigation > ul > li a {
    width: 100%;
    padding: 8px;
}

body.xs #site-navigation > ul > li.active a,
body.xs #site-navigation > ul > li a:hover {
    background-color: var(--principal-color);
    color: var(--secondary-bg-color);
}

.navbar-toggle {
    background-color: var(--secondary-bg-color) !important;
    border: 0 none;
    margin-top: 13px;
} 

.navbar-toggle .icon-bar {
	background-color: var(--principal-color);
}   

.maincontent {
	min-height: 200px;
    margin-left: 15px;
    margin-right: 15px;
}

.maincontent a:link,
.maincontent a:visited {
	color: var(--principal-color);
	font-size: 15px;
	font-weight: 400;
}


.social ul {
    list-style: outside none none;
}
.social li {
    background-color: #DBE3EC;
    border-radius: 50%;
    display: block;
    float: left;
    height: 35px;
    margin: 0 5px;
    width: 35px;
    text-align: center;
}
.social li:hover {
    background-color: #283F86;
}
.social li a {
    color: #fff;
    display: block;
    height: 100%;
    line-height: 30px;
    width: 100%;
}
.social li a img {
    height: 20px;
}
.social li.fb a img {
    height: 29px;
}

.social .fa {
	font-size: 22px; 
}


.pie {
    color: #454545;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.pie .encentro {
    padding: 0 10px;
}

.piespacer {
    clear: both;
    font-size: 0;
    height: 32px;
}

#logopie {
    background: rgba(0, 0, 0, 0) url("../img/logopiexs.png") no-repeat scroll left center;
    float: left;
    height: 49px;
    width: 48px;
}

.linesep {
    border-bottom: solid 2px #DBE3EC;
    clear: both;
    font-size: 1px;
    height: 20px;
    width: 100%;
}

#pieizquierdo {
    float: left;
    width: auto;
}

#piederecho {
    float: right;
    width: auto;
}

#pieizquierdo ul.menu .item ul {
    display: flex;
}
#pieizquierdo ul.menu .item ul > li {
    flex-grow: 1;
    margin: 5px 20px 0;
}

#pieizquierdo ul,
#piederecho ul,
#pieinferior ul {
    list-style: outside none none;
}

#pieizquierdo ul li,
#piederecho ul li {
    height: 15px;
    line-height: 15px;
}

.pie a:link, .pie a:visited {
    color: #fff;
    text-decoration: underline;
}


#pieinferior {
    margin-top: 10px;
}

#pieinferior ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
#pieinferior ul li {
    flex-grow: 1;
}

.pie #pieizquierdo a,
.pie #pieizquierdo span {
    font-size: 14px;
    font-weight: 400;
    color: #454545;
}
.pie #piederecho a,
.pie #piederecho span {
    font-size: 14px;
    font-weight: 600;
}
.pie #pieizquierdo li,
.pie #piederecho li {
    margin-bottom: 10px;
}

.pie #pieinferior a {
    font-size: 15px;
    font-weight: 400;
}

.pie a:link, .pie a:visited {
    color: #454545;
    text-decoration: underline;
}

.pie .powered a img.on,
.pie .powered a:hover img.off {
	display: none;
}
.pie .powered a:hover img.on {
	display: inline;
}

.maincontent .contenido {
	margin-top: 10px;
	margin-bottom: 10px;
}

.maincontent .contenido .secimage {
	text-align: center;
}

.maincontent .contenido .secimage img {
	width: auto;
}

.seccion.archivo .programlist,
.seccion.archivo .downloads {
    clear: both;
    margin: 0 auto 20px;

}

/*tablas*/
table.table {
	text-align: center;
}

table.table th {
    background-color: #d7d7d7;
    text-align: center;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #eeeeee;
}


/*detalles */
.detail .ficha {
    text-align: justify;
    margin-bottom: 50px;	
}
.detail .ficha figure {
  float: none;
  margin: 0;
}

.detail .ficha .desc {
	margin: 10px 0 10px;	
}

.encentro.seccion:not(.home) h1,
.detail h1 {
    color: #333;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 600;
}

.encentro.seccion:not(.home) h2,
.detail h2 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.encentro.seccion .dynamic {
	font-size: 16px;	
}

.dynamic.contentpaneopen p {
	text-align: justify;
}

.detail .ficha p {
	margin-bottom: 20px;	
    line-height: 1.5em;
}

.detail .ficha .programmingWeek ul li {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}

.detail .ficha .contact {
    margin-bottom: 10px;
}
.detail .ficha .contact .email {
    margin-bottom: 5px;
}

.detail .infoficha  {
    border-left: 1px solid #c3c3c3;
    padding-bottom: 10px;
}

.detail .infoficha .box {
    background-color: var(--secondary-bg-color);
    padding: 0;
    margin-bottom: 0;
}

.detail .infoficha .box.schedule {
	padding: 5px 10px 10px;	
}

.detail .infoficha .box img {
    max-width: 100%;
}

.detail .infoficha .box h3 {
    padding-top: 5px;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 0;
}

.detail .infoficha .box h3 a {
    font-size: 18px;
    font-weight: 600;
}

.detail .infoficha .locutor .email a {
    font-size: 15px;
    font-weight: 300;
}


.detail .infoficha .emisoras img {
	margin-left: 5px;
}

.detail .back {
    margin-top: 70px;
}
.detail .back a {
    font-size: 18px;
    text-decoration: underline;
}
.detail .back a .icon {
    margin-right: 5px;
    font-size: 24px;
    margin-bottom: -5px;
}


/*parrilla */
select.selector {
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 10px 2px 2px;
    text-align: right;
    width: 100%;
}

/*home */

.homecontainer .principal section {
	margin-bottom: 50px;	
}


#xs-selected-name {
   color: #074694;
   font-size: 17px;
   font-weight: 700;
   font-family: 'Montserrat';
   white-space: nowrap;
}
  
.dial-emisoras {
    position: relative; 
    margin-bottom: 50px;
}
.dial-emisoras .reproductor {
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.dial-emisoras .reproductor:has(.play .on) .volume-controls {
    text-align: center;
    margin-bottom: 50px;
}
.dial-emisoras .reproductor:has(.play .on) .volume-controls .volume-bar {
    margin: 0 auto;
    width: 12px;
    height: 75px;
    background-color: #E9E9E9;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}
.dial-emisoras .reproductor:has(.play .on) .volume-controls .volume-bar .volume-bar-value {
    width: 12px;
    background-color: var(--secondary-bg-color);
    position: absolute;
    bottom: 0;
    border-radius: 10px;
}

.dial-emisoras .reproductor:has(.play .on) .volume-controls .volume-bar .volume-bar-value:before {
    content: "";
    background-color: #1D4C76;
    width: 18px;
    height: 14px;
    border: solid 1px #fff;
    border-radius: 5px;
    display: block;
    margin-left: -3px;
    margin-top: -7px;
}


.directos {
	margin-bottom: 20px;
	padding: 0 20px;	
    margin-top: 20px;
}

.directos .directo .onair {
	background-color: var(--secondary-bg-color);
	border-radius: 10px;
    padding: 110px 15px 15px 15px;
	min-height: 220px;
	position: relative;
}

.directos .directo .onair figure {
	height: 160px;
	width: 190px;
	border-radius: 10px;
	position: absolute;
	top: -30px;
	left: calc(50% - 95px);
}
.directos .directo .onair figure img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	border-radius: 10px;
}

.directos .directo .onair .title {
    text-align: center;
    margin-top: 5px;
}
.directos .directo .onair .title a {
	font-weight: 600;
	font-size: 18px;
}

.directos .directo .onair .programacion {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}

.directos .directo .onair .programacion ul li {
	font-size: 14px;	
	font-weight: 400;
}

.directos .directo .onair .archivo {
    position: absolute;
    bottom: 15px;
    right: 25px;
}

.directos .directo .onair .archivo a {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	text-decoration: underline;
}

.directos .directo .onair .archivo .icon {
	margin-right: 5px;
	font-size: 25px;
	vertical-align: bottom;
}

/* home -> Parrilla */

.home-parrilla #parrilla-submenu .week {
	display: flex;
    flex-wrap: wrap;
	gap: 10px;
}

.home-parrilla #parrilla-submenu a {
	font-size: 16px;
	font-weight: 300;
	display: block;
}

.home-parrilla #parrilla-submenu a.active,
.home-parrilla #parrilla-submenu a:hover {
	font-weight: 600;
}

.home-parrilla #parrilla-submenu a span,
.home-parrilla #parrilla-submenu a span {
	width: 77px;
    display: block;
    text-align: center;
}
.home-parrilla #parrilla-submenu a .icon {
	font-size: 35px;
	display: block;
	color: var(--secondary-color);
}
.home-parrilla #parrilla-submenu a .icon::before {
    margin: 0 auto;
}
.home-parrilla #parrilla-submenu a.active .icon,
.home-parrilla #parrilla-submenu a:hover .icon {
	color: var(--primary-color);
}

.home-parrilla #parrilla-cont {
	background-color: var(--secondary-bg-color);
    border-radius: 0;
    padding: 15px;
    min-height: 220px;
    position: relative;
    margin-top: 20px;;
}

.home-parrilla .programacion table {
    border: 0;
    margin-bottom: 0px;
}
.home-parrilla .programacion table tr {
	line-height: 16px;
	border-top: 3px solid transparent;
	background: transparent;
}

.home-parrilla .programacion table tr td {
	padding: 1px;
    font-weight: 600;
    font-size: 14px;
    color: var(--principal-color);
    white-space: nowrap;
	border-top: 0 solid transparent;
    text-align: left;
}
.home-parrilla .programacion table tr td .diahora {
    margin-right: 10px;
}

.home-parrilla .programacion  table tr td.hostname {
    text-align: left;
    padding-left: 15px;
}

.home-parrilla .programacion  table tr td.hostname a {
    font-weight: 400;
    text-decoration: underline;
    font-size: 15px;

}

.diahora {
    width: 100px;
}


#homeprogramacion .news-title h2 {
    margin-top: -25px;
    font-size: 16px;
}

#emisora-news .news-slider {
    opacity: 1;
    width: 100%;
    position: relative;
    margin: auto;
    padding: 0 25px;
    transition: all .3s;
    height: 500px;
}

#emisora-news .news-slider__item {
    padding: 0 20px 0 0;
    overflow-y: auto;
}

#emisora-news .news-slider .swiper-pagination .swiper-pagination-bullet {   
    width: 16px;
    height: 16px;
    border-radius: 15px;
    background: var(--secondary-bg-color);
    transition: all 0.3s;
    opacity: 1;
}

#emisora-news .news-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--principal-bg-color);
    height: 40px;
}

#homenews .news-slider__item .title,
#homenews .news-slider__item .title a,
#emisora-news .news-slider__item .title a {
    font-size: 16px;
    font-weight: 600;
    color: var(--principal-color);
}

#home-news .news-slider__item figure img,
#emisora-news .news-slider__item figure img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border-radius: 10px;
    margin: 5px 0;
}


#home-news .news-slider__item .date,
#emisora-news .news-slider__item .date {
    font-size: 14px;
    font-weight: 400;
    color: var(--principal-color);    
}

#home-news .news-slider__item .desc,
#emisora-news .news-slider__item .desc {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}



#home-news .news-slider {
    opacity: 1;
    width: 100%;
    position: relative;
    margin: auto;
    padding: 0 5px 50px;
    transition: all .3s;
    height: 520px;
    --swiper-pagination-bottom: 0;
}


body.xs #emisora-news .news-slider__item,
#home-news .news-slider__item {
    padding: 0 20px 0 20px;
    overflow-y: auto;
}
#home-news .news-slider__item {
    border-left: solid 4px var(--secondary-bg-color);
}


#home-news .news-slider .swiper-pagination .swiper-pagination-bullet {   
    width: 16px;
    height: 16px;
    border-radius: 15px;
    background: var(--secondary-bg-color);
    transition: all 0.3s;
    opacity: 1;
}

body.xs #emisora-news .news-slider .swiper-pagination .swiper-pagination-bullet-active,
#home-news .news-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--principal-bg-color);
    width: 40px;
    height: 16px;
}


.news-slider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    display: none;
}

.news-slider .swiper-pagination .swiper-pagination-bullet:has(+ .swiper-pagination-bullet-active),
.news-slider .swiper-pagination .swiper-pagination-bullet-active + .swiper-pagination-bullet {
	display: inline-block;
}


.swiper-slide.lvd .lvdheader {
    background: var(--secondary-bg-color);
    border-radius: 25px 0;
    padding: 10px 10px 15px;
    text-align: center;
    margin-bottom: 8px;
}
.swiper-slide.lvd .lvdheader h3 {
	color: var(--principal-bg-color);
    font-size: 26px;
    font-weight: 400;
    margin-top: 10px;
	margin-bottom: 15px;
}

.swiper-slide.lvd .reproductor .play {
	text-align: center;
}
.swiper-slide.lvd .reproductor .play img {
	width: 50px;
}

.swiper-slide.lvd .reproductor .resume-time-bar {
    position: relative;
}

.swiper-slide.lvd .reproductor .resume-time-bar .resume {
    position: absolute;
    width: 100%;
    top: -5px;
    font-size: 11px;    
}

.swiper-slide.lvd .reproductor .resume-time-bar .resume .actual {
    float: left;
}
.swiper-slide.lvd .reproductor .resume-time-bar .resume .end {
    float: right;
}

.swiper-slide.lvd .reproductor .resume-time-bar {
    margin-bottom: 5px;
}
.swiper-slide.lvd .reproductor .resume-time-bar .time-bar {
    margin: 0 auto;
    width: 76%;
    height: 12px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}
.swiper-slide.lvd .reproductor .resume-time-bar .time-bar .time-bar-value {
    width: 12px;
    background-color: var(--principal-bg-color);
    position: absolute;
    left: 0;
    border-radius: 10px;
}

.swiper-slide.lvd .reproductor .resume-time-bar .time-bar .time-bar-value:before {
    content: "";
    background-color: var(--principal-bg-color);
    height: 12px;
    width: 0;
    border-radius: 10px;
    display: block;
}



.swiper-slide.lvd .reproductor .controls .buttons {
    background-color: #fff;
    border-radius: 25px;
    border: solid 1px #BFBFBF;
    display: flex;
    width: 180px;
    margin: 0 auto;  
    padding: 2px 10px;
    justify-content: space-around;
}

.swiper-slide.lvd .reproductor .controls .buttons a img {
    height: 30px;
}



#homebannersection #homebanner img {
	width: 90% !important;
	height: auto !important;
}

body.xs .fb-slider__item,
body.xs .swiper-slide.lvd,
body.sm .fb-slider__item,
body.sm .swiper-slide.lvd {
	margin: 0 0 30px 0;
	text-align: center;
}


.fb-slider__item {
	padding-bottom: 10px;
}
#homenews:has(.lvd) .fb-slider__item {
	border-right: solid 4px var(--secondary-bg-color);
}
body.xs .fb-slider__item {
	border-right: none;
}

body.sm .fb-slider__item {
	padding: 0 5px;
	margin-left: 25px;
}
body.sm .swiper-slide.lvd {
	padding: 0 35px 0;
}


#homevideo {
	overflow-x: hidden;
}


.seccion.programas .programas.list,
.seccion.locutores .locutores.list,
.seccion.archivo .programas.list {
    margin: 10px 0 50px;
}
.seccion.programas .secundarios .programas.list,
.seccion.locutores .secundarios .locutores.list,
.seccion.archivo .secundarios .programas.list {
    margin-top: 50px;
}


#submenu {
    margin: 10px 0;
    border-bottom: 1px solid var(--secondary-bg-color);
    width: 100%;
}


#submenu ul {
    list-style: outside none none;
    display: flex;
    justify-content: center;
}

#submenu > ul > li {
    padding: 0;
    margin: 0 15px;
}

#submenu > ul > li a {
    color: var(--principal-color);
    font-size: 18px;
    font-weight: 500;
    padding: 7px 5px;
    display: block;
}

#submenu ul li.active,
#submenu ul li:hover {
    background-color: var(--secondary-bg-color);
}
#submenu ul li.active a {
    color: var(--principal-color);
}

#submenu a:link, 
#submenu a:visited {
    color: var(--text-color);
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;    
}

.seccion.delegaciones .list {
	margin-top: 30px;
    gap: 30px;
    justify-content: space-between;
}

.seccion.delegaciones .list .item {
	min-height: inherit;
	margin-bottom: 15px;
}
.seccion.delegaciones .list .item .box {
  width: 275px;
}

.seccion.delegaciones .list .item h2 {
	background-color: var(--principal-bg-color);
    color: #fff;
    font-weight: 700;
    padding: 8px 10px;
    font-size: 15px;
    margin: 0;
}

.seccion.delegaciones .list .item .frecuencias {
	margin-bottom: 10px;
}
.seccion.delegaciones .list .item .frecuencias .freq {
	text-align: right;
    margin-right: 5px;
}

.seccion.delegaciones .list .item .frecuencias .frecuency {
	color: var(--principal-color);
    font-weight: 600;
}
.seccion.delegaciones .list .item h3 {
    color: var(--principal-color);
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.seccion.delegaciones .list .item .tfno,
.seccion.delegaciones .list .item .email {
    color: var(--principal-color);
    text-align: center;
    font-weight: 500;
}

.seccion.delegaciones .list .item .address {
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}

.seccion.empresa .dynamic img {
	max-width: 110px;
}


#homereproductores .radio {
	margin-top: 30px;
}



.seccion.programas  .list .item,
.seccion.archivo .list .item {
    margin-bottom: 20px;
}

.detail.archivo .ficha {
	margin-bottom: 0;	
}
.detail.archivo .calendar-select-cont { 
    margin: 30px 0 10px;
}

.detail.archivo #calendar-select {    
    font-size: 22px;
    font-weight: 300;
    line-height: 37px;
}

.detail.archivo #calendar-select .icon {
    font-size: 35px;
    color: var(--secondary-color);
}
.detail.archivo #calendar-select span {
    line-height: 37px;
    vertical-align: super;
}

.detail.archivo .jcalendar-container .jcalendar-controls {
    display: none;
}

.detail.archivo #downloadsTable tr.download {
    color: var(--principal-color);
    font-size: 16px;
    font-weight: 300;   
}

.detail.archivo #downloadsTable tr td {
    height: 50px;
    vertical-align: middle;
}


.detail.archivo tr.father td {
	font-size: 16px;
    font-weight: 500;  
}

.detail.archivo tr.download a:link,
.detail.archivo tr.download a:visited  {
    color: var(--principal-color);
    text-decoration: none;
}

.detail.archivo tr.download .icon, 
.detail.archivo tr.father .icon {
    font-size: 22px;
    margin-right: 5px;
    margin-bottom: -5px;
}
.detail.archivo tr.download .fecha, 
.detail.archivo tr.father .fecha {
	text-align: left;
	padding-left: 3px;
	font-size: 12px;
}

.detail.archivo tr.download .link .fa, 
.detail.archivo tr.father .fa  {
    font-size: 22px;
    font-weight: normal;
    margin-right: 5px;
    color: var(--principal-color);
}

.detail.archivo .item.father > td.link > i {
	cursor:pointer;
}

.detail.archivo .item.siblingDownload > td.fecha {
	padding-left:5rem;
}
.detail.archivo tr.father td.fecha {
    padding-right: 5rem;
}

.detail.archivo #jp_container {
	margin: 0 auto 10px;
}
.detail.archivo .jp-audio {
    max-width: 320px;
}


.detail .ficha img {
	max-width: 100%;
	border-radius: 0;
	margin-bottom: 10px;    
}


.detail.locutor h1 {
    margin-bottom: 20px;
}


.list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 10px;
}

.list .box {
    background-color: var(--secondary-bg-color);
    padding: 0 0 10px 0;
}

.list .box {
    width: 30%;	
}
.list .item img {
    width: 100%;
}

.list .box h3 {
    margin-top: 5px;
    text-align: center;
}

.list .box h3 a {
    font-size: 14px;
    font-weight: 600;
}

.list .item.programa .locutor,
.list .item.locutor .programa,
.list .item.programa .download {
    margin-right: 5px;
	line-height: 100%;
}
.list .item.programa .locutor a,
.list .item.locutor .programa a {
    font-size: 11px;
    font-weight: 400;
	margin-bottom: 10px;
	display: inline-block;
}
.list .item.programa .download a {
    font-size: 15px;
}
.list .item.programa figure, 
.list .item.locutor figure {
    height: 70px;
	overflow-y: hidden;
}

.list .item.programa .download {
    line-height: 22px;
}
.list .item.programa .download .icon {
    font-size: 22px;
    vertical-align: bottom;
}


.seccion.empresa .list .item h3 {
	background-color: var(--principal-bg-color);
    color: #fff;
    font-weight: 700;
    padding: 8px 10px;
    font-size: 15px;
    margin: 0;
}
.seccion.empresa .list .item .datos > div {
	padding: 3px 5px;
}

