.elementor-27142 .elementor-element.elementor-element-b995ce1{--display:flex;}.elementor-27142 .elementor-element.elementor-element-2515efb{text-align:center;}.elementor-27142 .elementor-element.elementor-element-2515efb .elementor-heading-title{font-size:42px;color:#000000;}.elementor-27142 .elementor-element.elementor-element-4979444{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-59fc860 */.grid-productos-maquinaria {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px;
}

.card-maquina {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.contenedor-img {
    width: 100%;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.contenedor-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.contenido-texto {
    padding: 0 30px 30px 30px;
    text-align: left;
}

.contenido-texto h3 {
    color: #1E2C64;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.contenido-texto p {
    color: #666666;
    font-size: 15px;
    line-height: 1.5;
}

.enlace-ver {
    text-decoration: none;
    color: #1E2C64;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}/* End custom CSS */