/*!
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;
}

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

/* 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;
}

#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: 100vw;
    height: 90vh;
    background-color: #e77b55;
}

.noticia-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1rem;
    height: 100%;
}

.noticia-destacada {
    flex: 2;
    background-color: #eaa080;
    margin: 20px;
}

.noticias-secundarias {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1rem;
    margin: 20px 20px 20px 0;
}

.noticias-secundarias > div {
    flex: 1;
    background-color: #eaa080;
    padding: 1.1rem;
}

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

@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;
    }
}

@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;
    }
}

.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%;
}

.centered {

    -webkit-align-content: center;
    align-content: center;
    margin: 0 auto;

    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;

    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;

    /* Safari and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.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: 768px) {
    .seccion-fondo-fijo {
        background-attachment: scroll !important;
    }
}