/* =============================== 
Estilos Exclusivos para Portfolio
================================ */

body {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
}

/* =============
Swipper slider 
==============*/
body,
div {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

/* ============ Full Page Slider ================= */
.creative-showcase--slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 74vh;
    padding: 80px 0;
}

.creative-showcase--slider .swiper-slide .slide-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.creative-showcase--slider .swiper-slide .overlay-dark:before {
    opacity: .3;
    background: #1d1d1d;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.creative-showcase--slider .swiper-slide .video-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.creative-showcase--slider .swiper-slide .video-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.swiper-slide .slide-bg .slide-container {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 7;
    padding-left: 15px;
    padding-right: 15px;
}

.slide-bg .slide-container .slide-row {
    display: flex;
    flex-wrap: wrap;
}

.slide-container .slide-row .slider-content {
    flex: 0 0 auto;
    width: 91.66666667%;
    margin-left: 8.33333333%;
    padding-left: 15px;
    padding-right: 15px;
}

.slider-content .slide-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 0px;
}

.slider-content .slide-heading {
    font-size: 100px;
    color: #fff;
    margin: 0px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: .2rem;
}

.slider-content .slide-heading a {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.slider-content .slide-heading a span {
    display: inline-block;
}

.overlay-light .slider-content .slide-heading a {
    color: #000;
}

.overlay-light .slider-content .slide-subtitle {
    color: #000;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-prev,
.creative-showcase--slider .creative-button--wrapper .swiper-button-next {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    width: auto;
    bottom: 30px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: normal;
}

/* ===== POSICIÓN ===== */
.creative-showcase--slider .creative-button--wrapper .swiper-button-next {
    right: 120px;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-prev {
    left: 120px;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-next:after,
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev:after {
    display: none;
}

/* ===== ICONOS ===== */
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev i,
.creative-showcase--slider .creative-button--wrapper .swiper-button-next i {
    display: inline-block;
    color: rgba(255, 255, 255, .85);
    opacity: .85;
    transition:
        transform .45s cubic-bezier(.2, .9, .2, 1),
        color .35s ease,
        opacity .35s ease;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-prev i {
    margin-right: 25px;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-next i {
    margin-left: 25px;
}

/* ===== HOVER ===== */
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev:hover i {
    transform: translateX(-6px);
    color: #F3BC44;
    opacity: 1;
}

.creative-showcase--slider .creative-button--wrapper .swiper-button-next:hover i {
    transform: translateX(6px);
    color: #F3BC44;
    opacity: 1;
}

.creative-showcase--slider .banner-horizental .swiper-pagination {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}

.creative-showcase--slider .banner-horizental .swiper-pagination-bullet {
    background: transparent;
    margin: 0 10px !important;
}

.creative-showcase--slider .banner-horizental .path {
    display: none;
}

.creative-showcase--slider .banner-horizental .swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash linear 10s;
    animation: dash linear 10s;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
    .slide-container .slide-row .slider-content {
        flex: 0 0 auto;
        width: 100%;
        margin-left: 0px;
    }

    .slider-content .slide-heading {
        font-size: 72px;
    }

    .creative-showcase--slider .banner-horizental .swiper-pagination {
        display: none;
    }

    .creative-showcase--slider .creative-button--wrapper .swiper-button-prev {
        left: 15px;
    }

    .creative-showcase--slider .creative-button--wrapper .swiper-button-next {
        right: 15px;
    }

}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
    .slide-container .slide-row .slider-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .slider-content .slide-heading {
        font-size: 40px;
    }

    .slider-content .slide-subtitle {
        margin-bottom: 15px;
    }
}

/* ======= //Swipper slider ========= */

/*--------------------------------------------------
	Showcase Portfolio
---------------------------------------------------*/


/* Indica scroll botón animado */
#hide_button_bw {
    position: fixed;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    transition: all 1s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    opacity: 1;
}

#hide_button_bw.show-button {
    bottom: 135px;
    opacity: 1;
}

.arrow {
    width: 40px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle {
    width: 30px;
    height: 40px;
    opacity: 1;
}

.line {
    width: 2.5px;
    height: 10px;
    background-color: #f3bc44;
    position: absolute;
    top: 10px;
    left: 18.5px;
    animation: moveDown 2s infinite ease-in-out;
}

@keyframes moveDown {
    0% {
        top: 10px;
    }

    50% {
        top: 30px;
    }

    100% {
        top: 10px;
    }
}

/* ------ */



/*========================== 
Portfolio Masonry Filter
===========================*/

.box_filter_images {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#portfolio_masonry {
    width: 90%;
    margin: 8rem 0;
    column-count: 3;
    column-gap: 45px;
    column-width: 33.3333%;
}

.tile {
    display: none;
}

/* ===== ITEM ===== */
.scale-anm {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
}

/* ===== OVERLAY OSCURO (NO AFECTA AL TEXTO) ===== */
.scale-anm::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
    pointer-events: none;
    z-index: 2;
}

.scale-anm:hover::after {
    background: rgba(0, 0, 0, 0.6);
}

/* ===== LINK COMO CONTENEDOR ===== */
.box_masonry .masonry_imglink {
    position: relative;
    display: block;
    overflow: hidden;
}

/* ===== IMAGEN (BLUR SOLO AQUÍ) ===== */
.box_masonry .masonry_image {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    filter: grayscale(0) blur(0);
    transition: transform 0.4s ease, filter 0.4s ease;
    will-change: transform, filter;
}

.box_masonry:hover .masonry_image {
    transform: scale(1.03);
    filter: grayscale(100%) blur(4px);
}

/* ===== TÍTULO (SIEMPRE NÍTIDO) ===== */
.box_masonry .masonry_image_title {
    position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 3;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    pointer-events: none;

    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;

    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

.box_masonry:hover .masonry_image_title {
    opacity: 1;
    transform: translateY(0);
}

/* ===== IMÁGENES ===== */
.tile img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

/* ===== BOTONES (si los usas) ===== */
.btn {
    /* font-family: Lato; */
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid #ccc;
    vertical-align: middle;
    /* -webkit-appearance: none; */
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}

/* ===== Mobile / Tablet ===== */
@media (max-width: 420px) {
    #portfolio_masonry {
        column-count: 1;
    }
}

/*text_floating_grid Icono en el puntero del mouse*/
.text_floating_grid {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 1px solid #bebebe;
    opacity: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 333333;
    top: 0;
    left: 0;
    background-size: cover;
    backdrop-filter: blur(3px);
    /* background-color: rgba(229, 9, 20, 0.301); */
    border-radius: 50%;
}

.round_circle_grid {
    width: 25px !important;
    height: 25px !important;
}

/* --- */


/* ===== Mag Filter Drawer ===== */
.mrgFilter {
    position: relative;
}

/* Pestaña fija derecha */
.mrgFilter__tab {
    position: fixed;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;

    /* Estilo de caja */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /* Espaciado entre icono y texto */
    padding: 12px 18px;
    border-radius: 8px;
    background: #ffffff;
    color: #000000;
    cursor: pointer;

    /* Transiciones suaves */
    transition:
        transform .25s ease,
        background-color .3s ease,
        box-shadow .3s ease;
}

/* Hover: sutil efecto de desplazamiento y cambio de color */
.mrgFilter__tab:hover {
    transform: translateY(-50%) translateX(-3px);
    background-color: #cccccc;
    box-shadow: 6px 4px 8px rgba(0, 0, 0, 0.8);
    transition:
        transform .25s ease,
        background-color .3s ease,
        box-shadow .3s ease;
}

/* Icono (más grande y claro) */
.mrgFilter__tabIcon {
    width: 16px;
    line-height: 1;
    transition: transform .3s ease;
}

/* Texto del botón */
.mrgFilter__tabText {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.5px; */
}

.mrgFilter__tab:hover .mrgFilter__tabIcon {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

/* ====================================
BOTON PARA EL FILTRO DE IMAGENES 
==================================== */

/* Estado inicial: OCULTO */
.mrgFilter__tab {
    opacity: 0;
    transform: translateY(-50%) translateX(16px);
    pointer-events: none;

    /* Toque premium */
    transition:
        opacity .25s ease,
        transform .35s cubic-bezier(.4, 0, .2, 1);
}

/* Estado visible */
.mrgFilter__tab.is-visible {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    pointer-events: auto;
}

/* Para ocultar marca */
.mag_button_filter {
    height: 1px;
    width: 100%;
    pointer-events: none;
    opacity: 0;
}

/* ======================================== */


/* Overlay */
.mrgFilter__overlay {
    position: fixed;
    inset: 0;
    z-index: 999998;
    background: rgba(0, 0, 0, .25);
}

/* Panel lateral */
.mrgFilter__panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: clamp(420px, 60vw, 50vw);
    z-index: 999999;
    background: #1a1b1d;
    backdrop-filter: blur(12px);
    border-left: 1px solid rgba(0, 0, 0, .08);
    padding: 26px 26px 18px;
    display: flex;
    justify-content: center;
    align-items: center;

    /* Animación panel (CSS) */
    opacity: 0;
    transform: translateX(105%) translateY(8px);
    transition:
        transform .75s cubic-bezier(.16, 1, .3, 1),
        opacity .35s ease;
}

.box_items_filter {
    position: absolute;
    width: 60%;
    height: 100vh;
}

.mrgFilter.is-open .mrgFilter__panel {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.mrgFilter__close {
    position: relative;
    top: 2%;
    left: 0;
    border: none;
    color: #7c7c7c;
    background: transparent;
    font-size: 25px;
    cursor: pointer;
    opacity: 1;
}

/* Boton "X" para certrar panel*/
.mrgFilter__close {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1),
        background-color .35s cubic-bezier(.16, 1, .3, 1);
}

.mrgFilter__close:hover {
    transform: rotate(90deg) scale(1);
    background-color: rgba(255, 255, 255, .06);
}

.mrgFilter__close:active {
    transform: rotate(90deg) scale(.98);
}

/* La X */
.mrgCloseIcon {
    position: relative;
    width: 26px;
    height: 26px;
    display: block;
}

.mrgCloseIcon::before,
.mrgCloseIcon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    height: 1px;
    background: rgba(255, 255, 255, .78);
    border-radius: 999px;
    transform-origin: center;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1),
        width .35s cubic-bezier(.16, 1, .3, 1),
        background-color .35s cubic-bezier(.16, 1, .3, 1),
        opacity .35s cubic-bezier(.16, 1, .3, 1);
}

