/*!
Estilos para la versión 2025 del sitio de la Secretaría de la Producción.
*/
@font-face {
    font-family: 'Platform';
    src: url("/jakarta.faces.resource/default/fonts/Platform-Regular.woff2.xhtml") format('woff2'),
    url("/jakarta.faces.resource/default/fonts/Platform-Regular.woff.xhtml") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Platform';
    src: url("/jakarta.faces.resource/default/fonts/Platform-MediumItalic.woff2.xhtml") format('woff2'),
    url("/jakarta.faces.resource/default/fonts/Platform-MediumItalic.woff.xhtml") format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Platform';
    src: url("/jakarta.faces.resource/default/fonts/Platform-BoldItalic.woff2.xhtml") format('woff2'),
    url("/jakarta.faces.resource/default/fonts/Platform-BoldItalic.woff.xhtml") format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Platform Hairline';
    src: url("/jakarta.faces.resource/default/fonts/Platform-Hairline.woff2.xhtml") format('woff2'),
    url("/jakarta.faces.resource/default/fonts/Platform-Hairline.woff.xhtml") format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Platform Hairline';
    src: url("/jakarta.faces.resource/default/fonts/Platform-HairlineItalic.woff2.xhtml") format('woff2'),
    url("/jakarta.faces.resource/default/fonts/Platform-HairlineItalic.woff.xhtml") format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Platform';
    src: url("/jakarta.faces.resource/default/fonts/Platform-Medium.woff2.xhtml") format('woff2'),
    url("/jakarta.faces.resource/default/fonts/Platform-Medium.woff.xhtml") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Platform';
    src: url("/jakarta.faces.resource/default/fonts/Platform-RegularItalic.woff2.xhtml") format('woff2'),
    url("/jakarta.faces.resource/default/fonts/Platform-RegularItalic.woff.xhtml") format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Platform';
    src: url("/jakarta.faces.resource/default/fonts/Platform-Bold.woff2.xhtml") format('woff2'),
    url("/jakarta.faces.resource/default/fonts/Platform-Bold.woff.xhtml") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Platform';
    src: url("/jakarta.faces.resource/default/fonts/Platform-Light.woff2.xhtml") format('woff2'),
    url("/jakarta.faces.resource/default/fonts/Platform-Light.woff.xhtml") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Platform';
    src: url("/jakarta.faces.resource/default/fonts/Platform-LightItalic.woff2.xhtml") format('woff2'),
    url("/jakarta.faces.resource/default/fonts/Platform-LightItalic.woff.xhtml") format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: block;
}

body {
    font-family: 'Platform', serif;
    font-weight: 300;
    font-style: normal;
}

.titulo-principal {
    font-family: 'Platform', serif;
    font-weight: bold;
    font-style: normal;
}

.titulo-principal-ronda {
    font-family: 'Platform', serif;
    font-weight: bold;
    font-style: normal;
}

.titulo-secundario {
    font-family: 'Platform', serif;
    font-weight: 500;
    font-style: normal;
}

.titulo-noticia{
    font-family: 'Platform', serif;
    font-weight: 400;
    font-style: normal;
}

.texto {
    font-family: 'Platform', serif;
    font-weight: 300;
    font-style: normal;
}

:root { --card-radius: 22px; }
.tarjeta-autoridad {
    color: #fff;
    border-radius: var(--card-radius);
    overflow: hidden;
    background:
            radial-gradient(120px 140px at -20% -10%, rgba(42,164,255,.35) 0%, rgba(15,23,42,0) 60%),
            radial-gradient(140px 160px at 120% 110%, rgba(255,31,131,.35) 0%, rgba(15,23,42,0) 60%),
            #0f172a;
    box-shadow:
            0 15px 20px -8px rgba(0,0,0,.55),
            0 -15px 20px -8px rgba(0,0,0,.40);
}

.btn-cta {
    background: linear-gradient(180deg, #2e3a66 0%, #27324f 100%);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    padding: 12px 20px;
    color: #e5e7eb;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.04);
    transition: .2s transform, .2s box-shadow;
    display: inline-flex; align-items: center; gap: .5rem;
}
.btn-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(0,0,0,.45); }
.link-icon {
    width: 40px; height: 40px; border-radius: 12px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.08);
    display: grid; place-items: center;
    color: #a5b4fc; text-decoration: none;
    transition: .2s transform, .2s background;
}
.link-icon:hover { transform: translateY(-2px); background: rgba(255,255,255,.14); }

