.elementor-3984 .elementor-element.elementor-element-507f4f4f{overflow:hidden;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-3984 .elementor-element.elementor-element-507f4f4f > .elementor-background-overlay{background-position:bottom right;background-repeat:no-repeat;opacity:0.1;}.elementor-3984 .elementor-element.elementor-element-804035f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 15px 0px 15px;}@media(max-width:1024px){.elementor-3984 .elementor-element.elementor-element-507f4f4f{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-0fac6d9 *//* ===== Contacto Cerezo (alineado y sin huecos) ===== */
.cerezo-contact{
  --text:#0f172a;
  --muted:#64748b;
  --line:#e5e7eb;
  --shadow:0 14px 40px rgba(2,6,23,.10);
  --radius:18px;
  --accent:#F0B400;
}

.cerezo-contact__wrap{
  max-width:1200px;
  margin:0 auto;
  padding:28px 18px;
}

/* Cabecera arriba (no rompe el grid) */
.cerezo-contact__header{
  margin-bottom: 14px;
}
.cerezo-contact__h{
  margin:0 0 6px;
  font-size: clamp(24px, 2.6vw, 34px);
  letter-spacing:-.02em;
  color:var(--text);
}
.cerezo-contact__p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
}

/* Grid real: empieza alineado con tu línea roja de arriba */
.cerezo-contact__grid{
  display:grid;
  grid-template-columns: 1fr 1.1fr;
  gap:22px;
  align-items: stretch; /* clave: mismas alturas */
}

/* Tarjetas */
.cerezo-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:16px;
  height: 100%; /* clave para igualar alturas */
}

/* Derecha: 2 filas, el mapa se estira y Lleida queda abajo */
.cerezo-contact__right{
  display:grid;
  grid-template-rows: 1fr auto; /* mapa crece, lleida fijo */
  gap:14px;
  min-height: 100%; /* clave */
}

/* Título sección derecha */
.cerezo-contact__h2{
  margin:0 0 10px;
  font-size:15px;
  font-weight:800;
  color:var(--text);
  display:flex;
  align-items:center;
  gap:10px;
}
.cerezo-contact__h2::before{
  content:"";
  width:10px;height:10px;
  border-radius:999px;
  background:var(--accent);
  box-shadow:0 0 0 4px rgba(240,180,0,.18);
}

/* Tarjeta mapa: ocupa todo el alto disponible */
.cerezo-card--map{
  display:flex;
  flex-direction:column;
  min-height: 100%;
}

.cerezo-map-wrap{
  flex:1;
  min-height: 280px; /* seguridad en pantallas pequeñas */
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--line);
}
.cerezo-map-wrap iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

/* Lleida compacto */
.cerezo-lleida__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:6px;
}
.cerezo-lleida__title{
  margin:0;
  font-size:16px;
  font-weight:900;
  letter-spacing:.2px;
  color:var(--text);
}
.cerezo-lleida__badge{
  font-size:12px;
  font-weight:800;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(240,180,0,.16);
  border:1px solid rgba(240,180,0,.35);
  color:#1f2937;
  white-space:nowrap;
}
.cerezo-lleida__addr{
  margin:0 0 10px;
  font-size:13.5px;
  color:var(--muted);
  line-height:1.45;
}
.cerezo-lleida__actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.cerezo-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  text-decoration:none;
  color:var(--text);
  font-size:13px;
  line-height:1;
  transition:border-color .12s ease, box-shadow .12s ease, transform .12s ease;
}
.cerezo-pill:hover{
  border-color:rgba(240,180,0,.70);
  box-shadow:0 0 0 4px rgba(240,180,0,.12);
  transform:translateY(-1px);
}
.cerezo-pill--ghost{ background:#fff; }

/* CF7: que se vea bien */
.cerezo-contact .wpcf7 form{ margin:0; }
.cerezo-contact .wpcf7 form p{ margin:0 0 12px; }
.cerezo-contact .wpcf7 input[type="text"],
.cerezo-contact .wpcf7 input[type="email"],
.cerezo-contact .wpcf7 input[type="tel"],
.cerezo-contact .wpcf7 select,
.cerezo-contact .wpcf7 textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:12px;
  padding:11px 12px;
  outline:none;
  font-size:14px;
  background:#fff;
}
.cerezo-contact .wpcf7 textarea{ min-height:150px; resize:vertical; }
.cerezo-contact .wpcf7 input:focus,
.cerezo-contact .wpcf7 textarea:focus,
.cerezo-contact .wpcf7 select:focus{
  border-color: rgba(240,180,0,.75);
  box-shadow: 0 0 0 4px rgba(240,180,0,.22);
}
.cerezo-contact .wpcf7 .wpcf7-submit{
  width:100%;
  border:0;
  background: #ff6a00;
  color:#fff;
  padding:13px 14px;
  border-radius:14px;
  font-weight:900;
  cursor:pointer;
}
.cerezo-contact .wpcf7 .wpcf7-submit:hover{ filter:brightness(.97); }

/* Responsive */
@media (max-width: 980px){
  .cerezo-contact__grid{ grid-template-columns: 1fr; }
  .cerezo-contact__right{ grid-template-rows: auto auto; }
  .cerezo-map-wrap{ min-height: 320px; }
}
@media (max-width: 520px){
  .cerezo-pill{ width:100%; justify-content:center; }
}


/* Botón enviar CF7 -> amarillo empresa */
.cerezo-contact .wpcf7 .wpcf7-submit{
  width:100%;
  border:0;
  background: #F0B400;   /* amarillo empresa */
  color:#111;            /* texto oscuro para contraste */
  padding:13px 14px;
  border-radius:14px;
  font-weight:900;
  cursor:pointer;
}

.cerezo-contact .wpcf7 .wpcf7-submit:hover{
  filter: brightness(.97);
}

.cerezo-contact .wpcf7 .wpcf7-submit:focus{
  outline:none;
  box-shadow: 0 0 0 4px rgba(240,180,0,.28);
}/* End custom CSS */