/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30-jul-2019, 9:49:09
    Author     : Claudio
*/


@font-face{
    font-family: 'ONEDAY';
    src: url('../font/ONEDAY.eot');
    src:  url('../font/ONEDAY.eot?#iefix') format('embedded-opentype'),
         url('../font/ONEDAY.woff') format('woff'),
         url('../font/ONEDAY.ttf') format('truetype'),
		 url('../ONEDAY.svg#ONEDAY') format('svg')
}

body{
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #2cb7cd;
    /*background-color: #f7f7f7;*/
}
a, #principal h2{
    text-decoration: none !important;
    color: #504047;
    font-weight: normal;
}
a:hover{
    color: #b3b3b3;
}
ul li{
    list-style-type: none;
}
ul li a{
    display:block;
}
h2,.contenedor-busqueda h1,.contenedor-sus h1.descripcion h3{
    font-weight: 600;
    color: #2cb7cd;
    /*color:#504047;*/
    font-family: 'ONEDAY';
}
.contenedor-ver-noticia .descripcion h2{
	font-family: 'Roboto Condensed', sans-serif !important;
}
form button{
    cursor: pointer;
}
blockquote{
    padding: 30px;
    font-size: 1.2em;
    font-style: italic;
    border-left: 4px solid #fce100;
}
blockquote.entrecomillado {
background-color:White;
background-image:url('../img/bq1.png');
background-position:5px 5px;
background-repeat:no-repeat;
margin:15px;
padding:20px 50px 5px;
width:70%;
border:0;
width: 100%;
}
p.entrecomillado2{
background-color:white;
background-image:url('../img/bq2.png');
background-position:right bottom;
background-repeat:no-repeat;
padding:0 40px 15px 0;
}
/*******************************************************************header******************************************************************/
.contenedor-header{
    position: relative;
}
header{
    width: 100%;
    /*background-color: #2cb7cd;*/
    background-color: white;
    position: relative;
    z-index: 999;
    top: 0;
    /*box-shadow: 1px 1px 8px rgba(44, 183, 205,.5);*/
    box-shadow: 1px 1px 8px rgba(0, 0, 0,.5);
}
/*.caja_logo{
    margin: 20px auto;  
}*/

.list-nav{
	height: 50px;
	text-align: center;
	align-content: center;
}
.list-nav ul li{
    display: inline-block;
    padding-right: 10px;
}
.list-nav ul li a{
	color:#2cb7cd;
	font-weight:normal;
	font-size:1.1em;
}
.list-nav ul{
    padding-left:5px;
	margin:0;
}
.logo{
    margin-bottom: 0;
}
.caja_logo img{
    width: 110%;
    vertical-align: inherit;

}
.caja_logo{
    overflow: hidden;
}
.cabecera-principal{
    height: 100px;
    position: relative;
    
}
.cabecera-principal ul{
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.cabecera-principal ul,.caja-suscribete{
    font-family: 'ONEDAY';
    margin-bottom: 0;
    text-align: right;
    color: #2cb7cd;
}

.cabecera-principal li{
    display: inline-block;
    list-style-type: none;
    font-weight: bold;
}
.cabecera-principal li i{
    font-size: 1.3em;
}

.menu .busqueda{
    padding: 0;
    margin: 0;
}
.menu .busqueda input{
    width: 75%;   
}
#buscador2 button{
    width: 20%;
    padding: 0;
}
.caja-busqueda{
    padding: 0;
    top: 10px;
}
.busqueda{
    background-color: white;
    /*margin-right: 30px;*/
    
}
.busqueda button{
    border: 0;
    background-color:white;
    height: 30px;
    margin-left: 1px;
    padding: 0 5px;
    width: 15%
}
.busqueda i{
    font-size: 1.4em;
    /*color: #2cb7cd;*/
    color:#504047;
    background-color:white; 
    padding-right: 5px;
}
.busqueda input{
    position: relative;
    width: 80%;
    /*color: #2cb7cd;*/
    color:#504047;
    background-color: white;
    border: 0;
    height: 31px;
}
#fecha-top{
    position: absolute;
    left: 5px;
    bottom: 5px;
    color:#504047;
}
.menu{
    padding: 0;
    font-family: 'ONEDAY';
}
.redes{
    position: relative;
    height: 25px;
    background-color: white;
    border-bottom: 3px solid #2cb7cd;
}
.redes li{
    display: inline-block;
    padding-right: 10px;
}
.redes i{
    color: #2cb7cd;
}
nav{
  position: fixed;
  top:0px;
  bottom: 0;
  left:-400px; /* Escondemos nuestro menú con un valor negativo */ 
  width: 400px;
  max-height: 100vh;
  z-index: 5;
  padding: 180px 30px 30px;
  /*background-color: rgba(34, 186, 203, 0.9);*/
	background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.75s ease;
  font-size: 1.2em;
  overflow-y: auto;
}

nav li{
    list-style-type: none;
    /*display: inline-block;*/
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 15px;
    border-bottom: 1px dashed #504047;;
}
nav a{
    /*color: #2cb7cd;*/
    color:#504047;
}
header a{
    /*color: #2cb7cd;*/
    color:#504047;
    font-weight: bold;
}
footer a{
    color:#504047;
    font-weight: bold;
}
.cabecera-principal ul a:hover,footer a:hover{
    color: #f2f2f2;
}
.nav_submenu{
    display: none;
    position: relative;
    padding-left: 0;
    text-align: left !important;

}
.nav_submenu li{
    font-size: 1em;    
}
.economia:hover{
    color: #fce100 !important;
}
.politica-sanitaria:hover{
    color: #ff0000 !important;
}
.tecnologia:hover{
    color: #00e699 !important;
}
.industria:hover{
    color: #bfbfbf !important;
}
.farmacia:hover{
    color: #008000 !important;
}
.hospitales:hover{
    color: #0033cc !important;
}
.legislacion:hover{
    color: #994d00 !important;
}
.opinion:hover{
    color: #668cff !important;
}
.i-d:hover{
    color: #ff6b00 !important;
}
.nombramientos:hover{
    color:#ac00e6 !important;
}
.videos:hover{
    color:#737373 !important;
}
.entrevistas:hover{
	color:#660066;
}
.rsc:hover{
	color:#009999;
}
.concienciados:hover{
	color:#006600;
}
.entre-bastidores:hover{
	color:#003300;
}
.bg-entre-bastidores{
	background-color: #003300 !important;
}
.bg-concienciados{
	background-color: #006600 !important;
}
.bg-economia{
    background-color: #fce100 !important;
}
.bg-politica-sanitaria{
    background-color: #ff0000 !important;
}
.bg-tecnologia{
    background-color: #00e699 !important;
}
.bg-industria{
    background-color: #bfbfbf !important;
}
.bg-farmacia{
    background-color: #008000 !important;
}
.bg-hospitales{
    background-color: #0033cc !important;
}
.bg-legislacion{
    background-color: #994d00 !important;
}
.bg-opinion{
    background-color: #668cff !important;
}
.bg-i-d{
    background-color: #ff6b00 !important;
}
.bg-nombramientos{
    background-color: #ac00e6 !important;
}
.bg-entrevistas{
	background-color: #660066 !important;
}
.bg-rsc{
	background-color: #009999 !important;
}
#menu_on{
    position: relative;
    top: 15px;
    left: 0;
    height: 35px;
    width: 35px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
 
