.wp-block-image{
	text-align:center;
}
.col-cards-category a{
  text-decoration: none;
  transition: all .3s ease;
}
.col-cards-category a:hover{
	background-color: #f8f9fa;
  border-radius: var(--bs-border-radius);
}
.col-cards-category img{
    border-radius: 100%;
    padding: 1rem;
}
.badge-category{
  font-family: var(--sp-font-family-primary);
  font-weight: 100;
  margin-bottom: .5rem;
}
.card-title{
	font-size: 1.5rem;
	font-weight: 300;
	color: #343a40!important;
	margin-bottom: 0;
}

.image-box {
    margin: auto;
    overflow: hidden;
}
.image-box img {
    max-width: 100%;
    transition: all 2.0s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.1);
}

.fondo-superior img{
	position:absolute;
	width: 8rem;
	padding:.3rem;
	box-shadow:2px 2px 3px #ccc;
	background: #fff;
}

figure figcaption{
	font-family: 'Open Sans';
    font-size: .8rem;
    font-weight: 400;
    color: #707070;
}



@media (max-width:991px){
	.gallery-obra img{
		width: 100%;
	    height: auto;
	}
	.wp-block-image img {
    	max-width: 100%;
    	height: auto;
	}
  .fondo-superior img {
    right: 1rem;
  }
}

