/* ==========================================================================
   Sede España (espana.html): novedades y formulario de inscripción
   ========================================================================== */

/* ---- Novedades (sobre fondo oscuro) ---- */
.lpm-novedades {
  padding-bottom: 100px;
}

.lpm-novedades-lista > [class*="col-"] {
  margin-top: 30px;
}

.lpm-novedad {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.35);
  text-align: left;
}

.lpm-novedad-lugar {
  color: #fd7e14;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lpm-novedad-titulo {
  margin-top: 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
}

.lpm-novedades .lpm-novedad-detalle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  text-align: left;
}

.lpm-novedad-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 20px;
  color: #f3833c;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

.lpm-novedad-btn:hover {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .lpm-novedades {
    padding-bottom: 60px;
  }
}

/* ---- Formulario de inscripción (sobre fondo claro, como contacto.html) ---- */
.lpm-talleres {
  margin-top: 35px;
  padding: 0;
  border: 0;
}

.lpm-talleres legend {
  float: none;
  margin-bottom: 5px;
  color: #222;
  font-size: 18px;
}

.lpm-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-top: 12px;
  color: #444;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}

.lpm-check input[type="checkbox"] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: #f3833c;
}

.lpm-check-mailing {
  margin-top: 30px;
}

.lpm-privacidad {
  margin-top: 10px;
  color: #777;
  font-size: 14px;
  text-align: left;
}

.lpm-inscripcion .form-message.error {
  margin-left: 0;
}

/* Campo trampa para bots: invisible para las personas */
.lpm-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