#menu_on span{
  background-color: #504047;;
  display: inline-block;
  height: 5px;
  right: 0;
  margin-top: -1px;
  position: absolute;
  top: 25%;
  -webkit-transition: .4s;
  transition: .4s;
  width: 30px;
}
 
#menu_on span:first-child {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
 
#menu_on span:last-child {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

#menu_on.active span:first-child {
  -webkit-transform: rotate(45deg) translate(0);
          transform: rotate(45deg) translate(0);
}
 
#menu_on.active span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
 
#menu_on.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(0);
          transform: rotate(-45deg) translate(0);
}
.visible_menu nav{
	left: 0;
	opacity: 1;
}
.visible_menu #content{
      /*transform: translateX(400px);*/
}
.es_noticia{
    /*border-top: 1px solid rgba(0,0,0,0.3);*/
	border-top: 2px solid rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
    height: 26px;
	background-color: #f2f2f2;
/*    scrollbar-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, 0);
    scrollbar-width: thin;*/
}
/*.es_noticia::-webkit-scrollbar {
    -webkit-appearance: none;
}
.es_noticia::-webkit-scrollbar:horizontal {
    height: 7px;
}
.es_noticia::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 10px;
}*/
.es_noticia ul{
    text-align: center;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.es_noticia ul li{
    height: 25px;
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.es_noticia p{
    margin:0;
    /*background-color: rgba(0,0,0,0.2);*/
    height: 26px;
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
}
.es_noticia ul li a{
    font-weight: normal;
    
}
/*******************************************************************ultim hora**************************************/
.ultima_hora{
    position: relative;
    margin-top: 20px;
    height: 35px;
    background-color: #e6e6e6;
    overflow: hidden;
}
.text-ultima{
    padding-left: 5px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 20px;
    animation: color-change 1s infinite;
}

@keyframes color-change {
  0% { color: red; }
  25% { color: red; }
  50% { color: #ff3333; }
  75% { color: #ff6666; }
  100% { color: #ff6666; }
}
.titular_ultima_not{
    color:#504057;
    font-size: 16px;
}
.ultima_hora a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.titulo-ultima  p{
    font-family: "ONEDAY";
    font-weight: bold;
    color:#2cb7cd;
}
.titulo-ultima span{
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    float: right;
}
.contenedor-ver-ultima .redes_social{
    float: left;
    padding-left: 0;
	margin-top: 20px;
}
.actualiza{
    background-color: #f2f2f2;
    position: relative;
    padding: 20px 0;
}
.actualiza p{
    margin:0 10px;
}
.actualiza button{
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0;
    background-color: #2cb7cd;
    color: white;
    cursor: pointer;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}
.actualiza button:hover{
    border: 0;    
}
.contenedor-ver-ultima article{
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
}
.contenedor-ver-ultima article h3{
    font-size: 1.2em;
    font-weight: bold;
}
.contenedor-ver-ultima article span{
    background: #f2f2f2;
    padding: 5px;
    margin-right: 10px;
}
.contenedor-ver-ultima article p:first-of-type{
    margin: 0;
}
/******************************************************************ptincipal***************************************************************/
.caja-banner-top{
    background-color: white;
    position: relative;
    z-index: 3;
    padding-top: 5px;
    padding-bottom: 5px;
}
.text-publi{
    background-color: white;
    color: grey;
    font-size: 11px;
    position: absolute;
    top: 0;
    height: 14px;
    padding-left: 2px;
    padding-right: 2px;
    z-index: 3;
}
.banner_cabecera_top,.banner_cabecera{
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
/*    margin-bottom: 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    background-color: white;
}
.not-destacada2 .banner_cabecera_top{
    max-width:300px;
    margin:0 auto;
}
.banner_cabecera{
    margin-top: 15px;
   
}
body .b-1,body .b-2,body .b-3{
    display:none;
}

.banner_cuadrado,.banner_cuadrado_top{
    position: relative;
    top: 0;
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.banner_cuadrado{
    margin-top: 30px;
}
.banner_cuadrado_top{
    margin-bottom: 30px;
}
#principal{
    margin-top: 20px;
    margin-bottom: 15px;
}
 .contenedor-principal{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}
/*.caja-not-entidad .row div{
	padding-right:0;
}*/
.caja-not-entidad{
    padding-right: 5px;
	padding-left: 5px;
	
}
.div-first{
	border-right: 1px solid rgba(0,0,0,.1);
}
.caja-not-entidad img,.caja-not-entidad2 img{
    width: 100%;   
}
.caja-not-entidad p,.caja-not-entidad img{
    height: 60px;
    overflow: hidden;
}
.caja-not-entidad p,.caja-not-entidad2 p{
    width: 100%; 
    font-size: 0.8em !important;
    margin: 0;
}
.caja-not-entidad2{
    margin-top: 15px;
    display: inline;
    width: 20%;
    padding: 5px;
}
.caja-not-entidad2 p{
    max-height: 60px;
    overflow: hidden;
}
.list-not-entidad{
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #504047;
    border-bottom: 1px solid #504047;
    overflow: hidden;
}
.list-not-entidad2{
    border-top: 1px solid #504047;
    margin-top: 15px;
}
#principal h2{
    font-size: 2.7em ;
    
}
#principal p{
    font-size: 1.3em ;
    color: #504047;
}
.caja-portada a,.caja-principal a,.caja-actua a{
    display: block;
    height: 100%;
}
.caja-img{
    position: relative;
}
.caja-img img{
    width: 100%;
}
.categoria_noticia{
    display: none;
    color:white;
    position: absolute;
    bottom: 10px;
    left: 5px;
    width: auto;
    padding: 0 5px;
    background-color: #2cb7cd;
    color: white;
}
#principal h2,#lista-noticias h2{
    font-family: 'Roboto Condensed', sans-serif;
}
.not-cabecera .caja-img{
    width: 50%;
    clear: right;
    display: block;
    float: right;
    margin-right: 0;
}
.not-cabecera h2{
    font-size: 1.4em !important;
}.not-cabecera p{
    font-size: 1em !important;
}
.not-cabecera h3{
    margin-bottom:5px;
    font-family: 'ONEDAY';
    font-size: 1.2em;
    font-weight: bold;
}
.not-destacadas2{
        border-left: 1px solid rgba(0,0,0,.1);
}
.fecha-des,.fuente-des{
    color: rgba(0,0,0,.4);
    font-size: 0.8em;
}
.fecha-principal{
    position: relative;
}
.fuente-des{
    position: relative;
    text-transform: uppercase;
    
}
/*****************************************************************video******************************************************************/
#video{
    padding-right: 13px;
    padding-left: 13px;
    background-color: #2cb7cd;
    padding-top: 50px;
}
/*    position: relative;
    width: 18%;
    height: 200px;
    background-color: #005291;
    margin: 20px 1% 50px 1%;
}*/
#video h2{
    padding-top: 10px;
    color: white;
    font-weight: 600;
    text-align: center;
}
.contenedor-video>.row{
    padding-top: 30px;
    padding-bottom: 50px;
}
.fa-play-circle{
    position: absolute;
    top: 50%;
    left: 50%;
    cursor:pointer;
    margin:-30px 0 0 -30px;
    color:rgba(255,255,255,0.6);

}
.play{
    font-size: 60px;

}
.play2,.play3{
    font-size: 30px !important;
    margin: -10px 0 0 -10px!important;
}
.play2{
    color:rgb(255,255,255);   
}

.caja-video{
    padding: 0;
    color:white;
}
.caja-video .fecha{
    padding-left: 15px;
}
.caja-video a{
    color:white;
}
/****************************************************************actualidad**********************************************************************/
#actualidad{
    padding-bottom: 50px;
    padding-top: 50px;
}
.caja-actua{
    margin: 0 auto;
    padding: 15%;
    position: relative;
    height: 280px;
    width: 85%;
}
.contenedor-noticia-actua{
    margin-top: 50px;
}
.contenedor-noticia-actua h4{
    padding-left: 7%;
    padding-right: 3%;
    height: 85px;
    overflow: hidden;
}

