.elementor-106 .elementor-element.elementor-element-9dca74e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-1fbfb80{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6bc0e82 *//* ============================================================
   ASPRILLA & GALÁN
   BLOG — HUMAN PREMIUM CTA
============================================================ */

.ag-blog-human-cta {

    --ag-navy: #0C233D;
    --ag-gold: #BF8337;

    width: 100%;

    margin: 0 0 60px;

    padding: 0;

    background: var(--ag-navy);

    position: relative;

    overflow: hidden;

    box-sizing: border-box;

}


/* ============================================================
   LÍNEA SUPERIOR
============================================================ */

.ag-blog-human-cta::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 240px;
    height: 1px;

    background: var(--ag-gold);

    opacity: .85;

    z-index: 5;

}


/* ============================================================
   CONTENEDOR
============================================================ */

.ag-blog-human-inner {

    width: min(
        1320px,
        calc(100% - 70px)
    );

    min-height: 116px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        215px
        minmax(0, 1fr)
        auto
        180px;

    align-items: center;

    position: relative;

    z-index: 2;

}


/* ============================================================
   MARCA
============================================================ */

.ag-blog-human-brand {

    height: 43px;

    display: flex;

    align-items: center;

    gap: 16px;

    padding-right: 28px;

    border-right: 1px solid
        rgba(255,255,255,.13);

}


.ag-blog-human-number {

    color: var(--ag-gold);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .13em;

}


.ag-blog-human-label {

    color: rgba(
        255,
        255,
        255,
        .60
    );

    font-size: 8px;

    line-height: 1.5;

    font-weight: 700;

    letter-spacing: .13em;

}


/* ============================================================
   MENSAJE
============================================================ */

.ag-blog-human-message {

    display: flex;

    align-items: center;

    gap: 18px;

    padding-left: 40px;

    min-width: 0;

}


.ag-blog-human-line {

    width: 24px;

    height: 1px;

    flex-shrink: 0;

    background: var(--ag-gold);

}


.ag-blog-human-message h3 {

    margin: 0;

    color: #fff;

    font-size: 21px;

    line-height: 1.2;

    font-weight: 600;

    letter-spacing: -.025em;

}


.ag-blog-human-message p {

    margin: 5px 0 0;

    color: rgba(
        255,
        255,
        255,
        .43
    );

    font-size: 10px;

    line-height: 1.4;

}


/* ============================================================
   ACCIONES
============================================================ */

.ag-blog-human-actions {

    display: flex;

    align-items: center;

    gap: 25px;

    padding-left: 25px;

    position: relative;

    z-index: 5;

}


/* ============================================================
   BOTÓN PRINCIPAL
============================================================ */

.ag-blog-human-primary {

    height: 42px;

    display: inline-flex;

    align-items: center;

    gap: 17px;

    padding: 0 16px 0 18px;

    background: #fff;

    color: var(--ag-navy) !important;

    font-size: 9px;

    font-weight: 700;

    text-decoration: none !important;

    white-space: nowrap;

    box-sizing: border-box;

    transition:
        background .25s ease,
        transform .25s ease;

}


.ag-blog-human-primary:hover {

    background: #F2F2F0;

    color: var(--ag-navy) !important;

    transform: translateY(-1px);

}


/* ============================================================
   FLECHA CSS
============================================================ */

.ag-blog-human-primary i {

    position: relative;

    width: 16px;
    height: 16px;

    display: block;

    border: 1px solid
        rgba(12,35,61,.22);

    border-radius: 50%;

}


.ag-blog-human-primary i::before {

    content: "";

    position: absolute;

    width: 6px;

    height: 1px;

    left: 4px;

    top: 7px;

    background: var(--ag-gold);

}


.ag-blog-human-primary i::after {

    content: "";

    position: absolute;

    width: 4px;

    height: 4px;

    right: 3px;

    top: 4px;

    border-top: 1px solid
        var(--ag-gold);

    border-right: 1px solid
        var(--ag-gold);

    transform: rotate(45deg);

}


/* ============================================================
   LINK SECUNDARIO
============================================================ */

