  
/*.content{
    width: 645px;
    margin: auto;
 margin-top: -80px;
    }*/

body{
background-color: transparent !important;

}

.titulo {
   width: 645px;
    margin: auto;

}

path::focus {
    outline: 0px solid transparent !important;
}

path::focus-visible {
    outline: 0px solid transparent !important;
}


path::active {
    outline: 0px solid transparent !important;
}

path::focus-within {
    outline: 0px solid transparent !important;
}


p.textopopup {
    margin: 0 0 0px !important;
}


/*Modal*/

.modal {

    max-width: 600px !important;
width: 95%;
}

.overflow-modal {
    overflow-y: scroll;
        height: 70vh;
}

/*Scroll*/


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
      border-radius: 20px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000; 
      border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
      border-radius: 20px;
}




/*Municipios*/

#BarbosaMap {
    
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#BarbosaMap:hover {
    fill: #e5e5e5;
}


#GirardotaMap {
    
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#GirardotaMap:hover {
    fill: #e5e5e5;
}

#CopacabanaMap {
    
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#CopacabanaMap:hover {
    fill: #e5e5e5;
}

#ItaguiMap {
    
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#ItaguiMap:hover {
    fill: #e5e5e5;
}

#LaEstrellaMap {
    
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#LaEstrellaMap:hover {
    fill: #e5e5e5;
}


#Sabanetamap {
    
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#Sabanetamap:hover {
    fill: #e5e5e5;
}

#BelloMap {
    
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#BelloMap:hover {
    fill: #e5e5e5;
}

#MedellinMap {
    
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#MedellinMap:hover {
    fill: #e5e5e5;
}


#EnvigadoMap {
    
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#EnvigadoMap:hover {
    fill: #e5e5e5;
}

#CaldasMap {
    
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#CaldasMap:hover {
    fill: #e5e5e5;
}



#C .st66 {
    
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#C .st66:hover {
    fill: #ccc;
}


#D .st66 {
    
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#D .st66:hover {
    fill: #ccc;
}

#E .st66 {
    
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#E .st66:hover {
    fill: #ccc;
}


#F .st66 {
    
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#F .st66:hover {
    fill: #ccc;
}

.modal a.close-modal {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/close-01.svg) !important;
    background-color: #000 !important;
}


.modal a.close-modal:hover {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/close-02.svg) !important;
    background-color: #000 !important;
}


.modal {
   
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0 0px #000 !important;
    -moz-box-shadow: 0 0 0px #000 !important;
    -o-box-shadow: 0 0 0px #000 !important;
    -ms-box-shadow: 0 0 0px #000 !important;
    box-shadow: 0 0 0px #000 !important;
    text-align: left;
    padding: 40px 20px !important;
}


.textopopup{
    font-weight: 600 !important;
    margin: 0 0 2px !important;
}

@media (max-width: 600px) {
  .iframe-mobile {
   margin-top: 0px;
  }
}


#mano {
    animation: mano 2s infinite linear;
}

@keyframes mano {

  0% {transform: scale(1)}
  50% {transform: scale(1.009)}
  100% {transform: scale(1)}
}