﻿.cifras-container {
    padding: 40px 5px;
    color: white;
}

    .cifras-container h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.item {
    display: table-cell;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.icon {
    font-size: 40px;
}

.number {
    font-size: 42px;
    font-weight: bold;
    margin: 10px 0 5px;     
}

.label {
    font-size: 15px;
    font-weight: bold;
}










.swiper {
    width: 100%;
    height: 350px; /* Opción para pantalla completa */
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

    .swiper-slide img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

.banner-content {
    position: absolute;
    padding: 15px 75px;
    color: white;
    z-index: 12;
}

    .banner-content h1 {
        font-size: 2.5rem;
        font-family: roboto;
        color: white;
        font-weight: bold;
    }

    .banner-content p {
        font-size: 0.8rem;
        margin: 10px 0;
    }

    .banner-content a {
        background-color: red;
        color: white;
        text-decoration: none;
        padding: 10px 20px;
        font-size: 1rem;
        border-radius: 5px;
    }
/* Estilo para la paginación */
.swiper-pagination {
    bottom: 20px;
}

.swiper-pagination-bullet {
    background: white;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: red;
    opacity: 1;
}



/*================== 17 / 07 / 2025 ===============*/

.titulo-banner {
    color: white;
    font-size: 28pt;
    line-height: 1;
    margin-top: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.sub-titulo-banner {
    color: white;
    font-size: 15pt;
    margin-top: 15px;
    font-weight: 400;
}

.banner-home a {
    background-color: #C40000; /* rojo accesible */
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 20px;
    font-size: 1rem;
    border-radius: 10px;
    font-weight: 600;
    text-shadow: 0 0 3px rgba(0,0,0,0.8);
}

.cifras {
    background: url(/portal/assets/img/inicio/banner03.png);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: auto, auto;
    background-size: cover;
    background-position: center;
}

.cifras-edificacion {
    max-width: 35px !important;
    height: 35px;
}
.cifras-gobiernos-locales {
    max-width: 40px !important;
    height: 35px;
}
.cifras-evaluaciones {
    max-width: 35px !important;
    height: 35px;
}
.cifras-vis {
    max-width: 40px !important;
    height: 35px;
}