/* Contenedor principal del slide */
.carousel-slide-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin: 0;
    padding: 0;
}

.carousel-image-container-home {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 8;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.carousel-image-home {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#carousel-ronda {
    padding: 0;
    margin: 0;
    width: 100%;
}

#image-carousel {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
}

#image-carousel .splide__pagination {
    background-color: inherit;
}

#image-carousel .splide__pagination__page {
    background-color: #c76e38;
}

#image-carousel .splide__pagination__page.is-active {
    background-color: #ff7500;
}

#carousel-ronda .splide__pagination {
    background-color: inherit;
}

#carousel-ronda .splide__pagination__page {
    background-color: #c76e38;
}

#carousel-ronda .splide__pagination__page.is-active {
    background-color: #ff7500;
}

.carousel-slide-ronda,
.carousel-image-container-ronda {
    width: 100%;
    height: 600px;
    padding: 0;
    margin: 0;
    object-fit: cover;
}

.carousel-image-ronda {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Pie de imagen / rotulo */
.carousel-caption-home {
    padding: 0.8rem;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #1e1d1d;
    background-color: #d6863e;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.splide__slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
}

.splide__pagination {
    padding: 5px;
    bottom: -1.5rem;
    background-color: #0d3c61;
}

.splide__arrow {
    background-color: #ffffff;
    color: black;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.ronda-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    align-items: start;
    justify-content: center;
    padding-top: 30px;
    column-gap: 30px;
    row-gap: 10px;
}

.carrusel-container {
    grid-column: 1;
    grid-row: 1 / span 2;
    max-width: 450px;
}

.ronda-texto {
    padding-top: 10px;
    grid-column: 2;
    grid-row: 1;
    position: relative;
    display: inline-block;
}

.ronda-texto:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background-color: #0d3c61;
}

.ronda-gacetilla {
    grid-column: 2;
    grid-row: 2;
    text-align: center;
    margin-top: 10px;
}

.irArribaContainer {
    position: fixed;
    bottom: 0.1rem;
    right: 0.1rem;
    width: 3rem;
    height: 3rem;
    z-index: -1;
}

.irArribaBoton {
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: .2s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.irArribaBoton i {
    position: absolute;
    font-size: 1rem;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: .2s;
}

.irArribaBoton:hover {
    background-color: #2b4378;
}

.animacion {
    z-index: 10;
}

.animacion .irArribaBoton {
    animation: popup .3s ease-in-out;
    width: 3rem;
    height: 3rem;
    z-index: 11;
}

.animacion i {
    transform: translate(-50%, -50%) scale(1);
}

@keyframes popup {
    0% {
        width: 0;
        height: 0;
    }
    50% {
        width: 4rem;
        height: 4rem;
    }
    100% {
        width: 3rem;
        height: 3rem;
    }
}

@keyframes popout {
    0% {
        width: 3rem;
        height: 3rem;
    }
    50% {
        width: 4rem;
        height: 4rem;
    }
    100% {
        width: 0;
        height: 0;
    }
}

.irArribaContainer.saliendo .irArribaBoton {
    animation: popout 0.3s ease-in-out forwards;
}

.irArribaContainer.saliendo i {
    transform: translate(-50%, -50%) scale(0);
}

.home-grid {
    gap: 0.5rem;
    max-width: 75rem;
}

.home-container {
    display: block;
    width: 230px;
    height: 230px;
}

.titulo-principal-ronda {
    position: relative;
    display: inline-block;
}

.titulo-principal-ronda:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: gold;

}

.zoom-effect {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.zoom-effect:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: blue;
}

.visitas-empresas-boton-1 {
    display: flex;
    justify-content: start;
    background-color: #232d64;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-decoration: none;
}

.visitas-empresas-boton-2 {
    display: flex;
    justify-content: start;
    background-color: #d6863e;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-decoration: none;
}

#header {
    position: relative;
    z-index: 900;
    background-color: #2b4378;
    width: 100vw;
    background-size: cover;
}

.header_content {
    width: 90%;
    margin: auto;
}

.home-container {
    width: 230px;
    height: 230px;
}

.noticias-fondo {
    width: 100%;
    height: 100%;
    background: #F3904F;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #3B4371, #F3904F);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #3B4371, #F3904F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.noticias-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: clamp(520px, 70vh, 860px);
    padding: 20px;
}

.div1 {
    grid-area: 1 / 1 / 4 / 4;
}

.div2 {
    grid-area: 1 / 4 / 2 / 6;
}

