.elementor-224 .elementor-element.elementor-element-6ce42da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5b5dd70 *//* Header & Navigation */
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
    max-width: 1400px;
    margin: 0 auto;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-hex {
    width: 50px;
    height: 50px;
}

.hex-svg {
    width: 100%;
    height: 100%;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-main {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
}

.logo-sub {
    font-size: 0.9rem;
    font-weight: 600;
    color: #666;
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-links a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-links a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #D4A11E;
    transition: width 0.3s ease;
}

.nav-links a:hover {
    color: #D4A11E;
}

.nav-links a:hover:after {
    width: 100%;
}
.lp-wrapper {
  font-family: inherit;
  color: #222;
  background: #f7f7f7;
  padding: 40px 20px;
  border-radius: 16px;
}

.lp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  margin-bottom: 40px;
}

.lp-badge {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #e9f5ff;
  color: #0060a8;
  padding: 6px 12px;
  border-radius: 999px;
  margin: 0 0 12px;
}

.lp-hero h1 {
  font-size: 32px;
  margin: 0 0 8px;
  color: #d4a11e;
}

.lp-subtitle {
  margin: 0 0 20px;
  font-size: 15px;
}

.lp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-list li {
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}

.lp-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4a11e;
}

.lp-hero-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lp-hero-img {
  width: 100%;
  padding-top: 70%;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

/* Bloque contacto */

.lp-contact {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.lp-contact-text h2 {
  margin: 0 0 6px;
  font-size: 22px;
}

.lp-contact-text p {
  margin: 0 0 8px;
  font-size: 14px;
}

.lp-tagline {
  font-weight: 600;
  color: #0060a8;
}

.lp-contact-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  font-size: 14px;
}

.lp-contact-list li {
  margin-bottom: 4px;
}

.lp-form {
  display: grid;
  gap: 10px;
  align-content: start;
}

.lp-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.lp-field input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #ddd;
  padding: 8px 14px;
  font-size: 14px;
}

.lp-field input:focus {
  outline: none;
  border-color: #d4a11e;
  box-shadow: 0 0 0 2px rgba(212,161,30,0.18);
}

.lp-btn {
  border: none;
  border-radius: 999px;
  padding: 10px 18px;
  background: linear-gradient(90deg, #d4a11e, #f2c64b);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  margin-top: 4px;
}

.lp-btn:hover {
  filter: brightness(1.05);
}

.lp-form-note {
  font-size: 11px;
  color: #666;
  margin: 4px 0 0;
}

/* Responsive */

@media (max-width: 900px) {
  .lp-hero,
  .lp-contact {
    grid-template-columns: 1fr;
  }

  .lp-wrapper {
    padding: 24px 16px;
  }
}

@media (max-width: 600px) {
  .lp-hero h1 {
    font-size: 26px;
  }

  .lp-hero-gallery {
    grid-template-columns: 1fr 1fr;
  }
}/* End custom CSS */