/* BOF GLOBALES */

@font-face {
  font-family: 'Square 721';
  src:  url('square721/Square-721-regular.ttf') format('truetype');
  font-weight: normal;  			
}

@font-face {
  font-family: 'Square 721';
  src:  url('square721/Square-721-bold.ttf') format('truetype');  
  font-weight: bold;			
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Square 721';
	text-decoration: none;
}

p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
} 

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.wrapper1436 {
	width: 100%;
	max-width: 1436px;
	margin: auto;	
}

header {
	border-top: 5px solid #C9ac02;
}

section.content {
	padding: 20px 0;
}

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* EOF GLOBALES */

/* BOF BOTONERA NEGRA */

.containerMenuBlack {
	background-color: #000;
	padding: 10px;
}

.menuBlack {
	float: left;
	width: 70%
}

@media only screen and (max-width:950px) {
	.containerMenuBlack .menuBlack {
		display: none;
	}
}

.menuBlack ul {
	list-style: none;
}

.menuBlack ul li {
	display: inline;
	padding: 0 30px;
}

.menuBlack ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.menuBlack ul li ul li {
	margin: 15px 0;
}

.fecha {
	width: 30%;
	float: right;
	color: #fff;
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.header-logo {
	padding: 20px 0;	
	background-color: #1d1d1b;
	background-image: url('../img/background-header.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;	
}

.menuBlack .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 250px;
    padding:  15px 0;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #000;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);    
    z-index: 9;
}

.menuBlack .trigger {
	position: relative;
}

.menuBlack .is-open .trigger .sub-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.containerSubmenu {
	position: relative;
}

.link-vivo {
	display: flex;
	align-items: center;
	grid-gap: 10px;
}

.link-vivo span {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.5px;
}

@media only screen and (max-width:768px) {
	.link-vivo span { 
		display: none; 
	}

	.link-vivo img { 
		max-width: 80px;
	}

	.logo-magica img {
		max-width: 150px;
	}

	header {
		position: fixed;
    	top: 0;
    	left: 0;
    	right: 0;
    	z-index: 1;
	}

	body {
		padding-top: 140px;
	}
}

.containerMenuBlue {
	background-color: #75b6cc;
}

.menuBlue {
	float: left;
	width: 50%;
	padding: 8px;
}

@media only screen and (max-width:950px) {
	.menuBlue {
		display: none;
	}
}

.menuBlue ul {
	list-style: none;
	display: flex;
	align-items: center;
}

.menuBlue ul li {
	display: inline;
	padding: 0 20px;	
}

.menuBlue ul li img {
	display: block;
}

.menuBlue ul li:first-of-type {
/*	padding-left: 0; */
}

.menuBlue ul li a {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.grid-logo {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 0 10px;   
}

.burguer-menu {	
    text-align: right;
    display: none;
}

.clima {
	min-width: 245px;
    text-align: right;
    color: #fff;    
}

.clima .containerClima {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.clima .containerClima span {
	display: block;
}

.clima .containerClima .grados {
	padding-right: 20px;
}

.containerClima #colonia, .containerClima #montevideo, .containerClima #punta {
	display: none;
}

.containerClima #colonia.active, .containerClima #montevideo.active, .containerClima #punta.active {
	display: flex;
    align-items: center;
}


.ciudad .cambioCiudad {
	color: #fff;
	margin-left: 10px;
}


.containerClima #ciudades {
    position: absolute;    
    left: 0;
    right: 0;
    top: 50px;    
    background-color: #333;
    height: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;  
    overflow: hidden;  
}

.containerClima #ciudades.active {
    height: 120px;
    visibility: visible;
    transition: all 0.5s ease-out;	
}

.containerClima #ciudades ul {
    list-style: none;
    width: 100%;
    text-align: center;
}

.containerClima #ciudades ul li {
	padding: 10px;
}

.containerClima #ciudades ul li:hover {
    background-color: #555;    
}

.containerClima #ciudades ul a {
	color: #eee;
	display: block;
}