/****************************************************************secciones categorias*********************************************************************/

.caja-principal-seccion{
   height:350px;
}
.secciones h2{
    padding-top: 30px;
    margin-bottom: 30px;
/*    color: #005291;
    font-weight: 600;*/
}
.secciones h2 a{
    color:#2cb7cd;
    font-weight: 600;
}
.caja_listado h4{
    border-bottom: 2px solid #504047;
    font-size: 1.4em;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*****************************************************************ver_noticia*****************************************************************/
#noticia{
    color: #504047;
    margin-bottom: 50px;
    margin-top: 30px;
}
.descripcion a{
    color: #2cb7cd;
}
.descripcion ul li{
	list-style-type: inherit !important;
	padding-bottom:10px;
}
.descripcion p{
    font-size: 1.2em;
}
.contenedor-ver-noticia,.contenedor-historico{
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cabecera-noticia p a,.recomendadas>h4,.relacionadas p:first-child{
    color: #2cb7cd;
    font-family: 'ONEDAY';
    font-weight: bold;
}
 .contenedor-tag, .contenedor-posts {
    background-color: #f2f2f2;
}
.cabecera-noticia p{
    position: relative;
}
.redes_compartir{
    position:relative;
    width: 100%;
    margin-top: 20px;
}
.redes_compartir .fa-eye span{
    bottom: 0;
    left: 20px;
}
.redes_social{
    float:right;
}
            
.redes_social li{
    list-style-type:none !important;
    display: inline-block;
    margin-right:10px;
                    
}
.redes_social .fa-brands,.redes_social .fa-regular,.redes_social .fa-solid{
    font-size:30px !important;
    border:2px solid #504047;
    border-radius:50%;
    width:45px;
    height:45px;
    text-align:center;
    padding-top:5px;
}
.redes_social .fa:hover,.redes_social .fa-regular:hover,.redes_social .fa-solid:hover{
    border:2px solid #7f6671;
}
.contenedor-ver-noticia .banner-actualidad{
    margin-bottom: 15px;
}
.contenedor-ver-noticia .caja-patrocinador{
    text-align: center;
    margin-bottom: 15px;
    /*background-color: #f2f2f2;*/
    max-width: 300px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    /*padding: 20px;*/
}
.contenedor-tag, .contenedor-posts {
    padding: 20px 20px 30px 20px;
}
.contenedor-tag {
    margin-bottom: 15px;
}
.contenedor-posts h2{
    margin-bottom: 30px;
}
.info-noticia {
    padding: 20px 20px 5px 20px;
}
.cabecera-noticia span{
    float: right;
    color: #2cb7cd;
}
.not-entidad{
    
    position: absolute;
    left: 15px;
    bottom: 5px;
    width: 80px;
    padding: 5px;
    border: 2px solid #504047;
    border-radius: 5px;
}
.not-entidad img{
    width: 100%;
}
.info-noticia h3{
    color: #AFA9A0;
    font-size: 1.2em;
    font-weight: bold;
}
.descripcion{
    padding: 20px 20px 0 20px;
}
.contenido-post {
    position: relative;
    border-left: 1px solid #575757;
    padding: 20px 0 20px 20px;
    /*padding-top: 10px;*/
    /*border-bottom:1px solid #f7e200;*/
}
.contenedor-posts span{
    color:#2cb7cd;
}
.contenedor-tag h2, .contenedor-posts h2 {
    font-size: 1.2em;
    font-weight: 800;
}
#noticia .banner_cuadrado{
    margin-bottom: 30px;
}
.contenedor-posts article{
    position: relative;
    padding-left: 100px;
    margin: 0;
}
.bullet{
    position: absolute;
    top: 0;
    left: -8px;
    width: 15px;
    height: 15px;
    background: #f2f2f2;;
    border: 3px solid #f2f2f2;;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.fecha_post{
    position: absolute;
    width: 100px;
    left: 0;
    top: 0;
    margin-top: 0;
    color: #999;
    font-size: 0.8em;
}
.categoria-post{
    position: absolute;
    top: 2px;
    font-size: 0.8em;
    line-height: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.contenido-post p a{
    font-weight: bold;
    display: block;
}
.caja-video{
     position: relative;
     padding-bottom: 56.25%; /* 16:9 */
     /*padding-top: 25px;
     height: 0;*/
}
.caja-video iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.redes-seguir ul{
    padding: 0;
}
.redes-seguir li i{
    font-size: 30px;
    height: 36px;
    width: 36px;
}
.recomendadas{
    clear: both;
    padding-top: 50px;
}
.caja-recomendamos p{
    height: 70px;
    overflow: hidden;
}
.relacionadas{
    background-color: #f2f2f2;
    width: 30%;
    padding: 10px;
    margin: 20px;
    float: right;
}
.relacionadas p:first-child{
    border-bottom: 1px solid #504047;
    width: fit-content;
}
.relacionadas p:first-child~p{
    position:relative;
    padding: 0px 15px 15px 20px;
}
.relacionadas .bullet{
    left: 0;
    background-color:#2cb7cd;
}
.separador-not{
	background-color:#504047;
	margin-top:8px;
	margin-bottom:8px;
}
blockquote.tiktok-embed {
    padding: inherit;
    font-size: inherit;
    font-style: inherit;
    border: inherit;
}
/****************************************************************ver_categorias***************************************************************/
#categoria{
    margin-bottom: 50px;
    margin-top: 30px;
}
.caja_categoria{
    margin-top: 14px;
}
.caja_categoria+h2{
    font-size: 1.5em;
}
#categoria .contenedor-caja-img{
    margin-top: 15px;
}
.contenedor-caja-img .caja-portada{
    margin-bottom: 20px;
}
.caja_categoria_principal{
    margin-top: 15px;
}
.caja_categoria_principal h5{
    font-size: 2em;
}
.caja-b-mas{
    width: 100%;
    text-align: center; 
    margin-top: 100px;
}
#categoria #lista-noticias h2 {
    line-height: 1;
    height: 60px;
}
#categoria #lista-noticias>div{
    margin-top: 50px;
}
#lista-noticias h2{
    font-size: 1.3em;
    /*height: 70px;*/
    overflow: hidden;
}
.not-portada{
    font-size: 2em;
}
#b-mas,#b_cookie,#b_enviar_email,#b_news{
    font-family: 'ONEDAY';
    position: relative;
    border: 0;
    top: 0;
    width: 25%;
    height: 35px;
    background-color: #2cb7cd;
    color:white;
    font-size: 1.4em;
    cursor: pointer;
    transition: all 500ms ease;    
}
#b-mas:before,#b_cookie:before,#b_enviar_email:before,#b_news:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 101%;
    content:'';
    background-color:rgba(255,255,255,0.5);
    transition: all 0.8s ease;
}
#b-mas:hover:before,#b_cookie:hover:before,#b_enviar_email:hover:before,#b_news:hover:before{
    width: 100%;
}

