/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1768220027
Updated: 2026-01-12 12:13:47

*/

.enlace a{
    text-decoration-line: none!important;
}
.enlace{
    text-decoration-line: none!important;
}
/* ===== Contact Form 7 — estilo como la captura ===== */

/* (Opcional) si no estás cargando Open Sans en la web, cárgala en tu tema/Elementor.
   Aquí solo la declaramos por si ya está disponible. */
.c7-form--minimal,
.c7-form--minimal * {
  box-sizing: border-box;
  font-family: "Open Sans", Arial, sans-serif;
}

/* Fondo transparente del contenedor */
.c7-form--minimal {
  background: transparent;
}

/* Grid 2 columnas en desktop, 1 en móvil */
.c7-form--minimal .c7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}

.c7-form--minimal .c7-col--full {
  grid-column: 1 / -1;
}

/* Campos */
.c7-form--minimal input[type="text"],
.c7-form--minimal input[type="email"],
.c7-form--minimal input[type="tel"],
.c7-form--minimal textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #2C2C2C;
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 600; /* semibold */
  line-height: 1.2;
  outline: none;
}

/* Altura del textarea como en el ejemplo */
.c7-form--minimal textarea {
  min-height: 140px;
  resize: vertical;
}

/* Focus sutil (sin cambiar diseño) */
.c7-form--minimal input:focus,
.c7-form--minimal textarea:focus {
  border-color: #2C2C2C;
}

/* Placeholder (opcional, para que no parezca más “fuerte” que el texto) */
.c7-form--minimal ::placeholder {
  opacity: 1;
  font-weight: 600;
}

/* Acceptance centrado */
.c7-form--minimal .c7-acceptance {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 400; /* regular */
}

.c7-form--minimal .c7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

/* Checkbox */
.c7-form--minimal .c7-acceptance input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  
}
.c7-form--minimal a{
    color: #2C2C2C!important;
}

/* Botón */
.c7-form--minimal .c7-actions {
  margin-top: 14px;
  display: flex;
  justify-content: center;
}

.c7-form--minimal .c7-actions input[type="submit"] {
  background: #fe5700;
  border: 1px solid #fe5700;
  color: #ffffff;
  border-radius: 5px;
  padding: 12px 34px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600; /* semibold */
  letter-spacing: 0.5px;
}

.c7-form--minimal .c7-actions input[type="submit"]:hover {
  opacity: 0.9;
}

/* Mensajes de validación (que no te rompan el layout) */
.c7-form--minimal .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 6px;
}

.c7-form--minimal .wpcf7-response-output {
  margin: 16px 0 0;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .c7-form--minimal .c7-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .c7-form--minimal .c7-actions input[type="submit"] {
    width: 100%;
    max-width: 340px;
  }
}

/* G-translate - menu */

a.glink img{
	margin-left:10px!important;
}

#menu-item-838{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
}