/* Aspas base */
.mrgCloseIcon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mrgCloseIcon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Hover: aspas “se tensan” */
.mrgFilter__close:hover .mrgCloseIcon::before,
.mrgFilter__close:hover .mrgCloseIcon::after {
    width: 34px;
    background: rgba(255, 255, 255, .92);
}

/* Opcional: un micro “twist” en las aspas */
.mrgFilter__close:hover .mrgCloseIcon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mrgFilter__close:hover .mrgCloseIcon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* //Boton "X" para certrar panel*/

/* Título */
.mrgFilter__title {
    font-weight: 700;
    font-size: 60px;
    color: #7c7c7c;
    opacity: 1;
    margin-top: 10%;
}

/* Lista */
.mrgFilter__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
}

/* Item */
.mrgFilter__item {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    padding: 6px 0;
    color: #7c7c7c;

    /* GSAP manda aquí */
    opacity: 0;
    transform: translateX(18px);
    will-change: transform, opacity;

    /* Hover fluido */
    transition:
        color 1s cubic-bezier(.16, 1, .3, 1),
        transform .45s cubic-bezier(.16, 1, .3, 1);
}

.mrgFilter__label {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 200;
    font-size: 35px;
}

/* Contador */
.mrgFilter__count {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 200;
    font-size: 20px;
    opacity: 1;
    transform: translateY(-16px);
}

