.elementor-element-2174b2f {
    .elementor-widget-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(219px, 1fr));
        max-width: 80% !important;
        gap: 2%;
        margin: auto;
        margin-bottom: 40px;


    }
}



.custom-category-link:hover {
    text-decoration: none;
    color: inherit;
}

.card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border: none !important;
    padding: 15px;

    height: 211px;
    border-radius: 5px;
    transition: box-shadow 0.3s ease;

    .body-title {
        display: flex;
        align-items: center;
        margin: 0 0 25px 0;
    }

    .card-title {
        margin: 0 0px 0 12px;
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 14px;
        line-height: 19.07px;
        letter-spacing: 5%;
        color: #101D30;
    }

    .card-descripcion {
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 12px;
        line-height: 16.34px;
        color: #6E6E6E;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
}

.card:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}