@media only screen and (max-width:950px) {
	.burguer-menu {
		display: block;
	}

	.clima {
		display: none;
	}	
}

#menu_on {
    display: inline-block;
    width: 38px;
    height:25px;
    position: relative;
    z-index: 99999;
    margin-right: 5px;
}

#menu_on span {
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    background: #c9ac02;
    transition: all 0.25s ease;
    transform-origin: 0px 100%;
    border-radius: 5px;
}

#menu_on span:nth-child(2) {
    top: calc(50% - 3px);
}

#menu_on span:nth-child(3) {
    bottom: 0;
}

.visible_menu #menu_on span:nth-child(1) {
    transform: rotate(45deg) translate(-4px,1px);
}

.visible_menu #menu_on span:nth-child(2) {
    opacity: 0;
}

.visible_menu #menu_on span:nth-child(3) {
    transform: rotate(-45deg) translate(-3px,3px);
}

.mainMenuMobile {
	background-color: #1d1d1b;
    position: fixed;
    top: 158px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 999;
}

.visible_menu .mainMenuMobile {
	display: block;
}

.mainMenuMobile ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.mainMenuMobile ul li {
	margin: 20px 0;
}

.mainMenuMobile ul {
	list-style: none;
}

.mainMenuMobile .sub-menu {
	margin-top: 10px;
	display: none;
}

.mainMenuMobile ul ul li {
    background: #3e3e3e;
    margin: 2px;
    padding: 8px;
}


.mainMenuMobile .is-open .trigger .sub-menu {
	display: block;
}

.menuBlackFooter .sub-menu {
	display: none;
}

.menuBlackFooter .is-open .trigger .sub-menu {
	display: block;
}


/* EOF BOTONERA NEGRA */

/* BOF HOME */

.programa-vivo-mobile {
	display: none;
}

.featured.featured-home1 {
    display: grid;
    grid-template-columns: 489px 1fr 1fr 1fr;
    grid-auto-rows: 450px;
    grid-gap: 8px;
    margin-bottom: 10px;
    padding: 10px;
}

@media only screen and (max-width:1200px) {

	.featured.featured-home1 {
		grid-template-columns: 489px 1fr;
	}

}