/* Hover */
.mrgFilter__item:hover {
    color: #e6e6e6;
    transform: translateX(6px);
}

/* Activo */
.mrgFilter__item.is-active {
    font-weight: 400;
    color: #333338;
    transform: translateX(0);
}

/* El activo no se mueve al hover */
.mrgFilter__item.is-active:hover {
    transform: translateX(0);
}


/* ===== Mobile/Tablet (420px y menor) ===== */
@media (max-width: 420px) {

    /* .mrgFilter__panel {
        width: clamp(420px, 30vw, 20vw);
    } */

    .box_items_filter {
        width: 85%;
        height: 100vh;
    }

    /* Pestaña flotante */
    .mrgFilter__tab {
        padding: 10px 14px;
        font-size: 14px;
        /* Reducido para móviles */
    }

    .mrgFilter__tabIcon {
        font-size: 16px;
        /* Reducido */
    }

    .mrgFilter__tabText {
        font-size: 14px;
        /* Reducido */
    }

    /* Panel lateral */
    .mrgFilter__panel {
        width: 100%;
        height: 100vh;
        padding: 20px;
    }

    /* Lista de items más compacta */
    .mrgFilter__list {
        gap: 12px;
    }

    .mrgFilter__item {
        font-size: 24px;
        /* Reducido */
    }

    /* Título */
    .mrgFilter__title {
        font-size: 30px;
        font-weight: 400;
        margin-top: 35%;
        /* margin-bottom: 10px; */
    }

    /* Botón de cierre */
    .mrgFilter__close {
        width: 48px;
        height: 48px;
        font-size: 22px;
        margin-top: 20%;
    }

    /* Contador */
    .mrgFilter__count {
        font-size: 16px;
        transform: translateY(-10px);
    }
}


