body{margin:0;font-family:Arial;background:#eef2f5}.hero{background:#0b67a3;color:#fff;padding:20px}.top{max-width:1100px;margin:auto;display:flex;justify-content:space-between;align-items:center}.logo,.perfil{width:110px;height:110px;border-radius:50%;object-fit:cover;background:#fff}.titulo{text-align:center}.btn{display:inline-block;background:#19d15b;color:#fff;padding:10px 18px;border-radius:8px}.stats{max-width:1100px;margin:20px auto;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.stats div,.card{background:#fff;border-radius:12px;padding:15px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.container{max-width:1100px;margin:auto}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.card img{width:100%;height:180px;object-fit:cover;border-radius:8px;background:#ddd}@media(max-width:700px){.top{flex-direction:column}.stats{grid-template-columns:repeat(2,1fr)}}
.slogan{text-align:center;font-weight:bold;color:#dff7ff;font-size:18px;margin:8px 0 15px}.card p{margin:5px 0}.card h3{min-height:48px}/*======================
 MAPA
======================*/

.mapa-section{

    background:#ffffff;

    padding:50px 20px;

    margin-top:20px;

    text-align:center;

}

.mapa-texto{

    color:#666;

    margin-bottom:25px;

    font-size:18px;

}

.mapa-container{

    position:relative;

    display:inline-block;

    width:100%;

    text-align:center;

}

#mapaRS{

    display:block;

    width:100%;

    max-width:1100px;

    margin:auto;

    border-radius:12px;

    box-shadow:0 5px 20px rgba(0,0,0,.15);

}
.hotspot{

    position:absolute;

    transform:translate(-50%,-50%);

    width:6px;

    height:6px;

    border-radius:50%;

    background:#ff2d2d;

    border:1px solid white;

    cursor:pointer;

    transition:.2s;

    z-index:999;

}

.hotspot:hover{

    transform:translate(-50%,-50%) scale(1.4);

    background:#0080ff;

}


.numero-projeto{
position:absolute;
transform:translate(-50%,-50%);
background:#0b67a3;
color:#fff;
font-weight:bold;
font-size:13px;
padding:4px 7px;
border-radius:8px;
border:2px solid #fff;
box-shadow:0 2px 8px rgba(0,0,0,.35);
cursor:pointer;
user-select:none;
z-index:9999;
}
.numero-projeto:hover{
background:#ff9800;
transform:translate(-50%,-50%) scale(1.1);
}