/****************************************************************busqueda********************************************************************/
#busqueda_post{
    margin-top: 120px;
}
#busqueda_post hr{
    border: 1px solid #fce100;
    background-color: #fce100;
}
.contenido_noticia{
    padding-top: 15px;
    padding-bottom: 15px;
    height: 450px;
}
.imagen_noticia{
    height: 200px;
    overflow: hidden;
}
.text_noticia h2{
    font-size:1.4em;
    height:100px;
    overflow: hidden;
}
.text_noticia p{
    height:100px;
    overflow: hidden;
    margin-bottom: 0;
}
.text_noticia p+a{
    height:50px;
}
#lista-noticias>div {
    margin-top: 30px;
    /*margin-bottom: 30px;*/
}
/****************************************************************suscribete**************************************************************/
.contenedor-sus{
    padding-top: 20px;
    background-color: #fff;
    padding-bottom: 50px;
}
.lista-newsletter{
    max-width: 900px;
    margin: 0 auto;
}
.contenedor-sus h1,.checkbox-sus+p{
    font-family: 'ONEDAY';
}
.contenedor-sus #mensaje-sus{
    font-weight: bold;
    background-color: #e6e6e6;
    width: 100%;
    text-align: center;
    height: 30px;
    visibility: hidden;
}
.contenedor-sus p{
    color: #504047;
    font-size: 1.2em;
}
.contenedor-sus h3{
    color: #504047;
    border-bottom: 1px solid #504047;
}
.contenedor-sus .descripcion-news{
    height: 50px;
    line-height: 1.2;
}
.checkbox-sus+p{
    color:#2cb7cd;
}
.cabecera-sus{
    position: relative;
    border-bottom: 3px solid #fce100;
    padding: 10px 20px 0 20px;
    margin: 0;
}
.cabecera-sus ul{
    position: absolute;
    right: 0;
    bottom: 0px;
    margin-bottom: 0;
}
.cabecera-sus ul i{
    font-size: 24px;
}
.cabecera-sus img{
    width: 70% !important;
}
.caja-news{
    position: relative;
    box-shadow: 1px 1px 8px rgba(0, 0, 0,.5);
    padding: 20px;
    cursor: pointer;
    margin: 40px 10px;
}
.caja-news:hover{
    background-color: #e6e6e6;
}
.caja-news .checkbox-sus{
    position: absolute;
    right: 0;
    top: 20px;
}
.caja-news img{
    width: 100%;
    margin-bottom: 20px;
}
.content-input input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#b_news{
    margin: 0 auto;
}
.content-input input{
    visibility: hidden;
    position: absolute;
    right: 0;
}	
.content-input{
    position: relative;
    /*margin-bottom: 30px;*/
    padding:5px 0 5px 60px; /* Damos un padding de 60px para posicionar 
el elemento <i> en este espacio*/
    /*display: block;*/
}
 
