/* .area-mapa{
    padding-top: 5%;
 } */
 
 .area-mapa path{
     fill: #aaaaaa;
     stroke: #4a4545;
     stroke-width: 2px;
 }
 
 /* .fondo{
     background: url(/images/mapa_onda_cero.png) no-repeat;
     background-size: cover;
     background-position: center 0px; 
     background-attachment: fixed;
 } */
 
 .logo{
     display: block;
     max-width: 80%;
     height: auto;
 }
 
 .panel{
     padding: 10px;
     background: rgb(236, 235, 235);
 }
 
 ul {
     columns: 2;
     -webkit-columns: 2;
     -moz-columns: 2;
   }

.hide {
    display: none;
}

.btn:focus, .btn.focus {
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 0%) !important;
}








