/* BOTON

#mapa .btn {
    transition: 0.3s all ease-out;
}

#mapa .btn:hover {
    transition: 0.3s all ease-out;
    transform: translateX(15px);
}

#mapa .btn .icon-btn path {
    stroke: var(--primary);
    transition: 0.3s all ease-out;
}

#mapa .btn:hover .icon-btn path {
    stroke: var(--white);
    transition: 0.3s all ease-out;
}

#mapa .btn .icon-btn {
    transition: 0.3s all ease-out;
}

#mapa .btn:hover .icon-btn {
    transform: rotate(45deg);
    transition: 0.3s all ease-out;
} */
