h2.sectionHeader {
    font-size: 28px;
    margin: 0;
    padding-bottom: 6px;
    cursor: pointer;
    font-size: 28px;
    border-bottom: 1px solid #4bc3b4;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #202020;
}
h2.sectionHeader a {
    font-size: 28px;
    color: #202020;
}

.featured{
    display: block;
    position: relative;
    width: 100%;
    height: 32.5714em;
    overflow: hidden;
}

.featured>img{ width: 100% }

.featuredDescription{
    /* font-size changed to 18, keep an eye on the em's */
    width: 22.2222em;
    box-sizing: border-box;
    position: absolute;
    bottom: 1.7142em;
    right: 0;
    /*background: #4bc3b4;*/
    background: rgba(255, 206, 0, .6);
    padding: 1.3333em 1.6666em;
    color: #fff;
}


.arrowLeft{
    background: url(../images/gliph-left.png) center no-repeat;
}

.arrowRight{
    background: url(../images/gliph-right.png) center no-repeat;
    right: 0;
}

.arrowLeft,
.arrowRight{
    z-index: 999;
    width: 34px;
    height: 100%;
    position: absolute;
    top: 0;
    /*background-color: rgba(255, 255, 255, .5);*/

    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.arrowLeft:hover,
.arrowRight:hover{
    background-color: rgba(0,0,0, 1);
}



body.home article{ margin: 0 0 1.7142em 0 }

.noticiasPortada{
    /*width: 33.5714em;*/
    /*float: left;*/
}

.portada-noticia{ width: 100% }

.portada-noticia>.imageWrapper{
   /* height: 15.4285em;*/
   height: 120px;
}

.portada-columna-secundaria{
    width: 47.8571em;
    float: right;
}

.portada-programacion>article>ul>li{
    width: 4.4642em;
    background: #d9dadb;
    float: left;
    margin: .3392em 0.3571em .3392em 0;

    text-align: center;
    /*height: 5.1428em;*/
    height: 4.4642em;
}

.portada-programacion>article>ul>li:last-child{ margin-right: 0 }

.portada-programacion>article>ul>li>a:hover{ color: #666; }

.programacionMonth{
    /*line-height: 1em;
    margin: .5em 0 0 0; /* 9 casillas */
    line-height: 1.3571em;
}

.programacionDay{
    /* line-height: .85em;
    padding: 0 .15em 0 0; /* Ugly method, try to improve */
    line-height: .6em;
    padding: 0 .18em 0 0;
}

.portada-grupo{ margin: 0 0 1.7142em 0 }

.portada-video-wrapper{
    width: 19.2857em;
    height: 10.2857em;
    float: left;
}
#fmce-tv_wrapper {
	position: relative;
	float: left;
	width: 670px;
	height: 360px;
	margin-top: 10px;
}

#fmce-tv_wrapper *{
position: absolute;
left: 0;
top: 0;
	width: 670px;
	height: 360px;

}
.videoLink{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}


.seccionPrincipal .imageWrapper{
    float: left;
    /*height: 10.2857em;
    width: 19.2857em;*/
    width: 270px;
    height: 124px;
}

.seccionPrincipal .imageWrapper img{
    width: 100%;
}

.videoLink>img{
    position: absolute;
    margin: auto;
    height: 42px;
    top: 0; right: 0; bottom: 0; left: 0;
}

.portada-titles-wrapper{
    float: left;
    white-space: normal;
    width:  26.4285em;
    margin: 0 0 0 2.1428em;
}

.portada-wrapper-minicolumnas{ width: 100% }

.portada-minicolumna-izquierda,
.portada-minicolumna-derecha{ float: left }

.portada-minicolumna-izquierda{
    width: 26.4285em;
    margin: 0 2.1428em 0 0;
}

.portada-minicolumna-izquierda>.portada-grupo>article>.imageWrapper{ height: 170px }

.portada-minicolumna-derecha{
    width: 19.2857em;
}

.columna-banners>li{
    margin: 0 0 30px 0;
}
.columna-banners img, .banners-publicitarios img, .banners-malaga img {
    width: 100%;
}
.banners-publicitarios div img {
    margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  #showDesktop{
    display: visible;
  }
  #showPhone{
    display: none;
  }
}

@media all and (max-width: 768px) {
  #showDesktop{
    display: none;
  }
  #showPhone{
    display: visible;
  }
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.play-fmcetv{
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 50%;
    margin-left: -21px;
}

#slideDfestival {
  padding: 18px 0;
  background: #f1f1f1;
  height: 100%
}
#slideDfestival .swiper-slide {
  background: #f1f1f1;
}
#slideDfestival h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0;
}

#slideDfestival .arrowLeft, #slideDfestival .arrowRight {
    background-color: rgba(255, 206, 0, .5);
}
#slideDfestival .arrowLeft:hover, #slideDfestival .arrowRight:hover {
    background-color: rgba(255, 206, 0, 1);
}
.television-streaming video{
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
}
