body{background-color:#2c2c2c;align-items:center;font-family:'Gill Sans','Gill Sans MT',Calibri,'Trebuchet MS',sans-serif}.content{height:auto;margin:10px;flex-basis:600px;object-position:center;flex-direction:row;display:flex;flex-wrap:wrap;justify-content:space-around}.full-map{width:90%;height:auto;margin:10px;flex-basis:700px;object-position:center;display:flex;align-self:center}.filters-menu{width:90%;*/height:auto;margin:10px;flex-basis:200px;object-position:center;flex-direction:row;background-color:#1d1d1d;border-radius:0.3rem;align-content:center;justify-content:center}.blog-entries{color:#fff;display:flex;flex-direction:column}.buttons{color:rgb(255,255,255)}.cls-1{fill:#38ef7d;cursor:pointer}.cls-1:hover{fill:#38ef7d;cursor:pointer}.cls-1,.cls-2{stroke-width:0px}.cls-2{fill:#2d2d2d}.Departamentos{fill:#5f646d;stroke:#fff;stroke-miterlimit:10}.Departamentos:hover{fill:#38ef7d;stroke:#fff;stroke-miterlimit:10;cursor:pointer}.tooltip{display:none;position:absolute;top:-60px;left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,0.8);color:#fff;padding:10px 15px;border-radius:4px;box-shadow:0 4px 8px rgba(0,0,0,0.2);z-index:10;width:auto;max-width:220px;text-align:center}.tooltip.active{display:block}.tooltip::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);border-width:5px;border-style:solid;border-color:rgba(0,0,0,0.8) transparent transparent transparent}.tooltip-content{font-weight:bold;margin-bottom:5px;font-size:16px}.tooltip-button{display:block;padding:8px 15px;background-color:#4CAF50;color:white;text-align:center;text-decoration:none;border-radius:4px;cursor:pointer;transition:background-color 0.3s}.tooltip-button:hover{background-color:#45a049}.dropdown{min-width:250px;position:relative;margin:10px}.dropdown *{box-sizing:border-box}.select{background:#1c1c1c;color:#fff;display:flex;justify-content:space-between;align-items:center;border:1px #fff solid;border-radius:5px;padding:10px;cursor:pointer;transition:background 0.3s}.selected-clicked{border:1px #1c1c1c solid;box-shadow:0 0 0 10px #1c1c1c}.select:hover{background-color:#494949}.caret{width:0;height:0;border-bottom:5px solid transparent;border-top:5px solid transparent;border-left:6px solid #fff;transition:0.3s}.caret-rotate{transform:rotate(90deg)}.menu{list-style:none;padding:0px 5px;background:#fff;box-shadow:0 0 0 0 2em #1c1c1c;border-radius:1px;position:absolute;top:40px;left:0px;width:100%;height:0%;transition:300ms cubic-bezier(0.77,0,0.18,1);;z-index:1;overflow-y:scroll}.menu::-webkit-scrollbar{width:5px;background:#e4e4e4}.menu::-webkit-scrollbar-track{background:#5e5e5e}.menu::-webkit-scrollbar-thumb{background:#38EF7D}.menu li{padding:8px;margin:2px;border-radius:5px;cursor:pointer}.menu li:hover{background:#9effc3;font-weight:700}.active{background:#9effc3;color:#333333;font-weight:700}.text-fade-in{animation:textFade 300ms ease-out}.menu-open{border:1px #333333 solid;height:150px}@keyframes textFade{0%{transform:translateX(-1em);opacity:0}100%{transform:translateX(0);opacity:1}}