/* CSS for resolution 1920x1080 
    Laptop/Monitor full HD
*/
@media (min-width: 1920px) {
    body {
        font-size: 20px;
    }
    .container-portada {
        min-height: 965px;
    }
    /* Cuando el sidebar está oculto */
    .sidebar-custom-closed .container-portada {
        min-height: calc(965px + 120px); /* aumenta el alto como compensación */
    }

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

    .sidebar-custom {
        width: 300px;
    }

    .separator {
        height: 50px;
    }

    .header-nombre-proyecto {
        font-size: 17px;
    }
    .sidebar-custom-item a, .header-menu {
        font-size: 20px;
    }
                
    .rd-navbar-brand > img {
        width: 300px;
    }

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

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

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

    .banner-home a{
        font-size:20px !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: 19px;
    }

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


}
