
    
    .principal{

        width:100%;
        
        display:flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
         
        }


    .post{
        width: 50%;
        display:flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
   
        margin-top:30px;
        margin-bottom:0px;
    
    }
    .post__titulo {
        padding: 0px 20px;
    }
   
    .post__titulo--titulo{
        margin-top:30px;
        text-align:center;


    }
    .post__titulo--titulo>h1{padding:0px;}


    .post__titulo--fecha, .post__titulo--fecha>a{
        text-align: center;

        font-size:15px;
        font-weight: 400;
        line-height: 1.1;
        color:var(--base-color);
    }
    .post__titulo--fecha{
        margin-top:20px;


    }
    .post__contenido{
       padding:27px 50px;
       margin-top:30px;
       background-color: #d6d6d633;
       color:#757575;
       font-size: 15px;
       font-weight:400;

    }

    .post__thumb{

        max-width:600px;
    }

    .post__navegacion{

        display:flex;
        flex-flow:row nowrap;
        justify-content:space-between;
        align-items: center;
        min-width:100%;
        padding: 20px 50px;

    }
    .post__link{

        display:flex;
        flex-flow:row nowrap;
        justify-content:space-between;
        align-items: center;

    }



    .post__link > a {

        color:#333333;
        font-size: 14px;
        font-weight:600;

    }

    .post__link > a:visited{

        color:#333333;

    }
   


                                                                                     

    /*Estilos de Movil*/
    @media screen and  (max-width:800px) {
        .principal{
            margin-top:123px;
        }
        .post{
        width:100%;
        padding-top:20px;
        }

    }
     
    /**Fin de Estilos de Movil/

    /*NO BEM*/

 
   


    
    /*Fin NO BEM*/