/*CSS*/
:root {
	--prim: #0057A1;
	/*primario*/
	--primdark: #00274B;
	/*primario dark*/
	--primlight: #63A0D4;
	/*primario light*/
	--secun: #8CAFCD;
	/*secundario*/
	--secunlight: #B3D0E9;
	/*secundario light*/
	--aux: #0054D1;
	/*auxiliar*/
	--txt: #555;
	--txt2: #63758F;

	--exa1: #FF2900;
	--is-wide: 0;
}
/* Variables responsivas */
@media (min-width: 1140px) {
    :root {
        --is-wide: 1; /*Variable para identificar pantallas anchas*/
    }
}
/*GENERALES*/
.btn-primario {
	background: var(--primlight);
	color: #FFF
}
.btn-primario.estaciones{
	background: var(--aux);
	color: #FFF
}

.btn-primario.estaciones:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn i {
	margin-right: 5px
}

body {
	/* min-height: 75rem!important; */
	padding-top: 80px !important;
}

h6{
	font-size: 1rem!important;
}
body.logged-in.admin-bar .fixed-top {
	/* min-height: 75rem!important; */
	top: 32px !important;
}

/*PERSONALIZABLES*/
/*JSPlayera*/
.player-js {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.altura *.player-js {
	margin-bottom: 14px !important;
}

.details {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-top: 25px;
}

.track-art {
	margin: 25px;
	height: 250px;
	width: 250px;
	background-image: url("https://images.pexels.com/photos/262034/pexels-photo-262034.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260");
	background-size: cover;
	border-radius: 15%;
}

.now-playing {
	font-size: 1rem;
}

.track-name {
	font-size: 3rem;
}

.track-artist {
	font-size: 1.5rem;
}

.buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.playpause-track,
.prev-track,
.next-track {
	opacity: 0.8;
	/* Smoothly transition the opacity */
	transition: opacity .2s;
}

.js-play-button {
	font-size: 1.5em;
}

.playpause-track:hover,
.prev-track:hover,
.next-track:hover {
	opacity: 1.0;
}

.total-duration {
	width: 81%;
}

.slider_container {
	width: 100%;
	max-width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Modify the appearance of the slider */
.seek_slider,
.volume_slider {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 5px;
	background: black;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

/* Modify the appearance of the slider thumb */
.seek_slider::-webkit-slider-thumb,
.volume_slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	background: white;
	cursor: pointer;
	border-radius: 50%;
}

.seek_slider:hover,
.volume_slider:hover {
	opacity: 1.0;
}

.seek_slider {
	width: 60%;
}

.volume_slider {
	width: 30%;
}

.current-time,
.total-duration {
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}

i.fa-volume-down,
i.fa-volume-up {
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}

i.fa-play-circle,
i.fa-pause-circle,
i.fa-step-forward,
i.fa-step-backward {
	cursor: pointer;
}

/*cañon*/
.tarjeta-programa h4,
.tarjeta-programa b {
	color: var(--aux)
}

/*color de título y subtitulo*/
.tarjeta-programa {
	background-image: linear-gradient(#A1BDD2, #B3D0E9 25%)
}

/*color de tarjeta*/
.tarjeta-programa .tj-grafico {
	/* background: url(../img/programa-elipse.svg) no-repeat center; */
	background-size: 85%
}

/*fondo IMG*/
/*exa*/
#exa .tarjeta-programa h4,
#exa .tarjeta-programa b,
#exa .tarjeta-programa p {
	color: #FFF
}

/*color de título y subtitulo*/
#exa .tarjeta-programa a {
	color: #F3FF00
}

#exa .tarjeta-programa {
	background-image: linear-gradient(#FF4D00, #FF004D)
}

/*color de tarjeta*/
#exa .tarjeta-programa .tj-grafico {
	background: url(../img/exa-fondo.svg) no-repeat center top;
	background-size: cover
}

/*fondo IMG*/
#exa .titulo h3,
#exa .titulo h4,
#exa .titulo-1r * {
	color: var(--txt)
}

#exa .titulo,
#exa .titulo-1r {
	border-bottom: solid 2px var(--exa1);
}

#exa .btn-primario {
	background: var(--exa1);
	color: #FFF
}

#exa .col-contacto a {
	color: var(--exa1)
}

/*FONTS*/
* {
	font-family: 'Roboto', "Roboto", sans-serif;
}

p {
	color: var(--txt);
}

.cabecera-menu li a,
h1,
h2,
h3,
h4,
h5,
h6,
.titulo a,
.titulo-2r a {
	font-family: 'Goldman', "Goldman", cursive;
}

.tarjeta h4,
.tarjeta p,
.tarjeta a,
.tarjeta p b,
.video-miniatura p,
.estacion-item *,
.banner-escucha span,
.banner-subtitulo,
.banner-pie,
.banner-titulo {
	font-family: 'Oswald', "Oswald", sans-serif !important;
}

