.contimg {
    z-index: 50;
    /* margin: 0; */
    width: 100%;
    display: none;
    box-shadow: 1px 1px 1px 1px rgba(32, 32, 32, 0.3);
  }

  .contimg #imgubicacion {

    position: absolute;
    width: 30%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  svg rect {
    fill: #fdfdfd1a;
    /* fill: #104fcc63; */
    
  }
  svg a{
    /* background-color: #eba3079f; */
    background-color: red;
  }
  svg a text{
    fill: #020202;    
    font-size: 12px;    
  }
  #descripcion_proyecto ul li{
    list-style: none;
  }