/* Estas reglas se aplicarán a todos las elementos i 
después de cualquier input*/
.content-input input + i{
    background: #f0f0f0;
    border:2px solid #2cb7cd;
    position: absolute; 
    left: 0;
    top: 0;
}
 
/* Estas reglas se aplicarán a todos los i despues 
de un input de tipo checkbox*/
.content-input input[type=checkbox ] + i{
    width: 47px;
    height: 24px;
    border-radius: 15px;
}
		/*
Creamos el círculo que aparece encima de los checkbox
con la etqieta before. Importante aunque no haya contenido
debemos poner definir este valor.
*/
.content-input input[type=checkbox] + i:before{
    content: ''; /* No hay contenido */
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 1px;
    top: 0px;
    -webkit-box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
}
.content-input input[type=checkbox]:checked + i:before{
    left: 22px;
    -webkit-box-shadow: -3px 0 3px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 0 -3px 0 rgba(0,0,0,0.2);
}
 
.content-input input[type=checkbox]:checked + i{
 /*background: #2AC176;*/
    background:#2cb7cd;
}
.content-input input[type=checkbox] + i:after{
    content: 'ON';
    position: absolute;
    font-size: 10px;
    color: rgba(255,255,255,0.6);
    top: 4px;
    left: 4px;
    opacity: 0 /* Ocultamos este elemento */;
    transition: all 0.25s ease 0.25s;
}
 
/* Cuando esté checkeado cambiamos la opacidad a 1 y lo mostramos */
.content-input input[type=checkbox]:checked + i:after{
    opacity: 1;
}
.contenedor-form{
    text-align: center;
    padding: 50px;
}

.contenedor-form form{
    margin-top: 50px;
}
/*************************************************************modal sus**********************************************************************/
.contenedor-sus~#myModal #email{
    border: 2px solid #2cb7cd;
    font-size: 1.5em;
    color: #2cb7cd;
    width: 70%;
    height: 35px;
    margin-right: 5%;
}
#myModal h4,#myModal p,.text-mail{
    color:#504047;
    position: relative;
}
.aviso_form{
    position:absolute;
    left: 200px;
    top: 0;
    color:#ff8080;
    display: none;
    
}
.grecaptcha-badge { visibility: hidden; }
/****************************************************************footer*********************************************************************/
footer{
    position: relative;
    background-color: #ffffff;
    color: #2cb7cd;
    width: 100%;
	box-shadow: 0 -5px 5px -5px rgba(0, 0, 0,.5);
}
.footer{
    height: 150px;
}
footer li{
    display: inline-block;
    text-decoration: none;
    padding-right: 10px;
    font-family: 'ONEDAY';
}
footer li i{
    color: white;
}
footer img{
    width:150px;	
}
.redes-pie i{
    padding: 10px;
    background-color: white;
    color: #504047;
    border-radius: 50%; 
	border:3px solid #504047;
}
.redes-pie i:hover{
    background-color: #f2f2f2;
}

/************************************************parte nueva***************************************/
.caja-imagen-actua2{
    position:relative;
}
.actu-destacada img,.caja-imagen-actua2 img,.caja-opinion img,.caja-nombramiento img,#logo-actualidad,#logo-actualidad,.banner_cabecera img,.banner_cabecera_top img{
    width:100%;
}

.contenedor-actualidad2,.contenedor-sector{
    background-color: white;
	/*background-color: #2cb7cd;*/
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid #504047;
    border-bottom: 2px solid #504047;
}
.caja-menu-actua2,.noticia-actualidad,.noticia-sector{
    border-right: 1px solid rgba(0,0,0,0.1);
}
.noticia-actualidad,.noticia-sector{
    /*margin-bottom: 50px;*/
    float: left;
    padding-bottom: 15px;
    /*padding-top: 15px;*/
}
.actu-destacada h4{
    height: auto !important;
}
.actu-destacada img{
    min-height: 250px;
}
.noticia-actualidad h4,.noticia-sector h4{
    font-size: 1em;
    height: 75px;
    overflow: hidden;
    margin-bottom: 10px;
}
.noticia-actualidad h4{
    color:#504047;
	/*color: #2cb7cd;*/
}
#actualidad2 h2{
    /*color:white;*/
    text-align: center;
    letter-spacing: 2px;
}
.caja-imagen-actua2 img{
    height: 140px;
}
.categoria_actualidad{
    position: absolute;
    bottom: 10px;
    left: 30px;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}
.menu-actualidad{
   margin-top: 50px;
   font-family: 'ONEDAY';   
}
.menu-actualidad li a{
    /*color: white;*/
    /*color: #2cb7cd;*/
    color:#504047;
    font-size: 1.2em;
}
/*.menu-actualidad~a img{
    padding: 50px;
    width: 100%;
}*/
.banner-actualidad{
    display: none;  
    text-align: right;
}
.banner-actualidad img,.caja-patrocinador img,.menu-actualidad~a img,.banner-nombramientos img,.banner-economia img,.banner-sector img,.banner-opinion img,.banner-masvisto img,.banner-videos img,banner_cuadrado img{
    width: 100%;
    max-width: 300px;
}

/******************************************entidades******************************/
.contenedor-entidades{
    width: 100%;
    height: 120px;
}
.contenedor-entidades>div{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    float: left;
}
.listado-entidades{
    width: 2500px;
}
.listado-entidades .entidad{
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}


/*******************************************sector*******************************/
#sector,#entidades{
    margin-top: 15px;
    margin-bottom: 15px;
}

.noticia-sector h4{
    color:#504047;
}
#sector h2~a img{
    display: block;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
.contenedor-sector ul{
    margin-top: 100px;
}

/*******************************************videos******************************/
#videos{
    background-color: #cccccc;
}
.contenedor-videos-principal{
    
    padding:60px 30px 30px 30px;
}
.caja-img-videos img{
    width: 80%;
    margin-bottom: 30px;
}
.contenedor-videos-principal h3{
    font-size: 1.4em;
    text-align: left;
    padding-top: 30px;
}
#filmoteca{
    margin-top: 30px;
}
/***************************************/
.caja-video-selected h2{
    position: absolute;
    top:-50px;
}
.caja-video-selected h2 a{
    font-weight: bold;
}
.caja-video-selected a{
    color:white;
}
.caja-video-selected a:hover{
    color: #b3b3b3;
}
.caja-video-selected li{
    display:none;
}
.caja-video-selected li article{
    height: 100%;
    position: relative;
}

