.elementor-12728 .elementor-element.elementor-element-1bbb791{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--background-transition:0.3s;}.elementor-12728 .elementor-element.elementor-element-fcb3696{width:var( --container-widget-width, 38.097% );max-width:38.097%;--container-widget-width:38.097%;--container-widget-flex-grow:0;}.elementor-12728 .elementor-element.elementor-element-fcb3696.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for shortcode, class: .elementor-element-fcb3696 *//* Contenedor general del formulario */
.wpcf7 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 100%;
    width: 100%;
}

/* Estilo para labels */
label {
    font-weight: 700;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

/* Inputs y selects con ancho completo */
input.wpcf7-form-control.wpcf7-text,
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 25px;
    margin-top: 5px;
}

/* Botón de envío */
.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    margin-top: 15px;
    background-color: #065B4D;
    border-radius: 40px;
    border: none;
    color: white;
    font-weight: 700;
    padding: 12px 0;
    transition: background 0.3s ease;
    text-align: center;
}

/* Hover del botón */
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: linear-gradient(90deg, #065B4D, #28B28A);
    cursor: pointer;
}

/* Placeholder */
::-webkit-input-placeholder {
    color: #cccccc;
}

/* Texto obligatorio */
span.obligatorio {
    color: #28B28A;
    margin-left: 5px;
}/* End custom CSS */