/* Start custom CSS */.pais{
    background: #fff;
    border-radius: 12px;
    line-height: 1em;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}
.pais h5{
    margin-bottom: 0.2em
}
.pais ul li{
    list-style: none;
    line-height: 1.2em;
    margin-bottom: 0em
}
.pais ul li::before {
  content: "\2022";  
  font-size: 1.3em;
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}
.pais ul li.todo::before {
  color: #00B141; 
  
}
.pais ul li.energia::before {
  color: #003087; 
  
}
.pais ul li.tics::before {
  color: #0096FF; 
  
}
.pais ul li.vias::before {
  color: #FE5000; 
  
}
body[data-elementor-device-mode=mobile] #mapa{
    overflow: hidden
}
body[data-elementor-device-mode=mobile] #negocios .elementor-column{
    margin-top: 0em;
}
body[data-elementor-device-mode=mobile] #mapa_paises .elementor-column{
    margin-top: 0.5em;
}
body[data-elementor-device-mode=mobile] .paises_info .elementor-column{
    margin-top: 0em;
}
/*
#mapa_paises_energia{
    display: none
}*/
#img_mapa_puntos, #img_mapa{
    transition:  1s;
}
.mapa_info .elementor-widget-wrap{
    padding: 0 0.8em
}/* End custom CSS */