.subtitulo {
    margin-top: 50px;
    line-height: 1.2;
}

.cabecera {
    height: auto;
    padding-bottom: 50px;
}

.contenedor-blog {
    display: block;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.73);
}

.box-post {
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 40px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 20px;
}

.titulo-centrado {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
}

.titulo-post {
    text-align: center;
    line-height: 25px;
}

.subtitulo-post {
    text-align: justify;
    font-weight: 200;
    font-size: 14px;
    line-height: 25px;
}

.btn-post {
    width: 200px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #00000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
    padding: 10px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 25px;
    cursor: pointer;
}

.btn-post:hover {
	background-color: #ffffff;
	color: #000000;
	transition: .35s linear;
}

.box-redactor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px;
}

.box-redes-redactor {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.text-redactor {
    margin-top: 20px;
    margin-right: 30px;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}

.img-red-social {
    width: 20px;
    margin-left: 10px;
}

.introduccion {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 50px;
    font-weight: 100;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    padding: 10px;
}

.titulo-parrafo {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 50px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
    padding: 10px;
}

.parrafo-post {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 100;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    padding: 10px;
}

.parrafo-post-center {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 100;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    padding: 10px;
}

.img-post {
    width: 280px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
