 
 .contenido_post{
    & img{
        max-width: 100%;;
    }
 }
 .cont_img_post{
    margin-bottom: 20px !important; 
 }

 .leer_mas{
    line-height: 1;
    padding: 9px 15px  !important;
    
    
 }

 .fecha_post{
    margin-bottom: 10px;
 }

 .no-underline{

    text-decoration: none !important;
    line-height: 1.2;
 }

 .col_lateral_2025{

 }

 .columna_lateral_blog{


 }

 .cala_lat_categorias{
    /* border: 1px solid blue;; */
 }

 .cala_lat_anios{
/* border: 1px solid rgb(167, 199, 27); */
 }

 .col_lateral_2025 .columna_lateral_blog {

    @media screen and (min-width:578px) and (max-width:992px) {

        flex-direction: column;
        /* border:2px solid orange; */


        
    }

    & .cala_lat_anios{
        margin-top: 30px;;
    }

 }

 .listo_anios_meses{

  @media screen and (min-width:578px) and (max-width:992px) {

    width: 100%;

    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;

    & .menu-item-has-children{
         width: calc(100% / 3);
         padding: 0 15px;
    }
    }


 }

 .cont_articulo{
    & img{
        max-width: 100%;;
    }
 }

 .cont_texto_articulo{
   & p{
      font-size: 1.2rem;
   }
 }
  @media screen and ( max-width: 1350px   ){
 .menu_ppal{

    transition: all 0.3s;
    position: fixed;
    top:-100vh;
    bottom:0;
    left:0;
    right:0;
    width:100vw;
    height: 100vh;
    z-index:10;
    background-color: #f9f3f0;
    display: flex;
    align-items: center;
    justify-content: center;
      & .nav{
         display: flex;
         flex-direction: column;
         &  li{
            margin-bottom:10px;
            text-align: center;
               & a{
                  font-size: 1.8rem;
               }
            }
      }


  } 

.bot_menu_movil{
      display: flex;
}


.menu_abierto{

    & .menu_ppal{
   top:0;
     }


}

}

  @media screen and ( min-width: 1350px   ){
.bot_menu_movil{
      display: none;
}


  }