.font-montserrat{
  font-family: 'Montserrat', sans-serif !important;
}
.font-roboto{
  font-family: 'Roboto', sans-serif !important;
}
.bg-custom-blue{
  background-color: #008387 !important;
}

.u-info-v6-1__item {
  position: relative;
  z-index: 1;
  padding-bottom: 0.78571rem;
}

.u-info-v6-1__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 1px;
  background-image: linear-gradient(to right, #72c02c 0%, transparent 100%);
  background-repeat: repeat-x;
  transition: all 0.4s ease-in-out;
}

.u-info-v6-1:hover .u-info-v6-1__item::after {
  width: 100%;
  background-image: linear-gradient(to right, #72c02c 0%, transparent 100%);
  background-repeat: repeat-x;
}



.svg-tarjeta{
  fill: #fff;
}

.fill-custom-blue:hover{
  fill: #00a0dc !important;
}

.fill-custom-blue:group-hover{
  fill: #00a0dc !important;
}

.fill-custom-blue{
  fill: #00a0dc !important;
}


.fill-custom-white{
  fill: #ffffff !important;
}


.svg-tarjeta:hover{
  fill: #00a0dc;
}