/* Quitar subrayado de los enlaces */
.pa-tar a {
    text-decoration: none;
}

/* Quitar subrayado al hacer hover en los enlaces */
.pa-tar a:hover {
    text-decoration: none;
}

/* Quitar subrayado del texto dentro de las cards */
.uk-card.img-o {
    text-decoration: none !important;
}

/* Quitar subrayado al hacer hover en las cards */
.uk-card.img-o:hover {
    text-decoration: none !important;
}

/* Asegurar que el texto no tenga subrayado */
.uk-text-bold {
    text-decoration: none;
}

.ph {
    padding: 50px 0 40px 30px;
}

.uk-card.img-o {
    color: #FFF;
    border-radius: 50px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
    height: 170px;
}

.uk-card.img-o:hover {
    background-size: 110%;
}

.m-90{
    margin-top: -90px;
}

.pa-tar{
    padding: 2rem 0 4rem 0;
}

.c-727272{
    color: #727272;
    padding-top: 50px;
}

@media (max-width: 768px) {
    .uk-card.img-o {
        height: auto;
    }
}