/* =========================================================
   HERO BASE
========================================================= */

.hero_banner_slider {
    padding: 0 0 60px;
    background: rgb(248, 250, 252);
}

.hero_container {
    max-width: 1600px;
    margin: auto;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

/* =========================================================
   SLIDER
========================================================= */

.slider_wrapper,
.slider_wrapper_full {
    position: relative;
    width: 100%;
}

.slider_wrapper,
.slider_wrapper {
    margin-top: 20px;
}


.slider_item {
    display: none;
    width: 100%;
    position: relative;
}

.slider_item.active {
    display: block;
    animation: fadeSlider .4s ease;
}

@keyframes fadeSlider {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* =========================================================
   MENU
========================================================= */

.main_menu>ul>li>a {
    display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--header_color);
    transition: all 0.3s ease;
}

.main_menu>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: var(--color-secundario);
    transition: width 0.3s ease;
}

.main_menu>ul>li>a:hover {
    color: var(--color-secundario);
}

.main_menu>ul>li>a:hover::after {
    width: 100%;
}

.fashion_minimal_header .action_btns_group button{
    color: var(--header_color) !important;
}

.fashion_minimal_header .action_btns_group button:hover{
    color: var(--color-secundario) !important;
}

/* =========================================================
   SOLO IMAGEN
========================================================= */

.solo-banner {
    width: 100%;
}

.hero_banner_slider .solo-banner picture,
.hero_banner_slider .solo-banner img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

/* mantiene nitidez */
.banner_full_img {
    width: 100%;
    height: auto;
    object-fit: contain;
    image-rendering: auto;
    display: block;
}

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

.con-contenido {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

/* overlay base */
.con-contenido::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
}

/* overlay slider normal */
.hero_banner_slider .con-contenido::before {
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.85),
            rgba(255, 255, 255, 0.40));
}

/* overlay slider full */
.hero_banner_full .con-contenido::before {
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.15));
}

/* =========================================================
   HERO CARD
========================================================= */

.hero_card {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 45px 40px;
}

.hero_card .row {
    width: 100%;
}

/* =========================================================
   TEXTOS
========================================================= */

.badge_text {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 12px;

    width: fit-content;
}

/* normal */
.hero_banner_slider .badge_text {
    color: var(--color-secundario);
    background: var(--color-primario);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* full */
.hero_banner_full .badge_text {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    backdrop-filter: blur(6px);
    box-shadow: none !important;
}

.title {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 16px;
}

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

/* =========================================================
   IMAGEN REFERENCIAL
========================================================= */

.hero_img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    image-rendering: auto;

    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.20));
}

/* =========================================================
   BOTONES SLIDER
========================================================= */

.slider_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    background: rgb(31, 31, 31);
    color: #fff;

    border: none;

    width: 48px;
    height: 48px;

    border-radius: 50%;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);

    cursor: pointer;
    z-index: 50;

    transition: all 0.3s ease;

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

    backdrop-filter: blur(8px);
}

.slider_btn:hover {
    background: var(--color-secundario);
    color: #fff;
    transform: translateY(-50%) scale(1.08);
}

.prev {
    left: 15px;
}

.next {
    right: 15px;
}

/* =========================================================
   HERO FULL
========================================================= */

.hero_banner_full {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* SOLO IMAGEN FULL */
.hero_banner_full .solo-banner picture,
.hero_banner_full .solo-banner img {
    width: 100%;
    display: block;
}

.hero_banner_full .solo-banner img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* BACKGROUND */
.hero_banner_full .con-contenido {
    width: 100%;
    min-height: 720px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 0 !important;
}

/* =========================================================
   CONTENIDO INTERNO FULL
========================================================= */

.hero_banner_full .hero_full_content {
    position: relative;
    z-index: 2;

    min-height: 720px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 60px 80px;
    gap: 30px;
}

/* texto */
.hero_banner_full .content_box {
    max-width: 550px;
    color: #fff;
}

/* título */
.hero_banner_full .title {
    font-size: 42px;
    line-height: 1.1;
    margin: 0 0 16px;
    color: white !important;
}

/* subtítulo */
.hero_banner_full .subtitle {
    font-size: 15px;
    opacity: .9;
}

/* imagen */
.hero_banner_full .image_box img {
    max-height: 420px;
    object-fit: contain;
}

/* =========================================================
   BOTONES FULL
========================================================= */

.hero_banner_full .slider_btn {
    background: rgba(31, 31, 31, 0.90);
    color: #fff;
}

.hero_banner_full .slider_btn:hover {
    background: var(--color-secundario);
    color: #fff;
}

.hero_banner_full .prev {
    left: 18px;
}

.hero_banner_full .next {
    right: 18px;
}

/* =========================================================
   RESPONSIVE TABLET
========================================================= */

@media (max-width: 992px) {

    .hero_banner_full {
        overflow: visible;
    }

    .hero_banner_full .hero_full_content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;

        text-align: center;

        padding: 40px 25px;

        min-height: auto;
    }

    .hero_banner_full .con-contenido {
        min-height: auto;
    }

    .hero_banner_full .title {
        font-size: 30px;
    }

    .hero_banner_full .image_box img {
        max-height: 280px;
    }
}

/* =========================================================
   RESPONSIVE MOBILE
========================================================= */

@media (max-width: 768px) {

    .badge_text {
        font-size: 11px;
        margin: 0 auto 10px auto;
        display: table;
    }

    .hero_banner_slider {
        padding: 90px 0 40px;
    }

    .slider_wrapper {
        height: auto;
    }

    .solo-banner,
    .con-contenido {
        height: 100%;
    }

    .title {
        font-size: 28px;
        text-align: center;
    }

    .subtitle {
        font-size: 14px;
        text-align: center;
    }

    .hero_card {
        padding: 25px;
        text-align: center;
    }

    .hero_img {
        max-height: 250px;
        margin-top: 15px;
    }

    .slider_btn {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .btn-principal {
        justify-content: center;
        width: auto;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {

    .hero_banner_full .title {
        font-size: 24px;
    }

    .hero_banner_full .subtitle {
        font-size: 13px;
    }
}

@media (max-width: 480px) {

    .hero_banner_slider {
        padding: 30px 0 30px;
    }

    .slider_wrapper {
        height: auto;
    }

    .title {
        font-size: 24px;
    }

    .hero_img {
        max-height: 200px;
    }
}