.container-movile {
    display: none;
    flex-direction: column;
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.container-movile .localidad{
    border: 2px dashed #efdf00;
    padding: 1rem 2rem;
    margin: 1rem 0;
}

.container-movile .localidad h3{
    color: #efdf00;
    text-align: center;
    text-transform: uppercase;
 }

 .container-movile .localidad h3::after{
    content: "";
    position: relative;
    width: 60px;
    height: 5px;
    background-color: #fff;
    margin: 1rem auto 0 auto;
    display: block;
 }

.container-movile button {
    background-color: #b10e0e;
    color: #efdf00;
    font-size: 1.2rem;
    font-weight: bold;
    border: 2px solid #efdf00;
    min-height: 40px;
    width: 100%;
    margin: 5px 0;
    padding: 1.5rem 1rem;
    border-radius: 10px;
}

.container-movile button:focus { 
    background-color: #960b0b;
}

.container-mapa {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    width: 80%;
    height: auto;
}

.container-mapa .mapa {
    width: 100%;
    height: auto;
}

.container-mapa .content-btns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.container-mapa .content-btns .dot { 
    position: absolute;
    width: 1.1vw;
    height: 1.1vw;
    background-color: #b10e0e;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0px 0px 1px 1px #00000077;
}

#DotAntonioNarino1 { top: 51%; left: 61.5%; }
#DotAntonioNarino2 { top: 54%; left: 61.5%; }
#DotAntonioNarino3 { top: 50.5%; left: 65%; }
#DotAntonioNarino4 { top: 52%; left: 58.5%; }
#DotAntonioNarino5 { top: 59%; left: 60.1%; }

#DotBarriosUnidos1 { top: 36%; left: 35.5%; }

#DotBosa1 { top: 90%; left: 51%; }
#DotBosa2 { top: 85%; left: 46.5%; }
#DotBosa3 { top: 83%; left: 55%; }

#DotChapinero3 { top: 27%; left: 38%; }
#DotChapinero2 { top: 28%; left: 38%; }
#DotChapinero4 { top: 29%; left: 42%; }
#DotChapinero1 { top: 31%; left: 46%; }
#DotChapinero5 { top: 33%; left: 50%; }

#DotCiudadBolivar1 { top: 77%; left: 62.5%; }
#DotCiudadBolivar2 { top: 71%; left: 73.5%; }
#DotCiudadBolivar3 { top: 72%; left: 66.5%; }
#DotCiudadBolivar4 { top: 71%; left: 71%; }
#DotCiudadBolivar5 { top: 75%; left: 77.5%; }
#DotCiudadBolivar6 { top: 70%; left: 75%; }

#DotEngativa1 { top: 49%; left: 25%; }
#DotEngativa2 { top: 45%; left: 29%; }
#DotEngativa3 { top: 56%; left: 22%; }
#DotEngativa4 { top: 49%; left: 34%; }

#DotFontibon1 { top: 65%; left: 29%; }

#DotKennedy1 { top: 70%; left: 49%; }

#DotLaCandelaria1 { top: 35%; left: 61.5%; }

#DotLosMartires1 { top: 46%; left: 56.5%; }

#DotPuenteAranda1 { top: 52%; left: 51%; }

#DotRafaelUribe1 { top: 58%; left: 66%; }

#DotSanCristobal1 { top: 49%; left: 73%; }
#DotSanCristobal2 { top: 44%; left: 72%; }
#DotSanCristobal3 { top: 50%; left: 75%; }
#DotSanCristobal4 { top: 49%; left: 81%; }

#DotSantafe1 { top: 39.5%; left: 58%; }
#DotSantafe2 { top: 38%; left: 57%; }
#DotSantafe3 { top: 42%; left: 60%; }
#DotSantafe4 { top: 40%; left: 64.5%; }

#DotSuba1 { top: 35%; left: 19%; }
#DotSuba2 { top: 32%; left: 23%; }
#DotSuba3 { top: 31%; left: 26%; }
#DotSuba4 { top: 39%; left: 26%; }

#DotTeusaquillo1 { top: 41%; left: 45%; }
#DotTeusaquillo2 { top: 38%; left: 44%; }
#DotTeusaquillo3 { top: 42%; left: 48%; }

#DotTunjuelito1 { top: 67%; left: 65%; }

#DotUsaquen { top: 16%; left: 19%; }

#DotUsme1 { top: 59%; left: 81%; }
#DotUsme2 { top: 60%; left: 87%; }


.modal-map {
    position: fixed;
    top: 200vh;
    opacity: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.9);
    transition: 0.6s all;
    z-index: 1000;
}

.modal-map.active {
    top: 0;
    opacity: 1;
}

.btn-close-modal { 
    position: absolute;
    top: 50px;
    right: 60px;
    color: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.card-map{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 70vw;
    height: 47vw;
    background-size: contain;
    margin: auto;
    transform: scale(0.7);
}

.card-amarillo { background-image: url(https://danzaenlaciudad.gov.co/sites/default/files/mapadanza/images/bg-amarillo.png); }


.card-map-body{
    position: relative;
    top: 10%;
    left: 7%;
    width: 80%;
    height: 80%;
    border-radius: 2vw;
    padding: 2vw 4vw;
    box-sizing: border-box;
    background-color: #4c4c4c;
    color: #efdf00;
}

.card-map-body p{ 
    font-size: 1.8vw;
    margin: auto;
}

.danzing{
    position: absolute;
    width: 50%;
    bottom: 2%;
    right: 0%;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@media (max-width: 1024px) {
    .card-map{ 
        width: 90vw;
        height: 60vw;
    }

    .card-map-body p{ 
        font-size: 2.5vw;
    }
}



@media (max-width: 768px) and (orientation: portrait) {

    .container-movile {
        display: flex;
    }

    .container-mapa{
        display: none;
    }

    .btn-close-modal { 
        top: 20px;
        right: 20px;
    }

    
    .card-map{ 
        transform: rotate(90deg) scale(1.2);
        width: 100vw;
        height: 67vw;
    }

    .card-map-body {
        transform: rotate(-90deg);
        padding: 4vw;
        left: 42%;
        width: 52%;
        z-index: 1;
    } 

    .card-map-body p{ 
        font-size: 2.5vw;
    }

    .danzing{ 
        transform: rotate(-90deg);
        font-size: 2.5vw;
        left: -10%;
    }
}

@media (max-width: 900px) and (orientation: landscape ) { 
    .card-map {
        transform: scale(0.5) !important;
    }

    .btn-close-modal { 
        top: 20px;
        right: 20px;
    }
}

@keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}