.div3 {
    grid-area: 2 / 4 / 3 / 6;
}

.div4 {
    grid-area: 3 / 4 / 4 / 6;
}

.noticia-destacada {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    flex: 2;
    background-color: #eaa080;
}

.noticia-destacada img,
.noticia-secundario img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.noticia-info-secundaria{
    padding: 7px;
}

.noticia-secundario {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: white;
    border-radius: 12px;
    overflow: hidden;
}

.noticia-info-secundaria a,
.noticia-info-destacada a {
    position: relative;
    text-decoration: none;
}

.noticia-info-destacada {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 16px;
    box-sizing: border-box;
}

.noticia-destacada .noticia-info-destacada h2 {
    font-size: 1.2rem;
    margin: 0;
}

.noticia-info-secundaria a {
    color: #000;
    width: 55%;
}

.noticia-info-destacada a {
    color: #ffffff;
    padding-bottom: 10px;
}

.noticia-secundario .noticia-info-secundaria h3 {
    display: flex;
    justify-content: center;
}

.noticia-info-secundaria a::after,
.noticia-info-destacada a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width .3s ease;
}

.noticia-info-secundaria a:hover::after {
    width: 100%;
}

.noticia-info-destacada a:hover::after {
    width: 100%;
}

.logo-link {
    display: block;
    width: fit-content;
}

.header_logo {
    height: 6.5rem !important;
}

.header_bar {
    float: right;
    margin-top: -59px !important;
    margin: auto;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

/************/

.menu {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: transparent;
    margin-top: 7px;
}

.menu-hover-effect {
    text-decoration: none;
    color: #ffffff;
    position: relative;
    font-weight: bold;
}

.menu-hover-effect:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 100%;
    background-color: #d6863e;
    transition: width 0.3s ease-in-out;
}

.menu-hover-effect::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 0;
    background-color: #d6863e;
    transition: width 0.3s ease-in-out;
}

.menu-despliegue-hover > button {
    background-color: transparent;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.menu-despliegue-hover > button:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 100%;
    background-color: #d6863e;
    transition: width 0.3s ease-in-out;
}

.menu-despliegue-hover > button::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 0;
    background-color: #d6863e;
    transition: width 0.3s ease-in-out;
}

.menu-despliegue-hover:hover .menu-despliegue-contenido {
    display: block;
}

.menu-despliegue-contenido {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.menu-despliegue-contenido a {
    color: #333333;
    padding: 8px 16px;
    display: block;
    text-decoration: none;
    font-size: 1em;
}

.menu-despliegue-contenido a:hover {
    background-color: #d6863e;
    color: #ffffff;
}

.social_network_span {
    float: right;
}

.social_network_span ul {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #40a4bc;
    background-size: cover;
}

.social_network_span li {
    display: inline;
    list-style-type: none;
}

.social_network_span ul li a i {
    color: black;
    padding: 10px;
    transition: box-shadow 0.3s ease;
    font-size: 17px;
}

.social_network_span ul li a i:hover {
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.5), 5px 0px 10px rgba(0, 0, 0, 0.5);
}

.ui-selectonemenu .ui-selectonemenu-label {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    margin-right: 25px !important;
}

.ui-selectonemenu-panel .ui-selectonemenu-items .ui-menuitem-text {
    white-space: normal !important;
    word-wrap: break-word !important;
    display: inline-block !important;
    max-width: 100% !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    width: 25px !important;
    right: 0 !important;
}

