/* Estilos para el Single de News */

.single-news .entry-title {
    margin-top: 15px;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 30px;
}

.single-news .entry-content {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 50px;
    text-align: center;
}

.form-contacto .title-header {
    margin-bottom: 2rem;
    position: relative;
}

.form-contacto .title-header:after,
.single-news .entry-title.bordered-title:after {
    background-color: black !important;
    left: calc(50% - 30px);
    bottom: -20px;
}

.form-contacto .title-header:after {
    bottom: -10px;
}

.single-news .date {
    display: inline-block;
    margin-top: 20px;
}

.single-news .post-image {
    align-items: end;
    display: flex;
    justify-content: center;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.single-news .post-image img {
    width: 100%;
}

.single-news .date {
    font-weight: 600;
    text-align: center;
    padding: 3px 7px;
    margin: 0 auto;
}

@media(max-width:768px) {
    .single-news .entry-content {
        font-size: 16px;
    }

    .single-news .post-image {
        height: auto;
    }

    .news .title,
    .news .description {
        min-height: auto;
        font-size: 18px;
        text-align: center;
    }

    .news .description {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .single-news .entry-content {
        font-size: 16px;
    }
}