
/* Posición botón crossmark */

article.article-details header a {
    position: relative;
    top: 69px;
    display: flex;
    justify-content: flex-end;
}

/* Ajuste tamaño de título */

article.article-details h1.page-header {
    width: 83%;
    text-align: justify;
}

/* Espacio en blanco superior título */

.breadcrumb {
    margin-bottom: -40px;
}


