@font-face {
  font-family: 'Rakesly';
  src: url('../fonts/rakesly.regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?5ujde8');
  src:  url('../fonts/icomoon.eot?5ujde8#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5ujde8') format('truetype'),
    url('../fonts/icomoon.woff?5ujde8') format('woff'),
    url('../fonts/icomoon.svg?5ujde8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e904";
}
.icon-dislike:before {
  content: "\e900";
}
.icon-like:before {
  content: "\e901";
}
.icon-comment:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e903";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}

input
{
padding: 0;
margin: 0;
border: 0;
border: none;
}
ul, li, a
{
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  outline: none;
  list-style-type: none;
}
a:focus, a:hover{
  text-decoration: none;
  color: inherit;
}
a{
  color: inherit;
}

.columnista-contenido-col-principal a:link {
	color: red;
}

.columnista-contenido-box a:link {
	color: black;
}
body{
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden !important;

}
.header-box{
background: #272727;
/*  background-image: url("../img/fondo_oscuro.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -300px;
}

.container{
  max-width: 1080px;
  margin: auto;
}
.header{
  padding: 1.5em;
  align-items: center;
}
.logo-container img{
/*  height: 13vh; */
}
.header .icon, .footer .icon, .social .icon{
  /*text-decoration: none;
  color: white;
  padding: 8px;
  border: solid white 1.5px;
  border-radius: 12px;
  display: inline-flex;*/
  
  text-decoration: none;
    color: black;
    padding: 8px;
    border: solid white 1.5px;
    border-radius: 20px;
    display: inline-flex;
    background: white;
}
.social-box{
  display: flex;
  justify-content: flex-end;
  align-items: center;
/*  height: 13vh; */
}

.social-container{
  float: left;
  font-size: 1.3em;
  margin-right: 1em;
}

.box-search{
  float: right;
/*  border-radius: 10px; */
  position: relative;
  overflow: hidden;
  z-index: 50;
}

.redes{
    	display: none;
    }

.box-search .search{
  line-height: 2.4em;
/*  border-radius: 10px; */
  padding: 0px 35px 0px 10px;
  outline: none;
  width: 180px;
}
.box-search i{

  font-size: 24px;
  
  /*position: absolute;
  color: white;
  top: 0;
  right: 0;
  padding: 0.3em 10px;
  line-height: 2.4rem;
  bottom: 0;
  background: #c4101c;*/
}

.navigation{
background: #f91d1d;
/*  background-image: url("../img/fondo-gris.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 5vh;
  
}

.mo{
  
  display:none;
  }
  
  .he{
    display:none;
  }
.navigation-list{
  display: flex;
  height: 5vh;
}
.navigation-list .item-nav{
  height: 100%;
  margin: 0;
  border-left: 2px solid black;
}

.title-red{

text-align: center;
    font-weight: bolder;
    font-size: 18px;
    color: white;
    padding: 10px 20px;

}

.subtitle-p{
	text-align: center;
    font-weight: bold;
    color: white;
    font-size: 15px;

}
.navigation-list .item-nav a{
  color: white;
  padding: 0px 15px;
  display: block;
  font-size: 16px;
  line-height: 5vh;
}
.navigation-list .item-nav a:focus,
.navigation-list .item-nav a.active,
.navigation-list .item-nav a:hover{
  color: white;
  background: #fa1e1e;
}
.noticia-principal{
  position: relative;
}
.noticia-principal .item{
  height: 76vh;
}
.noticia-principal .item img{
  width: 100%;
/*  background-position: center;
  background-size: cover;*/
  height: 100%;
}
.carousel-control.left,
.carousel-control.right{
  background: transparent;

}
.noticia-principal .item .title-box{
  min-height: 30vh;
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  font-family: "Rakesly";
  bottom: 0;
  left: 0;
  right: 0;
}

.sombra-left{
  position: absolute;
  top: 0;
  width: 100%;
  height:1vh;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 7%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 7%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 7%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DX Transform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.title-top-menu{
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: #840a12;
  font-family: "Rakesly";
  line-height: 1.5em;
  font-size: 30px;
  color: #fff; /* FF3.6-15 */
  text-align: center;
}
.title-top-menu .sombra-left{
  background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(255,255,255,0.04) 22%, rgba(255,255,255,0) 23%, rgba(255,255,255,0) 29%);
  background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(255,255,255,0.04) 22%, rgba(255,255,255,0) 23%, rgba(255,255,255,0) 29%);
  background: linear-gradient(rgba(0,0,0,1) 0%, rgba(255,255,255,0.04) 22%, rgba(255,255,255,0) 23%, rgba(255,255,255,0) 29%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  height: 5vh;
}
.title-box .container{
  padding: 1.5em;
  padding-bottom: 3em;
  color: white;
  max-width: 800px;
}
.title-box .subtitle{
  font-size: 19px;
  font-weight: lighter;
  font-family: 'Roboto', sans-serif;
}

.title-box .vistas,
.title-box .likes,
.title-box .dislikes
{
  margin-left: 15px;
}

.title-box .icon-eye,
.title-box .icon-dislike,
.title-box .icon-like{
  color: #f91d1d;
  font-weight: bold;
}

.title-box .title{
  font-size: 2.5em;
  font-weight: lighter;
  margin: 0
}
.title-box .title-light{
  color: #ffd820;
  font-weight: normal;
}

.content-red{

/*    top: 70%;
    height: 23%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgb(249, 29, 29);
    padding: 1em; */
    
    top: 60%;
    height: 24%;
    left: 3%;
    right: 0;
    bottom: 0;
    width: 94%;
    position: absolute;
/*    background: rgb(249, 29, 29); */
    padding: 5px;

}

.img-opinion{

/*height: 174px; */
    position: relative;
    overflow: hidden;

}

.tw{
   background: red;
    padding: 2%;
}

.noticias-secundarias{
/*background-image: url("../img/fondo-gris.jpg");*/
  min-height:19vh;
  padding: 1em;
}
.noticias-secundarias .padding-reset{
  padding: 0px;
}
.noticias-secundarias .title{
  padding: 10px 20px;
  color: white;
  font-size: 18px;
}
.noticias-secundarias .title.red{
  background: #f91d1d;
}
.noticias-secundarias .title.black{
  background: #2f2f2f;
}
.noticias-secundarias .title.gray{
  background: #656565;
}

.noticia-secundaria-item-der{
  height: 20em;
  position: relative;
  overflow: hidden;
}

.noticia-secundaria-item{
  height: 174px;
  position: relative;
  overflow: hidden;

}
.noticia-secundaria-item .image-noticia{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: inherit;
}

.noticia-daria-item .image-noticia{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: inherit;
}

/*.noticia-secundaria-item:hover img {
-webkit-transition: all 1.9s ease;
	 -webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	transform:scale(1.5);
}

*/



.contenido-noticia{
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 1em;
  visibility: visible;
  transition: 500ms;
}

.noticia-secundaria-item a:hover>.contenido-noticia {
  top: 0;
}
.date{
  color: white;
}
.categoria{
  color: #de5555;
  margin-right: 5px;
}
.title-noticia{
  font-size: 16px;
  color: white;
  line-height: 1em;
  margin-bottom: 5em;
  transition: 250ms;
  font-weight: bolder;
}

.title-noticia:hover{
  color:black;
}


.contenido-noticia{
  color: white;
  text-align: left;
  font-size: 15px;
}
.contenido-noticia .date.ocultar{
  display: none;
}
.contenido-noticia:hover>.title-noticia {
  margin-bottom: 0.5em;
}

.contenido-texto{
  overflow: hidden;
  height: 14vh;
}
.noticia-secundaria-item{

    margin: 0px 5px;
     height: 440px;
     border-radius: 10px;
}

.fuent{
    font-style: italic;
    font-size: 13px;
    font-weight: 500;
}

 .fir{
      
    width: 10%;
    float: left;
    box-shadow: 3px 3px 8px 2px #bfbebe;
    margin-right: 2%;
    border-radius: 6px;
  }

.not-secundaria-item{

    margin: 15px 5px;
     height: 380px;
}

.ntitem{
   height: 423px;

}

.ntitemtw{
	 display:none;
}

.notem{
     height: 395px;
}

.noticia-secundaria-item .social-container{
  position: absolute;
  bottom: -5em;
  font-size: 1.1em;
  right: 0;
  color: white;
  transition: 1s;
}
.noticia-secundaria-item .social-container .likes,
.noticia-secundaria-item .social-container .comment,
.noticia-secundaria-item .social-container .dislikes,
.noticia-secundaria-item .social-container .vistas
{
  margin-left: 5px;
}
.noticia-secundaria-item a:hover>.social-container {
  bottom: 0;
}

.columnista{
/*  background-image: url("../img/fondo-oscuro-columnistas.png"); */
    background: white;
  height: 100vh;
  display: flex;
  vertical-align: center;
  flex-wrap: wrap;
  position: relative;
}

.columnista .lightSlider{
  margin-top: 10vh;
}
.columnista .title{
    position: absolute;
    top: 50px;
    left: 50px;
    font-weight: lighter;
    color: white;
    right: 50px;
    font-size: 2.5em;
}
.columnista-item{
/*background: #f91d1d;
  height: 27vh;
  border-radius: 20px;
  padding: 3px; */
  
  
    
    text-align: left;
    height: 23vh;
    border-radius: 20px;
    padding-left: 60px;
    padding-top: 20px;

}

.datos{
color: white;
    text-align: right;
    font-size: 17px;
    font-weight: bold;

}
.columnista-item .foto-columnista{
  border-radius: 18px 18px 0px 0px;
  width: 100%;
  height: 40vh;
  /* overflow: hidden; */
  background-size: cover;
  background-position: center;
}
.columnista-item .contenido-text{
  padding: 0px;
  font-size: 14px;
  text-align: justify;
 /* height: 25vh;
  overflow-y: scroll; */
color: black;
}

.contenido-text:hover{
 
color: black;
}

.columnista-item .social{
  height: 8vh;
  padding: 10px;
}
.columnista-item .social .ver{
  color: #2e2d2d;
  padding: 5px 10px;
  border-radius: 3px;
  background: #eec93e;
  font-weight: lighter;
  font-size: 15px;
  font-weight: bold;
}
.columnista-item .social .vistas,
.columnista-item .social .comment
{
  margin-left: 5px;
}
.columnista-item .social .icon-eye,
.columnista-item .social .icon-comment{
  color: #de5555;
}

.footer{
  background: #1f1f1f;
}
.footer .list a{
  color: white;
  font-size: 17px;
    line-height: 25px;
/*    font-weight: bolder; */
}
.footer .social-container{
  float: right;
}
.footer .list a.principal{
  color: #fa1e1e;
      font-size: 22px;
    line-height: 25px;
    font-weight: bolder;
}
.footer .container{
  padding: 4em 5em 5em 5em;
  height: 50%;
}
.columnista-portada{
  height: 76vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.columnista-portada-box{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5vh;
  font-family: "Rakesly";
  color: #fff;
}
.columnista-portada-title, .columnista-portada-subtitle{
  margin: 0;
  display: inline-block;
  padding: 5px 20px;
}
.columnista-portada-box p{
  margin: 0;
}

.columnista-portada-title{
  background-color: #f91d1d;
  font-size: 40px;
}
.columnista-portada-subtitle{
  background-color: #2f2f2f;
  font-size: 35px;
}

.columnista-contenido .title{
  font-weight: bold;
  margin-right: 5px;
}
.columnista-contenido i{
  color: #dd3c3c
}
.columnista-contenido-col-principal{
  font-size: 17px;
  padding: 0px 2vh;
}
.columnista-contenido-col-principal .noticia-text{
  font-size: 13px;
  margin: 30px 0px;
}
.columnista-contenido-col-principal .noticia-text.focus{
  border-left: #fa1e1e 0.5em solid;
  padding: 5px 0px 5px 10px;
  color: black;
  font-weight: bolder;
  font-style: italic;
}
.burger-button img{
  width: 15%;
  display: none;
}
.columnista-contenido .vistas,
.columnista-contenido .likes,
.columnista-contenido .dislikes{
  float: right;
  margin-left: 15px;
}
.social .icon, .social .icon i {
  color: #424242;
  border-color: #424242;
}
.social .icon{
  padding: 7px;
}

.columnista-contenido-box .title{
  font-family: "Rakesly";
  color: yellow;
  background: black;
  font-weight: normal;
  font-size: 20px;
  margin: 10px 0px;
  margin-top: 20px;
}

.columnista-contenido-box.social .title,
.columnista-contenido-box.social .social{
  display: inline-block;
}
.columnista-contenido-box .de-tu-interes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.de-tu-interes .item{
  width: 32%;
  height: auto;
}
.de-tu-interes .item-image{
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.de-tu-interes .item-content{
  font-family: "Rakesly";
  line-height: 1em;
  padding: 10px 0px;
}
.de-tu-interes .light{
  color: #f91d1d;
}

.columnista-contenido-col-secundaria{
  margin-top: 20px;
  margin-bottom: 55px;
}
.columnista-contenido-col-secundaria .title{
  font-size: 20px;
  color: #fff;
  padding: 5px 20px;
  font-weight: normal;
}
.columnista-contenido-col-secundaria .item{
  margin-top: 5px;
  display: flex;
}
.columnista-contenido-col-secundaria .item-image{
  height: 80px;
  width: 140px;
  background-size: cover;
  display: inline-block;
  background-position: center;
}
.columnista-contenido-col-secundaria .item-image,
.columnista-contenido-col-secundaria .item-content{
  float: left
}
.columnista-contenido-col-secundaria .item-content{
  padding: 10px 0px 10px 10px;
  height: 100px;
}
.columnista-contenido-col-secundaria .item-content-title{
  color: #fa1e1e;
  font-size: 15px;
  font-weight: bold;
}
.columnista-contenido-col-secundaria .item-content-subtitle,
.columnista-contenido-col-secundaria .item-content-subtitle a{
  /*color: #505050;
  font-weight: bold;
  font-size: 17px;
  font-family: "Rakesly";
     overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  */
    
    color: black;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
/*    text-align: justify; */
}

.columnista-contenido-col-secundaria .item-content-subtitle,
.columnista-contenido-col-secundaria .item-content-subtitle a:hover{
  color: #0d0df7;
   
    font-weight: 500;
}
.columnista-contenido-col-secundaria .item-content-subtitle a{
/*  text-decoration: underline; */

}
.title-box.big .title-light{
  font-size: 3em;
  margin-top: 0px;
}

.title-box.big .title{
  font-size: 3.5em;
  margin-top: 0px;
}
.item-box .item{
  height: 100px;
}
.item-box{
  margin-bottom: 20px;
}
.item-box .title{
  font-weight: lighter;
}
.columnista-contenido-col-secundaria .title.red{
  background: #fa1e1e;
  font-weight: bold;
}
.columnista-contenido-col-secundaria .title.black{
  background: #2f2f2f;
  font-weight: bold;
}
.columnista-contenido-col-secundaria .title.gray{
  background: #656565;
}

.menu-interno-noticia{
  padding: 75px 3vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: start;
  font-size: 14px;
}
.menu-interno-noticia .noticia-secundaria-item{
  width: 49.5%;
  margin: 2px 0px;
  font-size: 14px;
  height: 17em;
}

.opini{
	height:397px;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1000px) {
  .logo-container{
    margin-top: 1.3vh;
  }
  .logo-container img{
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .logo-container{
    display: flex;
    justify-content: center;
  }
  .logo-container img{
    width: 100%;
    height:auto;
  }
  .header-box .header{
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .social-box{
    justify-content: center;
  }
  .reset-margin-padding{
    margin: 0;
    padding: 0;
  }
  .container{
    margin: auto;
    width: auto
  }

  .columnista .lightSlider{
    margin-left: 5vh;
  }
  .noticia-principal .item .title-box{
    min-height: 50vh;
  }
  .noticia-principal .item .vistas{
    float: left;
  }
  .noticia-principal .item .datos{
    display: block;
  }
  .footer .social-container {
    float: left;
    margin-top: 15px;
  }
  .footer {
    padding: 0em;
  }
  .header-box{
    background-position-y: 0;
  }
  .columnista .title{
    font-size: 2em;
  }
  .columnista{
    overflow: hidden;
    width: 100vw;
  }
  .navigation{
    overflow: hidden;
  }
  .navigation .container{
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .noticias-secundarias,
  .noticias-secundarias .container,
  .noticias-secundarias .padding-reset{
    padding: 0;
  }
  .noticia-secundaria-item{
    margin: 0px;
    height: 320px;
    margin-bottom: -39px;
  }
  
  .tw{
   background: white;
    padding: 2%;
}

.ntitemtw{
	 display:block;
}

  
  .nitru{
     height: 175px;
  }
  
  
  .fuent{
        font-style: italic;
        font-size: 13px;
        font-weight: 500;
        padding-top: 50px;
  }
  
  .fir{
      
    width: 16%;
    float: left;
    box-shadow: 3px 3px 8px 2px #bfbebe;
    margin-right: 2%;
    border-radius: 6px;
  }
  
  .opini{
	height:493px;
    }

.notem {
    height: 277px;
}
  
   .oc{
  
  display:none;
  }
  
  .oc2{
  
  display:none;
  }
  
  .mo{
  
  display:block;
  float: left;
  margin-top: -23px;
  }
  
  .he{
    display:block;
  }
  
  .soc {
    display: flex;
    align-items: center;
    float: right;
    margin-top: -5px;
    padding-right: 0px;

    }
    
   .po{
   width: 23%;
   float: right;
   }
   
   .burger-button img.is-active{
    height: 40px;
    margin-right: 20px;
    display: block;
    width: auto;
  }
  
  .header-box .social-container{
    display: none;
  }
  
  .bo{
    height: 76px !important;
    background: black;
  }
  
  .navigation{
    background: rgba(0, 0, 0, 0.59);
    z-index: 100;
    color: whitesmoke;
    position: absolute;
    top: 0;
    margin-left: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    transition: 300ms;
  }
  .navigation.is-active{
    margin-left: 0px;
  }

  .navigation-list .item-nav a{
    color: white;
    margin: 10px;
  }
  .navigation-list .item-nav{
    height: inherit;
  }
  .navigation-list{
    display: block;
    height: auto;
    width: 100%;
  }
  .navigation .container{
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 2em;
    margin-right: 2em;
  }
  .burger-button{
    z-index: 101;
  }
  .burger-button img.is-active{
    height: 40px;
    margin-right: 20px;
    display: block;
    width: auto;
  }
    .redes{
    	display: block;
    }
  
}

@media (max-width: 500px) {
  .logo-container{
    margin-top: -3.7vh;
    display: block;
  }
  .title-box .vistas{
    margin-left: 0px;
  }
  .logo-container img{
    width: 100%;
    height: auto;
  }
  
  .row{
   margin-right: 0px !important;
   padding-right: 0px !important;
	}
	
   .container-fluid{
	   padding-right: 0px !important;
	}
  
  .noticia-principal .item .title-box{
    top: 0;
  }
  .de-tu-interes .item-image{
     height: 120px; 
  }
  .de-tu-interes .item{
    width:100%;
  }
  .contenido-noticia{
    top: 0;
  }
  .title-box.big .title{
    font-size: 2.5em;
  }
  .title-box .container{
    height: 100%;
    display: inline-grid;
  }
  .title-noticia{
    margin-bottom: 0.5em;
  }
  .contenido-texto{
    overflow: visible;
  }
  .burger-button{
    z-index: 101;
  }
  .burger-button img.is-active{
    height: 40px;
    margin-right: 20px;
    display: block;
    width: auto;
  }
  .footer .container{
    padding: 3em 0em 3em 0em;
    height: 30%
  }
  .header-box{
    height: 1vh;
/*    display: flex; */
padding-left: 14px;
  }
  .header-box .social-container{
    display: none;
  }
  
  .bo{
    height: 76px !important;
    background: black;
  }
  
  .redes{
    	display: block;
    }
    
    .opini{
	height:300px;
}
    
  .navigation{
    background: rgba(0, 0, 0, 0.59);
    z-index: 100;
    color: whitesmoke;
    position: absolute;
    top: 0;
    margin-left: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    transition: 300ms;
  }
  .navigation.is-active{
    margin-left: 0px;
  }

  .navigation-list .item-nav a{
    color: white;
    margin: 10px;
  }
  .navigation-list .item-nav{
    height: inherit;
  }
  .navigation-list{
    display: block;
    height: auto;
    width: 100%;
  }
  .navigation .container{
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 2em;
    margin-right: 2em;
  }
  .box-search, .box-search .search{
    width: 100%;
  }
  
  .oc{
  
  display:none;
  }
  
  .oc2{
  
  display:none;
  }
  
  .mo{
  
  display:block;
  float: left;
  }
  
  .he{
    display:block;
  }
  
  .soc {
    display: flex;
    align-items: center;
    float: right;
    margin-top: -14px;
    padding-right: 0px;
    }
    
   .po{
   width: 23%;
   float: right;
   }
    
  .columnista{
    height: auto;
  }
  .columnista .title{
    position: static;
    font-size: 1.7em;
    padding: 1em 0.5em;
  }
  .columnista .lightSlider {
    margin: 0;
  }
  .columnista .lightSlider .lslide{
    width: 91vw;
  }
}



@media (max-width: 375px){
  .menu-interno-noticia .noticia-secundaria-item{
    width: 100%; 
    margin: 1px 0px;   
  }
  .menu-interno-noticia{
    padding: 0px;
  }
  .columnista-contenido-col-secundaria {
    margin: 0px;
    margin-top: 1em;
  }
}
@media (max-height: 620px) {
  .header-box{
/*    height: 30vh; */
  }
  .noticia-principal .item {
    height: 70vh;
  }

}
@media (max-height: 390px) {
  .header-box{
/*    height: 150px; */
  }

  .noticia-principal .item {
    min-height: 70vh;
  }
}
