/*
 Theme Name: The7 Child
 Theme URI:    https://tusitio.com
 Description:  Tema hijo de Hello Elementor
 Author:       La Plana Webmaster
 Template:     dt-the7
 Version:      1.0.0
*/

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

.elementor-92771 .elementor-element.elementor-element-80b0dff .dt-nav-menu-horizontal > li > a .menu-item-text {
	word-spacing: 2px;
}

/* Cambiar color del texto en todos los formularios de Contact Form 7 */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 label {
    color: grey; /* Color del texto */
}

/* Botón de submit en Contact Form 7 */
.wpcf7 input[type="submit"] {
    background-color: white;   /* Color de fondo */
    color: #0a51c1;             /* Color del texto */
    font-size: 26px;            /* Tamaño de fuente */
    padding: 12px 25px;         /* Tamaño del botón (alto x ancho) */
    border: none;               /* Quitar borde */
    border-radius: 0px;         /* Bordes redondeados */
    cursor: pointer;            /* Mano al pasar el mouse */
    transition: all 0.3s ease;  /* Animación suave */
}