.caja-video-selected li article div:first-child{
    width: 30%;
    height: 100%;
    left: 0;
    /*padding: 28px 0;*/
    position: absolute;
    top: 0;
    
}
.caja-video-selected li article div:first-child:after{
    background: linear-gradient(90deg,#cccccc 0,transparent);
    content: " ";
    display: block;
    height: 100%;
    right: -148px;
    position: absolute;
    top: 0;
    width: 150px;
    z-index:3;
}
.caja-video-selected li article div:second-child{
    height: 100%;
    margin-left: 295px;
    padding-top: 0;
    position: relative;
    top: 0;
    width: auto;    
    margin-left: 332px;
}
.caja-selected{
    position: relative;
    left: 30%;
    width: 69%;
    max-height: 260px;
    object-fit: cover; 
    overflow: hidden;
    cursor:pointer;
}
.caja-selected img{
    width: 100%;
}
.active,.caja-video-selected li.over{
    display:block ;
}
.caja-video-thumbnail li.over img{
    border: 5px dashed #fff;
}
.caja-video-thumbnail{
    position: relative;
    width: 100%;
    background-color: #cccccc;
    display:flex;
}
.caja-video-thumbnail li{
    position: relative;
    width: 25%;
    display: inline-block;
    padding: 20px 10px;
    float: left;
}
.caja-video-thumbnail .opcion{
    position:absolute;
    width: 100%;
    text-align: center;
    top:-10px;
    display:none;
}
.caja-video-thumbnail .opcion i{
    color: white;
    font-size: 40px;
    
}

.caja-video-thumbnail li  img{
    width: 100%;
    cursor: pointer;
    border: 5px dashed transparent;
    height: 150px;
}

 /****************************nombramientos/******************************/
 .contenedor-nombremientos,.contenedor-opinion,.contenedor-filmoteca{
     background-color: #fff;
 }
 .contenedor-nombremientos,.contenedor-lo-mas,.contenedor-opinion,.contenedor-economia,.contenedor-filmoteca,.contenedor-entidades,.contenedor-busqueda{
     padding-top: 20px;
     padding-bottom: 30px;
     margin-top: 15px;
     margin-bottom: 15px;
 }
 .contenedor-nombremientos,.contenedor-lo-mas{
     border-top:1px solid #504047;
 }
/* #nombramientos h2{
    width: fit-content;
    border-bottom: 2px dashed #ac00e6;
    border-bottom: 2px solid #b3b3b3;
}*/
.lista-nombramientos,.contenedor-baner-nombramientos{
    margin-top: 30px;
}
.caja-nombramiento{
    text-align: center;
}
.caja-nombramiento img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;    
}
.caja-nombramiento hr{
    width: 30%;
    /*border: 2px solid #ac00e6;*/
    border: 2px solid #b3b3b3;
}
.caja-nombramiento h4{
    font-size: 1.3em;
    height: 100px;
    overflow: hidden;
    /*color: #504047;*/
}
/************************************opinion*****economia******************************************/
.list-opinion{
    border-right: 1px solid rgba(0,0,0,0.1);
}
.list-economia{
    border-left: 1px solid rgba(0,0,0,0.1);
}
.caja-opinion h4{
    font-family: 'ONEDAY';
    font-size: 1.2em;
    font-weight: bold;
    /*color:#504047;*/
}
.caja-opinion img{
    height: 150px;
    object-fit: cover;
}
/*.contenedor-economia,.contenedor-opinion{
    border-top: 1px solid rgba(0,0,0,0.1);
}*/
.contenedor-economia h4{
    color:#2cb7cd;margin-bottom: 0;
    overflow: hidden;
    font-size: 1.1em;
    line-height: 1.1;
}
.contenedor-economia p,.contenedor-economia i{
/*    color: white;*/
color:#504047;
}
.contenedor-opinion .caja-opinion p, .contenedor-economia .caja-opinion p{
    height: 78px;
    
}


/***********************************lo-mas************************************************/
.contenedor-lo-mas{
   background-color: white;
}
.contenedor-lo-mas h3{
    font-family: 'ONEDAY';
    font-weight:  bold;
}
.contenedor-lo-mas ul{
    padding-left: 0;
}
.contenedor-lo-mas ul li{
    position: relative;
}
.contenedor-lo-mas ul li .posicion{
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 10%;
    font-size: 2.5em;
    font-family: 'ONEDAY';
}
.contenedor-lo-mas ul h4{
    position: relative;
    left:10%;
    width: 90%;
    font-size: 1.1em;
    top: 10px;
    margin-bottom: 0;
}
.contenedor-lo-mas ul li{
    border-top: 2px dashed #b3b3b3;
    height: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden
}
.thumbnail-lo-mas{
    position: relative;
}
.mas-visto{
    padding-right: 30px;
    border-right: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
}
.mas-visto a,.caja-selected a{
    position: absolute;
    width: 100%;
    height: 100%;
}
.mas-visto img{
    width: 100%;
    height: 115px;
    object-fit: cover;
}
.mas-visto p{
    margin-bottom: 0;
    color:#504047;
}
.mas-visto .col-6{
    padding-right: 0;
    margin-bottom: 10px;
}
.mas-visto h3,.mas-leido h3{
    margin-bottom: 20px;
}

.banner-lo-mas img{
    display: block;
    margin: 0 auto;
    width: 100%;
}

