/* Estilos para shortcode de lugar */
div.lugar {
  color: currentcolor;
}

div.lugar ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0px;
}

div.lugar .icon{
  margin: 0;
  padding: 0;
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: -99em;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.5 13.75H10.0456C10.3694 13.4375 10.7175 13.0806 11.0662 12.6794C12.8219 10.6606 13.75 8.52312 13.75 6.5C13.75 4.97501 13.1442 3.51247 12.0659 2.43414C10.9875 1.3558 9.52499 0.75 8 0.75C6.47501 0.75 5.01247 1.3558 3.93414 2.43414C2.8558 3.51247 2.25 4.97501 2.25 6.5C2.25 9.625 4.3825 12.2463 5.94875 13.75H3.5C3.30109 13.75 3.11032 13.829 2.96967 13.9697C2.82902 14.1103 2.75 14.3011 2.75 14.5C2.75 14.6989 2.82902 14.8897 2.96967 15.0303C3.11032 15.171 3.30109 15.25 3.5 15.25H12.5C12.6989 15.25 12.8897 15.171 13.0303 15.0303C13.171 14.8897 13.25 14.6989 13.25 14.5C13.25 14.3011 13.171 14.1103 13.0303 13.9697C12.8897 13.829 12.6989 13.75 12.5 13.75ZM3.75 6.5C3.75 5.37283 4.19777 4.29183 4.9948 3.4948C5.79183 2.69777 6.87283 2.25 8 2.25C9.12717 2.25 10.2082 2.69777 11.0052 3.4948C11.8022 4.29183 12.25 5.37283 12.25 6.5C12.25 8.58187 11 10.4606 9.95625 11.6694C9.36033 12.3539 8.70576 12.985 8 13.5556C7.29424 12.985 6.63967 12.3539 6.04375 11.6694C5 10.4606 3.75 8.58187 3.75 6.5ZM8 9.25C8.5439 9.25 9.07558 9.08871 9.52782 8.78654C9.98005 8.48437 10.3325 8.05488 10.5407 7.55238C10.7488 7.04988 10.8033 6.49695 10.6972 5.9635C10.5911 5.43005 10.3291 4.94005 9.94454 4.55546C9.55995 4.17086 9.06995 3.90895 8.5365 3.80284C8.00305 3.69673 7.45012 3.75119 6.94762 3.95933C6.44512 4.16747 6.01563 4.51995 5.71346 4.97218C5.41128 5.42442 5.25 5.9561 5.25 6.5C5.25083 7.22909 5.54082 7.92808 6.05637 8.44363C6.57192 8.95918 7.27091 9.24917 8 9.25ZM8 5.25C8.24723 5.25 8.4889 5.32331 8.69446 5.46066C8.90002 5.59801 9.06024 5.79324 9.15485 6.02165C9.24946 6.25005 9.27421 6.50139 9.22598 6.74386C9.17775 6.98634 9.0587 7.20907 8.88388 7.38388C8.70907 7.5587 8.48634 7.67775 8.24386 7.72598C8.00139 7.77421 7.75005 7.74946 7.52165 7.65485C7.29324 7.56024 7.09801 7.40002 6.96066 7.19446C6.82331 6.9889 6.75 6.74723 6.75 6.5C6.75 6.16848 6.8817 5.85054 7.11612 5.61612C7.35054 5.3817 7.66848 5.25 8 5.25Z' fill='%231B2659'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.lugar ul li.nombre-lugar {
  margin-right: .5rem;
  display: flex;
  flex-direction: row-reverse;
}

div.lugar ul li.nombre-lugar span {
  padding: 0 .3rem;
  font-size: 13px;
}

div.lugar ul li.nombre-lugar span:last-child {
  font-weight: bold;
}

.simple li.nombre-lugar span:not(:last-child) {
  display: none;
}

/* Estilos para shortcode tipo de actividad */
ul.tipo-actividad{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
ul.tipo-actividad li{
  margin-right: .5rem;
}

