/*
Theme Name: Divi Child
Theme URI: https://example.com
Description: Tema hijo de Divi
Author: Tu Nombre
Author URI: https://example.com
Template: Divi
Version: 1.0
*/

/* Aquí puedes añadir tu CSS personalizado */


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
}

.wpcf7 input[type="submit"],
.wpcf7 .et_pb_button {
    background-color: #2ea3f2;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #1d75a0;
}




