/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#site-header{
	display: none;
}
/* --- FORMULARIO DE CONTACTO --- */
.wpcf7 form {
  background-color: #F9F9F9; /* fondo suave del bloque */
  padding: 40px 30px;
  border-radius: 20px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Poppins', sans-serif;
}

/* Etiquetas y texto */
.wpcf7 form p {
  color: #333333;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.5;
}

/* Campos de texto */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  background-color: #ffffff;
  color: #333333;
  font-size: 15px;
  transition: all 0.3s ease;
  margin-top: 10px;
  margin-bottom: 10px;	
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #4CB6A9; /* verde turquesa */
  box-shadow: 0 0 0 4px rgba(76, 182, 169, 0.15);
  outline: none;
}

/* Checkbox y texto legal */
.wpcf7 input[type="checkbox"] {
  accent-color: #E74A7A; /* magenta */
  transform: scale(1.2);
  margin-right: 8px;
}

.wpcf7 .wpcf7-list-item-label {
  font-size: 14px;
  color: #555555;
}

/* Botón enviar */
.wpcf7 input[type="submit"] {
  background-color: #E74A7A;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #4CB6A9;
  transform: scale(1.03);
}

/* Mensajes de validación */
.wpcf7-not-valid-tip {
  color: #E74A7A;
  font-size: 13px;
  margin-top: 5px;
}

.wpcf7-response-output {
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 20px;
  font-size: 15px;
  background-color: #fff;
}

/* Estado de éxito */
.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #4CB6A9;
  color: #4CB6A9;
}

/* Estado de error */
.wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid #E74A7A;
  color: #E74A7A;
}