.txt-blanco * {
	color: #FFF !important
}

.txt-negro * {
	color: #000 !important
}

.txt-azul,
.txt-azul * {
	color: var(--prim) !important;
}

.txt-sombra {
	text-shadow: -4px 4px 0px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4) !important;
}

.justify {
	text-align: justify;
}

/*CONTENIDOS*/
.programas-display {
	min-height: 500px;
}

.programas-display iframe {
	border: none;
	width: 100%;
	height: 80vh;
	overflow-y: scroll;
	border-top: solid 1px #CCC;
}

div.no-estacion {
	z-index: 1;
	text-align: center;
	position: relative;
	top: -30px;
}

p.no-estacion {
	font-size: 25px;
	text-align: center;
	color: #FFF;
	background-image: linear-gradient(#666, #CCC 25%);
	padding: 20px 10px 10px 10px;
	position: relative;
	margin: auto;
	border-radius: 0 0 10px 10px;
	top: -10px;
	width: 50%
}

.estacion-progr-indice {
	padding-top: 0px
}

.estacion-progr-indice h5 {
	margin-bottom: 20px
}

.col-contacto {
	padding-left: 40px
}

.col-contacto ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.col-contacto li {
	margin-bottom: 15px
}

.col-contacto li a {
	text-decoration: none;
}

.col-contacto li a i {
	margin-right: 5px
}

.loc-perfil {
	display: flex;
	align-items: flex-start;
}

.loc-perfil img {
	background-image: linear-gradient(#055EAA, #63A0D4 30%, #BEE1FF);
	border-radius: 50%;
	width: 100%;
}

/*resultados*/
.resultados-total {
	font-size: 20px;
}

.resultados-total b {
	color: var(--prim)
}

.resultados-lista {
	min-height: 35vh
}

.resultados-lista li {
	margin-bottom: 15px
}

.resultados-paginador {
	list-style-type: none;
	display: flex;
	margin: 0;
	border-top: solid 1px var(--prim);
	padding-top: 10px;
	margin-top: 20px;
}

.resultados-paginador a,
.resultados-paginador span {
	display: inline-block;
	text-decoration: none;
	margin: 0 5px;
	padding: 0px 6px;
	border-radius: 4px
}

.resultados-paginador span {
	background: var(--prim);
	color: #FFF;
}

.resultados-paginador a:hover {
	background: #eee
}

/*RUTA*/
.ruta {
	margin-top: 20px
}

.ruta * {
	color: #ABABB5;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold
}

.ruta p a {
	font-weight: normal !important;
}

.ruta a:after {
	content: "/";
	margin: 0 2px 0 5px;
}

/*PODCAST*/
.podcast {
	background: #EBEBF0;
	margin-bottom: 25px;
	border-radius: 60px;
	padding: 5px
}

.podcast1 {
	display: flex;
	align-items: center;
}

.podcast2 p {
	margin: 0
}

.podcast-tit {
	font-size: 16px;
	font-weight: bold;
}

.podcast-mas {
	font-size: 14px;
}

/*MENU TOGGLER*/
.navbar-toggler {
	border: solid 1px #FFF
}

.navbar-toggler i {
	color: #FFF
}

/*BANNER*/
.banner {
	height: 250px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner p {
	line-height: normal;
	margin: 0;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.banner a {
	text-decoration: none;
}

.banner-txt {
	padding-top: 15px;
}

.banner-escucha {
	font-size: 40px;
	margin: 0;
	position: relative;
	padding-left: 25px
}

.banner-escucha i {
	font-size: 35px;
	margin-right: 10px;
	top: -3px;
	position: relative
}

.banner-escucha span {}

.banner-titulo {
	font-size: 45px;
	font-weight: 700;
}

.banner-subtitulo {
	font-size: 30px;
}

.banner-titulo-lg {
	font-size: 50px;
	font-weight: 700;
}

.banner-subtitulo-lg {
	font-size: 30px;
}

p.banner-titulo,
p.banner-subtitulo {
	padding-left: 70px;
}

.banner-img {
	text-align: right;
	overflow: hidden;
	height: 100%;
}

.banner-img img {
	max-height: 250px;
	width: auto !important;
	display: initial !important;
}

.banner-logo {
	display: flex;
	padding: 10px
}

.banner-logo img {
	width: 100%;
	height: auto;
	object-fit: contain
}

.banner-canal {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
}

.banner-canal p {
	font-family: 'Goldman', cursive !important;
}

.banner-titulo-lg {
	font-size: 55px;
	margin: 0;
}

/*MODAL ESTACIONES*/
.modal-title {
	color: white !important;
}

#estaciones .modal-body {}

#estaciones .modal-body h5 {
	color: var(--txt2);
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0 0 3px 0;
	background-image: radial-gradient(ellipse at 50% 230%, #aaa, #FFF 70%)
}

.est-grupo {
	z-index: 5;
	list-style-type: none;
	padding: 0;
	margin: 0 0 25px 0;
	background-color: #f5f5f5;
	width: 100%;
	border-radius: 10px;
	padding: 5px 20px;
	overflow: hidden;
	overflow-x: auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
	display: flex;
	position: relative;
}

.estacion-item {
	text-align: center;
	background: #f7f7f7;
	display: block;
	border-radius: 10px;
	padding: 15px 0px;
	text-decoration: none;
	margin: 0 10px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	position: relative;
	width: 95px;
}

.estacion-item:hover {
	top: -2px;
	box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
	background: #FCFCFC;
}

.estacion-item img {
	width: auto;
	height: 50px;
	object-fit: contain;
}

.estacion-item p {
	margin: 0;
	color: var(--txt)
}

.est-name {
	font-weight: 500;
	font-size: 14px
}

.est-freq {
	font-weight: 400;
	font-size: 11px
}

.estacion-item.select {
	top: -2px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.6);
	background: #C0DCFC;
}


/*scroll*/
.est-grupo::-webkit-scrollbar {
	width: 10px;
	height: 8px
}

/* width */
.est-grupo::-webkit-scrollbar-track {
	background: transparent;
}

/* Track */
.est-grupo::-webkit-scrollbar-thumb {
	background: #AAA;
	border-radius: 20px
}

/* Handle */
.est-grupo::-webkit-scrollbar-thumb:hover {
	background: #888;
}

/* Handle on hover */

/*MODAL*/
.modal-header {
	background: var(--prim);
	color: #FFF
}

.modal-header button {
	background: none;
	border: none;
	color: #FFF;
	font-size: 20px
}

.modal-xxl {
	min-width: 65vw
}

/*PLAYER*/
.player {
	position: fixed;
	z-index: 9;
	bottom: 0;
	background-image: linear-gradient(#184D80, #00192F);
	box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.5)
}

.player * {
	color: #FFF;
	transition: all 0.2s
}

.player-1 {
	display: flex;
	align-items: center;
	justify-content: center
}

.player-2 {
	display: flex;
	justify-content: center
}

.palyer-prog {
	display: flex;
}

.player-img {
	width: auto;
	height: 75px;
	display: flex;
	justify-content: center;
	margin-right: 5px
}

.player-img img {
	object-fit: cover;
	width: auto;
	height: 100%;
	background-image: radial-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 70%)
}

.player-info {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.player-info p {
	margin: 0;
	line-height: normal
}

.player-info .tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px
}

.player-info .loc {
	font-size: 16px;
	margin-bottom: 4px
}

.player-info .est {
	font-size: 13px;
	font-weight: 300
}

.player-3 .row {
	height: 100%
}

.player-tool {
	display: flex;
	justify-content: center;
	align-items: center
}

.player-tool a {
	display: flex;
	align-items: center;
	flex-direction: column
}

.player-3 a {
	font-size: 14px;
	text-decoration: none;
	font-weight: 300;
	padding-top: 10px
}

.player-3 a i {
	font-size: 25px;
	margin-bottom: 3px
}

.player-3 img {
	width: 25px;
}

.player-3 a:hover,
.player-3 a:hover i {
	color: var(--primlight)
}

/*al ocultarse*/
.altura {
	height: 35px
}

.altura .player-img,
.altura .player-info {
	height: 35px;
}

.altura .player-img img {
	/*opacity:0*/
}

.altura .player-info .loc,
.altura .player-info .est {
	display: none
}

.altura .fa-chevron-down {
	transform: rotate(180deg)
}

.altura .player-3 a {
	padding-top: 5px
}

x.altura .player-2 {
	display: block;
	padding-top: 5px;
}

/*PIE*/
.pie1 {
	background-image: linear-gradient(to right, #1489ED 0%, #0057A1 90%);
	padding: 0;
	margin-top: 40px
}

.pie1 .container {
	background-image: url(../img/pie-fondo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}

.pie-logo {
	display: flex;
	align-items: center;
	justify-content: center
}

.pie-logo img {
	height: auto;
	width: 60%
}

.pie1 * {
	color: #FFF;
	text-decoration: none
}

.pie1 h6 {
	border-bottom: solid 1px #FFF;
	padding-bottom: 7px;
	margin-bottom: 17px
}

.pie1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px
}

.pie-llama,
.pie-sigue,
.pie-logo {
	padding-top: 10px;
}

.pie-sigue li {
	display: inline-block;
}

.pie1 li img {
	width: 25px;
	height: 25px;
	margin-right: 20px
}

.pie2 {
	background: var(--primdark);
}

.pie2 p,
.pie2 a {
	margin: 0;
	color: #FFF;
	font-size: 12px;
	padding: 7px 0
}

.pie2 a {
	margin-left: 20px
}

.pie2b {
	text-align: right
}

.pie-mic {
	position: relative;
	text-align: right;
}

.pie-mic img {
	position: relative;
	object-fit: cover;
	width: auto;
	height: 100%
}

.pie2.conplayer {
	height: 110px
}

.pie2.altura {
	height: 70px
}

/*VIDEO*/

#videos .embbed-player{
	width: 100%;
	height: 100%;
}

.video-home a {
	text-decoration: none;
	color: var(--txt);
	display: block;
	font-size: 18px
}

.video-home img {
	margin-bottom: 10px;
	width: 100%;
}

/*CARRUSEL*/
.carrusel-cont {
	padding: 0 40px;
}

div.carr-estaciones *.owl-stage {
	display: flex;
	flex-direction: row;
}

div.carr-conductores *.owl-stage {
	display: flex;
	flex-direction: row;
}
div.carr-posts *.owl-stage {
	display: flex;
	flex-direction: row;
}

.carrusel-home .owl-carousel:before {
	background: url(../img/carrusel-adelante-off.svg) no-repeat;
	content: "";
	position: absolute;
	height: 400px;
	width: 40px;
	left: -30px
}

.carrusel-home .owl-carousel:after {
	background: url(../img/carrusel-atras-off.svg) no-repeat;
	content: "";
	position: absolute;
	height: 400px;
	width: 40px;
	right: -20px;
	top: 0
}

.carrusel-home .owl-nav {
	display: flex;
	margin: 0 -40px;
	z-index: -20;
	position: relative;
	top: -200px;
}

.carrusel-home .owl-prev,
.carrusel-home .owl-next {
	flex-grow: 1;
	font-size: 0;
}

.carrusel-home .owl-prev {
	text-align: left;
}

.carrusel-home .owl-next {
	text-align: right;
}

.carrusel-home .owl-prev:before,
.carrusel-home .owl-next:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.carrusel-home .owl-prev:before {
	border-right: 10px solid #ABABB5;
}

.carrusel-home .owl-next:before {
	border-left: 10px solid #ABABB5;
}

.carrusel-home .owl-prev:hover:before {
	border-right: 10px solid var(--primlight);
}

.carrusel-home .owl-next:hover:before {
	border-left: 10px solid var(--primlight);
}

.carrusel-home .owl-prev:active:before {
	border-right: 10px solid var(--primdark);
}

.carrusel-home .owl-next:active:before {
	border-left: 10px solid var(--primdark);
}

.carrusel-home .owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-dots {
	text-align: center;
	margin-top: 15px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0px 10px;
	background: #ddd;
	display: block;
	transition: opacity 200ms ease;
	border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: var(--primdark);
}

.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--primlight);
}

