/* 
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 */


a {
    background-color: transparent;
	color: #555 !important;}
span.elementor-button-text {
    color: #111 !important;
}

/* Estilos formulario Sophie Bellocq */
.sophie-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.sophie-form-wrapper .form-group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.sophie-form-wrapper label {
  font-size: 11px !important;
    color: #555 !important;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500 !important;
  margin-bottom: 5px !important;
  font-family: 'Inter', sans-serif !important;
  display: block !important;
}

.sophie-form-wrapper input.form-control,
.sophie-form-wrapper textarea.form-control {
  padding: 14px 16px !important;
  border: 1px solid #E0E0E0 !important;
  background: #FFFFFF !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #111111 !important;
  transition: all 0.3s ease !important;
  border-radius: 2px !important;
  line-height: 1.6 !important;
}

.sophie-form-wrapper input.form-control::placeholder,
.sophie-form-wrapper textarea.form-control::placeholder {
  color: #8B8B8B !important;
}

.sophie-form-wrapper input.form-control:focus,
.sophie-form-wrapper textarea.form-control:focus {
  outline: none;
  border-color: #C8B38A;
  box-shadow: 0 0 0 3px rgba(200, 179, 138, 0.1);
}

.sophie-form-wrapper textarea.form-control {
  resize: vertical;
  min-height: 140px;
  max-height: 300px;
}

.sophie-form-wrapper .form-submit {
  margin-top: 32px;
  margin-bottom: 0;
}

.sophie-form-wrapper button.submit-btn {
  padding: 14px 40px !important;
  background: #C8B38A !important;
  color: #FFFFFF !important;
  border: 2px solid #C8B38A !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  border-radius: 2px !important;
  width: auto !important;
  min-width: 200px !important;
}

.sophie-form-wrapper button.submit-btn:hover {
  background: transparent !important;
  color: #C8B38A !important;
  border-color: #C8B38A !important;
}

.sophie-form-wrapper button.submit-btn:active {
  transform: scale(0.98);
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #555;
    color: #fff;
    text-decoration: none;
}

[type=button], [type=submit], button {
    background-color: #c8b38a !important;
    border: none !important;
    border-radius: 0 !important;
    color: #111 !important;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}
/* Mensajes de error */
.wpcf7-not-valid-tip {
  color: #D32F2F;
  font-size: 12px;
  margin-top: 6px;
  font-family: 'Inter', sans-serif;
}

.wpcf7-form-control.wpcf7-not-valid {
  border-color: #D32F2F !important;
}

.wpcf7-response-output {
  margin-bottom: 28px;
  padding: 16px;
  border-radius: 2px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  background: #F1F8E9;
  border-left: 4px solid #4CAF50;
  color: #2E7D32;
}

.wpcf7-mail-sent-ng {
  background: #FFEBEE;
  border-left: 4px solid #D32F2F;
  color: #C62828;
}

/* Aviso final */
.sophie-form-wrapper .form-notice {
  margin-top: 0;
  padding-top: 0;
}

.sophie-form-wrapper .form-notice p {
  font-size: 12px;
  color: #8B8B8B;
  font-family: 'Inter', sans-serif;
  margin: 0;
}
.texto-legal-form p {
    font-size: 0.7em;
    margin-bottom: 5px !important;
}

/* Responsive */
@media (max-width: 768px) {
  .sophie-form-wrapper .form-group {
    margin-bottom: 20px;
  }

  .sophie-form-wrapper input.form-control,
  .sophie-form-wrapper textarea.form-control {
    padding: 12px 14px;
    font-size: 16px; /* Evita zoom en iOS */
  }

  .sophie-form-wrapper button.submit-btn {
    width: 100%;
    padding: 14px 24px;
  }
}