.boton-ronda-2025 {
    background: url("/jakarta.faces.resource/images/estilos/celeste_borroso.jpg.xhtml?ln=default") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.boton-ronda-2024, .titulo-empresas {
    background: url("/jakarta.faces.resource/images/estilos/degradado_2.jpg.xhtml?ln=default") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.boton-ronda-2023, .tarjeta-azul-2 {
    background: url("/jakarta.faces.resource/images/estilos/azul_nitido.jpg.xhtml?ln=default") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.boton-ronda-2022 {
    background: url("/jakarta.faces.resource/images/estilos/azul_borroso.jpg.xhtml?ln=default") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.boton-ronda-2019, .titulo-empresas-2 {
    background: url("/jakarta.faces.resource/images/estilos/degradado_3.jpg.xhtml?ln=default") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.boton-ronda-2018, .boton-principal-inicio {
    background: url("/jakarta.faces.resource/images/estilos/degradado_1.jpg.xhtml?ln=default") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.boton-ronda-2017, .boton-medio-inicio {
    background: url("/jakarta.faces.resource/images/estilos/degradado_4.jpg.xhtml?ln=default") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.boton-ronda-2016 {
    background: url("/jakarta.faces.resource/images/estilos/naranja_borroso.jpg.xhtml?ln=default") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.tarjeta-naranja {
    background: url("/jakarta.faces.resource/images/estilos/naranja_nitido.jpg.xhtml?ln=default") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.tarjeta-azul {
    background: url("/jakarta.faces.resource/images/estilos/logo_matanza_azul.jpg.xhtml?ln=default") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.footer {
    color: white;
    border-top: solid black;
    margin-top: .4rem;
    background: rgb(43, 67, 120);
}

.footer h5 {
    font-weight: 500;
}

#slider {
    height: 350px;
}

#slider img {
    display: none;
}

#slider img:nth-child(1) {
    display: block;
}

.buttons-div {
    display: block;
    text-align: right;
    padding: 10px;
}

body .ui-panel .ui-panel-content {
    border: 0 !important;
    border-radius: 0.75rem !important;
    padding: 1rem !important;
}

.buttons-div .ui-button {
    padding: 10px !important;
}

/* ocultamos el nombre de los archivos subidos */
.ui-fileupload-filename {
    display: none;
}

@media (max-width: 640px) {
    .header_logo {
        width: 14rem;
        background: url("/jakarta.faces.resource/images/logos/municipio-de-la-matanza-logo-2025.png.xhtml?ln=default") no-repeat center center;
        background-size: 60% auto;
        margin-right: 50px;
        margin-left: -40px;
    }
    .carousel-caption-home {
        min-height: 60px;
        font-size: 1.1rem;
        padding: 6px;
    }
    .carousel-image-container-home {
        height: 265px;
    }
    .carousel-image-home {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .ronda-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .carousel-image-container-ronda {
        aspect-ratio: auto;
        height: 550px;
        width: 100%;
        overflow: hidden;
    }
    #carousel-ronda {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .ronda-gacetilla {
        text-align: center;
        width: 100%;
    }
    .ronda-gacetilla p {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .ronda-gacetilla a {
        display: flex;
        justify-content: center;
    }
    .carousel-image-ronda {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .carousel-slide-ronda {
        height: 535px;
    }
    .home-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        gap: 0.1rem;
    }
    .home-container {
        width: 170px;
        height: 190px;
    }
    .noticias-grid {
        min-height: clamp(360px, 60vh, 640px);
    }
}

@media (min-width: 640px) {
    .header_logo {
        width: 29rem;
        background: url("/jakarta.faces.resource/images/logos/municipio-de-la-matanza-logo-2025.png.xhtml?ln=default") no-repeat center center;
        background-size: 60% auto;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .home-container {
        width: 190px;
        height: 190px;
    }

    .noticias-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        height: clamp(520px, 70vh, 860px);
        padding: 20px;
        grid-auto-flow: dense;
    }

    .div1 { grid-area: 1 / 1 / 4 / 4; }
    .div2 { grid-area: 1 / 4 / 2 / 6; }
    .div3 { grid-area: 2 / 4 / 3 / 6; }
    .div4 { grid-area: 3 / 4 / 4 / 6; }

    .noticia-destacada,
    .noticia-secundario { aspect-ratio: auto; position: relative; overflow: hidden;}

    .noticias-grid > .noticia-destacada,
    .noticias-grid > .noticia-secundario { height: 100%; }

    .noticia-destacada img,
    .noticia-secundario img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .noticia-info-destacada,
    .noticia-info-secundaria {
        height: clamp(110px, 28%, 170px);
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.6);
        color: #fff;
        padding: 13px 16px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        z-index: 2;
        text-align: left;
    }

    .noticia-info-destacada .titulo-secundario,
    .noticia-info-secundaria .titulo-secundario {
        line-height: 1.25;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .noticia-info-secundaria a,
    .noticia-info-destacada a { color: #fff; }
}

@media (max-width: 767.98px) {
    .noticias-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        grid-row-gap: 12px;
        grid-column-gap: 12px;
        padding: 12px;
    }
    .div1, .div2, .div3, .div4 {
        grid-area: auto;
    }
    .noticia-info-secundaria, .noticia-info-destacada {
        font-size: 5px;
        padding: 8px 10px;
    }
    .seccion-fondo-fijo {
        background-attachment: scroll !important;
    }
    .noticia-secundario{
        color: white;
    }
    .noticia-info-secundaria a{
        color: white;
    }
}