header {
    &.cementerio-header {
        height: 100vh;
    }

    .cabecera-articulo {
        &.cab-articulo {
            height: 100vh;
        }

        .overlay-articulo {
            background-color: transparent;
        }

        .container__information-header {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            top: 0;
            position: static;
        }

        h1.title {
            margin-bottom: 60px;

            .field--name-title {
                color: #fff !important;
                font-style: normal;
                line-height: 70px;
                letter-spacing: 0px;
                font-weight: 400;
                font-size: 78px;
                font-family: neosans !important;
            }
        }

        .subtitle {
            color: #fff;
            white-space: nowrap;
            letter-spacing: 0px;
            font-family: calibri;
            font-size: 37px;
            line-height: 37px;
            font-weight: 400;
            margin: 0px;
        }

        a.ver_mas {
            color: #fff;
            background-color: #003683 !important;
            text-decoration: none;
            font-size: 17px;
            line-height: 17px;
            font-weight: 500;
            font-family: calibri;
            border-radius: 3px;
            cursor: pointer;
            margin: 45px 0px 0px 0px;
            padding: 9px 35px;
            letter-spacing: 0px;
            display: block;
            width: fit-content;
        }
    }
}

@media (max-width: 992px) {
    header {
        .cabecera-articulo {

            h1.title {
                margin-bottom: 0;

                .field--name-title {
                    font-size: 45px;
                }
            }

            .subtitle {
                font-size: 15px;
                line-height: 16px;
            }

            a.ver_mas {
                margin-top: 16px;
            }
        }
    }
}