/**********************************************mas noticias****************************************/
.contenedor-mas{
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 30px;
}
.contenedor-mas h2{
    margin-bottom: 50px;
    margin-top: 10px;
    width: fit-content;
}
.contenedor-mas h2 a{
    color:#2cb7cd;
    font-weight: bold;
}
.contenedor-mas .caja-opinion a p, .info-entidad .caja-opinion p{
    color: #504047;
    height: 75px;
    overflow: hidden;
    margin-bottom: 0;
}
.contenedor-mas .caja-opinion .fecha-mas~a p{
    max-height: 50px;
    overflow: hidden;
}
.fecha-mas p{
    text-align: left;
    color:#bfbfbf !important;
    margin: 0;
    font-size: 0.9em;
    height: auto !important;
}
/****************************************************************cookies*********************************************************************/
#fullscreen{
   
   width: 100vw;
   height: 100vh;
   position: fixed;
   top: 0;
   left: 0;
   display: none;
   background-color: black;
   opacity: 0.4;
   z-index: 999;
}
.barraCookies,.barrasuscribete{
    
    height: 0;
    position: fixed;
    bottom: 0;
    transition: all 0.75s;
    background-color: #ffffff;
    /*width: 100vw;*/
    color: white;
    padding:0 50px;
    color: #6a6a6a;
    z-index: 9999;
    text-align: center;
    overflow: auto;
}
.barraCookies h3{
    font-size: 2.5em;
    color:#2cb7cd;
    margin-top: 70px;

}
#b_cookie{ 
    width: 150px;
} 
.barrasuscribete{
    display: none;
    height: 50px;
    width:100%;
    background-color: #504047;
}
.barrasuscribete p{
    margin: 0;
    padding-top: 15px;
    color:#e6e6e6;
}
#b_suscribete{
    position: relative;
    top: 5px;
    color: #e6e6e6;
    background-color: #504047;
    padding: 2px 5px;
}
#b_cerrar_sus{
    position: absolute;
    right: 0;
    background-color: transparent;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    color: #e6e6e6;
}
#b_cookie2{
    border: 0;
    background-color: transparent;
    color: #2cb7cd;
    font-size: 1.4em;
    cursor: pointer;
}
/*************************************************contacto************************************************************************************/
.contacto p,.contacto h3{
    color:#504047;
}
.contacto a{
    color:#2cb7cd;
}
/******************************************************entidad*****************************************************************************/
.info-entidad{
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    clear: left;
}
.img-entidad,.des-entidad{
    float: left;
    display: block;
    
}
.img-entidad img,.caja-entidad img{
    width: 100%
}
.img-entidad{
    width: 15%;
}
.des-entidad{
    padding: 10px;
    width: 85%;
    
}
.des-entidad span,.des-entidad i{
    font-size: 1.7em;
}
.des-entidad i,.icon-web{
    color: white;
    background-color: #504047;
    width: 35px;
    height: 35px;
    font-size: 30px;
    text-align: center;
    padding-top: 2px;
    border-radius: 5px;
}
.des-entidad i:hover,.icon-web:hover{
    background-color: #b3b3b3;
}
.des-entidad a{
    padding-left: 15px;
}
.tel-entidad{
    display: inline;
}
.contenedor-ver-entidades h1,.contenedor-ver-entidad h4,.text-historico h4{
    font-family: 'ONEDAY';
    color:#2cb7cd;
    font-weight: bold;
}
.contenedor-ver-entidad .caja-opinion h4,.text-historico h4{
    font-size: initial !important;
    font-weight: initial;
}
.caja-entidad{
    padding: 15px;
    margin:15px;
    border: 2px solid #504057;
    border-radius:5px;
}
.banner_top_entidad{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left:15px;
    margin-bottom: 15px;
}
.banner_top_entidad img,.banner_lateral_entidad img,.not-entidades-mas img,.entidad-mas{
    width: 100%;
}
.banner_lateral_entidad{
    width: 100%;
    margin-bottom: 15px;
}

.not-entidades-mas{
    padding: 5px;
    background-color: #f2f2f2;
}
.not-entidades-mas h2{
    font-size: 1.2em;
    font-weight: 800;
}
.entidad-mas{
    display: flex;
}
.text-entidad-mas{
    width: 70%;
    display:inline-block;
    padding: 10px;   
}
.text-entidad-mas p{
    line-height: 1.2;
    font-size: 0.9em;
    margin: 0;
    height: 50px;
    overflow:hidden;
}
.img-entidad-mas{
    width: 30%;
    display:inline-block;
    margin-top:10px;  
}
/*****************************************************************historico**********************************************************************/

.img-historico{
    position: relative;
    padding:10px;
}
.img-historico img{
    width: 100%;
}
/*.not-historico{
   margin-bottom: 15px;
   margin-top:15px;
}*/
.text-historico{
    padding-top: 5px;
}
.text-historico .titulo-historico{
    font-size: 1.5em;
}
.contenedor-historico hr{
    width: 100%;
}
#buscador-not{
    width:40%;
    height:35px;
    font-size:20px;
    background-color:#f2f2f2;
    border:0;
    margin-left:10px;
    margin-right:10px;
}
/*********************************************************banners_video*****************************************************************************/
.banner_video{
    position:absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    z-index: 0;
}
.contenedor-video-banner{
    position: relative;
    height:0px;
    width:100%;
    padding-top:56.25%;
    max-width: 300px; 
    
}
.contenedor-video-banner2{
    position: relative;
    height:0px;
    width:100%;
    padding-top:56.25%;
    max-width: 1180px; 
    max-height: 300px;
    overflow: hidden;
}
.caja_trans_banner{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
    border: 1px solid white;
}
.caja_trans_banner a{
    display: block;
    width: 100%;
    height: 100%;
        
}

/*****************************************************************responsive*********************************************************************/
/*@media only screen and (max-width: 1200px){
    .busqueda input{
        width: 150px;
    }

}*/
@media (min-width: 1200px){
.container {
    max-width: 1310px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
    .contenedor-posts article {
        padding-left: 15px;
    }
    .contenedor-tag, .contenedor-posts {
        padding: 20px 10px 30px 10px;
    }
    .fecha_post{
        position: relative;
    }
    .list-es{
        left:-50px;
    }
    .es_noticia p{
        font-size: 0.9em;
    }
    .es_noticia a{
        font-size: 0.8em;
    }
}
@media only screen and (max-width: 990px){
    .limpiar-cab{
        display: none !important;
    }
/*    .cabecera-principal{
        margin-left: 0;
        margin-right: 0;
    }*/
	.caja-suscribete a{
		font-size:0.8em;
	}
    .cabecera-principal ul{
        padding-left: 0;
    }
    #principal h2 {
    font-size: 2em;
    }
    #principal p{
        font-size: 1em;
    }
    .caja_listado h4{
        font-size: 1em;
    }
    #filmoteca h3{
        font-size: 1.5em;
    }
    .contenedor-tag, .contenedor-posts {
        padding: 0;
    }
    .contenido-post h3 a {
        font-size: 0.6em;
    }
    /*#lista-noticias h2{
        font-size: 1.7em;
    }*/
    .menu-actualidad{
        padding-left: 15px;
    }
    .menu-actualidad li a {
        font-size: 1em ;
    }
    .menu-actualidad~a img {
        padding: 0 ;
        padding-top: 100px ;
    }
    .menu-actualidad~img{
        display: block;
        margin: 0 auto;
    }
