h1, h2, h3 {
    font-weight: 700;
}

.social-links a {
    color: var(--brand-dark);
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.1s;
}

#navbarMenu a:hover {
    color: var(--brand-red) !important;
}

/* Main */
.bg-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.bg-layer {
    z-index: 0;
    height: 100%;
}

.hero,
main {
    z-index: 1;
    position: relative;
}

.bg-layer img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
}

/* Noticias */
.noticias-wrapper {
    background-color: var(--bs-body-bg); /* or white */
    padding: 1.2rem;
    border-radius: var(--bs-border-radius);
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05);
    max-width: 100%;
}

.noticia {
    padding: 1.1rem;
}

.noticia-body {
    background-color: var(--bs-light);
}

/* Footer */
.footer-logo {
    height: 70px;
    width: auto;
    object-fit: contain;
}

.elm-error {
    border: var(--bs-border-width) solid var(--bs-danger);
}

.birthstone-regular {
    font-family: 'Tangerine', 'Brush Script MT', 'Lucida Handwriting', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bg-img-layer {
    background-image: url('/../assets/images/fachada-fhce.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -3;
}
