.section-title {
    text-align: center;
    color: #ff6600;
    margin-bottom: 30px;
    font-size: 60px;
}

.posts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#vermas
{
    margin-top: 4%;
    background-color: #ff5800;
        color: #fff;
        border: none;
        padding: 15px 20px;
        border-radius: 30px;
        cursor: pointer;
        transition: background-color 0.3s;
        width: 236px;
        height: 49px;
        margin-right:1%;
}

.sina
{
    text-decoration: none;
    color: white;
}

.sina:hover
{
    color: wheat;
}
.post-thumbnail {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.post-thumbnail img {
    width: 360px;
    height: auto;
    border-radius: 2px
}

.post-thumbnail .caption {
    padding: 15px;
    text-align: left;
}


.post-thumbnail .caption p {
    color: #333;
}

.post-thumbnail .caption .date {
    color: #777;
    font-size: 14px;
    margin-bottom: 15px;
}

.post-thumbnail .caption .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    color: #fff;
    background-color: #ff6600;
    border-radius: 5px;
    text-decoration: none;
}

.post-thumbnail .caption .btn:hover {
    background-color: #cc5200;
}

#titulo
{
    color: #ff5800;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: -5px;
}


#subtitulo
{
    color: grey;
    font-size: 15px;
    margin-bottom: 5px;
}

#contenido
{
    font-size: 13px;
}

