﻿@import url('https://fonts.googleapis.com/css?family=Montserrat|Raleway');

:root{
	--color-amarrillo:#ffbd3c;
  }

body{
	font-family: "Montserrat";
}
.logo{
	height: 126px;
}
.logo-mini a{
	padding: 0px 10px 0px 0px;
}
.logo-mini{
	display: none;
}
.logo-mini img{
	width:110px;
}
.home-link a:hover{
	color: var(--color-amarrillo);
}
ul{
	padding: 0px;
	margin: 0px;
}
ul li{
	list-style: none;
}
a:hover{
	text-decoration: none;
}
header{
	background-color: #000;
	border-bottom: 1px solid #292929; 
	padding:15px 0px;
}
.tiempo{
	display: inline-block;
	position: absolute;
	right: 6px;
	bottom: 0px;
}
.lnk{
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
}
.datos{
	display: inline-block;
	position: absolute;
	right: 200px;
	bottom: 35px;
	color:#fff;
	text-align: right;
}
.datos p{
	margin: 0px;
}
nav{
	background-color: #000; 
	z-index: 1001;
}
nav ul{
	display: inline-block;
}
nav li{
	display: inline-block;
}
nav li a{
	padding: 15px 10px;
	display: block;
	text-transform: uppercase;
	color: #fff;
}
.f-nav{
	position: fixed;
	top: 0;
	z-index: 1001;
	width: 100%;
}
/*.redes, .media, .media1{
	position: absolute;
}
.redes, .media{
	font-size: 24px;
}
.media1{
	font-size: 32px;
	text-shadow: 0px 0px 10px #000;
}
.redes a, .media a, .media1 a{
	color: #fff;
}
.redes{
	bottom: 20px;
	right: 30px;
}
.media{
	bottom: 20px;
	left: 30px;
}
.media1{
	top: 7px;
	right: 20px;
}*/
.redes-sociales{
	position: absolute;
	right: 15px;
}
.redes-sociales{
	padding-top: 7px;
}
.redes-sociales a{
	padding: 15px 5px;
}
.social{
	background-image: url(../imgapp/social.png);
	background-size: 140px;
	width: 35px;
	height: 35px;
}
.facebook{
	background-position: 0px 0px;
}
.twitter{
	background-position: 105px 0px;	
}
.instagram{
	background-position: 70px 0px;
}
.whatsapp{
	background-position: 35px 0px;
}
.desplegable{
	position: absolute;
	min-height: 235px;
	width: 1170px;
	left: 0;
	margin: 0 15px;
	display: none;
	z-index: 100;
}
.menu a:hover{
	color: #fff;
}
.menu:hover .desplegable{
	display: block;
}
.menu-locales:hover{
	background-color: #BF0000;
}
.menu-locales:hover .desplegable{
	background-color: #BF0000;
}
.menu-nacionales:hover{
	background-color: #009ec3;
}
.menu-nacionales:hover .desplegable{
	background-color: #009ec3;
}
.menu-internacionales:hover{
	background-color: #1E5799;
}
.menu-internacionales:hover .desplegable{
	background-color: #1E5799;
}
.menu-deportes:hover{
	background-color: #299a0b;
}
.menu-deportes:hover .desplegable{
	background-color: #299a0b;
}
.menu-sociedad:hover{
	background-color: #ff7b0d;
}
.menu-sociedad:hover .desplegable{
	background-color: #ff7b0d;
}
.menu-farandula:hover{
	background-color: #a849a3;
}
.menu-farandula:hover .desplegable{
	background-color: #a849a3;
}
.menu-ultimo:hover{
	background-color: var(--color-amarrillo);
}
.menu-ultimo:hover a{
	color: #000;
}
.menu-ultimo:hover .desplegable{
	background-color: var(--color-amarrillo);
}
.menu-ultimo .desplegable{
	min-height: 35px;
}
.menu-ultimo a{
	color: #000;
	background: var(--color-amarrillo);
	display: inline-block;
}
li .menu-ultimo a{
	text-transform: none;
}
.menu-programacion a{
	color: var(--color-amarrillo);
}
.btn-menu-deslizable{
	display: none;
	position: absolute;
	left: 10px;
	z-index: 1000;
}
.btn-menu-deslizable span{
	font-size: 24px;
	margin-top: 12px;
	color: var(--color-amarrillo);
}
.menu-deslizable{
	width: 250px;
	background-color: #000;
	height: 100%;
	position: fixed;
	top: 0px;
	padding-top: 50px;
	margin-left: -250px;
	z-index: 1000;
}
.menu-deslizable a{
	display: block;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px;
	color: #fff;
	text-transform: uppercase;
}
.menu-deslizable hr{
	border-top: 1px solid #2c2c2c;
}
.wrapper-five{
	padding: 15px;
}
.wrapper-five a{
	padding: 0px;
	text-transform: none;
}
.bloque-menu img{
	width: 100%;
	padding-bottom: 7px;
}
.bloque-menu p{
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.seccion{
	padding-top: 15px;
}
.titulo-cat{
	color: #fff;
	font-size: 32px;
}
.titulo-cat:hover{
	color: #fff;
}
.titulo-cat p{
	display: inline-block;
	padding: 5px 30px;
}
.rojo p{
	background: #b62303;	
}
.celeste p{
	background: #009ec3;	
}
.azul p{
	background: #1E5799;
}
.verde p{
	background: #299a0b;
}
.naranja p{
	background: #ff7b0d;
}
.violeta p{
	background: #a849a3;
}
.titulo-cat p::after{
	width: 10;
	height: 0;
	border-style: solid;
	border-width: 0 0 100px 30px;
	border-color: transparent transparent #007bff transparent;
}
.triangulo{
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	display: inline-block;
	top: 13px;
	position: absolute;
}
.trg-rojo{
	border-left: 15px solid #b62303;
}
.trg-celeste{
	border-left: 15px solid #009ec3;
}
.trg-azul{
	border-left: 15px solid #1E5799;
}
.trg-verde{
	border-left: 15px solid #299a0b;
}
.trg-naranja{
	border-left: 15px solid #ff7b0d;
}
.trg-violeta{
	border-left: 15px solid #a849a3;
}
.noticia-wrapper{
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.caja_whatsapp{
	width: 250px; 
	position: absolute; 
	background: #000; 
	right: 0px; 
	padding:7px; 
	margin-top: 10px; 
	border-radius: 4px;
}
.caja_whatsapp .flecha_arriba{
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent; 
	border-right: 7px solid transparent; 
	border-bottom: 7px solid #000; 
	position: absolute; 
	top: -7px; 
	right: 10px;
}
.caja_whatsapp .titulo{
	text-align: 
	center; 
	color: #fff;
}
.caja_whatsapp input, .caja_whatsapp textarea{
	margin-bottom: 4px;
}
.rpta .error, .rpta .ok{
	color: #FFF;
	border-radius: 4px;
	padding: 5px;
	margin-top: 4px;
	text-align: center;
}
.rpta .error{
	background: #D9AC4F;
}
.rpta .ok{
	background: #4F95D9;
}

/**********************/
.noticia-wrapper, .noticia-wrapper a{
	color: #fff;
}
.noticia-wrapper .text{
	position: absolute;
	transition: all 0.5s ease-in-out;
	bottom: -150%;
	width: 100%;
	padding: 5px 15px;
	background: rgba(0,0,0,0.8);
}
.noticia-wrapper:hover .text{
	top: auto;
	bottom: 0%;
}
.noticia-wrapper .redes{
	float: right;
}
.noticia-wrapper .media{
	position: absolute;
}
.noticia-wrapper .redes, .noticia-wrapper .media{
	font-size: 24px;
	margin: 0px;
}
.noticia-wrapper .categoria{
	color: #000;
}
.noticia-wrapper .text .noticia-titulo.grande2{
	font-size: 38px;
	line-height: 1.1;
}
.noticia-wrapper .text .noticia-titulo.grande{
	font-size: 42px;
}
.noticia-wrapper .text .noticia-copete.grande{
	font-size: 17px;
}
.noticia-wrapper .text .noticia-titulo.chica{
	font-size: 16px;
	margin-bottom: 0px;
}
.noticia-wrapper .text .noticia-copete.chica{
	font-size: 13px;
	margin-bottom: 0px;
}
.noticia-wrapper .text .noticia-titulo.mediana{
	font-size: 19px;
}
.noticia-wrapper .text .noticia-copete.mediana{
	font-size: 15px;
}
.noticia-wrapper .text2{
	position: absolute;
	bottom: 0%;
	padding: 5px 15px 0px 15px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	transition: all 0.4s ease-in-out;
}
.noticia-wrapper:hover .text2{
	visibility: hidden;
}
.noticia-wrapper .text2 .noticia-titulo.grande2{
	font-size: 42px;
	line-height: 1.1;
}
.noticia-wrapper .text2 .noticia-titulo.grande{
	font-size: 42px;
}
.noticia-wrapper .text2 .noticia-titulo.mediana{
	font-size: 24px;
}
.noticia-wrapper .text2 .noticia-titulo.chica{
	font-size: 17px;
	line-height: 1.2;
}
.noticia-wrapper .media1{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 28px;
}
.noticia-wrapper .text .noticia-fecha{
	position: abosolute;
	font-size:14px;
}
.noticia-wrapper .text .noticia-coment{
	position:absolute;
	right:10px;
	font-size:14px;
}
figure img{
	width: 100%;
}
/*************************/
.titulo-catastrofe{
	text-align:center;
	color:#f00;
	margin-bottom: 30px;
}
.noticia-wrapper .textos{
    position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	visibility: none;
	background: rgba(0,0,0,0.8);	
	padding: 5px 15px 15px 15px;
	transition: all 1s ease-in-out;
	color: #fff;
}
.noticia-wrapper img{
    z-index: -1;
    background-image: url(../imgapp/fondo.jpg);
    background-size: cover;
}
.noticia-wrapper .categoria, .noticia-wrapper .subcategoria{
	position: absolute;
	margin: 15px;
	padding: 2px 15px;
	top: 0px;
}
.noticia-wrapper .categoria{
	background-color: var(--color-amarrillo);
}
.noticia-wrapper .subcategoria{
	background: #B62303;
	color: #fff;
}
.noticia-wrapper:hover .textos{
	display: block;
	visibility: visible;
}
.noticia-wrapper .noticia-titulo{
	/*font-size: 24px;*/
	text-shadow: 1px 1px 1px #444;
}
.noticia-wrapper .noticia-copete{
	font-size: 15px;
	font-family: "Raleway";
}
.noticia-wrapper .linea{
    width: 25%;
    border-top: 1px solid #8d8d8d;
    margin: 8px 0px;
    display: block;
}
.noticia-wrapper .textos2{
	position: absolute;
	bottom: 0;
	width: 100%;	
	padding: 15px;
	padding-bottom: 5px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.86) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#db000000',GradientType=0 ); /* IE6-9 */
}
.noticia-wrapper .textos2 .noticia-titulo{
	position: relative;
	bottom: 0px;
	color: #fff;
	margin-bottom: 10px;
}
.noticia-wrapper .textos2 .noticia-titulo.chica{
	font-size: 17px;
	line-height: 1.2;
}
.noticia-wrapper .textos2 .noticia-titulo.mediana{
	font-size: 24px;
}
.noticia-wrapper .textos2 .noticia-titulo.grande{
	font-size: 42px;
}
.noticia-wrapper .textos .noticia-titulo.chica{
	font-size: 16px;
}
.noticia-wrapper .textos .noticia-copete.chica{
	font-size: 12px;
}
.noticia-wrapper .textos .noticia-titulo.mediana{
	font-size: 19px;
}
.noticia-wrapper .textos .noticia-copete.mediana{
	font-size: 15px;
}
.noticia-wrapper .textos .noticia-titulo.grande{
	font-size: 36px;
}
.noticia-wrapper .textos .noticia-copete.grande{
	font-size: 17px;
}
.noticia-wrapper:hover .textos2{
	display: none;
}
.noticia{
	min-height: 700px;
}

/**********Clasificados*************/
.clasificados-tapa{
	font-family: 'Raleway';
}
.clasificados-tapa .titulo{
	font-size: 24px;
	text-transform: uppercase;

}
.clasificados-tapa .categoria{
	font-size: 13px;
	text-align: center;
	color: #fff;
	padding: 5px 0px;
	text-transform: uppercase;
	font-weight: 600;
}
.clasificados-tapa .categoria.c1, .cat_1{
	background: #e61414;
}
.clasificados-tapa .categoria.c2, .cat_2{
	background: #0078ff;
}
.clasificados-tapa .categoria.c3, .cat_3{
	background: #3c9e01;
}
.clasificados-tapa .categoria.c4, .cat_4{
	background: #ff9000;
}
.clasificados-tapa .categoria.c5, .cat_5{
	background: #4e00ff;
}
.clasificados-tapa .categoria.c6, .cat_6{
	background: #1d5c57;
}
.clasificados-tapa .objeto p{
	text-align: center;
	text-overflow:ellipsis;
  	/*white-space:nowrap; */
  	overflow:hidden; 
  	margin: 10px 0px 0px 0px;
  	color: #5a5a5a;
	height: 60px;
}
.clasificados-tapa .objeto p:hover{
 /* width: 100%;
  white-space: initial;
  overflow:visible;*/
  cursor: pointer;
}
.titulo-listado{
	margin-top: 15px;
	background: #2E9E95;
	display: inline-block;
	padding: 10px 20px;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
}
.clasificado_categoria{
	font-size: 13px;
	text-align: center;
	color: #fff;
	padding: 5px 0px;
	text-transform: uppercase;
	display: block;
}
.item_clasicado{
	font-family: Arial;
	margin-bottom: 10px;
	border: 1px solid #B7B7B7;
	padding: 8px 0px;
}
.comentar_clasificado {
    background: #f72020;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 15px 0px;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    border: 1px solid #f72020;
    margin-bottom: 10px;
}
.item_comentario_clasificado:nth-child(2n+1) {
    background-color: #e8e8e8;
}
.item_comentario_clasificado p {
    margin: 3px;
}
/*****NOTICIAS******/

.noticia .categoria{
	background-color: var(--color-amarrillo);
	display: inline-block;
	padding: 5px 15px;
	margin-top: 10px;
}
.noticia .titulo{
	margin-top: 5px;
	font-size: 38px;
}
.noticia .copete{
	font-family: "Raleway";
	font-size: 18px;
}
.noticia .fecha, .noticia .redes{
	display: inline-block;
}
.noticia .redes{
	float: right;
	margin-top: -7px;
}
.noticia .redes a{
	display: inline-block;
	background-image: url(../imgapp/social.png);
	background-size: 120px;
	width: 30px;
	height: 30px;
}
.noticia .redes .facebook{
	background-position: 0px 0px;
}
.noticia .redes .twitter{
	background-position: 90px 0px;	
}
.noticia .redes .whatsapp{
	background-position: 30px 0px;
}
.noticia .cuerpo{
	margin-top: 15px;
	font-family: "Raleway";
	font-size: 18px;
}
.comentarios{
	margin-top: 25px;
}
.comentarios .t{
	font-size: 26px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin: 20px 0px;
}
.comentarios .contenedor{
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
}
.comentarios .nombre, .comentarios .fecha{
	display: inline-block;
}
.comentarios .texto, .comentarios .fecha{
	font-family: "Arial";
}
.comentarios .nombre{
	color: #BD3A16;
}
.noticia .video{
	text-align: center;
}
.laterales{
	margin-top: 50px;
}
.laterales .titulo{
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.laterales article{
	margin: 10px 0px;
}
.laterales a img{
	width: 35%;
	float: left;
	margin-right: 10px; 
}
.laterales a p{
	width: 60%;
	float: left;
	margin: 0px;
}
.laterales a{
	color: #1d1d1d;
}
.semanales{
	margin-top: 25px;
}
.semanales hr{
  	display: none;
}
.cat{
	margin-top:15px;
}
.wrapper-cat .row, .wrapper-den .row{
	margin-bottom: 20px;
}
.wrapper-cat .enlace, .wrapper-den .enlace{
	color:#000;
}
.wrapper-cat .titulo{
	font-size: 16px;
}
.wrapper-cat .copete{
	font-family: Arial;
}
.wrapper-den .copete{
	font-family: Arial;
}
.wrapper-den .titulo{
	font-size: 22px;
}
.wrapper-den .titulo:hover{
	color: #B62303
}
.wrapper-den .fecha{
	float: right;
}
.wrapper-den .col-lg-6 .linea{
	border-top: 1px solid #e6e6e6;
	padding-top: 15px;
}
.wrapper-den .col-lg-6 div{
	border-top: 1px solid transparent;
}
.wrapper-ult .row{
	margin-top:20px;
}
.wrapper-ult a{
	color:#000;
}
.wrapper-ult .titulo{
	font-size: 20px;
}
.wrapper-ult .fecha{
	font-size: 24px;
}
.wrapper-ult .copete{
	font-family: "Arial";
}
.wrapper-ult .col-lg-10{
	border-left: 1px solid #E9E9E9;
}
footer{
	background: #000;
	margin-top: 20px;
	padding-top: 50px;
	color: #fff;
	font-size: 15px;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: var(--color-amarrillo);
}
footer .titulo{
	font-size: 20px;
	margin-bottom: 30px;
}
.subfooter{
	margin-top: 50px;
	padding: 20px 0px;
	border-top: 2px solid var(--color-amarrillo); 
}
.subfooter p{
	display: inline-block;
}
.subfooter p:last-child{
	float: right;
}
footer .img1{
	width: 100%;
}
footer .img2{
	margin-top: 10px;
	width: 80px;
	position: relative;
}
/****Videos****/
.video_tapa .container, .audio_tapa .container{
	background:#333; 
	color:#fff; 
	margin-bottom:15px;
}
.video_tapa .title, .audio_tapa .title{
	background:#222; 
	margin: 0px; 
	padding:5px 10px; 
	font-size:26px; 
	display: block;   
}
.video_tapa .title, .titulo-sec.vid{
	border-left: 20px solid #ff8d00; 
	color:#ff8d00;
}
.audio_tapa .title, .titulo-sec.aud{
	border-left: 20px solid #29a3fc; 
	color:#29a3fc;
}
.video_tapa .vid, .audio_tapa .vid{
	padding:15px;
}
.vid p{
	margin:10px 0px 0px 0px;
}
.titulo-sec{
	margin: 15px 0px 0px 0px;
	background: #333;
	color: #fff;
	padding: 5px 10px;
	font-size: 26px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15
{
  width: 20%;
  float: left;
}
/*****te puede interesar*****/
.tePuedeInteresar .tituloSeccion{
	font-size: 26px; 
	text-transform: uppercase; 
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-top: 2em;
}
.tePuedeInteresar .categoria{
	color: #fff;
	padding: 5px 15px;
	font-size: 16px;
}
.tePuedeInteresar .titulo{
	color: #000;
	padding-top: 10px;
}

@media (min-width: 0px) and (max-width: 767px){
  .row{
	margin-left: 0px;
	margin-right: 0px;
  }
  .logo-mini{
  	padding-left: 25px;
    padding-top: 12px;
    padding-bottom: 7px;
  }
  nav{
  	position: fixed;
	width: 100%;
	top:0;
  }
  .menu-deslizable{
  	position: fixed;
  	overflow: scroll;
  }
  .menu-deslizable a{
  	margin:0px;
  	padding: 5px 0px;
  }
  .menu-deslizable hr{
  	margin:4px 0px;
  }
  .noticia .titulo{
  	font-size: 24px;
  }
  .mobil{
  	padding-top: 50px;
  }
  .logo-mini, .btn-menu-deslizable{
	display: inline-block;
  }
  .text{
  	display: none;
  }
  .noticia-wrapper:hover .text2{
	visibility: visible;	
  }	
  .noticia-wrapper .text2 .noticia-titulo.grande2, .noticia-wrapper .text2 .noticia-titulo.grande, .noticia-wrapper .text2 .noticia-titulo.mediana, .noticia-wrapper .text2 .noticia-titulo.chica{
  	font-size: 16px;
  }
  .wrapper-cat .titulo{
  	font-size: 16px;
  }
  .titulo-cat{
  	font-size: 27px;
  }
  .triangulo{
  	top:10px;
  }
  footer .img1{
	width: 50%;
  }
  .pagination{
  	margin: 20px 10px;
  }
  .banner_moviles img{
	width: 100%;
  }
  .font-important{
  	font-size: 18px !important;
  }
  .semanales{
	margin-top: 50px;
	padding: 0px 15px;
  }
  .semanales > div{
  	padding-right: 0px;
  	padding-left: 0px;
  }
  .semanales .titulo{
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
  } 
  .semanales article{
	display: inline-block;
  }
  .semanales a img{
	width: 35%;
	float: left;
	margin-right: 10px; 
  } 
  .semanales a p{
	width: 60%;
	float: left;
	margin: 0px;
  }
  .semanales a{
	color: #1d1d1d;
  }
  .semanales hr{
  	display: block;
  }
}
@media (min-width: 768px){
  .col-sm-15{
    width: 20%;
    float: left;
  }
  .motomel-g{
	      display:none;
			
	}
}
@media (min-width: 992px){
  .col-md-15{
    width: 20%;
    float: left;
  }
  .fchica{
  	height: 220px;
  }
  .fmed{
  	height: 450px;
  }
					
	.motomel{
		width: 100%;
	}
	.motomel-g{
	       margin-top: -100px;
			position: relative;
			display:none;
			z-index: 100;
			width: 1170px;
			-moz-transition:all ease .8s; /*Aplicamos una ligera transición*/
			-webkit-transition:all ease .8s ;
			transition:all ease .8s;
			top: -30px;
	}
	.box-g{position:absolute;}

	#bannersHorizontal1:hover .motomel-g{
		display:none;
	}

}
@media (min-width: 1200px){
  .col-lg-15{
    width: 20%;
    float: left;
  }
}


.fontSize14{
	font-size:14px
}