.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.feature{
  margin-top:1rem;
  margin-bottom:1rem;
  padding-right: 2rem;  
  border-radius: 10%;
  text-align: center;
  padding:0.5rem;
}
.feature.col{
  padding-top: 2rem;
}
.feature-icon-small {
  width: 3rem;
  height: 3rem;
}
.feature:hover{
  transform: scale(1.045);
  transition: transform 0.3s ease;
 
  opacity: 0.8; 
  background-color:   #cacfd2 ;
}
a{
  text-decoration: none;
  color: black;
}
.digestos{
  font-size: 2.4rem;
}
.otrosdiv:hover{
  transform: scale(1.045);
  transition: transform 0.3s ease;
  opacity: 0.8; 
  background-color:   #cacfd2 ;
}
.h2otros{
  padding-left: 3rem;
}
.resoluciones{
  padding-left: 3.5rem;
}