.ag-blog-human-secondary {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: rgba(
        255,
        255,
        255,
        .65
    ) !important;

    font-size: 9px;

    font-weight: 700;

    text-decoration: none !important;

    white-space: nowrap;

    transition: .25s ease;

}


.ag-blog-human-secondary:hover {

    color: #fff !important;

}


/* ============================================================
   FLECHA SECUNDARIA
============================================================ */

.ag-blog-human-secondary i {

    position: relative;

    display: block;

    width: 16px;

    height: 1px;

    background: var(--ag-gold);

}


.ag-blog-human-secondary i::after {

    content: "";

    position: absolute;

    right: 0;

    top: -2px;

    width: 4px;

    height: 4px;

    border-top: 1px solid
        var(--ag-gold);

    border-right: 1px solid
        var(--ag-gold);

    transform: rotate(45deg);

}


/* ============================================================
   FOTO
============================================================ */

.ag-blog-human-photo {

    height: 116px;

    position: relative;

    overflow: hidden;

    align-self: stretch;

}


/* ============================================================
   IMAGEN
============================================================ */

.ag-blog-human-photo img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center 35%;

    filter:
        saturate(.85)
        contrast(1.02);

    transform: scale(1.04);

    transition:
        transform .8s ease;

}


.ag-blog-human-cta:hover
.ag-blog-human-photo img {

    transform: scale(1.08);

}


/* ============================================================
   DEGRADADO SOBRE FOTO
============================================================ */

.ag-blog-human-photo-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            #0C233D 0%,
            rgba(12,35,61,.70) 12%,
            rgba(12,35,61,.12) 55%,
            rgba(12,35,61,.05) 100%
        );

    pointer-events: none;

}


/* ============================================================
   LÍNEA ENTRE CONTENIDO Y FOTO
============================================================ */

.ag-blog-human-photo::before {

    content: "";

    position: absolute;

    left: 0;
    top: 18px;
    bottom: 18px;

    width: 1px;

    background: rgba(
        191,
        131,
        55,
        .65
    );

    z-index: 3;

}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 1100px) {

    .ag-blog-human-inner {

        grid-template-columns:
            180px
            minmax(0, 1fr)
            170px;

        padding: 22px 0;

    }


    .ag-blog-human-photo {

        display: none;

    }


    .ag-blog-human-message {

        padding-left: 30px;

    }

}


/* ============================================================
   TABLET PEQUEÑA
============================================================ */

