/*
Theme Name: Rosa Encarnación
Theme URI: https://struggledtechsolutions.com
Author: Dalvin Tavárez
Author URI: https://struggledtechsolutions.com
Description: Rosa Encarnación
Version: 2.0
License: GNU General Public License v2 or later
*/
a:hover{
	color: #144087 !important;
	text-decoration: none;
}

html, body{
	font-family: 'Lato', sans-serif;
	background: #efefef;
}

img{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.all-rounded{
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

.flex-box{
	display: flex;
	flex-wrap: wrap;
}

.flex-center{
	justify-content: center;
}

.handburger-menu{
	width: 40px;
    justify-content: flex-end;
    align-items: center;
    height: 26px;
	cursor: pointer;
}

.line{
	height: 4px;
	background: #0068b0;
}

.line-100{
	width: 100%;
}

.line-90{
	width: 90%;
}

.line-80{
	width: 80%;
}

.space-between{
	justify-content: space-between;
}

.redes-icon{
	width: 30px;
	height: 30px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.facebook-icon{
	background: url(https://storage.googleapis.com/struggledtechsolutions/teleuniverso/recursos/facebook-icon.png);
}

.x-icon{
	background: url(https://storage.googleapis.com/struggledtechsolutions/teleuniverso/recursos/instagram-icon.png);
}

.instagram-icon{
	background: url(https://storage.googleapis.com/struggledtechsolutions/teleuniverso/recursos/x-icon.png);
}

.youtube-icon{
	background: url(https://storage.googleapis.com/struggledtechsolutions/teleuniverso/recursos/youtube-icon.png);
}



.search-icon{
	background: url(https://storage.googleapis.com/struggledtechsolutions/teleuniverso/recursos/search-icon.png);
	cursor: pointer;
}

.facebook-white-icon{
	background: url(https://storage.googleapis.com/struggledtechsolutions/rosa/facebook-white-icon.png);
}

.instagram-white-icon{
	background: url(https://storage.googleapis.com/struggledtechsolutions/rosa/instagram-white-icon.png);
}

.x-white-icon{
	background: url(https://storage.googleapis.com/struggledtechsolutions/rosa/x-white-icon.png);
}

.youtube-white-icon{
	background: url(https://storage.googleapis.com/struggledtechsolutions/rosa/youtube-white-icon.png);
}

.ul-reset{
    list-style: none;
    padding: 0;
    margin: 0px auto;
    justify-content: center;
}

.ads-300x250{
	width: 300px;
    height: 250px;
}

.ads-300x600{
	height: 600px;
	width: 300px;
}

.fondo-gris{
	background: #ddd;
}

.fondo-gris:hover{
	background: #2293e1;
}

.mb-15{
	margin-bottom: 15px;
}

.border-radius{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
}

.fondo-azul{
	background: #2293e1;
}

.header-black{
	background: #333;
}

@media(min-width:1024px){
	.main-header{
		width: 100%;
		padding: 15px 0px;
		background: #333;
	}

	.padding-22{
		padding: 22px;
	}

	.reportaje-big-img{
		width: 250px;
		margin-right: 25px;
	}

	.reportaje-big-title{
		flex-basis: 44%;
	}

	.rosa-opinion-header{
		text-transform: uppercase;
		flex-basis: 100%;
		font-size: 46px;
		letter-spacing: -4.8px;
	}

	.reportajes-big{
		flex-basis: 492px;
	}

	.main-item{
		flex-basis: 100%;
		height: auto;
		aspect-ratio: 16/9;
	}

	.main-item-gradient{
		position: absolute;
		background: rgb(2,0,36);
		background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.27494747899159666) 40%);
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
	}

	.main-item-excerpt{
		line-height: 1.4;
	}

	.top-redes li:first-child{
		border-left: #fff solid 1px;
		padding-left: 36px;
	}

	.main-item-box{
		position: absolute;
		bottom: 100px;
		z-index: 1;
		left: 50%;
		margin-left: -550px;
	}

	.main-item-title{
		font-size: 50px !important;
		text-decoration: none;
	}

	.main-item-date{
		margin-bottom: 30px;
		padding: 0px 0px 0px 5px;
	}

	.main-item-cat{
		color: #144087;
	}

	.main-menu{
		align-items: center;
	}

	.main-menu a{
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 16px;
		padding: 5px 15px;
		border: transparent solid 2px;
	}

	.main-menu a:hover{
		border-radius: 15px;
		border: #fff solid 2px;
		color: #fff !important;
	}

	.main-menu-footer{

	}

	.main-menu-footer li a{
		border: transparent solid 2px;
	}

	.main-menu-footer li a:hover{
		border: #000 solid 2px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-o-border-radius: 15px;
	}

	.main-box{
		padding: 50px 0px;
	}

	.mas-reportajes-box{
		padding: 0px 0px 60px 0px;
	}

	.mas-reportajes-btn{
		display: flex;
		justify-content: center;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 700;
		color: #fff;
		font-size: 20px;
		border: #ddd solid 1px;
		padding: 10px;
		border-radius: 8px;
		background: #136ccb;
	}

	.mas-reportajes-btn:hover{
		color: #fff !important;
		text-decoration: none;
		background: #000;
	}

	.rosa-opinion-box{
		flex-basis: 19%;
    	padding: 22px;
	}

	.reportaje-config-big{
		position: absolute;
		bottom: 24px;
		left: 296px;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.reportaje-config-big li{
		display: flex;
		align-items: center;
		text-transform: uppercase;
		color: #000;
		margin-top: 4px;	
	}

	.main-menu-footer a{
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 16px;
		padding: 5px 15px;
		border: transparent solid 2px;
	}

	.columna-izquierda{
		flex-basis: 18%;
	}

	.columna-central{
		flex-basis: 50%;
	}

	.columna-derecha{
		flex-basis: 20%;
	}

	.footer-redes li a{
		background: #000;
		display: block;
		border-radius: 5px;
		padding: 2px 5px;
	}
	
	.ads-970x90{
		width: 970px;
		height: 90px;
	}

	.reportaje-box-small{
		flex-basis: 23%;
	}

	.ads-970x250{
		width: 970px;
		height: 250px;
	}

	.flex-30{
		flex-basis: 30%;
	}

	.flex-25{
		flex-basis: 25%;
	}

	.flex-72{
		flex-basis: 72%;
	}

	.flex-42{
		flex-basis: 42%;
	}

	.flex-49{
		flex-basis: 49%;
	}

	.flex-67{
		flex-basis: 67%;
	}

	.flex-70{
		flex-basis: 70%;
	}

	.flex-273{
		flex-basis: 27.3%;
	}

	.flex-31{
		flex-basis: 31%;
	}

	.flex-485{
		flex-basis: 48.5%;
	}

	.flex-50{
		flex-basis: 50%;
	}

	.flex-23{
		flex-basis: 23%;
	}

	.flex-300px{
		flex-basis: 300px;
	}

	.flex-container{
		width:1100px;
	}

	.flex-60{
		flex-basis: 60%;
	}
	
	.flex-40{
		flex-basis: 40%;
	}

	.o-one-box{
		margin-bottom: 20px;
	}

	.flex-container-opinion{
		flex-basis: 930px;
	}

	.envivo-bg{
		background: url(https://storage.googleapis.com/teleuniverso/teleuniverso-tv-bg.png) center center;
		padding: 40px 0px;
		background-size: cover;
	}

	.bg-white{
		background: #fff;
	}

	.reportaje-config{
		margin: 0px 0px 10px 0px;
		padding: 0;
		list-style: none;
	}

	.reportaje-config li{
		margin-right: 15px;
		align-items: center;
		display: flex;
		text-transform: uppercase;
		color: #000;
		font-size: 14px;
		text-decoration: underline;
		font-weight: 700;
	}
	
	.o-o-box{
		padding: 10px 20px;
		margin-bottom: 10px;
		height: 50px;
	}

	.envivo-player-home{
		position: relative;
		width: 100%;
	}

	.envivo-player-home iframe{
		aspect-ratio: 16/9;
		height: auto;
		width: 100%;
	}

	.top-ads{
		background: #efefef;
		padding: 15px;
	}

	.nav-menu{
		border-top: #bbb solid 2px;
		padding: 10px 0px;
		border-bottom: #bbb solid 2px;
	}

	.menu{
		list-style: none;
		padding: 0;
		margin: 0;
		flex-basis: 90%;
		justify-content: space-between;
		align-items: center;
	}

	.menu a{
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 18px;
	}

	.menu a:hover{
		color: #144087;
		font-weight: 600;
	}

	.flex-50{
		flex-basis: 50%;
	}

	.flex-26{
		flex-basis: 26%;
	}

	.flex-72{
		flex-basis: 72%;
	}

	.live-programacion{
		background: #cb0505;
		padding: 8px 20px;
		margin: 0px 30px 0px 0px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
	}

	.live-programacion li:first-child{
		margin-right: 20px;
		border-right: #fff solid 1px;
		padding-right: 20px;
	}

	.live-programacion a {
		color: #fff;
		font-weight: 300;
		text-transform:	uppercase;
		text-decoration: none;
	}

	.live-programacion a:hover{
		text-decoration: underline;
		color: #fff !important;
	}

	.top-redes li{
		padding: 0px 4px;
	}

	.main-footer{
		background: #fff;
		padding: 40px 0px;
	}

	.site-date{
		color: #242424;
		font-size: 14px;
		font-weight: 300;
	}

	.footer-bottom{
		background: #0068b0;
		width: 100%;
		padding: 5px 0px;
	}

	.derechos{
		color: #fff;
		font-size: 16px;
		font-weight: 300;
	}

	.logo-footer{
		margin-right: 65px;
	}

	.sts{
		color: #0068b0;
		font-size: 14px;
		padding: 18px 0px;
	}

	/* FOOTER */
	.menu-footer{
		background: #fff;
		flex-basis: 86%;
		justify-content: space-between;
		margin-bottom: 38px;
		padding: 10px 15px;
	}

	.menu-footer li a{
		color: #000;
		text-transform: uppercase;
		font-size: 14px;
		text-decoration: none;
		border-right: #ddd solid 1px;
		padding-right: 20px;
	}

	.menu-footer li a:hover{
		color: #144087;
		font-weight: 600;
	}

	.menu-footer li:last-child a{
		padding-right: 0px;
		border-right: none;
	}
	/* FOOTER */
		
	/* SECCION HEADER */
	.seccion-header{
		height: 48px;
		margin-bottom: 20px;
	}

	.seccion-box{
		border-bottom: #0068b0 solid 2px;
		padding: 0px 0px 10px 0px;
	}

	.cuadrado-gris{
		width: 25px;
		height: 25px;
		background: #008bd0;
		margin-right: 15px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
	}

	.seccion-name{
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 700;
		color: #000;
	}

	.seccion-all{
		display: block;
		background: #0068b0;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 16px;
		padding: 8px 20px;
	}

	.seccion-all:hover{
		background: #ddd;
		color: #000;
	}
	/* SECCION HEADER */

	.seccion{
		margin: 50px 0px;
	}

	/* FONTS */
	.font-bold{
		font-weight: 700;
	}

	.font-20{
			font-size: 20px;
	}

	.font-22{
		font-size: 22px;
	}

	.font-18{
		font-size: 18px;
	}

	.font-42{
		font-size: 42px;
	}
	/* FONTS */

	.cibao-box{
		height: 262px;
		min-height: 262px;
	}

	.fondo-top{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 226px;
		background: #0068b0;
	}

	.z-index-1{
		z-index: 1;
	}

	.politica-big-box{
		padding: 0px 0px 30px 0px;
	}

	.seccion-politica{
		padding: 50px 0px 0px 0px;
	}

	.politica-img-small{
		flex-basis: 24%;
	}

	.politica-small-content{
		flex-basis: 70%;
	}

	.politica-line{
		padding: 25px 0px;
	}

	.mo-big{
		font-size: 58px;
	}

	.mo-small{
		font-size: 28px;
	}

	.publicidad-centrada{
		text-align: center;
		margin: 0px 0px 40px 0px;
	}

	.politica-over-div{
		position: absolute;
		bottom: 0px;
		left: 0px;
		padding: 15px 30px 15px 0px;
		text-transform: uppercase;
		color: #000;
		font-size: 16px;
	}

	.cibao-over-div{
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(255,255,255, 0.8);
		padding: 10px 30px;
		color: #000;
		text-transform: uppercase;
	}

	/* NOTA */
	.nota-header{
		background: #333;
		padding: 26px 0px 60px 0px;
	}

	.nota-title{
		margin: 0;
	}

	.nota-excerpt{
		margin: 40px 0px 0px 0px;
		flex-basis: 70%;
	}

	.nota-contenido{
		padding: 50px 0px 50px 100px;
	}

	.nota-contenido p{
		font-size: 20px;
		font-weight: 300;
		color: #000;
		margin: 0px 0px 28px 0px;
		line-height: 1.3;
	}

	.nota-reportaje{
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 700;
		background: #008bd0;
		color: #fff;
		padding: 2px 15px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-o-border-radius: 15px;
	}

	.is-provider-youtube{
		margin: 0px 0px 28px 0px !important;
		aspect-ratio: 16 / 9;
		height: auto;
		position: relative;
		border-radius: 8px;
		overflow: hidden;
	}

	.is-provider-youtube iframe{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	/* NOTA */

	.mas-leidas-div{
		margin: 30px 0px 60px 0px;
	}

	.div-count{
		border-radius: 25px;
		background: #008bd0;
		position: absolute;
		bottom: 15px;
		left: 15px;
		font-size: 40px;
		padding: 3px 20px;
	}

	.ads-center{
		margin: 0px auto;
	}

	.nota-imagen{
		display: block;
	}

	.nota-imagen-caption{
		padding: 15px 0px;
		color: #b1b1b1;
		font-size: 14px;
		font-weight: 300;
		border-bottom: #efefef solid 2px;
		display: flex;
		line-height: 1.3;
	}

	.ul-tags{
		padding: 0px 0px 0px 17px;
		margin: 0px;
	}

	.temas-box{

	}
	
	.ul-tags li{

	}

	.ul-tags li:first-child{
		padding-left: 0px;
	}

	.ul-tags li:last-child{
		border-right: none;
		padding-right: 0px;
	}

	.ul-tags li a{
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 14px;
	}

	.ul-tags li a:hover{
		color: #0068b0;
		text-decoration: underline;
	}

	.ul-related{
		list-style: disc;
		padding: 0px 0px 0px 17px;
	}

	.ul-related li{
		padding: 15px 0px;
		border-top: #ddd solid 1px;
		flex-basis: 100%;
	}

	.ul-related li a{
		color: #000;
		text-decoration: none;
		font-size: 18px;
	}

	.ul-related li a:hover{
		text-decoration: underline;
	}

	.ads-single-right{
		margin: 40px 0px 30px 0px !important;
	}

	.single-details{
		padding: 22px 0px;
		align-items: center;
	}

	.single-details li:last-child{
		border-right: none !important;
	}

	.single-details li:first-child{
		padding: 0px 20px 0px 92px;
	}

	.single-details li{
		border-right: #939191 solid 1px;
		padding: 0px 20px;
		font-size: 14px;
	}

	.avatar-box{
		width: 74px;
		background: #fff;
		height: 74px;
		align-items: center;
		display: flex;
		justify-content: center;
		position: absolute;
		top: -48px;
		left: 0;
	}

	.seccion-item-box{
		padding: 0px 0px 40px 0px;
	}

	.category-pagination a{
		background: #0068b0;
		color: #fff;
		padding: 10px 25px;
		text-decoration: none;
	}

	.category-pagination a:hover{
		color: #fff !important;
		background: #000;
	}

	.font-36{
		font-size: 36px;
	}

	.en-vivo-bg{
		background: #0068b0;
		padding: 50px 0px;
	}

	.en-vivo-title{
		color: #fff;
		font-size: 42px;
		text-align: center;
		flex-basis: 100%;
		margin: 0 0 36px 0;
	}

	/* TELEUNIVERSO AL DIA */
	.teleuniverso-al-dia-bg{
		background: #000;
		padding: 0px;
	}

	.teleuniverso-al-dia-box{
		padding: 70px 0px 100px 0px;
	}

	.al-dia-header{
		border-bottom: #fff solid 1px;
		float: left;
		padding-bottom: 5px;
	}

	.ver-toto{
		font-weight: 300;
		text-decoration: none;
		border-bottom: #fff solid 1px;
		padding-bottom: 3px;
	}

	.al-dia-header-box{
		height: 25px;
	}

	.link-pbs{
		padding: 0px 15px;
	}
	/* TELEUNIVERSO AL DIA */

	.box-mbs{
		margin: 0px 20px;
	}

	.small-box-ide{
		padding: 15px 0px;
		border-top: #ddd solid 2px;
	}

	.ide-big-box{
		padding: 0px 0px 20px 0px
	}

	.ide-pbs{
		padding: 0px 20px;
	}

	.ide-img-small{
		flex-basis: 100%;
	}

	.ide-seccion-name{
		position: absolute;
		bottom: 0;
		right: 0;
		background: #efefef;
		padding: 6px 15px;
		text-transform: uppercase;
		font-weight: 700;
		color: #0068b0;
		font-size: 20px;
	}

	/* ENCUESTA */
	.encuesta-left{
		flex-basis: 300px;
	}

	.encuesta-right{
		flex-basis: 632px;
		background: #01528a;
		padding: 15px 15px 15px 30px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.encuesta-box{
		z-index: 1;
		padding: 78px 0px 0px 0px;
		width: 1000px;
	}

	.encuesta-iframe{
		flex-basis: 100%;
		height: 270px;
		border: none;
	}
	/* ENCUESTA */

	.portada-principal-box{
		margin: 50px auto;
	}

	.pp-big-img{
		margin: 0px 0px 20px 0px;
	}

	.pp-big-cat{
		position: absolute;
		bottom: 0;
		left: 0;
		background: #fff;
		padding: 15px 25px 15px 0px;
		z-index: 2;
	}

	.pp-small-img{
		margin: 0px 0px 20px 0px;
	}

	.flex-80{
		flex-basis: 80%;
	}

	.pp-small-div{
		position: absolute;
		background: #fff;
		bottom: 0;
		left: 0;
		width: 200px;
		padding: 15px 0px;
		z-index: 2;
	}

	.rosa-opinion-bottom{
		width: 83%;
		display: flex;
		flex-wrap: wrap;
		height: 70px;
		position: absolute;
		bottom: 37px;
	}

	.rosa-opinion-left{
		flex-basis: 132px;
	}

	.rosa-opinion-img{

	}

	.rosa-name{
		display: block;
		margin-bottom: 6px;
		font-weight: 700;
		text-decoration: none;
		font-size: 16px;
	}

	.rosa-opinion-title{
		color: #fff;
		font-size: 20px;
		margin-bottom: 30px;
		font-weight: 300;
		text-decoration: none;
	}

	.rosa-periodista{

	}

	.pp-small-date{
		flex-basis: 100%;
		font-size: 12px;
		color: #333;
		margin-bottom: 5px;
	}

	.pp-small-cat{
		flex-basis: 100%;
		text-transform: uppercase;
		font-weight: 700;
		color: #7b7b7b;
		font-size: 20px;
	}

	.punto-azul{
		width: 15px;
		height: 15px;
		display: block;
		background: #0068b0;
		margin-right: 10px;
	}

	.pp-big-date{
		position: absolute;
		bottom: 122px;
		left: 15px;
		color: #fff;
		z-index: 2;
		text-transform: uppercase;
		font-size: 16px;
	}

	.opiniones-box{
		background: #efefef;
    	padding: 50px 0px;
	}

	/* OPINION */
	.opinion-box{
		flex-basis: 20%;
	}

	.o-one{

	}

	.empty-excerpt{
		flex-basis: 100%;
		min-height: 100px;
	}

	.o-one-over-div{
		position: absolute;
		bottom: 15px;
		background: #0068b0;
		left: 15px;
		right: 15px;
		padding: 15px;
	}

	.o-autor-name{
		font-size: 18px;
		font-weight: 300;
		margin: 20px 0px 0px 0px;
	}

	.opinion-title{
		text-decoration: none;
		line-height: 1.1;
		flex-basis: 100%;
		font-weight: 700;
	}

	.opinion-title:hover{
		color: #fff !important;
	}
	/* OPINION */

	.videos-bg{
		background: #333333;
		padding: 50px 0px;
	}

	.wp-block-image{
		margin: 0px 0px 25px 0px !important;
		border-radius: 8px;
		overflow: hidden;
	}

	/* FOOTER */
	.programas-header{
		background: #fff;
		padding: 10px 20px;
		text-transform: uppercase;
		float: left;
	}

	.ul-programas-footer{
		flex-basis: 100%;
		margin: 15px 15px 100px 15px;
	}

	.ul-programas-footer li a{
		color: #696969;
		text-decoration: none;
		font-size: 18px;
		font-weight: 300;
	}

	.ul-programas-footer li{
		flex-basis: 25%;
	}

	.ul-programas-footer li a:hover{
		text-decoration: underline;
	}

	.teleuniverso-contacto{
		background: #000;
		position: absolute;
		top: -49px;
		padding: 15px 25px;
		color: #fff;
	}

	.teleuniverso-contacto li{
		padding: 0px 15px;
	}

	.teleuniverso-contacto li:first-child{
		border-right: #fff solid 1px;
	}

	.teleuniverso-contacto li a{
		color: #fff;
	}
	/* FOOTER */

	.pp-palabra-clave{
		position: absolute;
		bottom: 70px;
		background: #0068b0;
		left: 15px;
		z-index: 1;
		color: #fff;
		padding: 10px 20px;
	}

	/* PROGRAMAS */
	.programa-slide-box{
		width: 240px;
		height: 434px;
		margin: 0px 10px 0px 0px;
		background: #0068b0;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
    	overflow: hidden;
	}

	.programa-slide-box:hover{
		background: #333;
	}

	.programa-slide-img{

	}

	.programa-slide-img img{
		width: 100%;
		height: auto;
	}

	.programa-slide-p{
		white-space: normal;
		font-size: 14px;
		line-height: 1.3;
		color: #cdcdcd;
	}

	.programa-slide-contenido{
		padding: 15px 20px;
	}

	.programa-slide-name{
		white-space: normal;
		margin-bottom: 15px;
		display: block;
		text-decoration: none;
	}

	.programa-slide-name:hover{
		color: #fff !important;
	}

	.programa-horario{
		position: absolute;
		bottom: 4px;
		background: rgba(0, 0, 0, .5);
		padding: 6px 15px;
		left: 0;
	}

	.programa-top-bg{
		background: #333;
	}

	.programa-detalle-right-box{
		padding: 50px 0px;
		width: 50%;
	}

	.programa-detalle-right-box p{
		color: #fff;
		font-weight: 300;
		font-size: 15px;
		line-height: 1.3;
		width: 240px;
		text-align: right;
	}

	.programa-detalle-name{
		border-bottom: #ddd solid 1px;
		padding: 0px 0px 10px 0px;
		margin: 0px;
		justify-content: flex-end;
	}

	.programa-detalle-horario{
		margin: 15px 0px 0px 0px;
	}

	.programa-detalle-300x250{
		display: flex;
		align-items: center;
		height: 100%;
	}

	.programa-detalle-talentos{
		font-size: 18px;
		background: #16232d;
		margin: 0px 0px 15px 0px;
		color: #fff !important;
		padding: 5px 15px;
		text-transform: uppercase;
	}
	/* PROGRAMAS */
	.header-fixed{
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		right: 0;
		padding: 15px 0px;
		border-top: none;
	}

	/* MENU GENERAL */
	.menu-general{
		background: #0068b0;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 100000;
		width: 100%;
		height: 100%;
		padding: 50px 0px 0px 0px;
		align-items: center;
		overflow-y: scroll;
	}

	.flex-24{
		flex-basis: 24%;
	}

	.logo-menu{
		margin: 0px auto;
		display: block;
		text-align: center;
	}

	.menu-close{
		position: absolute;
		right: 30px;
		top: 30px;
		cursor: pointer;
		color: #fff;
		font-size: 30px;
		font-weight: 700;
		width: 36px;
		text-align: center;
		background: #044a7b;
		border-radius: 50%;
		padding: 4px;
		height: 36px;
		line-height: 36px;
	}

	.menu-close:hover{
		background: #333;
	}

	.nav-menu-general{
		margin: 15px 0px;
	}

	.nav-menu-general li{
		flex-basis: 100%;
		text-align: center;
		margin: 2px 0px;
	}

	.nav-menu-general li a{
		color: #fff;
		font-weight: 300;
		text-decoration: none;
		display: block;
		background: #075991;
		padding: 5px 0px;
	}

	.nav-menu-general li a:hover{
		background: #000;
		color: #fff !important;
		text-decoration: none;
	}

	.search-menu-general{
		width: 300px;
		border: none;
		padding: 10px 20px;
		border-radius: 20px;
		margin: 10px 0px 20px 0px;
		text-transform: uppercase;
	}

	.programas-menu{
		margin: 20px 0px 0px 0px;
	}

	.programas-menu li a{
		color: #efefef !important;
	}

	.programas-menu li{
		text-align: center;
	}

	.programas-header-menu{
		text-transform: uppercase;
		font-size: 22px;
		text-align: center;
		flex-basis: 100%;
		color: #fff;
		border-bottom: #ddd dashed 1px;
		margin-bottom: 15px;
		padding-bottom: 15px;
		font-weight: 700;
		letter-spacing: 1px;
	}
	/* MENU GENERAL */

	.news-comment{
		margin: 40px 0px;
		background: #fff;
		padding: 15px;
		border-radius: 5px;
	}

	.news-palabra-clave{
		text-transform: uppercase;
		font-weight: 700;
		text-decoration: underline;
		font-size: 18px !important;
	}

	.seach-box{
		position: absolute;
		background: #fff;
		width: 100%;
		height: 100%;
		top: -100%;
	}

	.search-input-header{
		border: #ddd solid 3px;
	}

	.close-search-box{
		position: absolute;
		top: 33px;
		right: 12px;
		background: #ddd;
		width: 20px;
		height: 20px;
		text-align: center;
		line-height: 20px;
		border-radius: 50%;
		cursor: pointer;
	}

	.seccion-padding{
		padding: 50px 0px;
		z-index: 1;
	}

	.table-class{
		border: #efefef solid 1px;
    	padding: 15px;
	}

	.table-class-row{

	}

	.flex-container-programacion{
		flex-basis: 820px;
	}

	.programacion-li{
		background: #0068b0;
		padding: 0px;
		margin: 0px 0px 15px 0px;
	}

	.programacion-li li{
		flex-basis: 14%;
		padding: 10px 0px;
		text-align: center;
		cursor: pointer;
		border-right: #313131 solid 1px;
	}

	.programacion-li li:last-child{
		border-right: none;
	}

	.programacion-li li:hover{
		background-color: #075991;
	}

	.programacion-img{
		width: 140px;
		height: 140px;
		float: left;
		margin-right: 15px;
		border-radius: 8px;
		overflow: hidden;
	}

	.programacion-img img{
		width: 100%;
		height: auto;
	}

	.programacion-line{
		border: #bdbdbd solid 1px;
		margin-bottom: 15px;
		padding: 15px;
		border-radius: 18px;
		background: #efefef;
	}

	.live-icon{
		background: url(https://storage.googleapis.com/teleuniverso/live-icon.png);
		width: 19px;
		height: 19px;
		display: flex;
		background-size: contain;
		float: left;
		margin-right: 5px;
	}

	.programacion-icon{
		background: url(https://storage.googleapis.com/teleuniverso/programacion-icon.png);
		width: 24px;
		height: 19px;
		display: flex;
		background-size: contain;
		float: left;
		margin-right: 5px;
	}

	.programacion-li-active{
		background: #000;
	}

	.p-horario{
		position: absolute;
		right: 15px;
		background: #ddd;
		padding: 5px 15px;
		border-radius: 8px;
	}

	.p-description{
		color: #737373;
		line-height: 1.2;
	}

	.p-link{

	}

	.flex-140{
		flex-basis: 140px;
	}

	.flex-400{
		flex-basis: 350px;
	}

	.live-player-icon{
		background: url(https://storage.googleapis.com/teleuniverso/live-player-icon.png);
		background-repeat: no-repeat;
		background-size: cover;
		width: 198px;
		height: 70px;
	}

	.live-player-header{
		margin: 0px 0px 10px 0px;
	}

	.teleuniverso-link{
		background: #bbb;
		color: #000 !important;
		padding: 6px 8px;
		border-radius: 10px;
	}

	.teleuniverso-link:hover{
		background: #0068b0;
		color: #fff !important;
	}

	.twitter-tweet{
		margin: 30px auto !important;
	}

	.encuesta-icon{
		background: url(https://storage.googleapis.com/teleuniverso/encuesta-icon.png);
		background-size: cover;
		width: 37px;
		height: 52px;
		margin: 0px 12px 0px 0px;
	}

	#pagination-box{
		display: flex;
		flex-wrap: wrap;
		flex-basis: 100%;
		justify-content: space-around;
		margin: 30px 0px;
	}

	.page-numbers{
		background: #efefef;
		font-size: 30px;
		padding: 5px 15px;
		text-decoration: none;
		color: #000;
	}

	.current{
		background:#0068b0;
		color: #fff;
	}

	.loto-time{
		margin: 0px 0px 0px 10px;
	}

	.logo-box{
		margin: 0px 0px 15px 0px;
		background: #0068b0;
		padding: 5px;
		border-radius: 5px;
		width: 290px;
		justify-content: center;
	}

	.logo-box amp-img{
		margin-bottom: 4px;
	}

	.share-news{
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 15px 0px;	
	}

	.share-news a{
		margin: 0px 5px 0px 0px;
	}

	.ahora-iframe{
		width: 100%;
		height: 60px;
		border: none;
	}

	.no-show-on-desktop{
		display: none !important;
	}
}

@media(max-width:1023px){
	.main-header{
		width: 100%;
		padding: 15px 0px;
		background: #333;
	}

	.padding-22{
		padding: 22px;
	}

	.reportaje-big-img{
		width: 45%;
		margin-right: 20px;
	}

	.reportaje-big-title{
		flex-basis: 44%;
	}

	.rosa-opinion-header{
		text-transform: uppercase;
		flex-basis: 100%;
		font-size: 46px;
		letter-spacing: 0.5px;
	}

	.reportajes-big{
		flex-basis: 492px;
	}

	.main-item{
		flex-basis: 100%;
		height: auto;
		aspect-ratio: 16/9;
	}

	.main-item-gradient{
		position: absolute;
		background: rgb(2,0,36);
		background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.27494747899159666) 40%);
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
	}

	.main-item-excerpt{
		line-height: 1.4;
	}

	.main-item-box{
		position: absolute;
		bottom: 100px;
		z-index: 1;
		padding: 15px;
		bottom: 15px;
		left: 15px;
	}

	.main-item-title{
		font-size: 20px !important;
		text-decoration: none;
	}

	.main-item-date{
		margin-bottom: 15px;
		padding: 0px;
	}

	.main-item-cat{
		color: #144087;
	}

	.main-menu{
		align-items: center;
		margin-bottom: 15px;
	}

	.main-menu a{
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 16px;
		padding: 5px 15px;
		border: transparent solid 2px;
	}

	.main-menu a:hover{
		border-radius: 15px;
		border: #fff solid 2px;
		color: #fff !important;
	}

	.main-menu-footer{
		margin: 0px 0px 15px 0px;
	}

	.main-menu-footer li{
		width: 100%;
		text-align: center;
		margin: 0px 0px 5px 0px;
	}

	.main-menu-footer li a{
		border: transparent solid 2px;
	}

	.main-menu-footer li a:hover{
		border: #000 solid 2px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-o-border-radius: 15px;
	}

	.main-box{
		padding: 15px;
	}

	.mas-reportajes-box{
		padding: 20px 15px 20px 15px;
	}

	.mas-reportajes-btn{
		display: flex;
		justify-content: center;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 700;
		color: #fff;
		font-size: 20px;
		border: #ddd solid 1px;
		padding: 10px;
		border-radius: 8px;
		background: #136ccb;
		margin: 0px 0px 30px 0px;
	}

	.mas-reportajes-btn:hover{
		color: #fff !important;
		text-decoration: none;
		background: #000;
	}

	.rosa-opinion-box{
		flex-basis: 100%;
		padding: 22px;
	}

	.reportaje-config-big{
		padding: 0;
		margin: 10px 0px 0px 0px;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	}

	.reportaje-config-big li{
		display: flex;
		align-items: center;
		text-transform: uppercase;
		color: #000;
		margin: 0px 15px 0px 0px;
	}

	.main-menu-footer a{
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 16px;
		padding: 5px 15px;
		border: transparent solid 2px;
	}

	.columna-izquierda{
		flex-basis: 100%;
		margin: 0px 0px 15px 0px;
	}

	.columna-central{
		flex-basis: 100%;
	}

	.columna-derecha{
		flex-basis: 100%;
		justify-content: center;
		display: flex;
	}

	.footer-redes li a{
		background: #000;
		display: block;
		border-radius: 5px;
		padding: 2px 5px;
	}
	
	.ads-970x90{
		width: 970px;
		height: 90px;
	}

	.reportaje-box-small{
		flex-basis: 100%;
		margin-bottom: 15px;
	}

	.ads-970x250{
		width: 970px;
		height: 250px;
	}

	.flex-30{
		flex-basis: 30%;
	}

	.flex-25{
		flex-basis: 25%;
	}

	.flex-72{
		flex-basis: 72%;
	}

	.flex-42{
		flex-basis: 42%;
	}

	.flex-49{
		flex-basis: 49%;
	}

	.flex-67{
		flex-basis: 67%;
	}

	.flex-70{
		flex-basis: 100%;
	}

	.flex-273{
		flex-basis: 27.3%;
	}

	.flex-31{
		flex-basis: 100%;
	}

	.flex-485{
		flex-basis: 48.5%;
	}

	.flex-50{
		flex-basis: 50%;
	}

	.flex-23{
		flex-basis: 100%;
	}

	.flex-300px{
		flex-basis: 300px;
	}

	.flex-container{
		width:100%;
	}

	.copyright{
		padding: 0px 30px;
		text-align: center;
		margin: 0px 0px 15px 0px;
	}

	.flex-60{
		flex-basis: 60%;
	}
	
	.flex-40{
		flex-basis: 100%;
		justify-content: center;
		display: flex;
		margin-bottom: 15px;
	}

	.o-one-box{
		margin-bottom: 20px;
	}

	.flex-container-opinion{
		flex-basis: 930px;
	}

	.envivo-bg{
		background: url(https://storage.googleapis.com/teleuniverso/teleuniverso-tv-bg.png) center center;
		padding: 40px 0px;
		background-size: cover;
	}

	.bg-white{
		background: #fff;
	}

	.reportaje-config{
		margin: 0px 0px 10px 0px;
		padding: 0;
		list-style: none;
	}

	.reportaje-config li{
		margin-right: 15px;
		align-items: center;
		display: flex;
		text-transform: uppercase;
		color: #000;
		font-size: 14px;
		text-decoration: underline;
		font-weight: 700;
	}
	
	.o-o-box{
		padding: 10px 20px;
		margin-bottom: 10px;
		height: 50px;
	}

	.envivo-player-home{
		position: relative;
		width: 100%;
	}

	.envivo-player-home iframe{
		aspect-ratio: 16/9;
		height: auto;
		width: 100%;
	}

	.top-ads{
		background: #efefef;
		padding: 15px;
	}

	.nav-menu{
		border-top: #bbb solid 2px;
		padding: 10px 0px;
		border-bottom: #bbb solid 2px;
	}

	.menu{
		list-style: none;
		padding: 0;
		margin: 0;
		flex-basis: 90%;
		justify-content: space-between;
		align-items: center;
	}

	.menu a{
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 18px;
	}

	.menu a:hover{
		color: #144087;
		font-weight: 600;
	}

	.flex-50{
		flex-basis: 86%;
	}

	.flex-26{
		flex-basis: 26%;
	}

	.flex-72{
		flex-basis: 72%;
	}

	.live-programacion{
		background: #cb0505;
		padding: 8px 20px;
		margin: 0px 30px 0px 0px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
	}

	.live-programacion li:first-child{
		margin-right: 20px;
		border-right: #fff solid 1px;
		padding-right: 20px;
	}

	.live-programacion a {
		color: #fff;
		font-weight: 300;
		text-transform:	uppercase;
		text-decoration: none;
	}

	.live-programacion a:hover{
		text-decoration: underline;
		color: #fff !important;
	}

	.top-redes li{
		padding: 0px 4px;
	}

	.main-footer{
		background: #fff;
		padding: 40px 0px;
	}

	.site-date{
		color: #242424;
		font-size: 14px;
		font-weight: 300;
	}

	.footer-bottom{
		background: #0068b0;
		width: 100%;
		padding: 5px 0px;
	}

	.derechos{
		color: #fff;
		font-size: 16px;
		font-weight: 300;
	}

	.logo-footer{
		margin-right: 65px;
	}

	.sts{
		color: #0068b0;
		font-size: 14px;
		padding: 18px 0px;
	}

	/* FOOTER */
	.menu-footer{
		background: #fff;
		flex-basis: 86%;
		justify-content: space-between;
		margin-bottom: 38px;
		padding: 10px 15px;
	}

	.menu-footer li a{
		color: #000;
		text-transform: uppercase;
		font-size: 14px;
		text-decoration: none;
		border-right: #ddd solid 1px;
		padding-right: 20px;
	}

	.menu-footer li a:hover{
		color: #144087;
		font-weight: 600;
	}

	.menu-footer li:last-child a{
		padding-right: 0px;
		border-right: none;
	}
	/* FOOTER */
		
	/* SECCION HEADER */
	.seccion-header{
		height: 48px;
		margin-bottom: 20px;
	}

	.seccion-box{
		border-bottom: #0068b0 solid 2px;
		padding: 0px 0px 10px 0px;
	}

	.cuadrado-gris{
		width: 25px;
		height: 25px;
		background: #008bd0;
		margin-right: 15px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
	}

	.seccion-name{
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 700;
		color: #000;
	}

	.seccion-all{
		display: block;
		background: #0068b0;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 16px;
		padding: 8px 20px;
	}

	.seccion-all:hover{
		background: #ddd;
		color: #000;
	}
	/* SECCION HEADER */

	.seccion{
		margin: 50px 0px;
	}

	/* FONTS */
	.font-bold{
		font-weight: 700;
	}

	.font-20{
			font-size: 20px;
	}

	.font-22{
		font-size: 22px;
	}

	.font-18{
		font-size: 18px;
	}

	.font-42{
		font-size: 42px;
	}
	/* FONTS */

	.cibao-box{
		margin: 0px 0px 15px 0px;
	}

	.mobile-recientes-box{
		padding: 0px 30px;
	}

	.fondo-top{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 226px;
		background: #0068b0;
	}

	.z-index-1{
		z-index: 1;
	}

	.politica-big-box{
		padding: 0px 0px 30px 0px;
	}

	.seccion-politica{
		padding: 20px 30px;
	}

	.politica-img-small{
		flex-basis: 24%;
	}

	.politica-small-content{
		flex-basis: 70%;
	}

	.politica-line{
		padding: 25px 0px;
	}

	.mo-big{
		font-size: 58px;
	}

	.mo-small{
		font-size: 28px;
	}

	.publicidad-centrada{
		text-align: center;
		margin: 0px 0px 40px 0px;
	}

	.politica-over-div{
		position: absolute;
		bottom: 0px;
		left: 0px;
		padding: 15px 30px 15px 0px;
		text-transform: uppercase;
		color: #000;
		font-size: 16px;
	}

	.cibao-over-div{
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(255,255,255, 0.8);
		padding: 10px 30px;
		color: #000;
		text-transform: uppercase;
	}

	/* NOTA */
	.nota-header{
		background: #333;
		padding: 15px 25px;
	}

	.nota-title{
		margin: 0;
	}

	.nota-excerpt{
		margin: 30px 0px 34px 0px;
		flex-basis: 100%;
	}

	.nota-contenido{
		padding: 0px 30px;
	}

	.nota-contenido p{
		font-size: 20px;
		font-weight: 300;
		color: #000;
		margin: 0px 0px 28px 0px;
		line-height: 1.3;
	}

	.nota-reportaje{
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 700;
		background: #008bd0;
		color: #fff;
		padding: 2px 15px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-o-border-radius: 15px;
	}

	.is-provider-youtube{
		margin: 0px 0px 28px 0px !important;
		aspect-ratio: 16 / 9;
		height: auto;
		position: relative;
		border-radius: 8px;
		overflow: hidden;
	}

	.is-provider-youtube iframe{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	/* NOTA */

	.mas-leidas-div{
		margin: 15px 30px;
	}

	.div-count{
		border-radius: 25px;
		background: #008bd0;
		position: absolute;
		bottom: 15px;
		left: 15px;
		font-size: 40px;
		padding: 3px 20px;
	}

	.ads-center{
		margin: 0px auto;
	}

	.nota-imagen{
		display: block;
	}

	.nota-imagen-caption{
		padding: 15px 0px;
		color: #b1b1b1;
		font-size: 14px;
		font-weight: 300;
		border-bottom: #efefef solid 2px;
		display: flex;
		line-height: 1.3;
	}

	.ul-tags{
		padding: 0px 0px 0px 17px;
		margin: 0px;
	}

	.temas-box{

	}
	
	.ul-tags li{

	}

	.ul-tags li:first-child{
		padding-left: 0px;
	}

	.ul-tags li:last-child{
		border-right: none;
		padding-right: 0px;
	}

	.ul-tags li a{
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 14px;
	}

	.ul-tags li a:hover{
		color: #0068b0;
		text-decoration: underline;
	}

	.ul-related{
		list-style: disc;
		padding: 0px 0px 0px 17px;
	}

	.ul-related li{
		padding: 15px 0px;
		border-top: #ddd solid 1px;
		flex-basis: 100%;
	}

	.ul-related li a{
		color: #000;
		text-decoration: none;
		font-size: 18px;
	}

	.ul-related li a:hover{
		text-decoration: underline;
	}

	.ads-single-right{
		margin: 40px 0px 30px 0px !important;
	}

	.single-details{
		padding: 22px 0px;
		align-items: center;
	}

	.single-details li:last-child{
		border-right: none !important;
	}

	.single-details li:first-child{
		padding: 0px 20px 0px 92px;
	}

	.single-details li{
		padding: 0px 20px;
		font-size: 14px;
		margin: 0px 0px 15px 0px;
	}

	.avatar-box{
		width: 74px;
		background: #fff;
		height: 74px;
		align-items: center;
		display: flex;
		justify-content: center;
		position: absolute;
		top: -59px;
		left: 0;
	}

	.seccion-item-box{
		padding: 0px 0px 40px 0px;
	}

	.category-pagination a{
		background: #0068b0;
		color: #fff;
		padding: 10px 25px;
		text-decoration: none;
	}

	.category-pagination a:hover{
		color: #fff !important;
		background: #000;
	}

	.font-36{
		font-size: 36px;
	}

	.en-vivo-bg{
		background: #0068b0;
		padding: 50px 0px;
	}

	.en-vivo-title{
		color: #fff;
		font-size: 42px;
		text-align: center;
		flex-basis: 100%;
		margin: 0 0 36px 0;
	}

	/* TELEUNIVERSO AL DIA */
	.teleuniverso-al-dia-bg{
		background: #000;
		padding: 0px;
	}

	.teleuniverso-al-dia-box{
		padding: 70px 0px 100px 0px;
	}

	.al-dia-header{
		border-bottom: #fff solid 1px;
		float: left;
		padding-bottom: 5px;
	}

	.ver-toto{
		font-weight: 300;
		text-decoration: none;
		border-bottom: #fff solid 1px;
		padding-bottom: 3px;
	}

	.al-dia-header-box{
		height: 25px;
	}

	.link-pbs{
		padding: 0px 15px;
	}
	/* TELEUNIVERSO AL DIA */

	.box-mbs{
		margin: 0px 20px;
	}

	.small-box-ide{
		padding: 15px 0px;
		border-top: #ddd solid 2px;
	}

	.ide-big-box{
		padding: 0px 0px 20px 0px
	}

	.ide-pbs{
		padding: 0px 20px;
	}

	.ide-img-small{
		flex-basis: 100%;
	}

	.ide-seccion-name{
		position: absolute;
		bottom: 0;
		right: 0;
		background: #efefef;
		padding: 6px 15px;
		text-transform: uppercase;
		font-weight: 700;
		color: #0068b0;
		font-size: 20px;
	}

	/* ENCUESTA */
	.encuesta-left{
		flex-basis: 300px;
	}

	.encuesta-right{
		flex-basis: 632px;
		background: #01528a;
		padding: 15px 15px 15px 30px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.encuesta-box{
		z-index: 1;
		padding: 78px 0px 0px 0px;
		width: 1000px;
	}

	.encuesta-iframe{
		flex-basis: 100%;
		height: 270px;
		border: none;
	}
	/* ENCUESTA */

	.portada-principal-box{
		margin: 50px auto;
	}

	.pp-big-img{
		margin: 0px 0px 20px 0px;
	}

	.pp-big-cat{
		position: absolute;
		bottom: 0;
		left: 0;
		background: #fff;
		padding: 15px 25px 15px 0px;
		z-index: 2;
	}

	.pp-small-img{
		margin: 0px 0px 20px 0px;
	}

	.flex-80{
		flex-basis: 80%;
	}

	.pp-small-div{
		position: absolute;
		background: #fff;
		bottom: 0;
		left: 0;
		width: 200px;
		padding: 15px 0px;
		z-index: 2;
	}

	.rosa-opinion-bottom{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		height: 70px;
	}

	.rosa-opinion-left{
		flex-basis: 132px;
	}

	.rosa-opinion-img{

	}

	.rosa-name{
		display: block;
		margin-bottom: 6px;
		font-weight: 700;
		text-decoration: none;
		font-size: 16px;
	}

	.rosa-opinion-title{
		color: #fff;
		font-size: 20px;
		margin-bottom: 30px;
		font-weight: 300;
		text-decoration: none;
	}

	.rosa-periodista{

	}

	.pp-small-date{
		flex-basis: 100%;
		font-size: 12px;
		color: #333;
		margin-bottom: 5px;
	}

	.pp-small-cat{
		flex-basis: 100%;
		text-transform: uppercase;
		font-weight: 700;
		color: #7b7b7b;
		font-size: 20px;
	}

	.punto-azul{
		width: 15px;
		height: 15px;
		display: block;
		background: #0068b0;
		margin-right: 10px;
	}

	.pp-big-date{
		position: absolute;
		bottom: 122px;
		left: 15px;
		color: #fff;
		z-index: 2;
		text-transform: uppercase;
		font-size: 16px;
	}

	.opiniones-box{
		background: #efefef;
    	padding: 50px 0px;
	}

	/* OPINION */
	.opinion-box{
		flex-basis: 20%;
	}

	.o-one{

	}

	.empty-excerpt{
		flex-basis: 100%;
		min-height: 100px;
	}

	.o-one-over-div{
		position: absolute;
		bottom: 15px;
		background: #0068b0;
		left: 15px;
		right: 15px;
		padding: 15px;
	}

	.o-autor-name{
		font-size: 18px;
		font-weight: 300;
		margin: 20px 0px 0px 0px;
	}

	.opinion-title{
		text-decoration: none;
		line-height: 1.1;
		flex-basis: 100%;
		font-weight: 700;
	}

	.opinion-title:hover{
		color: #fff !important;
	}
	/* OPINION */

	.videos-bg{
		background: #333333;
		padding: 50px 0px;
	}

	.wp-block-image{
		margin: 0px 0px 25px 0px !important;
		border-radius: 8px;
		overflow: hidden;
	}

	/* FOOTER */
	.programas-header{
		background: #fff;
		padding: 10px 20px;
		text-transform: uppercase;
		float: left;
	}

	.ul-programas-footer{
		flex-basis: 100%;
		margin: 15px 15px 100px 15px;
	}

	.ul-programas-footer li a{
		color: #696969;
		text-decoration: none;
		font-size: 18px;
		font-weight: 300;
	}

	.ul-programas-footer li{
		flex-basis: 25%;
	}

	.ul-programas-footer li a:hover{
		text-decoration: underline;
	}

	.teleuniverso-contacto{
		background: #000;
		position: absolute;
		top: -49px;
		padding: 15px 25px;
		color: #fff;
	}

	.teleuniverso-contacto li{
		padding: 0px 15px;
	}

	.teleuniverso-contacto li:first-child{
		border-right: #fff solid 1px;
	}

	.teleuniverso-contacto li a{
		color: #fff;
	}
	/* FOOTER */

	.pp-palabra-clave{
		position: absolute;
		bottom: 70px;
		background: #0068b0;
		left: 15px;
		z-index: 1;
		color: #fff;
		padding: 10px 20px;
	}

	/* PROGRAMAS */
	.programa-slide-box{
		width: 240px;
		height: 434px;
		margin: 0px 10px 0px 0px;
		background: #0068b0;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
    	overflow: hidden;
	}

	.programa-slide-box:hover{
		background: #333;
	}

	.programa-slide-img{

	}

	.programa-slide-img img{
		width: 100%;
		height: auto;
	}

	.programa-slide-p{
		white-space: normal;
		font-size: 14px;
		line-height: 1.3;
		color: #cdcdcd;
	}

	.programa-slide-contenido{
		padding: 15px 20px;
	}

	.programa-slide-name{
		white-space: normal;
		margin-bottom: 15px;
		display: block;
		text-decoration: none;
	}

	.programa-slide-name:hover{
		color: #fff !important;
	}

	.programa-horario{
		position: absolute;
		bottom: 4px;
		background: rgba(0, 0, 0, .5);
		padding: 6px 15px;
		left: 0;
	}

	.programa-top-bg{
		background: #333;
	}

	.programa-detalle-right-box{
		padding: 50px 0px;
		width: 50%;
	}

	.programa-detalle-right-box p{
		color: #fff;
		font-weight: 300;
		font-size: 15px;
		line-height: 1.3;
		width: 240px;
		text-align: right;
	}

	.programa-detalle-name{
		border-bottom: #ddd solid 1px;
		padding: 0px 0px 10px 0px;
		margin: 0px;
		justify-content: flex-end;
	}

	.programa-detalle-horario{
		margin: 15px 0px 0px 0px;
	}

	.programa-detalle-300x250{
		display: flex;
		align-items: center;
		height: 100%;
	}

	.programa-detalle-talentos{
		font-size: 18px;
		background: #16232d;
		margin: 0px 0px 15px 0px;
		color: #fff !important;
		padding: 5px 15px;
		text-transform: uppercase;
	}
	/* PROGRAMAS */
	.header-fixed{
		padding: 15px;
		background: #333333
	}

	/* MENU GENERAL */
	.menu-general{
		background: #0068b0;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 100000;
		width: 100%;
		height: 100%;
		padding: 50px 0px 0px 0px;
		align-items: center;
		overflow-y: scroll;
	}

	.flex-24{
		flex-basis: 100%;
	}

	.logo-menu{
		margin: 0px auto;
		display: block;
		text-align: center;
	}

	.menu-close{
		position: absolute;
		right: 30px;
		top: 30px;
		cursor: pointer;
		color: #fff;
		font-size: 30px;
		font-weight: 700;
		width: 36px;
		text-align: center;
		background: #044a7b;
		border-radius: 50%;
		padding: 4px;
		height: 36px;
		line-height: 36px;
	}

	.menu-close:hover{
		background: #333;
	}

	.nav-menu-general{
		margin: 15px 0px;
	}

	.nav-menu-general li{
		flex-basis: 100%;
		text-align: center;
		margin: 2px 0px;
	}

	.nav-menu-general li a{
		color: #fff;
		font-weight: 300;
		text-decoration: none;
		display: block;
		background: #075991;
		padding: 5px 0px;
	}

	.nav-menu-general li a:hover{
		background: #000;
		color: #fff !important;
		text-decoration: none;
	}

	.search-menu-general{
		width: 300px;
		border: none;
		padding: 10px 20px;
		border-radius: 20px;
		margin: 10px 0px 20px 0px;
		text-transform: uppercase;
	}

	.programas-menu{
		margin: 20px 0px 0px 0px;
	}

	.programas-menu li a{
		color: #efefef !important;
	}

	.programas-menu li{
		text-align: center;
	}

	.programas-header-menu{
		text-transform: uppercase;
		font-size: 22px;
		text-align: center;
		flex-basis: 100%;
		color: #fff;
		border-bottom: #ddd dashed 1px;
		margin-bottom: 15px;
		padding-bottom: 15px;
		font-weight: 700;
		letter-spacing: 1px;
	}
	/* MENU GENERAL */

	.news-comment{
		margin: 40px 0px;
		background: #fff;
		padding: 15px;
		border-radius: 5px;
	}

	.news-palabra-clave{
		text-transform: uppercase;
		font-weight: 700;
		text-decoration: underline;
		font-size: 18px !important;
	}

	.seach-box{
		position: absolute;
		background: #fff;
		width: 100%;
		height: 100%;
		top: -100%;
	}

	.search-input-header{
		border: #ddd solid 3px;
	}

	.close-search-box{
		position: absolute;
		top: 33px;
		right: 12px;
		background: #ddd;
		width: 20px;
		height: 20px;
		text-align: center;
		line-height: 20px;
		border-radius: 50%;
		cursor: pointer;
	}

	.seccion-padding{
		padding: 50px 0px;
		z-index: 1;
	}

	.table-class{
		border: #efefef solid 1px;
    	padding: 15px;
	}

	.table-class-row{

	}

	.flex-container-programacion{
		flex-basis: 820px;
	}

	.programacion-li{
		background: #0068b0;
		padding: 0px;
		margin: 0px 0px 15px 0px;
	}

	.programacion-li li{
		flex-basis: 14%;
		padding: 10px 0px;
		text-align: center;
		cursor: pointer;
		border-right: #313131 solid 1px;
	}

	.programacion-li li:last-child{
		border-right: none;
	}

	.programacion-li li:hover{
		background-color: #075991;
	}

	.programacion-img{
		width: 140px;
		height: 140px;
		float: left;
		margin-right: 15px;
		border-radius: 8px;
		overflow: hidden;
	}

	.programacion-img img{
		width: 100%;
		height: auto;
	}

	.programacion-line{
		border: #bdbdbd solid 1px;
		margin-bottom: 15px;
		padding: 15px;
		border-radius: 18px;
		background: #efefef;
	}

	.live-icon{
		background: url(https://storage.googleapis.com/teleuniverso/live-icon.png);
		width: 19px;
		height: 19px;
		display: flex;
		background-size: contain;
		float: left;
		margin-right: 5px;
	}

	.programacion-icon{
		background: url(https://storage.googleapis.com/teleuniverso/programacion-icon.png);
		width: 24px;
		height: 19px;
		display: flex;
		background-size: contain;
		float: left;
		margin-right: 5px;
	}

	.programacion-li-active{
		background: #000;
	}

	.p-horario{
		position: absolute;
		right: 15px;
		background: #ddd;
		padding: 5px 15px;
		border-radius: 8px;
	}

	.p-description{
		color: #737373;
		line-height: 1.2;
	}

	.p-link{

	}

	.flex-140{
		flex-basis: 140px;
	}

	.flex-400{
		flex-basis: 350px;
	}

	.live-player-icon{
		background: url(https://storage.googleapis.com/teleuniverso/live-player-icon.png);
		background-repeat: no-repeat;
		background-size: cover;
		width: 198px;
		height: 70px;
	}

	.live-player-header{
		margin: 0px 0px 10px 0px;
	}

	.teleuniverso-link{
		background: #bbb;
		color: #000 !important;
		padding: 6px 8px;
		border-radius: 10px;
	}

	.teleuniverso-link:hover{
		background: #0068b0;
		color: #fff !important;
	}

	.twitter-tweet{
		margin: 30px auto !important;
	}

	.encuesta-icon{
		background: url(https://storage.googleapis.com/teleuniverso/encuesta-icon.png);
		background-size: cover;
		width: 37px;
		height: 52px;
		margin: 0px 12px 0px 0px;
	}

	#pagination-box{
		display: flex;
		flex-wrap: wrap;
		flex-basis: 100%;
		justify-content: space-around;
		margin: 30px 0px;
	}

	.page-numbers{
		background: #efefef;
		font-size: 30px;
		padding: 5px 15px;
		text-decoration: none;
		color: #000;
	}

	.current{
		background:#0068b0;
		color: #fff;
	}

	.loto-time{
		margin: 0px 0px 0px 10px;
	}

	.logo-box{
		margin: 0px 0px 15px 0px;
		background: #0068b0;
		padding: 5px;
		border-radius: 5px;
		width: 290px;
		justify-content: center;
	}

	.logo-box amp-img{
		margin-bottom: 4px;
	}

	.share-news{
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 15px 0px;	
	}

	.share-news a{
		margin: 0px 5px 0px 0px;
	}

	.ahora-iframe{
		width: 100%;
		height: 60px;
		border: none;
	}

	.no-show-on-mobile{
		display: none !important;
	}
}

.font-24{
	font-size: 24px;
}

.show-search{
	top: 0;
}

.overflow-hidden{
	overflow: hidden;
}

.big-gray-box{
    background: #efefef;
    width: 30px;
    height: 30px;
	margin-left: 15px;
}

.programa-box-active{
	background: #333;
}

.mr-15{
	margin-right: 15px;
}

figure{
	margin: 0px;
}

.imagen-opaca{
	background: rgba(0,0,0,.1);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.font-14{
	font-size: 14px;
}

.mb-50{
	margin-bottom: 50px;
}

.mt-50{
	margin-top: 50px;
}

.mb-30{
	margin: 0px 0px 30px 0px;
}

.mt-20{
	margin: 20px 0px 0px 0px;
}

.items-center{
	align-items: center;
}

.flex-end{
	justify-content: flex-end;
}

.flex-100{
	flex-basis: 100%;
}

.text-right{
	text-align: right;
}

.envivo-player{
    position: relative;
    width: 100%;
    padding: 0px 15px;
}

.envivo-player iframe{
	aspect-ratio: 16/9;
	height: auto;
	width: 100%;
}

.transition{
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.font-black{
	color: #000;
}

.font-white{
	color: #fff;;
}

.no-decoration{
	text-decoration: none;
}

.link-hover:hover{
	text-decoration: underline !important;
	color: #0068b0;
}

.flex-column{
	flex-direction: column;
}

figure{
	margin: 0px !important;
}

.box-bb{
	border-bottom: #ddd solid 2px;
}

.div-relative{
	position: relative;
}

.bb-white{
	border-bottom: solid #008bd0 2px;
}

figure{
	margin: 0px;
}

.img-wrapper{
	position: relative;
}

.mb-20{
	margin: 0px 0px 20px 0px;
}

.white-bg{
	background: #fff;
}

.small-blue-square{
	background: #0068b0;
	width: 15px;
	height: 15px;
}

.mr-15{
	margin: 0px 15px 0px 0px;
}

.video{
	background: url(https://storage.googleapis.com/struggledtechsolutions/rosa/video-icon.svg);
	background-size: contain;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin-right: 8px;
}

.lectura{
	background: url(https://storage.googleapis.com/struggledtechsolutions/rosa/lectura-icon.svg);
	background-size: contain;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin-right: 8px;
}

.date-icon{
	background: url(https://storage.googleapis.com/struggledtechsolutions/rosa/date-icon.svg);
	background-size: contain;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin-right: 8px;
}

.video-top-left{
	top: 0;
	left: 0;
}

.video-bottom-left{
	bottom: 0;
	left: 0;
}

.video-top-right{
	top: 0;
	right: 0;
}

.video-bottom-right{
	bottom: 0;
	right: 0;
}

.font-light{
	font-weight: 300;
}

.wp-block-embed__wrapper{
	position: static !important;
}

.mb-40{
	margin: 0 0 40px 0;
}

.al-dia-box{
	width: 266px;
    height: 334px;
    padding: 0px 8px;
}

.al-dia-title{
    white-space: normal;
    display: flex;
}

.amp-carousel-button-next {
    background: url(https://storage.googleapis.com/struggledtechsolutions/teleuniverso/recursos/arrow-right.png) !important;
    height: 100px !important;
    width: 40px !important;
}

.amp-carousel-button-prev {
    background: url(https://storage.googleapis.com/struggledtechsolutions/teleuniverso/recursos/arrow-left.png) !important;
    height: 100px !important;
    width: 40px !important;
}

.mt-15{
	margin-top: 15px;
}

.uppercase{
	text-transform: uppercase;
}

.font-30{
	font-size: 30px;
}

.font-40{
	font-size: 40px;
}

.teleuniverso-color{
	color: #0068b0;
}

.no-text-decoration{
	text-decoration: none;
}

.mostrar-menu-general{
	left: 0;
}

.columna{
	flex-direction: column;
}

.ads-white{
	background: #fff;
}

.ads-gray{
	background: #efefef;
}

.menu-general::-webkit-scrollbar {
	width: 12px;           
}

.menu-general::-webkit-scrollbar-track {
		background: orange;       
}

.menu-general::-webkit-scrollbar-thumb {
	background-color: #0068b0; 
	border-radius: 20px; 
	border: 3px solid #000; 
}

.blue-bg{
	background: #0068b0;
}

.blue-bg:hover{
	background:#044a7b;
}

.o-white-title{
	color: #fff;
	text-decoration: none;
}

.o-white-title:hover{
	text-decoration: none !important;
	color: #fff !important;
}