.news-section {
    background-color: #f9f9f9;
    font-family: var(--font-family-primary);
    color: #222;
    min-height: 800px;

    & .news-principal-hero {
        display: flex;
        width: 100%;
        height: 650px;
        flex-direction: column;
        align-items: center;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 0;
        background-image: url(../img/news-hero-bg.png);

        &::after {
            display: none;
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1381px;
            background: linear-gradient(180deg, #377EF7 0%, rgba(0, 170, 161, 0.40) 74.79%, rgba(0, 170, 161, 0.26) 107.29%);
            opacity: 1;
            z-index: 1;
        }

        & .breadcrumbs-container {
            display: flex;
            width: calc(100% - 42px);
            justify-content: space-between;
            margin: 30px auto;
            max-width: 1140px;
            z-index: 2;

            & .breadcrumbs {
                display: flex;
                flex-flow: row nowrap;
                justify-content: center;
                align-items: center;
                gap: 30px;

                & a {
                    display: flex;
                    align-items: center;
                    gap: 30px;
                    flex: 1 0 0;
                    display: flex;
                    padding: 6px 16px;
                    gap: 8px;
                    color: var(--color-gray-600);
                    border-radius: 4px;
                    border: 1px solid var(--color-gray-300);
                    text-decoration: none;
                    text-transform: uppercase;
                }

                & .news-date {
                    color: var(--color-white);
                    text-transform: uppercase;
                }

            }

            & .go-back {
                display: flex;
                align-items: center;
                gap: 8px;
                color: var(--color-gray-600);
                background-color: none;
                border: none;
                text-decoration: none;
                text-transform: uppercase;

                & svg {
                    fill: var(--color-gray-600);

                    & path {
                        fill: var(--color-gray-600);
                    }
                }
            }
        }

        & .news-principal-new__title {
            width: calc(100% - 2rem);
            max-width: 1140px;
            margin: 0 auto;
            padding: 72px 0;
            text-align: center;
            color: var(--color-black);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 24px;
            z-index: 2;

            & h1.h1-title {
                background: var(--GC-MainGradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            & p.txt-large {
                max-width: 751px;
                color: var(--color-ultra-light-gray);
            }
        }


    }

    & .news-container {
        padding: 0;
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;

        & .news-hero-section {
            width: calc(100% - 2rem);
            max-width: 1140px;
            margin: 0 auto;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.5rem;
            z-index: 2;
            position: relative;

            & .news-principal-new {
                position: absolute;
                top: -206px;
                display: flex;
                flex-direction: row nowrap;
                align-items: flex-start;
                gap: 0;
                width: 100%;
                text-decoration: none;

                & .news-principal-new__image {
                    width: 100%;
                    max-width: 90%;
                    height: 406px;
                    border-radius: 16px;
                    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                    display: flex;

                    & img {
                        width: 100%;
                        height: 100%;
                        border-radius: 16px 0 0 16px;
                        object-fit: cover;
                    }
                }

                & .news-principal-new__link {
                    display: flex;
                    width: 100%;
                    height: 406px;
                    max-width: 100%;
                    padding: 32px;
                    flex-flow: column wrap;
                    align-items: flex-start;
                    gap: 16px;
                    border-radius: 20px;
                    background: var(--White, #FFF);
                    position: relative;
                    bottom: 0;
                    right: 0;
                    text-decoration: none;
                    border-radius: 0 16px 16px 0;


                    & .news-principal-new__date.tag-small {
                        color: var(--color-gray);
                        text-decoration: none;

                        /* Tag - Small */
                        font-family: var(--font-family-primary);
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 160%;
                        /* 22.4px */
                        letter-spacing: 0.84px;
                        text-transform: uppercase;
                        margin-bottom: 14px;
                        width: 100%;
                        display: flex;
                    }

                    & .news-principal-title-h2 {
                        color: var(--color-blue-dark);
                        font-family: var(--font-family-primary);
                        margin: 0;
                        font-size: 36px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 110%;
                        /* 39.6px */
                        letter-spacing: -0.72px;
                        width: 100%;
                        display: flex;
                    }

                    & .news-principal-new__description.txt-large {
                        color: var(--color-gray);
                        font-family: var(--font-family-primary);
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 130%;
                        /* 23.4px */
                        letter-spacing: 0.18px;
                        width: 100%;
                        display: flex;

                    }

                    & .news-principal-new__btn-container {
                        display: flex;
                        align-items: center;
                        gap: 8px;
                        width: 100%;
                        display: flex;
                        margin-top: auto;

                        & .btn.btn-link-blue {
                            width: fit-content;
                            text-align: center;
                            color: var(--color-blue);
                            text-align: center;
                            font-family: 'Lato';
                            font-size: 14px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 22px;
                            display: flex;
                            align-items: center;
                            gap: 5px;
                            position: relative;
                            transition: all 0.3s ease-in-out;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -ms-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            height: fit-content;
                            padding: 0;
                            background: none;
                            border: none;
                            text-transform: uppercase;

                            & svg {
                                fill: var(--color-blue);
                                width: 14px;
                                height: 14px;

                                & path {
                                    fill: var(--color-blue);
                                }
                            }

                            &::after {
                                content: "";
                                position: absolute;
                                left: 0;
                                bottom: -2px;
                                width: 0;
                                height: 1px;
                                background-color: var(--color-blue);
                                transition: width 0.3s ease-in-out;
                                -webkit-transition: width 0.3s ease-in-out;
                                -moz-transition: width 0.3s ease-in-out;
                                -ms-transition: width 0.3s ease-in-out;
                                -o-transition: width 0.3s ease-in-out;
                            }

                            &:hover {
                                gap: 12px;
                                background: none;
                                border: none;
                            }

                            &:hover::after {
                                width: 100%;
                            }
                        }
                    }
                }
            }
        }
    }



    /* --- Wrapper y Título de la Sección del Slider --- */
    .news-featured-slider-wrapper {
        max-width: 1140px;
        width: calc(100% - 2rem);
        margin: 254px auto 72px auto;
        padding: 0;
        position: relative;
    }

    .news-featured-slider {
        top: 0;
    }

    .slider-section-title {
        margin-bottom: 48px;
        font-family: var(--font-family-primary);
        background: var(--GC-MainGradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 39.6px */
        letter-spacing: -0.72px;
    }

    /* --- Estilos para la Card del Slider --- */
    .slide-container {
        padding: 0 24px 0 0;
        /* Espacio que necesita Slick entre slides */
    }

    .news-card-slide {
        display: flex;
        background-color: #ffffff;
        border-radius: 8px;
        overflow: hidden;
        text-decoration: none;
        color: inherit;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease-in-out;
        height: 100%;
        max-width: 364px;
        flex-flow: column;

        /* Asegura que todas las cards tengan la misma altura */
    }

    .news-card-slide:hover {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        text-decoration: none;
    }

    /* Columna Izquierda: Imagen */
    .card-image {
        flex-shrink: 0;
        width: 47%;
        min-width: 100%;
        height: 225.68px;
        position: relative;
    }

    .card-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Columna Derecha: Contenido */
    .card-content {
        width: 100%;
        flex-grow: 1;
        padding: 25px;
        display: flex;
        flex-flow: column wrap;
        gap: 24px;
        height: 286px;
        align-content: flex-start;


        & .read-more-link {
            width: fit-content;
            text-align: center;
            color: var(--color-blue);
            text-align: center;
            font-family: 'Lato';
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            display: flex;
            align-items: center;
            gap: 5px;
            position: relative;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            height: fit-content;
            padding: 0;
            background: none;
            border: none;
            text-transform: uppercase;
            text-decoration: none;
            margin-top: auto;

            & svg {
                fill: var(--color-blue);
                width: 14px;
                height: 14px;

                & path {
                    fill: var(--color-blue);
                }
            }

            &::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -2px;
                width: 0;
                height: 1px;
                background-color: var(--color-blue);
                transition: width 0.3s ease-in-out;
                -webkit-transition: width 0.3s ease-in-out;
                -moz-transition: width 0.3s ease-in-out;
                -ms-transition: width 0.3s ease-in-out;
                -o-transition: width 0.3s ease-in-out;
            }

            &:hover {
                gap: 12px;
                background: none;
                border: none;
                text-decoration: none;
            }

            &:hover::after {
                width: 100%;
            }
        }
    }

    .card-date {
        display: block;
        font-size: 0.8em;
        color: #7f8c8d;
        text-transform: uppercase;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        /* 22.4px */
        letter-spacing: 0.84px;
        text-transform: uppercase;
        font-family: var(--font-family-primary);
    }

    .card-title {
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        color: var(--color-blue-dark);
        font-family: var(--font-family-primary);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .card-excerpt {
        font-size: 0.95em;
        color: var(--color-gray);
        font-family: var(--font-family-primary);
        line-height: 1.6;
        flex-grow: 1;
        /* Empuja el "Leer más" hacia abajo */
        display: none;
    }

    .read-more-link {
        font-weight: bold;
        color: #3498db;
        text-decoration: none;
        align-self: flex-start;
        /* Alinea el botón a la izquierda */
        width: fit-content;
        text-align: center;
        color: var(--color-blue);
        text-align: center;
        font-family: 'Lato';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        display: flex;
        align-items: center;
        gap: 5px;
        position: relative;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        height: fit-content;
        padding: 0;
        background: none;
        border: none;
        text-transform: uppercase;
        text-decoration: none;

        & svg {
            fill: var(--color-blue);
            width: 14px;
            height: 14px;

            & path {
                fill: var(--color-blue);
            }
        }

        &::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 0;
            height: 1px;
            background-color: var(--color-blue);
            transition: width 0.3s ease-in-out;
            -webkit-transition: width 0.3s ease-in-out;
            -moz-transition: width 0.3s ease-in-out;
            -ms-transition: width 0.3s ease-in-out;
            -o-transition: width 0.3s ease-in-out;
        }

        &:hover {
            gap: 12px;
            background: none;
            border: none;
            text-decoration: none;
        }

        &:hover::after {
            width: 100%;
        }

    }

    .news-card-slide:hover .read-more-link {
        text-decoration: none;
    }

    /* --- Estilos para los controles de Slick --- */

    & .news-featured-slider-wrapper {
        .slick-dots {
            display: none !important;
            position: absolute;
            bottom: -40px;
            width: 100%;
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: left;

            & li {
                margin: 0;

                & button {
                    width: 20px;
                    height: 20px;
                    padding: 0;
                    border: none;
                    background: transparent;
                    position: relative;
                    cursor: pointer;
                }

                & button:before {
                    font-family: 'slick';
                    font-size: 11px;
                    line-height: 20px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 20px;
                    height: 20px;
                    content: '•';
                    text-align: center;
                    opacity: .25;
                    color: black;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

                &.slick-active button:before {
                    opacity: 1;
                    color: var(--color-green);
                }
            }
        }

        .slick-prev,
        .slick-next {
            width: 40px;
            height: 40px;
            z-index: 10;
            display: none !important;
        }
    }

    & .last-news-container {
        width: calc(100% - 2rem);
        max-width: 1140px;
        margin: 0 auto 80px auto;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;

        & .h2-title {
            font-family: var(--font-family-primary);
            font-size: 36px;
            font-style: normal;
            font-weight: 500;
            line-height: 110%;
            /* 39.6px */
            letter-spacing: -0.72px;
            background: var(--GC-MainGradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0;
        }

        & .news-list {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;

            & .news-card:nth-child(n+7) {
                display: none;
            }

            & .news-card {
                border-radius: 0;
                background-color: transparent;
                border-bottom: 1px solid var(--GC-Grey---400, #B3BBC2);
                backdrop-filter: blur(2px);

                & a {
                    border-radius: 0;
                    background-color: none;

                    & .news-card__image {
                        width: 100%;
                        height: 226px;
                        object-fit: cover;
                        min-height: 226px;
                        display: none;
                    }
                }
            }
        }
    }

    & .carousel__section {
        padding-bottom: 124px;
        width: calc(100% - 2rem);
        max-width: 1140px;
        text-align: center;
        margin: 0 auto;

        & .carousel__container {
            padding: 64px 0 0 0;
        }

        & .carousel__title {
            & .h2-title {
                font-family: var(--font-family-primary);
                font-size: 36px;
                font-style: normal;
                font-weight: 500;
                line-height: 110%;
                /* 39.6px */
                letter-spacing: -0.72px;
                background: var(--GC-MainGradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
        }

    }

    /*
 * Efecto de difuminado para el carrusel de logos
 */

    /* 1. El contenedor principal necesita una posición relativa para que los 
      pseudo-elementos se posicionen correctamente dentro de él. */
    .carousel__logos-container {
        position: relative;
        padding-bottom: 128px;
    }

    /* 2. Definimos las propiedades comunes para ambos difuminados (izquierdo y derecho) */
    .carousel__logos-container::before,
    .carousel__logos-container::after {
        content: '';
        /* Obligatorio para que se muestren los pseudo-elementos */
        position: absolute;
        /* Se posicionan sobre el contenedor */
        top: 0;
        height: 100%;
        /* Ocupan toda la altura */
        z-index: 2;
        /* Se aseguran de estar por encima de los logos */
        width: 30%;
        /* Ancho del difuminado. Puedes ajustarlo a tu gusto. */

        /* ¡Muy importante! Evita que el difuminado bloquee el ratón (para hacer clic en las flechas o arrastrar) */
        pointer-events: none;
    }

    /* 3. Creamos el difuminado del lado izquierdo */
    .carousel__logos-container::before {
        left: 0;
        /* --- ¡IMPORTANTE! --- */
        /* Reemplaza 'white' con el color de fondo de tu sección. */
        /* Si el fondo es blanco, puedes usar #FFFFFF. */

        background: linear-gradient(90deg, rgba(249, 249, 249, 1) 35%, rgba(255, 255, 255, 0) 100%);
    }

    /* 4. Creamos el difuminado del lado derecho */
    .carousel__logos-container::after {
        right: 0;
        /* --- ¡IMPORTANTE! --- */
        /* Usa exactamente el mismo color que en el ::before. */

        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(249, 249, 249, 1) 65%);
    }

    .pagination {
        display: none
    }
}



/* ───── Lista de noticias ───── */

.h2-title.slider-section-title {
    width: calc(100% - 2rem);
    max-width: 1140px;
    margin: 0 auto 40px auto;
    padding: 0;
    font-family: var(--font-family-primary);
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 39.6px */
    letter-spacing: -0.72px;
    margin-top: 214px;
    background: var(--GC-MainGradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.news-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    max-width: 1140px;
    width: calc(100% - 2rem);
    margin: 0 auto;

    & .news-card {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        border-radius: 20px;
        border: 1px solid var(--color-gray-light);
        background: #FFF;
        backdrop-filter: blur(2px);
        height: auto;

        & a {
            text-decoration: none;
            color: inherit;
            width: 100%;
            height: 100%;
            border-radius: 20px 20px 0 0;
            display: flex;
            flex-flow: column;
            justify-content: stretch;

            & .news-card__image {
                width: 100%;
                height: 226px;
                object-fit: cover;
                min-height: 226px;
            }

            & .news-card__content {
                padding: 24px;
                height: 100%;
                display: flex;
                flex-flow: row wrap;
                align-items: flex-start;
                gap: 24px;

                & .news-card__date {
                    font-family: var(--font-family-primary);
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 160%;
                    /* 22.4px */
                    letter-spacing: 0.84px;
                    text-transform: uppercase;
                    flex: 1 0 100%;

                }

                & .news-card__title {
                    color: var(--color-blue-dark);

                    /* H3 */
                    font-family: var(--font-family-primary);
                    font-size: 28px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 110%;
                    /* 30.8px */
                    flex: 1 0 100%;
                }

                & .news-card__read-more {
                    width: fit-content;
                    text-align: center;
                    color: var(--color-blue);
                    text-align: center;
                    font-family: 'Lato';
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 22px;
                    display: flex;
                    align-items: center;
                    gap: 5px;
                    position: relative;
                    transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    height: fit-content;
                    padding: 0;
                    background: none;
                    border: none;
                    text-transform: uppercase;
                    text-decoration: none;

                    & svg {
                        fill: var(--color-blue);
                        width: 14px;
                        height: 14px;

                        & path {
                            fill: var(--color-blue);
                        }
                    }

                    &::after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: -2px;
                        width: 0;
                        height: 1px;
                        background-color: var(--color-blue);
                        transition: width 0.3s ease-in-out;
                        -webkit-transition: width 0.3s ease-in-out;
                        -moz-transition: width 0.3s ease-in-out;
                        -ms-transition: width 0.3s ease-in-out;
                        -o-transition: width 0.3s ease-in-out;
                    }

                    &:hover {
                        gap: 12px;
                        background: none;
                        border: none;
                        text-decoration: none;
                    }

                    &:hover::after {
                        width: 100%;
                    }
                }
            }
        }

    }
}

.pagination.news-pagination {
    display: none;
}


.news-card__excerpt {
    font-size: 1rem;
    color: #444;
    line-height: 1.5;
}

/* ───── Redes sociales ───── */
.news-social {
    margin-top: 1.5rem;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;

    & a {
        display: inline-block;
        background-color: #e5e5e5;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 0.9rem;
        color: #222;
        transition: background-color 0.3s ease, color 0.3s ease;

        &:hover {
            background-color: #0073aa;
            color: #fff;
        }
    }
}



/* ───── Cita (quote) ───── */
.news-quote {
    margin-top: 2rem;
    padding: 1.5rem;
    border-left: 4px solid #0073aa;
    background-color: #f0f8ff;
    font-style: italic;
    color: #444;
    display: flex;
    align-items: center;
    gap: 1rem;

    & img {
        width: 48px;
        height: 48px;
        object-fit: cover;
        border-radius: 50%;
    }
}




/* ───── Responsive ───── */
@media screen and (max-width: 600px) {
    .news-card__content {
        padding: 1rem;
    }

    .news-list {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));

    }

    .news-card__title {
        font-size: 1rem;
    }

    .news-highlighted__title {
        font-size: 1.4rem;
    }

    .news-highlighted__text {
        font-size: 0.95rem;
    }

    .news-quote {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .news-social a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 0.8rem;
    }
}


.archive {
    .section__use-cases.tree-use-cases .use-cases__hero-container {
        display: none;
    }

    #use-cases-container {
        display: none;
    }

    .section__use-cases.tree-use-cases {
        height: 422px;
        padding: 0;

        &::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 422px;
            background-position: center center;
            background-image: url(../img/Misc.png);
            background-repeat: no-repeat;
            background-size: 100%;
        }
    }
}

@media screen and (max-width: 768px) {
    .news-section {
        & .news-principal-hero {
            & .breadcrumbs-container {
                flex-flow: column-reverse;
                gap: 30px;

                & .breadcrumbs {
                    width: 100%;
                    justify-content: flex-start;
                    gap: 16px;
                    flex-wrap: wrap;

                    & a {
                        flex: none;
                        padding: 6px 12px;
                        gap: 8px;
                        font-size: 12px;
                    }
                }

                & .go-back {
                    margin-left: auto;

                    & svg {
                        width: 16px;
                        height: 16px;
                    }
                }
            }
        }

        & .news-principal-hero {
            background-image: url(//genomcorev2.local/wp-content/themes/genomcore-theme-v15/assets/css/../img/news-hero-bg-mobile.png);
            height: 570px;

            & .news-principal-new__title {
                padding: 48px 0 24px 0;
                gap: 16px;

                & h1.h1-title {
                    font-size: 42px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 110%;
                    /* 46.2px */
                    letter-spacing: -0.84px;
                }

                & p.txt-large {
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 140%;
                    /* 22.4px */
                    letter-spacing: 0.16px;
                    text-align: center;
                }
            }
        }

        & .news-container {
            & .news-hero-section {
                & .news-principal-new {
                    position: absolute;
                    top: -206px;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 0;
                    width: 100%;
                    max-width: 335px;
                    text-decoration: none;

                    & .news-principal-new__image {
                        width: 100%;
                        max-width: 100%;
                        height: 248px;
                        border-radius: 16px;
                        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                        display: flex;

                        & img {
                            width: 100%;
                            height: 100%;
                            border-radius: 16px 16px 0 0;
                            object-fit: cover;
                        }
                    }

                    & .news-principal-new__link {
                        width: 100%;
                        height: auto;
                        max-width: 100%;
                        padding: 24px;
                        border-radius: 0 0 16px 16px;

                        & .news-principal-title-h2 {
                            font-size: 24px;
                            font-style: normal;
                            font-weight: 500;
                            line-height: 110%;
                            /* 26.4px */
                            letter-spacing: -0.48px;
                        }

                        & .news-principal-new__description.txt-large {
                            font-size: 14px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 130%;
                            /* 18.2px */
                            letter-spacing: 0.14px;
                            display: none;
                        }
                    }
                }
            }
        }

        & .news-featured-slider-wrapper {
            max-width: 1140px;
            width: calc(100% - 2rem);
            margin: 324px auto 0 auto;
            padding: 0;
            position: relative;

            & .slider-section-title {
                margin-bottom: 24px;
            }

            & .news-card-slide {
                max-width: 335px;

            }

            & .card-title {
                font-size: 22px;
                font-style: normal;
                font-weight: 500;
                line-height: 110%;
                /* 24.2px */
            }
        }

        & .last-news-container {
            gap: 16px;
            margin: 48px auto 80px auto;

            & .h2-title {
                margin: 0;
                width: 100%;
            }

            & .news-list {
                width: 100%;
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                gap: 24px;



                & h2.news-card__title {
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 110%;
                    /* 22px */
                    letter-spacing: -0.4px;
                }

                & .news-card {
                    & a {
                        & .news-card__content {
                            padding: 24px 0;
                        }
                    }
                }
            }
        }

        & .carousel__section {
            & .carousel__container {
                padding: 0;
            }
        }

        & .carousel__logos-container {
            position: relative;
            padding-bottom: 64px;
        }


    }
}