
  /* listado de páginas (nacional, internaciona y asociaciones)*/
body {
  --h: 212deg;
  --l: 43%;
  --brandColor: hsl(var(--h), 71%, var(--l));
}

#contactosSectoriales a{
  margin: 0;
  line-height: 1.6;
  text-decoration:none;
  font-size: 12px;
}

#contactosSectoriales ol {
  list-style: none;
  counter-reset: list;
  padding: 0 1rem;
  margin-top:34px;
}

#contactosSectoriales li {
  position: relative;
  counter-increment: list;
  max-width: 45rem;
  margin: 2rem auto;
  padding: 2rem 1rem 1rem;
  box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: white;	
}

#contactosSectoriales li::before {
  --stop: calc(100% / 1 * var(--i));
  --l: 62%;
  --l2: 88%;
  --c1: hsl(var(--h), 71%, var(--l));
  --c2: hsl(var(--h), 71%, var(--l2));	
  content: '';
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
  margin-top:-20px;
}

#contactosSectoriales h3 {
  display: flex;
  align-items: baseline;
  margin: 0 0 1rem;
  color: var(--brandColor);
  font-size: 12px;
}

#contactosSectoriales h3::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  content: counter(list);
  padding: 1rem;
  border-radius: 50%;
  background-color: var(--brandColor);
  color: white;	
}

#contactosSectoriales	li {
  margin: 1rem auto;
  padding: 2rem;
}	

#contactosSectoriales	h3 {
  font-size: 1rem;
  margin: 0 0 0rem;
}	

#contactosSectoriales h3::before {
  margin-right: 1.5rem;
}

.info-agencias{
  margin-top:15px;
  margin-bottom:-20px;
  margin-left:55px;
}

.contactos{
  line-height:1;
  color:#599ae3;
}
