/* CSS for resolution 2560x1440
    Monitor QHD
*/
@media (min-width: 2560px) {
    body {
        font-size: 20px;
    }

    .container-portada {
        min-height: 1250px;
    }
    /* Cuando el sidebar está oculto */
    .sidebar-custom-closed .container-portada {
        min-height: calc(1250px + 160px); /* aumenta el alto como compensación */
    }

    .main-content {
        margin-left: 400px;
    }

    .sidebar-custom {
        width: 400px;
    }

    .separator {
        height: 50px;
    }

    .header-nombre-proyecto {
        font-size: 20px;
    }

    .sidebar-custom-item a, .header-menu {
        font-size: 28px;
        color:white;
    }

    .rd-navbar-brand > img {
        width: 400px;
    }

    .titulo-banner {
        font-size: 60px !important;
    }

    .titulo-seccion {
        font-size: 40pt;
    }

    .card-body {
        font-size: 30px;
    }

    .banner-home a {
        font-size: 30px !important;
    }




    .cifras-edificacion {
        max-width: 55px !important;
        height: 55px;
    }

    .cifras-gobiernos-locales {
        max-width: 60px !important;
        height: 55px;
    }

    .cifras-evaluaciones {
        max-width: 55px !important;
        height: 55px;
    }

    .cifras-vis {
        max-width: 60px !important;
        height: 55px;
    }

    .number {
        font-size: 55px;
    }

    .label {
        font-size: 23px;
    }

    .card-titulo {
        font-size: 15pt;
    }


    .sub-titulo-banner{
        font-size:25px;
    }

}
