.posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    justify-items: center;
    padding: 20px;
}
.posts-box{ 
    height:auto;
    background-color:white;
    float:left; 
    border-radius: 8px;
    padding: 15px;
    max-width: 320px;  
    overflow:hidden;
    display:block;    
}
.posts-pic{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
}
.post-b1{
    width: 100%;
    height:200px;
    display:block;
}
.post-b2{
    width: 100%;
    height: 105px;
    display: flex;
    align-items: center; 
    border-bottom: 2px solid var(--primary-one);
}
.post-b3{
    width: 100%;
    height: 180px; 
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 10px 0;
    overflow:hidden;
}
.posts-picture{
    width: 100%;
    height: 200px;
}
.posts-title{ 
    padding: 10px 0;
    line-height: 1.7rem;
    text-align: left;
    font-size: 1.1rem;
    color: var(--primary-one);
    font-weight: bold;
}
.posts-text{ 
    padding: 10px 0;
    line-height: 1.7rem;
    text-align: left;
    font-size: 1rem;
}
.posts-source{
    text-decoration: none;
}

.posts-one-frame{
    width:auto;
    max-width:620px;
    height: auto;
    display:block;
    overflow:hidden;
    margin: 0 auto;
}

.post-one {
    width:100%;
    padding: 20px;
}
.post-one-title{
    width: 100%;
    max-width: 600px;
    text-align: center;
    font-size: 2.3rem;
    color: var(--primary-two);
    margin: 0 auto;
    padding: 75px 20px 20px 20px;
    font-weight: bold;
}
.posts-one-pic{
    width:100%;
    height: auto;
}
.posts-one-picture{
    width:100%;
    height: auto;
}
.posts-one-text{ 
    width:100%;
    height:auto;
}
.posts-one-text p{
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 25px 0px;
}
.posts-one-text strong{
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin: 25px 0px;
    font-weight: bold;
}
.blog-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 2.7rem;
    font-weight: bolder;
    text-align: center;
    margin: 0;
    line-height: 3.1rem;
    padding: 1.5rem;
}
.post-date{
    font-size: 1rem;
    line-height: 1.8rem;
    margin:5px 0px;
}
/*----------------------------------------------------------------------------*/
.related-area{
    background-color:var(--primary-two);
}
.related-posts{
    width:100%;
    height: auto;
    overflow:hidden;
    display:block;    
    padding: 0 0 20px 0;
}
.related-title{
    color:white;
    font-size:2rem;
    font-weight: bold;
    text-align: center;
    padding:20px;
}
.rel-posts{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
.rel-post{
    height: auto;
    overflow: hidden;
    display: block;
    padding: 5px 0 20px 0;
}
.rel-pic{
    width:100%;
    height:180px;
}
.rel-img{
    width:100%;
    height:180px;
}
.rel-title{
    font-weight: bold;
    color: white;
    padding: 10px 0;
    height: 76px;
}
.rel-art{
    color: whitesmoke;
    padding: 10px 0;
    font-size: 1rem;
    height: 130px;
    border-bottom: 2px solid white;
}
.rel-date{
    color: white;
    height: 20px;
    line-height: 20px;
    padding: 20px 0;
}
/*----------------------------------------------------------------------------*/
.comentario-post{
    width: 100%;
    line-height: 19px;
    font-size: 0.9rem;
    float: none;
    padding: 10px 0;
}
.comentario-text{
    border-radius: 10px;
    padding: 7px;
    background-color: #ededed;
}
.separador-post{
    width:100%;
    height:1px;
    background-color:gray;
    display:block;
    margin-bottom: 10px;
}
.name-post{
    width:auto;
    height:20px;
    font-size:0.9rem;
    font-weight: bold;
    float:left;
    color:black;
    display:block;
    overflow:hidden;
}
.date-post{
    width: auto;
    height: 20px;
    display: block;
    font-size: 0.9rem;
    color: var(--primary-one);
    overflow: hidden;
    float: left;
    padding: 0 3px;
    border-radius: 8px;
}
.no-comments{
    width: 100%;
    height: auto;
    line-height: 50px;
    text-align: center;
    padding: 10px 10px 20px 10px;
}
/****************************************************/
.reply-box{
    width:100%;
    height: auto;
    padding:10px 0;
}
.reply-btn, .open-reply, .cancel-btn{
    border:0;
    background-color: var(--primary-one);
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
}
.reply-text{
    min-width:100%;
    max-width:100%;
    min-height:80px;
    max-height:80px;
    padding:6px;
    border-radius:6px;
    border:1px solid gray;
}
.input-comments{
    padding: 2px 5px;
}
/****************************************************/