/* Hero home */
@media( max-width: 768px) {
	.aumentur-order-column{
		display: flex;
		flex-direction: column;
	}
	.aumentur-order-column .aumt-column-left,
	.aumentur-order-column .aumt-column-right{
		display: flex;
		flex-direction: column;
	}
	.aumentur-order-column .aumt-column-left{
		order: 2;
	}
	.aumentur-order-column .aumt-column-right{
		order: 1;
	}
}

.text-border{
  height: auto;
}
.text-border span.percent-value{
  color: transparent; 
  -webkit-text-stroke: 1px black;
  font-size: clamp(1.2em, 3vw, 2.5em);
  display: flex;
  margin: 0 !important;
  justify-content: center;
}

selector .percent-value:before {
	content: attr(data-task-owner)"+";
	font-size: clamp(1.2em, 3vw, 2.5em)
}
selector .percent-value:after {
	content: attr(data-task-owner)"K";
}

.aum-blog-home{
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dnext-thumbs-gallery-bottom .dnext-thumbs-gallery-item img:hover{
	transform: none;
	cursor: pointer;
}
/* Divi -> Opciones del tema -> General -> CSS Personalizado */
.listadopoi > span.poi {
  display:block;
  clear:both;
}
.poi img {
  object-fit: cover;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline;
  margin: 10px;
}

.poi > .nombre {
  font-family: arial;
  display: inline!important;
  font-size: 16px;
  float: left;
  text-align:left;
  margin-top: 23px;
}

.dipl_modal_trigger_button {
	color: #ff5252!important;
}