.owl-uno .owl-dots.disabled {
	display: block
}

/*TARJETA*/
.tarjeta {
	border-radius: 8px;
	text-align: center;
	padding-bottom: 20px
}

.tarjeta b {
	font-weight: 700
}

.tj-grafico {}

.tj-grafico img {
	width: 90%;
	height: auto;
	padding-top: 20px
}

.tarjeta p {
	color: var(--txt2);
	margin: 0 10px;
	line-height: 20px;
}

.tarjeta h4 {
	font-size: 18px;
	font-weight: 700;
	padding: 6px 0;
	margin: 0 10px
}

.tarjeta p {
	color: var(--txt2);
	margin: 0 10px;
	line-height: 20px;
}

.tarjeta h4 {
	font-size: 18px;
	font-weight: 700;
	padding: 6px 0;
	margin: 0 10px
}

/*locutor*/
a.tarjeta-locutor {
	text-decoration: none;
	background: #D9E7F3;
}

a.tarjeta-locutor .tarjeta {
	background: #D9E7F3;
	transition: all 0.2s
}

a.tarjeta-locutor:hover .tarjeta {
	background: #C4DFF5;
}

a.tarjeta-locutor img {
	filter: saturate(0.2);
	max-height: 250px;
	object-fit: contain;
}

a.tarjeta-locutor:hover img {
	filter: saturate(1)
}