@media only screen and (max-width:768px) {

	.featured.featured-home1 {
		grid-template-columns: 1fr;
		grid-auto-rows: 300px;
	}

	.featured.featured-home1 .primera {
		display: none;
	}

	.programa-vivo-mobile {
		display: block;		
		padding: 10px;
	}	
	.programa-vivo-mobile .contenido {
		border-radius:  10px;
		padding: 10px;		
		background-color: #ebebeb;
		display: flex;
    	align-items: center;
    	justify-content: space-between;
	}
	.programa-vivo-mobile .contenido .programa {
		padding: 10px;
	}
	.programa-vivo-mobile .contenido .programa span {
		display: block;
	}
	.programa-vivo-mobile .contenido .programa span {
		font-size: 12px;
	}
	.programa-vivo-mobile .contenido .programa .titulo-programa {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.programa-vivo-mobile .contenido .programa .fecha-programa, 
	.programa-vivo-mobile .contenido .programa .horario-programa {
		font-size: 14px;
	}

	.programa-vivo-mobile .contenido .programa .fecha-programa {
	    text-transform: uppercase;	
    	color: #75b6cc; 
    }

	.programa-vivo-mobile .contenido .programa .horario-programa {
        color: #fff;	
	    background-color: #c9ac02;
	    width: fit-content;
	    padding: 5px 8px;
	    margin-top: 5px;
	}

}


.featured.featured-home1 a.primera {
	border-radius: 20px;
	overflow: hidden;
}


.featured.featured-home2 {
    display: grid;
    grid-template-columns: repeat(5,minmax(240px,1fr));
    grid-auto-rows: 200px;
    grid-gap: 8px;
    padding: 10px;
}

@media only screen and (max-width:1240px) {

	.featured.featured-home2 {
    	grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width:458px) {

	.featured.featured-home2 {
    	grid-template-columns: 1fr;
	}
}

.featured.featured-home3 {
    display: grid;
    grid-template-columns: 245px 1fr 1fr;
    grid-auto-rows: 470px;
    grid-gap: 3px;
    margin-bottom: 10px;
}

@media only screen and (max-width:950px) {
	.featured.featured-home3 {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: initial;
	}

}
	

.featured.featured-home3b {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 422px;
    grid-gap: 3px;
}

@media only screen and (max-width:950px) {

	.featured.featured-home3 {
		grid-template-columns: 1fr;
		grid-auto-rows: initial;
	}	

	.featured.featured-home3 a:first-of-type {
		display: none;
	}

}

@media only screen and (max-width:768px) {

	.featured.featured-home3, .featured.featured-home3b {
		grid-template-columns: 1fr;
		grid-auto-rows: initial;		
	}

}

.air {
	box-sizing: border-box;
    padding: 10px 20px;
}

.featured-home3 .air, .featured-home3b .air {
	box-sizing: border-box;
    padding: 10px 0;
}

.post-featured {
    position: relative;
    color: #fff;
    text-decoration: none;
}

.featured-home3 .post-featured, .featured-home3b .post-featured {
    position: relative;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 0 10px;
    margin-top: 5px;
   	margin-bottom: 5px;
}

.featured-home3 .post-featured:nth-of-type(-n+4) {
	margin-top: 0;

}

.featured-home3 .post-featured:first-of-type {
	background-color: transparent;
	padding: 0;
}

.post-featured__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.latest-cuts .post-featured__img, .latest-news .post-featured__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    max-height: 160px;
    justify-content: center;
    align-items: center;
}

.featured-home3 .post-featured__img, .featured-home3b .post-featured__img {
    width: 100%;
    height: auto;
    max-height: 180px;
    overflow: hidden;
}

.post-featured__img img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-home3 .post-featured__img img, .featured-home3b .post-featured__img img {
    position: initial;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.post-featured__info {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.8));
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.8));
}

.featured-home3 .post-featured__info, .featured-home3b .post-featured__info {
    position: initial;
    background: transparent;
}

@media only screen and (max-width:768px) {

	.featured-home3 .post-featured__info, .featured-home3b .post-featured__info {
		display: block;
	}

}


.programa-vivo {
	background:  url('../img/background-programa-vivo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.primera .post-featured__img img {
    position: initial;
    display: block;
    width: initial;
    height: initial;
    object-fit: initial;
}

.programa-vivo .data-programa, .programa-vivo .personaje-programa {
	float: left;
	width: 50%;
}

.programa-vivo .personaje-programa {
	position: absolute;
    right: 0;
    bottom: 43px;
}

.programa-vivo .personaje-programa img {
	width: 240px;
	height: auto;
}

.programa-vivo .aired {
	padding: 22px 0px;
}

.programa-vivo .data-programa {
	text-align: center;
}

.data-programa span {
	display: block;    
    font-size: 20px;    
    color: #000;
    margin: 8px 0;	
}

.data-programa span.titulo-programa {	
    font-weight: bold;    
    text-transform: uppercase;
    text-align: left;
    padding: 15px 30px;       
}

.data-programa span.fecha-programa {	
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #75b6cc;    
}

.primera .post-featured__img .titulo-programa img {
	margin: auto;
}

.data-programa span.horario-programa {
    color: #fff;
    background-color: #c9ac02;
    width: fit-content;
    padding: 5px 8px;
    margin: 2px auto;
}

.data-programa .arrows {
	display: flex;
	justify-content: space-between;
	width: 150px;
	margin: 15px auto;	
}

.data-programa .arrows div {
	cursor: pointer;
}



.post-featured__info h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
  	margin-top: 0.2em;
  	margin-bottom: 0.2em;	
}

.featured-home3 .post-featured__info h3, .featured-home3b .post-featured__info h3 {
	font-size: 20px;
	font-weight: bold;	
}

.post-featured__category {
	background-color: #75b6cc;
	color: #fff;
	padding: 3px 10px;
	font-size: 15px;
}

