
/* timeline vri*/

.containerlinea{

  padding-left: 0px;
}

.timeline{

  position: relative;
  
}

.timeline li{
  list-style: none;
  float: left;
  width: 30%; /* 33.333% */
  position: relative;
  text-align: center;
  text-transform: uppercase;
  /*font-family: 'Dosis', sans-serif;*/
}

ul:nth-child(1){
  color: #ffffff;
}

.timeline li:before{

  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 50px;
  margin: 0 auto 10px auto;
  background: #9C466A;
  color: #000;
  transition: all ease-in-out .3s;
  cursor: pointer;
}

.timeline li:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  top: 7px; /*25px*/
  left: -50%;
  z-index: -999;
  transition: all ease-in-out .3s;
}

.timeline li:first-child:after{
  content: none;
}
.timeline li.active{
  color: #ffffff;
}
.timeline li.active:before{
  background: #ffffff;
  color: #F1F1F1;
}

.timeline li.active + li:after{
  background: #ffffff;
}





/* tooltip DNI CUI */


.mytooltip {
  display: inline;
  position: relative;
  z-index: 999
}

.mytooltip .tooltip-item {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
  font-weight: 500;
  padding: 0 10px
}

.mytooltip .tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 360px;
  left: 50%;
  margin: 0 0 20px -180px;
  bottom: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  /*
  -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  */
  opacity: 0;
  cursor: default;
  pointer-events: none
}

.mytooltip .tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #2a3035 transparent transparent;
  border-width: 10px;
  margin-left: -10px
}

.mytooltip .tooltip-content img {
  position: relative;
  height: 140px;
  display: block;
  float: right;
  margin-right: 1em
}

.mytooltip .tooltip-item::after {
  content: '';
  position: absolute;
  width: 240px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.mytooltip:hover .tooltip-item::after {
  pointer-events: auto
}

.mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg)
}

.mytooltip:hover .tooltip-content2 {
  opacity: 1;
  font-size: 18px
}