/*Globales*/
    html,
    body {
        font-family: var(--fuente);
        box-sizing: border-box;
        font-size: 62.5%;
        padding: 0;
        margin: 0;
        height: 50%;
        width: 100%;
    }
    *, *:before, *:after { box-sizing: inherit }
/*Fin de globales*/

/*Mapa*/
    #viewDiv {
        position: absolute;
        top: 0;
        height: 50%;
        width: 100%;
    }
    #viewDiv2 {
        border-top: 2px solid #fff;
        position: absolute;
        bottom: 0;
        height: 50%;
        width: 100%;
    }
    .esri-ui .esri-attribution {
        display: none;
    }
/*Fin de mapa*/