.featured-home3 .post-featured__category, .featured-home3b .post-featured__category {
	background-color: #c9ac02;
	padding: 3px 10px;
	font-size: 15px;
}

.featured-home1 .post-featured__date, .featured-home2 .post-featured__date,
.featured-home3 .post-featured__date, .featured-home3b .post-featured__date,
.featured-category .post-featured__date  {
	font-size: 14px;
	color: #c9ac02;
	display: flex;
	align-items: center;	
}

.featured-home1 .post-featured__date, .featured-home2 .post-featured__date,
.featured-category .post-featured__date  {	
	color: #75b6cc;	
}

.featured-home1 .post-featured__date img, .featured-home2 .post-featured__date img,
.featured-home3 .post-featured__date img, .featured-home3b .post-featured__date img,
.featured-category .post-featured__date img, .featured-home3b .post-featured__date img {
	margin-right: 5px;
}

.featured-home3 .extract, .featured-home3b .extract {
	font-size: 14px;
}


.containerNotasProg {
	padding: 40px 10px;
}

.notasProg {
	float: left;
	width: calc(100% - 310px);
	margin-right: 10px;
}

@media only screen and (max-width:1200px) {
	.notasProg {
		width: 100%;
	}
}

.containerNotasProg  .banners {
	width: 300px;
	float: left;
}

@media only screen and (max-width:1200px) {
	.banners, .banner {
		display: none;
	}
}

.containerSocials {
	padding: 20px;
}


.defaultPage__social, #NArss {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    grid-gap: 5px;
    width: 100%;
    margin-top: 1em;
}

.defaultPage__feedContainer-instagram {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.defaultPage__feedContainer {
    height: calc(100% - 24px);
    text-align: center;
}

/* --- NA RSS --- */

#NArss .article {
	/*margin: 10px 0;*/
}

#NArss .article .imgContainer, .na-rss .article .data {
	width: 50%;
	float: left;
	padding: 5px;
}

#NArss .article .imgContainer img {
	width: 100%;
	height: auto;
}

#NArss .article .data {
	text-align: left;
	padding: 5px;
}

#NArss .article .data .title {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;	
}

#NArss .article a {
	color: #000;
}

#NArss .article .data .date {
	font-family: sans-serif;
	font-size: 12px;
	color:  #727272;
	text-transform: uppercase;
}


/* EOF HOME */

/* BOF SINGLE - CATEGORY */

.wrap {
	padding: 20px;
}

.main-content {
	width:  calc(100% - 330px);	
	float: left;
}

.breadcrumb {		
    display: block;	
    font-size: 14px;
    color: #666;
}

.single .category {
	text-transform: uppercase;
	padding: 20px 0;
    display: block;	
    font-size: 14px;
}

.single .category a, .breadcrumb a {
	color: #000;
}

.single .category a:hover, .breadcrumb a:hover {
	text-decoration: underline;
}

.single .title h2 {
	font-size: 32px;
	margin-bottom: 20px;
}

.single .date {
	text-transform: capitalize;
	font-size: 14px;
	margin-bottom: 40px;
}

.theContent p {
	font-size: 20px;
}

.sidebar {
	width:  300px;
	padding: 15px;
	float: left;
}

.main-content .main-article .image img {
	width: 100%;
	height: auto;
}

.prev-next {
	margin: 100px 0 50px;
}

#nav-single {
	display: flex;
	justify-content: space-around;
}

#nav-single .navs {
	max-width: 250px;
}

#nav-single a {
	text-transform: uppercase;
	color: #c9ac02;
	font-size: 14px;
}

#nav-single h2 {
	line-height: 21px;
}

#nav-single h2 a {
    color: #000;
    text-transform: initial;
    font-size: 20px;
    font-weight: 400;
}

.related {
	margin-top: 100px;
	position: relative;
}

.related label {
	position: absolute;
    top: -8px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background: #fff;
    padding-right: 15px;

}

.featured.featured-related {
    display: grid;
    grid-template-columns: repeat(4, 1fr);;
    grid-auto-rows: 400px;
    grid-gap: 8px;
    margin-bottom: 10px;
    padding: 30px 0;
    border-top: 2px solid #c9ac02;
}