.tarjeta-locutor h4 {
	border-bottom: solid 1px var(--aux);
	color: var(--aux)
}

a.tarjeta-locutor .tj-grafico {
	transition: all 0.2s;
	-webkit-mask-image: linear-gradient(#000 60%, transparent);
	mask-image: linear-gradient(#000, transparent);
	/*background:url(../img/locutor-estrella-1.png) no-repeat center*/
}

a.tarjeta-locutor:hover img {
	filter: saturate(1)
}

a.tarjeta-locutor:hover .tj-grafico {
	/*background:url(../img/locutor-estrella-2.png) no-repeat center*/
}

/*programa*/
.tarjeta-programa {}

.tarjeta-programa .tj-grafico {
	-webkit-mask-image: linear-gradient(#000 60%, transparent);
	mask-image: linear-gradient(#000, transparent);
}

/*estación*/
.tarjeta-estacion {
	background-image: linear-gradient(#D8D8D8, #F1F1F1 25%);
	padding-bottom: 0
}

/*color de tarjeta*/
.tarjeta-estacion h4,
.tarjeta-estacion b {
	color: var(--aux)
}

.tarjeta-estacion .play {
	background: var(--prim);
	color: #FFF;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	border-radius: 0 0 8px 8px;
	line-height: 0;
	padding: 10px 0 8px;
	margin-top: 10px;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.3) inset;
	bottom: 0;
	left: 0;
}

.tarjeta-estacion .play .fas {
	font-size: 14px
}

.tarjeta-estacion .play:hover {
	background: var(--primlight)
}

.tarjeta-estacion .tj-grafico {
	background: url(../img/estacion-elipse.svg) no-repeat center;
	padding: 15px 10px;
	display: flex;
	align-items: center;
	justify-content: center
}

/*fondo IMG*/

/*TITULO*/
.titulo {
	display: flex;
	align-items: baseline;
	border-bottom: solid 2px var(--prim);
	margin: 50px 0 30px;
}

.titulo-1r {
	display: flex;
	flex-direction: column;
	border-bottom: solid 2px var(--prim);
	margin: 50px 0 30px;
}
.titulo-2r {
	border-bottom: solid 2px var(--prim);
	margin: 50px 0 30px;
	color: var(--prim);
}

.titulo-2r .un-renglon *{
	display: flex;
	flex-grow: 1;
	position: relative
}

.titulo-2r h3,
.titulo-2r h4,
.titulo-2r h5 {
	color: var(--prim);
}

.titulo h3,
.titulo h4,
.titulo h5,
.titulo-1r * {
	color: var(--prim);
	flex-grow: 1;
	position: relative
}

.titulo-1r h4 {
	line-height: 20px
}

.titulo-2r a,
.titulo a {
	text-decoration: none;
	color: var(--prim);
}

.titulo img,
.titulo-2r img {
	width: 15px;
	top: -2px;
	position: relative;
	margin-left: 5px
}

/*BUSCAR*/
#buscar {
	position: absolute;
	z-index: 2
}

.buscar {
	height: 70px;
	background: #C5CED7;
	background-image: linear-gradient(#64696D, #C5CED7 10%);
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.45);
	border-radius: 0 0 7px 7px;
	padding: 20px 20px;
	position: relative;
	z-index: 1
}

.buscar-field {
	background: #FCFCFC;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
	padding: 3px 5px;
	display: flex;
}

.buscar-field * {
	border: none;
	background: none;
}

.buscar-field input {
	flex-grow: 1
}

.buscar-field button i {
	color: var(--txt2)
}

.buscar-toggler {
	padding-bottom: 20px;
	display: none
}

/*CABECERA*/
.cabecera {
	background-image: radial-gradient(circle at 10% 90%, #63A0D4, #0057A1, #00274B);
	display: flex;
	padding: 0px 0px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.45);
	z-index: 1200
}

.cabecera .navbar {
	padding: 0
}

.cabecera .navbar-brand img {
	height: 70px
}

.cabecera .row {
	width: 100%;
	padding: 0;
	margin: 0;
}

.cabecera .row>* {
	margin: 0;
	padding: 0;
}

.cabecera ul {
	list-style-type: none;
	text-align: right;
	width: 100%;
}

.cabecera li {
	display: inline;
}

.cabecera-redes {
	text-align: right;
}

.cabecera-redes ul {
	margin: 0;
	padding: 5px 0
}

.cabecera-redes * {
	color: #FFF;
	text-decoration: none;
}

.cabecera-redes img {
	height: 20px;
}

.cabecera-redes a {
	color: red;
	margin-left: 20px
}

.cabecera-menu {
	height: auto;
	display: inline-flex;
}

.cabecera-menu div {
	width: 32px;
	margin-left: 20px;
	margin-top: 16px;
}

.cabecera-menu ul {
	margin: 0;
	padding: 15px 0 0 0
}

.cabecera-menu * {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	line-height: normal;
}

.cabecera-menu li {
	margin-left: 20px;
}

.cabecera-menu a {
	padding-bottom: 6px;
	display: inline-block;
	border-bottom: solid 3px transparent
}

.cabecera-menu a:hover {
	border-bottom: solid 3px #FFF;
	color: #FFF
}

.cabecera-menu a.activo {
	border-bottom: solid 3px #F8B900;
	color: #F8B900
}

.current-menu-item a {
	border-bottom: solid 3px #F8B900;
	color: #F8B900
}

.cabecera-menu .fa-caret-up,
.cabecera-menu .fa-caret-down {
	font-size: 12px;
}

a[aria-expanded=false] .fa-caret-up {
	display: none;
}

a[aria-expanded=true] .fa-caret-down {
	display: none;
}


/* - - - - - - - - - - - -  */
/*  M E D I A    Q U E R Y  */
/* - - - - - - - - - - - -  */
.query {
	height: 0px;
	width: 100%;
	position: fixed;
	z-index: 10000;
	top: 0px
}

/*  -  -  XL  XL  XL  -  -  -  C Y A N  */
@media (min-width:1200px) {
	.query {
		background: cyan
	}

	.resp-lg {
		display: inline-block
	}

	.resp-sm {
		display: none
	}

	.tarjeta-estacion .tj-grafico {
		min-height: 220px;
	}


}

/*  -  -  LG  LG  LG  -  -  -  M A G E N T A */
@media (min-width:992px) and (max-width:1199px) {
	.query {
		background: magenta
	}

	.resp-lg {
		display: inline-block
	}

	.resp-sm {
		display: none
	}

	.pie1 .container {
		background-size: 100% 100%;
	}

	.pie1 li img {
		width: 25px;
		height: 25px;
		margin-right: 15px
	}


}

/*  -  -  MD  SM XS  -  -  -  */
@media (max-width:991px) {
	.resp-lg {
		display: none
	}

	.resp-sm {
		display: inline-block
	}

	.banner-txt {
		padding-top: 25px;
	}

	.banner-escucha {
		font-size: 30px;
	}

	.banner-escucha i {
		font-size: 25px;
		margin-right: 10px;
		top: -3px;
		position: relative
	}

	.banner-titulo {
		font-size: 35px;
	}

	.banner-subtitulo {
		font-size: 21px;
	}

	p.banner-titulo,
	p.banner-subtitulo {
		padding-left: 60px;
	}

	.pie1 img {
		height: 100px;
		width: auto
	}

	.pie1 .container {
		background-size: 100% 100%;
	}

	.pie1 li img {
		width: 20px;
		height: 20px;
		margin-right: 8px
	}


	.player-info .tit {
		font-size: 13px;
		margin-bottom: 2px
	}

	.player-info .loc {
		font-size: 12px;
		margin-bottom: 4px
	}

	.player-info .est {
		font-size: 11px;
	}

	.player-3 a {
		font-size: 11px;
		padding-top: 5px
	}

	.player-3 a i {
		font-size: 20px;
		margin-bottom: 3px
	}

	.player-3 img {
		width: 20px;
	}

	.tarjeta-estacion .tj-grafico {
		padding: 10px 5px;
	}


}

/*  -  -  MD  MD  MD  -  -  -  Y E L L O W */
@media (min-width:768px) and (max-width:991.98px) {
	.query {
		background: yellow
	}

	.cabecera-menu li {
		margin-left: 15px;
	}

	.cabecera-menu * {
		font-size: 18px;
	}

	.tarjeta-estacion .tj-grafico {
		background: none;
	}
}

/*  -  -  SM  SM  SM  -  -  -  B L A C K */
@media (max-width: 767px) {
	.query {
		background: black
	}

	.owl-nav {
		top: -250px;
	}

	.banner-img {
		display: none
	}

	.player-tool-togg,
	.player-img,
	.player-info .loc {
		display: none
	}

	.player-info {
		text-align: center
	}

	.pie1 img {
		height: auto;
		width: 100%
	}

	.pie1 h6 {
		padding-bottom: 3px;
		margin-bottom: 3px
	}

	.pie2 a,
	.pie2 p {
		font-size: 10px;
		padding: 5px 0;
		text-align: center
	}

	.cabecera-menu {
		order: 1
	}

	.buscar-toggler {
		padding-bottom: 20px;
		display: flex;
		order: 2;
		justify-content: flex-end
	}

	.buscar-toggler .buscar-field {
		border-radius: 5px;
		width: 280px
	}

	.cabecera-redes {
		order: 3
	}

	.cabecera-redes ul {
		margin-top: 20px
	}

	.cabecera-menu li {
		display: block;
		padding: 10px 0px
	}

	.menu-hidde {
		display: none !important
	}

	.navbar-collapse.collapse {
		padding-bottom: 20px
	}

	.tarjeta-estacion .tj-grafico {
		padding: 10px 15px;
	}

	.tarjeta-estacion .tj-grafico img {
		width: 50%
	}

	.loc-perfil img {
		width: 100px;
		margin: 0px auto 20px;
	}
	.article .post-half-container{
		max-width:100%!important;
	}
}

/*  -  -  XS  XS  XS  -  -  -  R E D */
@media (max-width:575px) {
	.query {
		background: red
	}

	.titulo {
		margin: 30px 0 10px;
	}

	.banner {
		height: 160px;
	}

	.banner-txt {
		padding: 10px 0 0 0
	}

	.banner-txt p {
		padding: 0
	}

	.banner-escucha {
		font-size: 25px;
		margin-bottom: 15px !important
	}

	.banner-titulo {
		font-size: 25px;
		line-height: 26px !important
	}

	.txt-sombra {
		text-shadow: -2px 2px 0px rgb(0 0 0 / 50%), 0px 0px 9px rgb(0 0 0 / 40%) !important;
	}

	.tarjeta-descr {
		display: none;
	}

	a.tarjeta-locutor img {
		max-height: 170px
	}

	.video-miniatura {
		text-align: center
	}

	.video-home img {
		height: 150px;
		width: auto;
		margin: auto
	}

	.banner-titulo-lg {
		font-size: 40px;
		line-height: 40px !important;
	}

	.carrusel-home .owl-carousel:before,
	.carrusel-home .owl-carousel:after {
		height: 220px;
		background: none
	}

	.carrusel-home .owl-nav {
		top: -120px
	}

	.pie1 .container {
		background-image: url(../img/pie-fondo-xs.png)
	}

	body {
		padding-top: 70px !important;
	}
	.article .post-half-container{
		max-width:100%!important;
	}
}

/* - - - - SAFARI HACK - - - */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) and (max-width: 767px) {
	/* @media {} */
}

/* - - - - iPHONE HACK - - - */
@supports (-webkit-overflow-scrolling: touch) {}

/* - - - - FIREFOX HACK - - - */
@-moz-document url-prefix() {}

/* - - - - EDGE IE HACK - - - */
/* _:-ms-lang(x), */


/* - - - - Noticias  - - - */
.carrusel-home .card,
.article{
	font-family: 'Oswald', "Oswald", sans-serif !important;
	color: #555555;
}


.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article .titulo a{
	font-family: 'Oswald', "Oswald", sans-serif !important;	
}

.article .titulo-post{
	font-size: 1.75rem;
	color: var(--prim);
	font-family: 'Oswald', "Oswald", sans-serif !important;	
}
.carrusel-home .card  .card-title,
.article .titulo-card{
	font-size: 1.2rem;
    color: var(--prim);
    font-weight: normal;
	font-family: 'Oswald', "Oswald", sans-serif !important;	
}
.article .post-half-container{
	max-width: 582px;
	border: 1px solid #fff;
}
.article .main-box-text{
	background-color: #f2f2f2;
	padding: 0.5rem 1.5rem;
}

.article .cat-date{
	font-size: 1rem;
	color: #9b9b9b;
	font-family: 'Oswald', "Oswald", sans-serif !important;
}
.article a {
	text-decoration: none!important;
}
.carrusel-home .card .card-body .cat-date,
.article .cat-date.cards{
	font-size: 0.8rem;
	color: #9b9b9b;
	font-family: 'Oswald', "Oswald", sans-serif !important;
}
.carrusel-home .card .card-body p,
.article .texto-card{
	font-size: 0.9rem;
	font-weight: normal;
	font-family: 'Oswald', "Oswald", sans-serif !important;
	padding-bottom: 0px;
}
.carrusel-home .card{
	border: 1px solid white!important;
	font-family: 'Oswald', "Oswald", sans-serif !important;	
}
.carrusel-home .card .card-body {
    background-color: #f2f2f2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


article .card{
	border: 1px solid white!important;
	font-family: 'Oswald', "Oswald", sans-serif !important;	
}
article .card .card-body {
    background-color: #f2f2f2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
article .card .card-body p,
article .texto-card{
	font-size: 0.9rem;
	font-weight: normal;
	font-family: 'Oswald', "Oswald", sans-serif !important;
}

article .card .card-body .cat-date,
article .cat-date.cards{
	font-size: 0.8rem;
	color: #9b9b9b;
	font-family: 'Oswald', "Oswald", sans-serif !important;
}

article .card .card-title a{
	text-decoration: none;
	font-family: 'Oswald', "Oswald", sans-serif !important;	
	color: var(--prim);
}

article .card  .card-title,
article .titulo-card{
	font-size: 1.2rem;
    color: var(--prim);
    font-weight: normal;
	font-family: 'Oswald', "Oswald", sans-serif !important;	
}

article .card .post-categories {
    position: absolute;
    left: 5px;
    top: 5px;
    display: flex;
    gap: 2px;
    padding: 0;
}
article .card .post-categories li{
	background-color: #216EB1;
	padding: 5px 10px;
	border-radius: 5px;
	list-style-type: none;
}
article .card .post-categories a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 10px;
	text-decoration: none;
}

.rd-article article h1,
.rd-article article h2,
.rd-article article h3,
.rd-article article h4,
.rd-article article h5{
	font-family: 'Roboto', "Roboto", sans-serif!important;
    color: var(--prim);
}
.rd-article .rd-excerpt{
	font-family: 'Roboto', "Roboto", sans-serif!important;
    font-size: 20px;
	color: var(--txt2);
}


.rd-cita {
    border: none;
    /* margin: 0 0 1.75em; */
    padding: 1.5em;
	border-radius: 10px;
	width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.rd-cita.gray {
	background-color: #f2f2f2;
}
.rd-cita.blue {
	background-color: #9bc9ef;
}
.rd-cita.orange {
	background-color: #F6B800;
}

.card-img-top{ 
	width: 100%;
	min-height: 203px;
}
.rd-article aside.lo-mas-visto .titulo{
	margin: 50px 0 10px!important;
}

.rd-article aside.lo-mas-visto .titulo h4{
	font-family: 'Roboto', "Roboto", sans-serif!important;
	font-size: 1.3rem!important;
}
.rd-article article .head-article{
	font-family: 'Roboto', "Roboto", sans-serif!important;
	font-size: 16px;
	color: var(--txt2);
}

.rd-article .article-excerpt{
	font-style: italic;
}
.rd-article figcaption{
	text-align: left!important;
	font-size: 14px!important;
	color: var(--txt2)!important;
}

.rd-article .lo-mas-visto article{
	border-bottom: 1px solid var(--secunlight);
	padding-top: 10px;
	padding-bottom: 10px;
}

.rd-article .lo-mas-visto article:first-child{
	padding-top: 10px;
}
.rd-article .lo-mas-visto article:last-child{
	border-bottom:none
}
.rd-article .lo-mas-visto a{
	text-decoration: none;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
	padding-top: 2rem;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #0073aa;
    transition: background-color 0.3s, color 0.3s;
}

.pagination a:hover,
.pagination .current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.pagination .current {
    font-weight: bold;
}

.pagination .dots {
    padding: 8px 12px;
    color: #777;
}

.pagination .prev,
.pagination .next {
    font-weight: bold;
}

.pagination .prev:hover,
.pagination .next:hover {
    background-color: #0073aa;
    color: #fff;
}
main.main-noticias *:first-of-type(div.titulo) {
	margin-top: 1px;
}

img.medium-banner{
	max-width: 100%;
	width: 300px;
	height: auto;
}
img.wide-skyscraper{
	max-width: 100%;
	width: 160px;
	height: 600px;
}
img.leaderboard{
	max-width: 95%;
	width: 728px;
	height: 90px;
}

.height-adapted{
	min-height: calc(100vh - 521px);
}
.height-adapted-2{
	min-height: calc(100vh - 411px);
}


aside.sticky {
	flex: 1;
	position: -webkit-sticky; /* Para compatibilidad con Safari */
	position: sticky;
	top: 20px; /* Distancia desde la parte superior cuando se pega */
}

.social-share{
		padding-bottom: .5rem!important;
		align-items:start!important;
		display: flex!important;
		flex-direction: row!important;
		background-color: white;
		
		border-radius: .25rem;
		z-index: 1050;
}
.social-share a{
		padding-right: 0.5rem!important;
		padding-left: 0.5rem!important;
}

@media (min-width: 1050px) and (max-width: 1199px) {

	.social-share{
		padding-top: .5rem!important;
		padding-bottom: .5rem!important;
		padding-right: 1rem!important;
		padding-left: 1rem!important;
		align-items: center!important;
		display: flex!important;
		flex-direction: column!important;
		position: fixed;
		background-color: white;
		top: 18rem;
		left: calc(((100vw - 970px) / 2) - 2.5rem);
		width: 25px;
		border: 1px solid white;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
		border-radius: .25rem;
		z-index: 1050;
	}
}
@media (min-width: 1230px) {

	.social-share{
		padding-top: .5rem!important;
		padding-bottom: .5rem!important;
		padding-right: 1rem!important;
		padding-left: 1rem!important;
		align-items: center!important;
		display: flex!important;
		flex-direction: column!important;
		position: fixed;
		background-color: white;
		top: 18rem;

		left: calc(((100vw - 1150px) / 2) - 2.5rem);
		width: 25px;
		border: 1px solid white;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
		border-radius: .25rem;
		z-index: 1050;
	}
}
@media (min-width: 1400px) {

	.social-share{
		padding-top: .5rem!important;
		padding-bottom: .5rem!important;
		padding-right: 1rem!important;
		padding-left: 1rem!important;
		align-items: center!important;
		display: flex!important;
		flex-direction: column!important;
		position: fixed;
		background-color: white;
		top: 18rem;

		left: calc(((100vw - 1330px) / 2) - 2.5rem);
		width: 25px;
		border: 1px solid white;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
		border-radius: .25rem;
		z-index: 1050;
	}
}


/* 540px	720px	960px	1140px	1320px */