.elementor-83 .elementor-element.elementor-element-a3fa0a9{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-83 .elementor-element.elementor-element-a3fa0a9:not(.elementor-motion-effects-element-type-background), .elementor-83 .elementor-element.elementor-element-a3fa0a9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E1C3FF;}.elementor-83 .elementor-element.elementor-element-3a9c958{--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;--justify-content:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-83 .elementor-element.elementor-element-5518e39{--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;}@media(min-width:768px){.elementor-83 .elementor-element.elementor-element-3a9c958{--width:33.3333%;}.elementor-83 .elementor-element.elementor-element-5518e39{--width:66.6666%;}}/* Start custom CSS for html, class: .elementor-element-7e91256 */body {
  background: #f2f2f2;
  color: #333;
  line-height: 1.6;
}

header {
  background: #ffffff;
  padding: 2rem;
  text-align: center;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  margin-bottom: 1rem;
  color: #444;
}

section {
  padding: 2rem;
  max-width: 900px;
  margin: auto;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

button {
  background: #25d366;
  color: white;
  border: none;
  padding: 1rem;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
}

button:hover {
  background: #1ebd5b;
}

.footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .galeria {
    flex-direction: column;
  }

  section {
    padding: 1rem;
  }
}/* End custom CSS */