.featured-related .post-featured__date {
	font-size: 14px;
    color: #75b6cc;
    display: flex;
    align-items: center;	
}
.featured-related .post-featured__date img {
    margin-right: 5px;
}

.sidebar .latest-news .post-featured {
	display: block;
	margin: 5px auto;
	height: 200px;
}

.sidebar .latest-cuts .post-featured {
	margin: 10px 0;
	display: block;
}

.sidebar .post-featured__img img {
	position: initial;
}

.sidebar .post-featured__date  {
	font-size: 14px;
	color: #75b6cc;
	display: flex;
	align-items: center;	
}

.sidebar .post-featured__date img {
    margin-right: 5px;	
}

.sidebar .post-featured__info h3 {
	font-size: 19px;
}

.featured.featured-category {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: 250px;
    grid-gap: 8px;    
}

.featured.featured-blogs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 3px;
}

@media only screen and (max-width:768px) {

	.featured.featured-blogs {
		grid-template-columns: 1fr;
		grid-auto-rows: initial;		
	}

}

.featured.featured-blogs .post-featured {
    position: relative;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 0 10px;
    margin-top: 5px;
    margin-bottom: 5px;	
}

.featured.featured-blogs .post-featured__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    max-height: 160px;
    justify-content: center;
    align-items: center;
}

.featured.featured-blogs .post-featured__img img {
    position: initial;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured.featured-blogs .post-featured__info {
    position: initial;
    background: transparent;
}

.featured.featured-blogs .air {
    box-sizing: border-box;
    padding: 10px 0;
}

.featured.featured-blogs .post-featured__category {
    background-color: #c9ac02;
    padding: 3px 10px;
    font-size: 15px;	
}

.featured.featured-blogs .post-featured__info h3 {
    font-size: 20px;
    font-weight: bold;
}

.featured.featured-blogs .post-featured__date {
    font-size: 14px;
    color: #c9ac02;
    display: flex;
    align-items: center;
}

.featured.featured-blogs .post-featured__date img {
    margin-right: 5px;
}

.featured.featured-blogs .extract {
    font-size: 14px;
}

.title-archive {
    margin: 40px 0;
    text-transform: uppercase;	
}

.latest-news, .latest-cuts {
	margin: 30px 0;
	padding: 0 10px;
}

.sidebar h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;	
}

.sidebar .latest-cuts .post-featured__info {
	position: initial;
	background: transparent;
	color: #000;
}

.sidebar .latest-cuts .post-featured__info.air {
	padding: 10px 0;
}

.sidebar .latest-cuts .post-featured__info h3 {
	font-weight: 700;
}

.sidebar .latest-cuts .post-featured__date {
	color: #c9ac02;
}

.sidebar .latest-cuts .post-featured__category {
	background-color: #c9ac02;
}


/* EOF SINGLE - CATEGORY */

/* BOF PROGRAMACION */

.header__tab {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 1em;
    text-transform: uppercase;    
    cursor: pointer;
}

.header__tab:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 0;
    background-color: #75b6cc;
    transition: height ease .2s;
}

.header__tab.is-active:after, .header__tab:hover:after {
    height: 5px;
}

.defaultPage .dias {
    display: none;
}

.defaultPage .dias.is-visible {
    display: block;
}

.show {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.show:nth-child(odd) {
	background: #c2e2ed;
}

.show__side {
    width: 150px;
    border-right: 1px solid #d6d6d6;
    padding: 10px;
}

.show__start {
    display: inline-block;
    margin-top: 10px;    
    font-size: 1.2em;
}

.show__main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 150px);
    margin-bottom: 10px;
    padding: 10px;
}

.show__info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    width: 60%;
    min-width: calc(100%/3*2);
    box-sizing: border-box;
    padding-left: 1em;
}

.show__img {
    width: 300px;
    max-width: calc(100%/3);
}

.show__img img {
    display: block;
    max-width: 100%;
}