/* ===== Pantallas grandes (1600px y mayor) ===== */
@media (max-width: 1200px) {

    .box_items_filter {
        width: 85%;
        height: 100vh;
    }

    /* Pestaña flotante */
    .mrgFilter__tab {
        padding: 14px 24px;
        font-size: 18px;
        /* Ajustado para pantallas grandes */
    }

    .mrgFilter__tabIcon {
        font-size: 24px;
        /* Icono más grande */
    }

    .mrgFilter__tabText {
        font-size: 18px;
        /* Texto más grande */
    }

    /* Panel lateral */
    .mrgFilter__panel {
        width: 450px;
        /* Panel más grande */
        padding: 40px;
    }

    /* Lista de items */
    .mrgFilter__list {
        gap: 20px;
    }

    .mrgFilter__item {
        font-size: 24px;
        /* Título más grande */
    }

    /* Título */
    .mrgFilter__title {
        font-size: 30px;
        /* Ajustado a 44px para pantallas grandes */
        font-weight: 300;
        margin-top: 35%;
    }

    /* Botón de cierre */
    .mrgFilter__close {
        width: 80px;
        height: 80px;
        font-size: 28px;
    }

    /* Contador */
    .mrgFilter__count {
        font-size: 16px;
        transform: translateY(-14px);
    }
}

/* ===== /MRG Filter Drawer ===== */



/* Texto titulo portada */
.stack_marquee_text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9999;
}

.item_stack_text {
    position: relative;
    /* margin-top: 5%; */
    /* margin-right: 30%; */
    overflow: hidden;
}

.stack_text {
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    font-size: 150px;
    line-height: 160px;
    font-weight: 700;
    transform: translateY(150%);
    /*text-transform: uppercase;*/
}


/* Texto Subtitulo portada */
.subtitle_item {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.subtitle_wrapper {
    position: relative;
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: translateY(-150%);
}

.subtitle_text {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    font-family: "PPEditorial_New", sans-serif;
    font-style: italic;
    color: #ffffff;
}

/* Slide vertical - reveal images */
.slides_image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 1;
}

.slides_image .list_image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slides_image .slide_image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* Cambiado de 100vw a 100% */
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.slide_image .background_image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    will-change: transform;
    background-size: cover;
}

.background_image video {
    filter: grayscale(80%) brightness(.8) contrast(110%) saturate(120%) blur(0);
}

.image_properties_one {
    object-fit: cover;
    width: 100%;
    /* Cambiado de 100vw a 100% */
}

.slide_image .content_image {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    top: 40%;
    left: 5%;
    box-sizing: border-box;
    position: relative;
    /* Para que el contenido absoluto esté posicionado relativo a este contenedor */
}

.title_content {
    position: absolute;
    text-align: left;
    margin: 0;
    font-size: 200px;
    line-height: 220px;
    font-weight: 900;
    color: #fff;
}

