.elementor-1893 .elementor-element.elementor-element-568e72b{--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;}.elementor-1893 .elementor-element.elementor-element-b90e126{--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;}.elementor-1893 .elementor-element.elementor-element-f3df3c4{--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;}.elementor-1893 .elementor-element.elementor-element-f8db463{--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;}.elementor-1893 .elementor-element.elementor-element-89cfdab{--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;}.elementor-1893 .elementor-element.elementor-element-c50b6ef{--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;}@media(min-width:768px){.elementor-1893 .elementor-element.elementor-element-568e72b{--content-width:1592px;}.elementor-1893 .elementor-element.elementor-element-b90e126{--content-width:1582px;}.elementor-1893 .elementor-element.elementor-element-f3df3c4{--content-width:1600px;}.elementor-1893 .elementor-element.elementor-element-f8db463{--content-width:1600px;}.elementor-1893 .elementor-element.elementor-element-89cfdab{--content-width:1600px;}.elementor-1893 .elementor-element.elementor-element-c50b6ef{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-4b77d33 */.cta-section {
  background: linear-gradient(135deg, rgba(13, 21, 41, 0.8), rgba(3, 11, 27, 0.8)), url('https://wonderful3d.us/wp-content/uploads/2025/05/Blau-Gold-Rustikal-Kunstlerisch-Fernabschluss-Banner.png') center/cover no-repeat;
  padding: 80px 20px;
  color: white;
  text-align: left;
  box-shadow: 0 0 40px rgba(255, 223, 0, 0.2);
  border-radius: 30px;
  max-width: 1000px;
  margin: 50px auto;
}

.cta-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-left {
  flex: 1 1 45%;
  max-width: 480px;
}

.cta-left h2 {
  font-size: 3rem;
  color: #ffdf00;
  margin-bottom: 20px;
  text-shadow: 0 0 10px #ffdf00cc, 0 0 20px #ffdf00aa;
}

.cta-left p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  text-shadow: 0 0 10px #00000099;
}

.cta-button {
  display: inline-block;
  background-color: #ff0000;
  color: white;
  padding: 18px 50px;
  font-size: 1.3rem;
  font-weight: 900;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 0 20px #ff0000, 0 0 40px #ff0000cc, 0 0 60px #ff0000ee;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
  background-color: #cc0000;
  box-shadow: 0 0 30px #ff0000, 0 0 60px #ff0000ee, 0 0 90px #ff0000ff;
}

.cta-right {
  flex: 1 1 45%;
  max-width: 480px;
  background: rgba(255, 223, 0, 0.12);
  padding: 35px 30px;
  border-radius: 25px;
  box-shadow: 0 0 20px #ffdf00bb, 0 0 50px #ffdf00aa;
  backdrop-filter: blur(12px);
}

.cta-right h3 {
  color: #ffdf00;
  font-size: 2rem;
  margin-bottom: 20px;
  text-shadow: 0 0 15px #ffdf00cc;
}

.cta-right label {
  color: #ffdf00;
  font-weight: 700;
  font-size: 1.1rem;
}

.cta-right input {
  width: 100%;
  padding: 15px 12px;
  border-radius: 12px;
  border: none;
  margin: 10px 0 20px;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: inset 0 0 10px #ffdf00aa;
  background: #121c3d;
  color: white;
}

.cta-right button {
  background-color: #ff0000;
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 15px 35px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 0 1px #ff0000cc, 0 0 30px #ff0000ee;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.cta-right button:hover {
  background-color: #cc0000;
  box-shadow: 0 0 5px #ff0000, 0 0 5px #ff0000cc, 0 0 80px #ff0000ee;
}

#resultado {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 8px #ffdf00cc;
}

/* Responsive */
@media (max-width: 900px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
  }

  .cta-left, .cta-right {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .cta-left h2 {
    font-size: 2.4rem;
  }

  .cta-right h3 {
    font-size: 1.8rem;
  }
}/* End custom CSS */