@media only screen and (max-width: 640px) {
	.show__img {
    	display: none;
	}
}

.show__infoWrapper {
    width: 100%;
}

.show__infoWrapper h2 {
	text-transform: uppercase;
	font-size: 18px;
}

.show__infoWrapper-md {
    margin-bottom: 1em;
}

@media only screen and (min-width: 641px) {
	.show__infoWrapper-md {
	    width: 50%;
	    margin-bottom: 2em;
	}
	.show__infoWrapper-social {
	    text-align: right;
	}	
}

.memberList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.show__infoWrapper .memberList {
    margin-bottom: 2em;
}

@media only screen and (min-width: 1025px) {
	.show__infoWrapper .memberList {
	    max-width: calc(50% - 1em);
	    float: left;
	    margin-bottom: 0;
	}
}

.show__infoWrapper .memberList:nth-of-type(1):not(:last-of-type) {
    margin-right: 2em;
}

.memberList span {
    display: inline-block;
    width: 100px;
}

.show__info span, .show__info ul {
    font-size: .9em;
    color: #707070;
}

.memberList ul {
    width: calc(100% - 100px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.show__info span, .show__info ul {
    font-size: .9em;
    color: #707070;
}

.memberList ul li {
    margin-bottom: 0.5em;
    line-height: 20px;
}

.show__info ul li h3 {
    font-size: 12px;
    color: #707070;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}

@media only screen and (max-width: 768px) {
	.header__tab {
		padding: 11px;
	}
	.show__side {
    	width: 81px;
    }
    .header__tabs {
    	margin-bottom: 10px;
    }
    .header__tabs .air, .dias.air {
    	padding: 0;
    }
}
/* EOF PROGRAMACION */


/* BOF FOOTER */

footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

.footer-logo {	
	border-bottom: 1px solid #C9ac02;
}

footer .logo-magica {
	padding: 20px 0 40px;
}

.menuBlackFooter {
	padding: 10px;
}

.menuBlackFooter .trigger {
	display: none;
}

.menuBlackFooter ul {
	list-style: none;
}

.menuBlackFooter ul li {
	display: inline;
	padding: 0 30px;
}

.menuBlackFooter ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.menuBlueFooter {
	background-color: #75b6cc;
	padding: 5px;
}

.menuBlueFooter ul {
	list-style: none;
}

.menuBlueFooter ul li {
	display: inline;
	padding: 0 30px;	
}

.menuBlueFooter ul li a {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.menuBlackFooter, .menuBlueFooter {
		display: none;
	}
}

footer .links {
	    display: flex;
    align-items: center;
    margin: 60px;
    justify-content: center;
}

footer .social {
	margin-right: 50px;
}

footer .social a {
	color: #C9ac02;
    font-size: 25px;
    margin: 0 15px;
}

footer .apps img {
	margin: 0 2px;
}

footer .legals {
	margin-top: 80px;
	font-size: 14px;
	position: relative;
}

footer .legals a {
	text-decoration: underline;
	color:  #cfcfcf;
}

footer .legals a:hover {
	color:  #fff;
}

#back-to-top {
	position: absolute;
    width: 33px;
    height: 20px;
    bottom: 33px;
    right: 55px;    
}


@media screen and (max-width: 768px) {

	footer .links {
		display: block;
		margin: 20px 0;
	}

	footer .social {
		margin: 30px 0;
	}

	#back-to-top {
		bottom: 235px;
	}

	.main-content, .sidebar {
		float: none;
		width: 100%;
		padding: 0;
	}

	.featured.featured-category {
		display: block;
	}

	.featured.featured-related {
		display: block;
		grid-template-columns: 1fr;
    	grid-auto-rows: auto;
	}

	.featured.featured-related .post-featured, 
	.featured.featured-category .post-featured {
		display: block;
		margin: 10px 0;
	}


	.featured.featured-related .post-featured__img img, 
	.featured.featured-category .post-featured__img img {
		position: initial;	
	}

	.fecha {
    	width: 100%;
    	padding-right: 5px;
    }	
}



/* EOF FOOTER */

