.content-widget-valores-cm {
  margin-top: 20px;
  margin-bottom: 30px;
}

.content-widget-valores-cm .content-titulo-valores-cm h2{
  color: #333333;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 600;
}

.content-widget-valores-cm .content-titulo-valores-cm h2:before{
  content: "";
  position: absolute;
  height: 2px;
  width: 100px;
  background: #333333;
  top: -3px;
  left: calc(50% - 50px); /* 50px es la mitad del widht de la linea */
}

.content-widget-valores-cm .content-all-items-valores-cm {
    margin-top: 15px;
}

.content-widget-valores-cm .content-all-items-valores-cm .valor-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 5px;
  background: #ffffff;
  transition: top .1s linear, background .1s linear;
} 
.content-widget-valores-cm .content-all-items-valores-cm .valor-item img {
  width: 68px;
  height: 60px;
  top: 0;
}

.content-widget-valores-cm .content-all-items-valores-cm .valor-item span {
  text-align: center;
  margin-top: 12px;
  font-family: font-family: 'Myriad Pro' , sans-serif !important;
}

.content-widget-valores-cm .content-all-items-valores-cm .valor-item:hover {
  border: 1px solid #041D35;
  background: #041D35;
  border-radius: 5px;
}
.content-widget-valores-cm .content-all-items-valores-cm .valor-item:hover .content-img{
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  top: -50px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-shadow: 0px 0px 4px 1px #dddddd;
}


.content-widget-valores-cm .content-all-items-valores-cm .valor-item span.description-animation-valores {
  display: none;
}

.content-widget-valores-cm .content-all-items-valores-cm .valor-item:hover span.titulo-animation-valores {
  display: none;
}

.content-widget-valores-cm .content-all-items-valores-cm .valor-item:hover span.description-animation-valores {
  display: block;
  margin-top: 2rem;
}


.content-widget-valores-cm .content-all-items-valores-cm .valor-item:hover span{
  font-weight: 450;
  color: #ffffff;
}


@media (max-width: 992px) {
  .content-all-items-valores-cm {
    padding: 0 15px;
  }
  .content-widget-valores-cm .content-titulo-valores-cm h2{
    margin-bottom: 50px;
  }
  .content-widget-valores-cm .content-all-items-valores-cm .valor-item{
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .content-widget-valores-cm .content-titulo-valores-cm h2{
    margin-bottom: 50px;
  }
  .content-widget-valores-cm .content-all-items-valores-cm .valor-item{
    margin-bottom: 50px;
  }
}




