
.seo-internal-link {
    margin: 20px auto;
    max-width: 850px;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
}

.seo-internal-link a {
    color: #f58220;
    font-weight: 700;
    text-decoration: underline;
}

.seo-internal-link a:hover {
    opacity: .85;
}/* 
==============================================================
   W14P CONSOLIDATED - 10AR
   Consolidacion controlada del HERO SamecSoft.
   Candidato. NO reemplaza styles-W14P.css.
   ============================================================== */

header.masthead {
    position: relative;
    min-height: 580px;

    display: flex;
    align-items: center;

    padding-top: 100px;
    padding-bottom: 60px;

    text-align: center;
    color: #fff;

    background-image:
        url("../assets/img/header-bg02.jpg");

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    overflow: hidden;
}

/* ============================================================
   CAPA DE CONTRASTE
   ============================================================ */

header.masthead::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.78),
            rgba(0,25,55,.48),
            rgba(0,0,0,.72)
        );

    z-index: 0;
}

/* ============================================================
   CONTENIDO
   ============================================================ */

header.masthead > .container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1320px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 20px;
    padding-right: 20px;
}

/* ============================================================
   LOGO HERO
   ============================================================ */

.masthead .hero-logo-capsule {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.96);

    padding: 12px;

    border-radius: 12px;

    box-shadow:
        0 8px 24px rgba(0,0,0,.32);

    margin: 0 auto 20px;

    max-width: calc(100vw - 40px);
}

.masthead .hero-logo-capsule img {
    display: block;

    width: 180px;
    max-width: 100%;
    height: auto;
}

/* ============================================================
   SUBTITULO
   ============================================================ */

header.masthead .masthead-subheading {
    max-width: 1300px;

    margin-left: auto;
    margin-right: auto;

    margin-bottom: 35px;

    font-size: 1.55rem;
    line-height: 1.25;

    font-weight: 400;

    text-shadow:
        0 3px 10px rgba(0,0,0,.55);
}

/* ============================================================
   TITULO
   ============================================================ */

header.masthead .masthead-heading {
    max-width: 1200px;

    margin-left: auto;
    margin-right: auto;

    margin-bottom: 2.5rem;

    font-size: 3.65rem;
    line-height: 1.08;

    font-weight: 700;

    text-shadow:
        0 4px 14px rgba(0,0,0,.65);
}

/* ============================================================
   BOTON CTA
   ============================================================ */

header.masthead .btn {
    margin-top: 5px;

    box-shadow:
        0 7px 20px rgba(0,0,0,.30);
}

/* ============================================================
   TABLET
   768px - 991.98px
   ============================================================ */

@media (max-width: 991.98px) {

    header.masthead {
        min-height: 560px;

        padding-top: 100px;
        padding-bottom: 65px;
    }

    .masthead .hero-logo-capsule img {
        width: 180px;
    }

    header.masthead .masthead-subheading {
        font-size: 1.60rem;
        line-height: 1.25;

        margin-bottom: 1.5rem;
    }

    header.masthead .masthead-heading {
        font-size: 3.35rem;
        line-height: 1.08;

        margin-bottom: 2rem;
    }
}

/* ============================================================
   MOVIL
   <= 767.98px
   ============================================================ */

@media (max-width: 767.98px) {

    header.masthead {
        min-height: 600px;

        padding-top: 85px;
        padding-bottom: 45px;
    }

    header.masthead > .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .masthead .hero-logo-capsule {
        padding: 10px;

        border-radius: 10px;

        margin-bottom: 16px;
    }

    .masthead .hero-logo-capsule img {
        width: 160px;
    }

    header.masthead .masthead-subheading {
        font-size: 1.35rem;
        line-height: 1.3;

        margin-bottom: 1.35rem;
    }

    header.masthead .masthead-heading {
        font-size: 2.15rem;
        line-height: 1.12;

        margin-bottom: 1.6rem;
    }
}