/* Sección principal ocupa el 100% del ancho */
.styled_portfolio {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

/* Contenedor general ocupa el 90% */
.portfolio_items {
    width: 90%;
    display: flex;
    justify-content: center;
}

/* Bloque principal ocupa el 100% */
.item_block {
    width: 100%;
    display: flex;
    gap: 2%;
    /* Espacio entre las imágenes */
    flex-wrap: wrap;
    /* Para que las imágenes se acomoden en responsive */
}

/* Estilos individuales de cada imagen */
.wrap_item {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.wrap_item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Distribución de tamaños en pantallas grandes */
.wrap_item1 {
    width: 50%;
}

.wrap_item2 {
    width: 30%;
}

.wrap_item3 {
    width: 20%;
}


/*  RESPONSIVE: Ajustes en móviles */
@media (max-width: 1200px) {
    .stack_text {
        font-size: 80px;
        line-height: 90px;
    }

    .subtitle_text {
        font-size: 34px;
        line-height: 44px;
    }

    .title_content {
        font-size: 100px;
        line-height: 120px;
    }
}



/* Media Query */
@media screen and (max-width: 420px) {
    .slide_image .background_image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

    .background_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .title_content {
        font-size: 80px;
        line-height: 90px;
    }

    .slides_image .list_image {
        width: auto;
        height: auto;
    }

    .slides_image .slide_image {
        width: 100%;
        height: 100vh;
    }

    .item_stack_text {
        margin-right: 0;
    }

    .subtitle_wrapper {
        width: 100%;
        align-items: center;
    }

    .stack_text {
        font-size: 60px;
        line-height: 65px;
        text-align: center;
    }

    .subtitle_text {
        font-size: 22px;
        line-height: 24px;
    }
}

/* --- */


/* Sección del título y subtítulo */
.reveal_effect {
    width: 100vw;
    height: 25vh;
    padding: 0 clamp(0, 12vw, 20rem);
    display: grid;
    place-content: center;
    text-align: center;
}

/* Estilo del texto animado */
.text_reveal {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    margin: 0;
}

.titul_serifa {
    font-family: "PPEditorial_New", sans-serif;
    font-weight: 100;
    font-size: 35px;
    line-height: 40px;
    font-style: italic;
    color: #606060;
}

/* Párrafo */
.p_effect {
    position: relative;
    width: 100vw;
    height: auto;
    /* margin-top: 2%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_reveal_effect {
    position: relative;
    width: 55vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;

}

/* Estilo del párrafo animado */
.p_reveal {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    letter-spacing: .5px;
    margin: 0;
}

/* ------------ */
.box_title_autumn2024 {
    background-color: #171717;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 0;
    padding-bottom: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.item_wrapper_subtitle_autumn2024 {
    position: relative;
    margin-top: 1%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wrapper_subtitle_autumn2024 {
    position: relative;
    margin-right: 5%;
}

.subtitle_autumn2024 {
    position: relative;
    font-family: "PPEditorial_New", sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    color: #F33A3A;
}



/* Media Query */
@media screen and (max-width: 1200px) {
    .box_reveal_effect {
        width: 50vw;
    }

    .text_reveal {
        font-size: 50px;
        line-height: 60px;
    }

    .titul_serifa {
        font-size: 50px;
        line-height: 60px;
    }

    .p_reveal {
        font-size: 18px;
        line-height: 26px;
    }

    .subtitle_autumn2024 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 420px) {
    .text_reveal {
        font-size: 28px;
        line-height: 28px;
    }

    .titul_serifa {
        font-size: 28px;
        line-height: 28px;
    }

    .p_reveal {
        font-size: 14px;
        line-height: 22px;
    }

    .p_effect {
        margin-top: 0;
    }

    .subtitle_autumn2024 {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
    }

    .item_wrapper_subtitle_autumn2024 {
        margin-top: 5%;
        width: 100%;
    }

    .box_reveal_effect {
        width: 90vw;

    }
}


/* =========================================
Texto aparece con animacion en las imagenes 
========================================= */

.masonry_image_title {
    position: absolute;
    bottom: 10px;
    left: 18px;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.masonry_imglink:hover .masonry_image_title {
    opacity: 1;
    transform: translateY(0);
}

/* ============================== */