.elementor-95 .elementor-element.elementor-element-069cb67{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-95 .elementor-element.elementor-element-2d42aee{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-95 .elementor-element.elementor-element-afa5905{text-align:center;}.elementor-95 .elementor-element.elementor-element-afa5905 img{width:19%;}.elementor-95 .elementor-element.elementor-element-fffdfbe{--display:flex;}.elementor-95 .elementor-element.elementor-element-9eb6898{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}@media(max-width:767px){.elementor-95 .elementor-element.elementor-element-069cb67{--min-height:1440px;}.elementor-95 .elementor-element.elementor-element-afa5905 img{width:46%;}.elementor-95 .elementor-element.elementor-element-9eb6898{--margin-top:0px;--margin-bottom:0px;--margin-left:5px;--margin-right:5px;}}/* Start custom CSS for shortcode, class: .elementor-element-cf4e983 *//* 1. Contenedor principal sin desbordamientos */
.wpcf7 {
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box !important;
    font-family: inherit;
}

.wpcf7 *, .wpcf7 form {
    box-sizing: border-box !important;
}

/* 2. Títulos de las preguntas */
.wpcf7 p, .wpcf7 label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

/* 3. EL TRUCO DEL ESPACIO: Separar la caja del título */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
    width: 100%;
    margin-top: 12px; /* << ¡AQUÍ ESTÁ LA MAGIA! Esto despega la caja del título */
    margin-bottom: 25px; /* Espacio hasta la siguiente pregunta */
    padding: 16px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #fcfcfc;
    font-size: 15px;
    color: #222222;
    transition: all 0.3s ease;
}

.wpcf7 input:focus {
    border-color: #ff0000;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.1); /* Resplandor rojo al escribir */
}

/* 4. Ocultar "Ningún archivo seleccionado" y poner el botón bonito */
.wpcf7 input[type="file"] {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 25px;
    color: transparent; /* << Esto vuelve invisible el texto de "Ningún archivo..." */
}

/* Diseño exclusivo para el botón de "Elegir archivo" */
.wpcf7 input[type="file"]::-webkit-file-upload-button {
    background-color: #f0f0f0;
    color: #333333;
    border: 1px solid #dcdcdc;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
}

.wpcf7 input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #e2e2e2;
}

/* 5. Estilo botones Natural / Jurídica */
.wpcf7-list-item {
    margin-right: 20px;
    margin-top: 8px;
    margin-bottom: 20px;
    display: inline-block;
}

/* 6. Botón de enviar: Estilo Premium (Degradado y Sombra) */
.wpcf7 input[type="submit"] {
    width: 100%;
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    padding: 20px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    box-shadow: 0px 6px 15px rgba(255, 0, 0, 0.3); /* Sombra 3D roja */
    transition: all 0.3s ease;
    white-space: normal;
}

/* Animación al tocar el botón de enviar */
.wpcf7 input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0px 10px 20px rgba(255, 0, 0, 0.4);
}/* End custom CSS */