.map-bg {
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.72)),
    url("/wp-content/uploads/2026/07/Captura-de-pantalla-2026-04-07-a-las-1.36.57-p.-m.-1.webp");
  background-blend-mode: normal, multiply, multiply;

  aspect-ratio: 323/122;
  background-position: center;
}

.cotiza-form {
  font-family: Poppins, sans-serif;
}

.cotiza-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .cotiza-row {
    grid-template-columns: 1fr 1fr;
    gap: 3.25rem;
  }
}

.cotiza-field,
.cotiza-field .wpcf7-form-control-wrap,
.cotiza-field .wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
  width: 100%;
}

.cotiza-field input.wpcf7-form-control {
  border: 1px solid var(--color-darkBlue);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: clamp(0.845rem, calc(0.765rem + 0.4vw), 1.245rem);
  color: #000000;
  font-weight: 500;
  outline: none;
  box-sizing: border-box;
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
}

.cotiza-field input.wpcf7-form-control:focus {
  border-color: var(--color-darkBlue);
  box-shadow: 0 0 0 3px rgba(4, 104, 201, 0.2);
}

.cotiza-field input::placeholder {
  color: #777575;
}

.cotiza-comment {
  margin-bottom: 1.5rem;
}

.cotiza-comment label {
  display: block;
  color: #000000;
  font-size: clamp(0.845rem, calc(0.765rem + 0.4vw), 1.245rem);
  margin-bottom: 0.5rem;
}

.cotiza-comment textarea.wpcf7-form-control {
  width: 100%;
  border: 1px solid var(--color-darkBlue);
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  font-size: clamp(0.845rem, calc(0.765rem + 0.4vw), 1.245rem);
  color: #000000;
  font-weight: 500;
  outline: none;
  resize: vertical;
  box-sizing: border-box;
  transition: box-shadow 0.15s;
}

.cotiza-comment textarea.wpcf7-form-control:focus {
  box-shadow: 0 0 0 3px rgba(4, 104, 201, 0.2);
}

.cotiza-form .wpcf7-spinner {
  display: block;
  margin: auto;
}

.wpcf7-response-output {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
}

.cotiza-submit {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}

.cotiza-submit input.wpcf7-form-control[type="submit"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 4rem;
  background-color: var(--color-mainYellow);
  color: #fff;
  cursor: pointer;
  width: 17.25rem;
  height: 4.75rem;
  font-weight: 700;
  font-size: clamp(1.244rem, calc(1.206rem + 0.188vw), 1.431rem);
  text-align: center;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.13);
  border-radius: 1rem;
  align-content: center;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.cotiza-submit input.wpcf7-form-control[type="submit"]:hover {
  transform: scale(0.9);
  background-color: #edc000;
}

.cotiza-submit input.wpcf7-form-control[type="submit"]:active {
  transform: scale(0.98);
}