@media (max-width: 850px) {

    .ag-blog-human-inner {

        grid-template-columns:
            170px
            1fr;

        row-gap: 15px;

    }


    .ag-blog-human-actions {

        grid-column: 2;

        padding-left: 30px;

    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 600px) {

    .ag-blog-human-cta {

        margin-bottom: 45px;

    }


    .ag-blog-human-inner {

        width: calc(100% - 32px);

        min-height: auto;

        grid-template-columns: 1fr;

        padding: 24px 0 25px;

        row-gap: 18px;

    }


    .ag-blog-human-brand {

        height: auto;

        padding: 0 0 14px;

        border-right: 0;

        border-bottom: 1px solid
            rgba(255,255,255,.10);

    }


    .ag-blog-human-message {

        padding-left: 0;

        align-items: flex-start;

    }


    .ag-blog-human-message h3 {

        font-size: 19px;

    }


    .ag-blog-human-message p {

        font-size: 10px;

    }


    .ag-blog-human-actions {

        grid-column: auto;

        padding-left: 0;

        gap: 20px;

        flex-wrap: wrap;

    }


    .ag-blog-human-primary {

        height: 41px;

    }


    .ag-blog-human-photo {

        display: block;

        width: 100%;

        height: 130px;

        order: 4;

    }


    .ag-blog-human-photo::before {

        display: none;

    }


    .ag-blog-human-photo-overlay {

        background:
            linear-gradient(
                180deg,
                #0C233D 0%,
                rgba(12,35,61,.15) 65%
            );

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c067e4 *//* ============================================================
   ASPRILLA & GALÁN
   SINGLE POST
============================================================ */

.ag-single-post {

    --ag-navy: #0C233D;
    --ag-blue: #036F96;
    --ag-gold: #BF8337;
    --ag-text: #334454;
    --ag-muted: #71808C;
    --ag-border: #E5E9EC;
    --ag-light: #F7F8F9;

    width: 100%;

    background: #fff;

    color: var(--ag-text);

    font-family: inherit;

}


/* ============================================================
   CONTAINER
============================================================ */

.ag-sp-container {

    width: min(
        1180px,
        calc(100% - 48px)
    );

    margin-left: auto;
    margin-right: auto;

}


/* ============================================================
   BREADCRUMB
============================================================ */

.ag-sp-breadcrumb {

    padding-top: 38px;
    padding-bottom: 45px;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 10px;

    font-size: 11px;

    color: #89939C;

}

.ag-sp-breadcrumb a {

    color: #89939C;

    text-decoration: none;

    transition: .25s ease;

}

.ag-sp-breadcrumb a:hover {

    color: var(--ag-blue);

}

.ag-sp-breadcrumb-current {

    max-width: 420px;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    color: var(--ag-navy);

}


/* ============================================================
   HERO
============================================================ */

.ag-sp-hero {

    padding-bottom: 62px;

    text-align: center;

}

.ag-sp-category {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 8px 16px;

    border: 1px solid
        rgba(191,131,55,.35);

    border-radius: 100px;

    color: var(--ag-gold);

    font-size: 10px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .17em;

    margin-bottom: 24px;

}

.ag-sp-title {

    max-width: 930px;

    margin: 0 auto;

    color: var(--ag-navy);

    font-size: clamp(
        42px,
        5.3vw,
        72px
    );

    line-height: 1.04;

    font-weight: 700;

    letter-spacing: -.045em;

}

.ag-sp-excerpt {

    max-width: 750px;

    margin: 28px auto 0;

    color: var(--ag-muted);

    font-size: 18px;

    line-height: 1.7;

}


/* ============================================================
   META
============================================================ */

.ag-sp-meta {

    margin-top: 34px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 22px;

}

.ag-sp-author {

    display: flex;

    align-items: center;

    gap: 11px;

    text-align: left;

}

.ag-sp-author-mark {

    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: var(--ag-navy);

    color: #fff;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .08em;

}

.ag-sp-author-info {

    display: flex;

    flex-direction: column;

    gap: 2px;

}

.ag-sp-author-info span {

    color: #8A949D;

    font-size: 9px;

    text-transform: uppercase;

    letter-spacing: .12em;

}

.ag-sp-author-info strong {

    color: var(--ag-navy);

    font-size: 12px;

}

.ag-sp-meta-divider {

    width: 1px;

    height: 18px;

    background: var(--ag-border);

}

.ag-sp-date,
.ag-sp-reading {

    display: flex;

    align-items: center;

    gap: 5px;

    color: #7A8791;

    font-size: 11px;

}

.ag-sp-meta-icon {

    color: var(--ag-gold);

    font-size: 15px;

}


/* ============================================================
   FEATURED IMAGE
============================================================ */

.ag-sp-featured {

    padding-bottom: 88px;

}

.ag-sp-featured-wrap {

    margin: 0;

    width: 100%;

    overflow: hidden;

    border-radius: 4px;

}

.ag-sp-featured-img {

    display: block;

    width: 100%;

    height: auto;

    max-height: 620px;

    object-fit: cover;

}


/* ============================================================
   CONTENT LAYOUT
============================================================ */

.ag-sp-layout {

    display: grid;

    grid-template-columns:
        minmax(0, 770px)
        280px;

    gap: 90px;

    align-items: start;

}


/* ============================================================
   ARTICLE
============================================================ */

.ag-sp-content {

    color: #3B4A57;

    font-size: 17px;

    line-height: 1.88;

}

.ag-sp-content > p:first-child {

    color: var(--ag-navy);

    font-size: 20px;

    line-height: 1.75;

}

.ag-sp-content p {

    margin: 0 0 28px;

}

.ag-sp-content h2 {

    margin: 65px 0 23px;

    color: var(--ag-navy);

    font-size: 31px;

    line-height: 1.2;

    letter-spacing: -.025em;

}

.ag-sp-content h3 {

    margin: 45px 0 18px;

    color: var(--ag-navy);

    font-size: 23px;

    line-height: 1.3;

}

.ag-sp-content h4 {

    color: var(--ag-navy);

}

.ag-sp-content strong {

    color: var(--ag-navy);

}

.ag-sp-content a {

    color: var(--ag-blue);

    font-weight: 600;

    text-decoration-thickness: 1px;

    text-underline-offset: 3px;

}

.ag-sp-content ul,
.ag-sp-content ol {

    margin: 25px 0 30px;

    padding-left: 25px;

}

.ag-sp-content li {

    margin-bottom: 10px;

}

.ag-sp-content img {

    display: block;

    max-width: 100%;

    height: auto;

    margin: 35px auto;

    border-radius: 3px;

}

.ag-sp-content blockquote {

    margin: 45px 0;

    padding: 28px 32px;

    border-left: 3px solid var(--ag-gold);

    background: #F7F7F6;

    color: var(--ag-navy);

    font-size: 20px;

    line-height: 1.6;

    font-weight: 500;

}

.ag-sp-content table {

    width: 100%;

    border-collapse: collapse;

    margin: 35px 0;

}

.ag-sp-content th,
.ag-sp-content td {

    padding: 13px 15px;

    border: 1px solid var(--ag-border);

    text-align: left;

}

.ag-sp-content th {

    background: var(--ag-navy);

    color: #fff;

}


/* ============================================================
   SIDEBAR
============================================================ */

.ag-sp-sidebar {

    position: sticky;

    top: 110px;

}

.ag-sp-side-box {

    padding: 25px;

    margin-bottom: 28px;

    border-top: 1px solid var(--ag-navy);

    border-bottom: 1px solid var(--ag-border);

}

.ag-sp-side-label {

    display: block;

    margin-bottom: 15px;

    color: var(--ag-gold);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .16em;

}

.ag-sp-side-line {

    width: 30px;

    height: 2px;

    margin-bottom: 17px;

    background: var(--ag-gold);

}

.ag-sp-side-box p {

    margin: 0;

    color: #687681;

    font-size: 13px;

    line-height: 1.7;

}

.ag-sp-contact-box {

    padding: 28px;

    border: 0;

    background: var(--ag-navy);

}

.ag-sp-contact-box h3 {

    margin: 0 0 24px;

    color: #fff;

    font-size: 21px;

    line-height: 1.35;

}

.ag-sp-contact-button {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding: 14px 16px;

    background: #fff;

    color: var(--ag-navy) !important;

    text-decoration: none !important;

    font-size: 11px;

    font-weight: 700;

    transition: .25s ease;

}

.ag-sp-contact-button:hover {

    transform: translateY(-2px);

}

.ag-sp-contact-button span {

    font-size: 17px;

}


/* ============================================================
   CTA
============================================================ */

.ag-sp-cta {

    margin-top: 105px;

    margin-bottom: 105px;

}

.ag-sp-cta-inner {

    display: grid;

    grid-template-columns:
        65px
        1fr
        auto;

    align-items: center;

    gap: 30px;

    padding: 48px 50px;

    background: var(--ag-navy);

}

.ag-sp-cta-number {

    color: #BF8337;

    font-size: 12px;

    font-weight: 700;

}

.ag-sp-cta-content span {

    display: block;

    margin-bottom: 9px;

    color: #C99A62;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .17em;

}

.ag-sp-cta-content h2 {

    max-width: 600px;

    margin: 0 0 12px;

    color: #fff;

    font-size: 29px;

    line-height: 1.2;

}

.ag-sp-cta-content p {

    max-width: 560px;

    margin: 0;

    color: rgba(
        255,
        255,
        255,
        .65
    );

    font-size: 13px;

    line-height: 1.7;

}

.ag-sp-cta-action a {

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    padding: 15px 20px;

    white-space: nowrap;

    background: #fff;

    color: var(--ag-navy);

    text-decoration: none;

    font-size: 11px;

    font-weight: 700;

    transition: .25s ease;

}

.ag-sp-cta-action a:hover {

    transform: translateY(-2px);

}

.ag-sp-cta-action a span {

    font-size: 17px;

}


/* ============================================================
   RELATED
============================================================ */

.ag-sp-related {

    padding-bottom: 110px;

}

.ag-sp-related-heading {

    margin-bottom: 35px;

    padding-bottom: 22px;

    border-bottom: 1px solid var(--ag-border);

}

.ag-sp-related-heading span {

    color: var(--ag-gold);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .17em;

}

.ag-sp-related-heading h2 {

    margin: 8px 0 0;

    color: var(--ag-navy);

    font-size: 34px;

    line-height: 1.15;

}

.ag-sp-related-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;

}

.ag-sp-related-card {

    overflow: hidden;

    border: 1px solid var(--ag-border);

    background: #fff;

    transition: .3s ease;

}

.ag-sp-related-card:hover {

    transform: translateY(-5px);

    box-shadow:
        0 15px 40px
        rgba(
            12,
            35,
            61,
            .08
        );

}

.ag-sp-related-image {

    display: block;

    overflow: hidden;

    aspect-ratio: 16 / 9;

}

.ag-sp-related-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: .5s ease;

}

.ag-sp-related-card:hover
.ag-sp-related-image img {

    transform: scale(1.04);

}

.ag-sp-related-content {

    padding: 24px;

}

.ag-sp-related-category {

    color: var(--ag-gold);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .14em;

    text-transform: uppercase;

}

.ag-sp-related-content h3 {

    margin: 12px 0 20px;

    font-size: 19px;

    line-height: 1.35;

}

.ag-sp-related-content h3 a {

    color: var(--ag-navy);

    text-decoration: none;

}

.ag-sp-related-link {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: var(--ag-blue);

    font-size: 10px;

    font-weight: 700;

    text-decoration: none;

}

.ag-sp-related-link span {

    font-size: 16px;

}


/* ============================================================
   TABLET
============================================================ */

@media (
    max-width: 950px
) {

    .ag-sp-layout {

        grid-template-columns: 1fr;

        gap: 55px;

    }

    .ag-sp-sidebar {

        position: static;

    }

    .ag-sp-cta-inner {

        grid-template-columns: 50px 1fr;

    }

    .ag-sp-cta-action {

        grid-column: 2;

    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (
    max-width: 650px
) {

    .ag-sp-container {

        width: calc(
            100% - 32px
        );

    }

    .ag-sp-breadcrumb {

        padding-top: 25px;

        padding-bottom: 35px;

    }

    .ag-sp-title {

        font-size: 39px;

        letter-spacing: -.035em;

    }

    .ag-sp-excerpt {

        font-size: 16px;

        line-height: 1.65;

    }

    .ag-sp-meta {

        flex-direction: column;

        gap: 15px;

    }

    .ag-sp-meta-divider {

        display: none;

    }

    .ag-sp-featured {

        padding-bottom: 55px;

    }

    .ag-sp-featured-img {

        min-height: 250px;

        object-fit: cover;

    }

    .ag-sp-content {

        font-size: 16px;

        line-height: 1.8;

    }

    .ag-sp-content > p:first-child {

        font-size: 18px;

    }

    .ag-sp-content h2 {

        margin-top: 48px;

        font-size: 27px;

    }

    .ag-sp-content h3 {

        font-size: 21px;

    }

    .ag-sp-content blockquote {

        padding: 23px 20px;

        font-size: 18px;

    }

    .ag-sp-cta {

        margin-top: 70px;

        margin-bottom: 70px;

    }

    .ag-sp-cta-inner {

        grid-template-columns: 1fr;

        gap: 18px;

        padding: 32px 25px;

    }

    .ag-sp-cta-action {

        grid-column: auto;

    }

    .ag-sp-cta-action a {

        width: 100%;

    }

    .ag-sp-cta-content h2 {

        font-size: 25px;

    }

    .ag-sp-related-grid {

        grid-template-columns: 1fr;

    }

}/* End custom CSS */