/**
 * Nt_Advice — banner de asesoramiento en home (paleta Nitro #003aee)
 */
.nt_advice_home {
    overflow: hidden;
    margin: 1.5rem 0;
}

.nt_advice_home_content {
    display: flex;
    align-items: stretch;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    transition: box-shadow .22s ease, transform .22s ease, border-color .22s ease;
    background-image: linear-gradient(rgb(255 255 255 / 78%), rgb(255 255 255 / 78%)), url(https://nitrotattoosupplies.com/img/fondo-nitrotattoo.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nt_advice_home_left {
    color: #252e5f;
    flex: 0.8;
    padding: 32px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 8px 0 0 8px;
}

.nt_advice_home_title {
    width: 100%;
}

.nt_advice_home_title .h3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
}

.nt_advice_home_title .h3,
.nt_advice_home_title span {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #252e5f !important;
}

.nt_advice_home_line {
    height: 3px;
    width: 64px;
    background: rgb(37 46 99);
    margin: 10px 0 20px 0;
    border-radius: 2px;
}

.nt_advice_home_subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #252e5f ;
    margin-bottom: 32px;
}

.nt_advice_home_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: 0.4rem .75em;
    text-decoration: none;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
    background: #0b69f6;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}
.nt_advice_home_btn:hover, .nt_advice_home_btn:focus-visible {
    background: #0a0d14 !important;
    border: none !important;
    color: white !important;
    border-color: #0a0d14;
}

.nt_advice_home_btn span,
.nt_advice_home_btn svg {
    color: white;
}

.nt_advice_home_btn:hover {
    background: #0a0d14 !important;
    border: none !important;
    color: white !important;
    border-color: #0a0d14;
}

.nt_advice_home_btn:hover span,
.nt_advice_home_btn:hover svg {
    color: white;
}

.nt_advice_home_right {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 280px;
    background: #fff;
    border-radius: 0 8px 8px 0;
}

.nt_advice_home_right img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .nt_advice_home_content {
        flex-direction: column-reverse;
    }

    .nt_advice_home_title .h3,
    .nt_advice_home_title span {
        font-size: 20px;
    }

    .nt_advice_home_left {
        padding: 32px 20px;
        border-radius: 0 0 8px 8px;
        min-width: 0;
    }

    .nt_advice_home_right {
        border-radius: 8px 8px 0 0;
        min-width: 0;
    }

    .nt_advice_home_right img {
        height: 197px;
    }
}
