.atmc-feature svg {
	height: 100%;
}
.atmc-feature-01 svg {
	height: 2rem;
}
/*Para borrar*/

-atmc-feature atmc-feature-01{
  visibility: visible;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1) 0s, transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0s;
}
.text-left {
    text-align: left;
}
.shadow-xl {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 4%);
}
.p-12 {
    padding: 3rem;
}
.rounded {
    border-radius: .25rem;
}
.bg-white {
    background-color: #fff;
}
