.cotizador {
  max-width: 500px;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cotizador input,
.cotizador select,
.cotizador textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.cotizador textarea {
  resize: none;
  height: 80px;
}

.checkbox {
  font-size: 0.9rem;
}

.botones {
  display: flex;
  gap: 10px;
}
.footer {
  background: #0F4A64;
  color: white;
  padding: 40px 20px 20px;
  margin-top: 60px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-col {
  flex: 1;
  min-width: 250px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 10px;
  filter: brightness(0) invert(1); /* logo blanco SOLO aquí */
}

.footer h4 {
  margin-bottom: 10px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 6px;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 10px;
  font-size: 14px;
}
.cotizador-section {
  padding: 80px 20px;
  text-align: center;
}

.cotizador {
  max-width: 500px;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cotizador input,
.cotizador select,
.cotizador textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.checkbox {
  font-size: 14px;
  text-align: left;
}