Compartir en:
Añadir mapa base en QGIS mediante XYZ Tiles
:root{
--primary:#0C447C;
--secondary:#2e7d32;
--bg:#f4f7fb;
}
body{
margin:0;
font-family:'Poppins',sans-serif;
background:var(--bg);
}
/* HEADER */
.header{
background:white;
padding:15px 40px;
display:flex;
justify-content:space-between;
align-items:center;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}
.logo{
height:55px;