
.cotizacion-app-form h3 {
    margin-top: 30px;
    color: #003366;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

/* .empleo-app-form fieldset {
    border: none;
    margin-bottom: 15px;
}*/

.cotizacion-app-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.cotizacion-app-form select{
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.cotizacion-app-form input,
.cotizacion-app-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.cotizacion-app-form .wpcf7-submit {
    background-color: #003366;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.cotizacion-app-form .wpcf7-submit:hover {
    background-color: #00509e;
} 


.cotizacion-app-form table {
    border-collapse: separate;
    border-spacing: 15px 10px;
} 

.tabla-datos {
    width: 100%;
    border-collapse: collapse; /* elimina huecos entre celdas */
}
