.post{
    box-sizing: border-box;
    background-color: #fff1c2;
    width: 100%;
    height: 25rem;
    margin-top: 5%;
    display: flex;
    flex-direction: row;
}
.title_post{
    font-family: outfit;
    font-size: 1.8em;
    text-align: justify;
}
.info_post{
    margin-top: 0;
    display: flex;
    padding-left: 10%;
   
}
.about_post{
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #fff1c2;
    min-height: fit-content;
}
.post_info{
    font-family: outfit;
    font-weight: 500;
}

ul li.post_info{
    margin-top: 7%;
    font-size: 1.5em;
}
.miniatura_post{
    width: 500px;
    height: 300px;
    object-fit: cover;
    
    margin-left: 10%;
    margin-top: 3%;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 25);
}
.bttn_verReceta{
    box-shadow: 4px 6px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border-style: none;
    background-color: #5096FF;
    color: #FFFFFF;
    font-family: outfit;
    width: 12em;
    font-size: 1.6em;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: auto;
    transition: .2s ease-in;
}
.bttn_verReceta:hover{
    background-color: #FFFFFF;
    color: #5096FF;
    transform: scale(1.2);
    border-radius: #5096FF 2px;
}

.fecha_post{
    font-family: outfit;
    font-size: 1.6em;
    text-align: justify;
    align-content: center;
    padding-left: 50px;
    font-weight: 300;
    color: #4f4f4f;
}
.more_post{
    align-content: center;
    padding-left: 60px;
    height: 2em;
}
.span_more{
    text-align: justify;
    align-content: center;
    padding-left: 60px;
}