/*    .banner-actualidad img{
        width: 70%
    }*/
    .noticia-actualidad,.noticia-sector{
        margin-top: 20px;
    }
    
    .caja-video-thumbnail,.caja-video-selected {
        padding-left: 0;
    }
    .caja-video-thumbnail li{
        padding: 0 !important;
    }
    .caja-video-thumbnail li img {
        height: 100px;
        margin-top: 20px;
    }
    .caja-nombramiento img{
        width: 100px;
        height: 100px;
    }
    .contenedor-mas h2~div div{
        border:0 !important;
    }
    .des-entidad{
        width: 100%
    }
    .tel-entidad{
        display: block;
    }
    .des-entidad a {
        padding-left: 0;
        padding-right: 5px
    }
    .text-historico .titulo-historico {
        font-size: 1.2em;
        line-height: 1;
    }
    .contenedor-sus h3{
        font-size: 1.3em;
    }
    .es_noticia{
        overflow-x: auto;
    }
    .list-es{
        left:-40px;
    }
}
@media only screen and (max-width: 767px){
	.list-nav{
	    display:none !important;
	}
    .caja-menu-actua2,.noticia-actualidad,.list-economia,.list-opinion,.noticia-sector,.mas-visto{
        border:0;
    }
    .not-destacadas2{
        border:0;
    }
    .separador{
        display: block;
    }
    #fecha-top{
        display: none !important;
    }
    .caja_logo, .contenedor-noticia-actua h4{
        padding: 0;
    }
    
    .contenedor-noticia-actua h4 {
        height: auto;
    }
    .caja-actua{
        width: 100%;
    }
    .caja_listado, section .banner_cuadrado,.caja-opinion {
        margin-top: 40px;
    }
    section h2{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px !important;
    }
    .footer,.banner-nombramientos,.banner-economia,.banner-videos{
        text-align: center;
    }
    .footer ul{
        padding-left: 0;
    }
    #categoria .banner_cuadrado,#categoria .contenedor-posts{
        top:0 !important;
    }
    .menu-actualidad{
        margin-top: 50px;
    }   
    
    .actu-destacada img {
        min-height: inherit;
    }
    .categoria_actualidad,.caja-opinion p{
       font-size: 0.8em;
    }
    .noticia-actualidad h4, .noticia-sector h4 {
        font-size: 0.8em;
        height: 60px;
    }   
    .actu-destacada h4,.caja-nombramiento h4,.caja-opinion h4 {
        font-size: 1em;
    }
    .caja-nombramiento h4{
        height: 95px;        
    }
    
    .caja-nombramiento img{
        width: 80px;
        height: 80px;
    }
    .mas-visto .col-6{
        padding-right: 15px;
    }
    .caja-video-selected article div:first-child{
        position:relative !important;
        width: 100% !important;
    }
    .caja-video-selected h2{
        position: absolute;
        /*top: -380px;*/
        text-align: center !important;
        display: block;
        margin: 0 auto;
        width: 100%;  
    }
    .caja-selected{
        width: 100%;
        left: 0;
        max-height: 240px;
    }
    .caja-video-selected li article div:first-child:after{
        top: initial;
        right: inherit;
        left: -5px;
        height: 244px;
    }
    .barrasuscribete{
        height: 100px;
    }
    .des-entidad a {
        padding-left: 0;
        padding-right: 5px
    }
    .contenedor-historico #b-mas{
        width:70%;
    }
    .text-historico .titulo-historico {
        font-size: 1.2em;
        line-height: 1;
    }
    #buscador-not{
        width:100%;
    }
    .es_noticia{
        padding-left: 0;
    }
    .list-es{
        left:0px;
    }
	.ultima_hora{
		overflow-x: auto;
	}
	.text-ultima, .titular_ultima_not{
		font-size:12px;
		padding-top: 10px;
	}
	.titular_ultima_not{
		font-size:12px;
		padding-top: 2px;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 576px){
    .relacionadas{
        width: 100%;
            margin: 0 auto;
    }
    .caja-not-entidad p, .caja-not-entidad2 p {
        font-size: 13.9px !important;
		max-height: 82px;
		height: 82px;
		line-height: 1.2;
    }
    .barraCookies{
		padding:0 15px;
	}
    .contenedor-form{
        padding:0;
    }
    
    .cabecera-principal ul{
        padding-right: 10px;
        padding-top: 5px!important;
    }
    #logo-actualidad{
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .menu-actualidad~a img,#sector h2~a img {
        width: 50%;
        padding-top: 50px;
        display: block;
        margin: 0 auto;
    }
    .banner-actualidad,.banner-sector,.banner-opinion{
        text-align: center;
    }
    .banner-opinion{
        margin-top: 20px;
    }
    .caja-imagen-actua2 img,.caja-opinion img{ 
        max-height: 210px;
        height: 100%;
    }
    .noticia-actualidad h4, .noticia-sector h4 {
        height: 40px;
        font-size: 1em;
    }
    .caja-opinion p {
       font-size: 1em; 
    }
    
    .caja-video-thumbnail {
        display: block;
    }
    .caja-video-thumbnail li {
        width: 50%;
    }
    .caja-selected{
        max-height: 170px;
    }
    .caja-video-selected li article div:first-child:after{
        height: 174px;
    }
   
    .cabecera-noticia .redes_compartir .redes_social li{
        margin: 0;
    }
    .contenedor-sus .caja-news{
        margin-left: 0;
        margin-right: 0;
    }
    #b_news{
        width: 200px;
    }
}

@media only screen and (max-width: 340px){
    .caja-video .fecha{
        font-size:0.8em; 
    }
    
    nav{
        width: 340px;
    }
    .contenedor-sus h3{
        font-size: 1.1em;
    }
    .checkbox-sus{
        top:15px !important;
    }
    .contenedor-sus .descripcion-news {
    font-size: 1em;
    }
    .es_noticia p{
        font-size: 0.8em;
    }
    .es_noticia li a{
        font-size: 0.8em;
    }
    .es_noticia{
        height: 20px;
    }
}

