/*
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.9.1779438972
Updated: 2026-05-22 08:36:12

*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}


/* Cambiar SOLO enlaces del menú principal en la página 7425 */
.page-id-7425 .hfe-nav-menu .hfe-menu-item {
    color: #2c2c2c !important;
}

/* Asegurar que el submenú NO cambia */
.page-id-7425 .hfe-nav-menu .sub-menu .hfe-sub-menu-item {
    color: #ffffff !important;
}

/* Contenedor del formulario */
.wpcf7 form {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* Labels al 100% */
.wpcf7 form label {
  display: block !important;
  width: 100% !important;
  margin-bottom: 12px !important;
	color: #ffffff !important;
}

/* Inputs y textarea al 100% */
.wpcf7 form input,
.wpcf7 form textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding: 14px !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  background: #fff !important;
}

/* Botón al 100% */
.wpcf7 form .wpcf7-submit {
  width: 100% !important;
  max-width: 100% !important;
  padding: 14px !important;
  background: #0098A2 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  margin-top: 15px !important;
}

.wpcf7 form .wpcf7-submit:hover {
  background: #0098A2 !important;
}


/* Header transparente total */
#masthead {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* Forzar transparencia en contenedores internos de Elementor */
#masthead .elementor,
#masthead .elementor-container,
#masthead .e-con,
#masthead .elementor-section,
#masthead .elementor-column {
  background: transparent !important;
}
