.elementor-4585 .elementor-element.elementor-element-b2de7d1{--display:flex;--min-height:20vh;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4585 .elementor-element.elementor-element-b2de7d1:not(.elementor-motion-effects-element-type-background), .elementor-4585 .elementor-element.elementor-element-b2de7d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://hdalmeria.es/wp-content/uploads/2025/11/taller-4.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-4585 .elementor-element.elementor-element-42c7693 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:25px;font-weight:900;text-transform:uppercase;font-style:normal;line-height:31px;color:#FFFFFF;}.elementor-4585 .elementor-element.elementor-element-99b873a{--display:flex;--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;}.elementor-4585 .elementor-element.elementor-element-e472be8{--display:flex;}.elementor-4585 .elementor-element.elementor-element-1880bc7 .elementor-heading-title{font-size:35px;font-weight:600;text-transform:uppercase;line-height:41px;}.elementor-4585 .elementor-element.elementor-element-a68112b{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-4585 .elementor-element.elementor-element-424a6bb{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-4585 .elementor-element.elementor-element-424a6bb .elementor-icon-list-icon i{color:#C75000;transition:color 0.3s;}.elementor-4585 .elementor-element.elementor-element-424a6bb .elementor-icon-list-icon svg{fill:#C75000;transition:fill 0.3s;}.elementor-4585 .elementor-element.elementor-element-424a6bb .elementor-icon-list-text{color:#C75000;transition:color 0.3s;}.elementor-4585 .elementor-element.elementor-element-019271d{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4585 .elementor-element.elementor-element-6e9f046{--display:flex;}.elementor-4585 .elementor-element.elementor-element-b51bafa .elementor-heading-title{font-size:35px;font-weight:600;text-transform:uppercase;line-height:41px;}.elementor-4585 .elementor-element.elementor-element-be4c2d6{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-4585 .elementor-element.elementor-element-9a3a4cc{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-4585 .elementor-element.elementor-element-9a3a4cc .elementor-icon-list-icon i{color:#C75000;transition:color 0.3s;}.elementor-4585 .elementor-element.elementor-element-9a3a4cc .elementor-icon-list-icon svg{fill:#C75000;transition:fill 0.3s;}.elementor-4585 .elementor-element.elementor-element-9a3a4cc .elementor-icon-list-text{color:#C75000;transition:color 0.3s;}.elementor-4585 .elementor-element.elementor-element-10524f5{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4585 .elementor-element.elementor-element-9122769{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-4585 .elementor-element.elementor-element-7c72319 .elementor-heading-title{font-size:35px;font-weight:600;text-transform:uppercase;line-height:41px;}.elementor-4585 .elementor-element.elementor-element-5e52d6e{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}@media(min-width:1025px){.elementor-4585 .elementor-element.elementor-element-b2de7d1:not(.elementor-motion-effects-element-type-background), .elementor-4585 .elementor-element.elementor-element-b2de7d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for shortcode, class: .elementor-element-5e52d6e *//* ==== Formulario de contacto - Fondo blanco ==== */

.contacto-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: #111;
  font-family: "Archivo Narrow", sans-serif;
  max-width: 900px;
}

/* Línea general */
.contacto-grid .linea {
  display: flex;
  gap: 20px;
  width: 100%;
}

.contacto-grid .linea.linea-textarea{
    flex-direction: column;
}

.contacto-grid .linea.politica{
    display: block;
}
/* Campos de texto */
.contacto-grid input[type="text"],
.contacto-grid input[type="email"],
.contacto-grid input[type="tel"],
.contacto-grid textarea {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 16px;
  transition: all 0.3s ease;
}

.contacto-grid textarea{
    width: 100%;
}

.contacto-grid input:focus,
.contacto-grid textarea:focus {
  border-color: #ff6600;
  box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.1);
  outline: none;
}

/* Línea 1: Nombre + Correo */
.linea-1 input[type="text"],
.linea-1 input[type="email"] {
  flex: 1 1 calc(50% - 10px);
}

/* Línea 3: Mensaje ocupa todo */
.linea-3 textarea {
  flex: 1 1 100%;
  min-height: 160px;
  resize: vertical;
}

/* Política */
.contacto-grid .politica {
  font-size: 14px;
  color: #555;
}
.contacto-grid .politica a {
  color: #ff6600;
  text-decoration: underline;
}

/* Botón */
.contacto-grid input[type="submit"] {
  justify-content: center;
  background: #ff6600;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 14px 40px;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  transition: all 0.3s ease;
}

.contacto-grid input[type="submit"]:hover {
  background: #111;
  color: #fff;
}

.contacto-grid .linea.boton{
    justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
  .contacto-grid .linea {
    flex-direction: column;
  }

  .linea-1 input,
  .linea-2 input,
  .checkbox-group {
    flex: 1 1 100%;
  }
}/* End custom CSS */