.box_flujo {
  margin: 40px 0 0;
  text-align: center;
  position: relative;
}
.items {
  position: relative;
  display: inline-table;
  z-index: 999;
  padding-bottom: 55px;
  margin-top: -5px;
}
.items > div {
  display: table-cell;
  vertical-align: middle;
}
.items:after{
  content: "";
  position: absolute;
  width: 5px;
  height: 60px;
  background: #f6df07;
  bottom: 0;
  left: 50%;
  z-index: 99;
}
.items:last-child:after{
  display: none;
}
.items:last-child {
    padding-bottom: 0px !important;
}
.circulo {
  display: inline-block !important;
  position: relative;
  width: 25vh !important; /*20*/
  height: 25vh;
  border-radius: 50%;
  overflow: hidden;
  padding: 0 30px;
  border: 5px solid #EEEEEE;
  margin: 5px 30px 0;
}
.circulo img,  .circulo a{
  max-width: inherit;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  transform: translate(-50%,-50%);
  z-index: 9;
  transition: .6s;
}
.items:hover .circulo img {
    transition: .6s;
    min-width: 115%;
    min-height: 115%;
}
/* .items:nth-child(even) .block h4{
  margin-right: 100px;
} */
.circulo a{
  z-index: 30;
  width: 100% !important;
  height: 100% !important;
}
.block {
  /* width: 33.3333%;
  max-width: 350px; */
  width: 230px;
}
.items .block:nth-child(2) {
  width: 300px;
}
.block:first-child {
  width: 250px;
  text-align: left;
}
.block:last-child {
  text-align: left;
  width: 250px;
}
.items > .block:first-child a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.block h2 {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
}
.block h4 {
  display: inline-block;
  position: relative;
  font-size: 16px !important;
  text-align: center;
  padding-left: 2px;
  line-height: 1.7;
  padding-top: 0;
  width: 30px;
  height: 30px;
  font-weight: 600;
  color: #02915a;
  border: 1px solid #fec900;
  border-radius: 50%;
  /* margin-bottom: 8px; */
  min-width: 30px;
  margin-right: 10px;
}
.ul-inline{
  display: inline-table;
  color: #008949;
}
@media(max-width:680px){
  .items > .block:first-child a {
    display: block !important;
  }
  .items:nth-child(even) .block h4, .items:nth-child(odd) .block h4{
    margin-right: 8px;
  }
  .items .block h2{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 2;
    display: inline-block;
    width: auto !important;
    padding-left: 0;
  }
  /**/
  .items{
    display: flex;
    flex-wrap:wrap;
    text-align: center;
    justify-content: center;
  }
  .items .block{
    text-align: center;
  }
  /* .items:nth-child(even) .block:last-child, .items:nth-child(odd) .block:first-child{ */
  .items .block:first-child{
    /* order:1; */
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
  /* .items:nth-child(even) .block:nth-child(2), .items:nth-child(odd) .block:nth-child(2){ */
  .items .block:nth-child(2){
    /* order:2; */
    width: 40%;
    justify-content: center;
  }
  /* .items:nth-child(even) .block:first-child, .items:nth-child(odd) .block:last-child{ */
  .items .block:last-child{
    /* order:3; */
    width: 60%;
    padding-left: 15%;
    text-align: left;
    display: flex;
    align-items:center;
  }
  .items{
    padding-bottom: 40px;
  }
  .items:after{
    display: none;
  }
}
@media(max-width:540px){
  /* .items:nth-child(even) .block:nth-child(2), .items:nth-child(odd) .block:nth-child(2) { */
  .items .block:nth-child(2) {
    width: 40%;
    align-items: center;
  }
  .list-marked > li {
    line-height: 1.4;
  }
  /* .items:nth-child(even) .block:last-child, .items:nth-child(odd) .block:first-child { */
  .items .block:first-child {
    text-align: left;
    justify-content: left;
  }
  /* .items:nth-child(even) .block:first-child, .items:nth-child(odd) .block:last-child{ */
  .items .block:last-child{
    padding-left: 0 !important;
  }
  .items .block{
    text-align: left !important;
  }
  .items .block h2{
    text-align: left;
    font-size: 14px;
  }
  .circulo {
    position: relative;
    left: -35px;
    width: 150px !important;
    height: 150px !important;
  }
  .ul-inline {
    position: relative;
    text-align: left;
    margin-left: 25px;
  }
}
