.elementor-248 .elementor-element.elementor-element-49b7912{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-48c4cb4 */.row-form{
    max-width:1100px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:20px;
    padding:25px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

/* Labels */
.row-form label{
    display:flex;
    flex-direction:column;
    font-size:14px;
    font-weight:600;
    color:#333;
}

/* Inputs */
.row-form input,
.row-form select,
.row-form textarea{
    width:100%;
    padding:12px 15px;
    border:1px solid #dcdcdc;
    border-radius:10px;
    margin-top:6px;
    font-size:14px;
    background:#dc;
    transition:all .3s ease;
    box-sizing:border-box;
}

/* Focus */
.row-form input:focus,
.row-form select:focus,
.row-form textarea:focus{
    border-color:#0d6efd;
    background:#fff;
    box-shadow:0 0 0 3px rgba(13,110,253,0.15);
    outline:none;
}

/* Textarea ocupa ancho completo */
.row-form textarea{
    min-height:120px;
    resize:vertical;
}

/* Campos completos */
.row-form .full-width{
    grid-column:1 / -1;
}


}

/* Cuando se presiona */
.wpcf7-submit:active{
    background:#0b5ed7;
}
}

/* Responsive */
@media(max-width:992px){
    .row-form{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media(max-width:768px){
    .row-form{
        grid-template-columns:1fr;
        padding:20px;
    }
}/* End custom CSS */